.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:219,231,238;--color-primary-1:134,176,200;--color-primary-2:13,96,144;--color-primary-3:7,48,72;--color-primary-4:2,14,22;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:#b7d7e8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { 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; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#LfWXTHDJ5l5eM5mdtXhLLMiwHUc5TeD1 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.625rem;left:47.766662597656rem;display:block; }
#JZOorvwauKbGHXR0DyXArZFwF8Ce0reX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2250003814698rem;left:50.188537597656rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFTu5pKXkpaTIqEaQiTXm3nBgO9twWpT { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.625rem;left:33.047912597656rem;display:block; }
#C1syeK8ywHe1t4113NB1p4QeO1ZmTQHe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2250003814698rem;left:35.469787597656rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/k61sRjH3/Banff_Skiing.jpg");background-position:top center !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:46.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#yb4FUwon7TssB0Z66QyOssby6UTtLoyl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:13.4375rem;left:0rem;display:block; }
#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:16.64999961853rem;left:2.8125rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lUhJt2uNfJxMiCDqra387CI50tgd839h { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:24.0625rem;left:2.8125rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:26.5625rem;width:24.375rem;top:11.375rem;left:34.84375rem;display:block; }
#XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.500000476837rem;left:37.187498092651rem;height:2.27430625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:15012;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:15.344791889191rem;left:37.187498092651rem;display:block; }
#OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { color:#101010;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:16.057291507721rem;left:36.999998092651rem;height:17.0833125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { 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; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:#101010;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.7750015258789rem;left:1.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { color:rgba(16,16,16,0.7);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8500003814698rem;left:29.125rem;height:10.798625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { 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:15rem;width:22.625rem;top:15rem;left:18.6875rem;overflow:hidden;display:block; }
#vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.8125rem;top:16.624999046326rem;left:0rem;overflow:hidden;display:block; }
#L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.8125rem;top:16.625rem;left:42.1875rem;overflow:hidden;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { 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; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:7.0125007629394rem;left:1.875rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:rgba(16,16,16,0.7);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:16.359374046326rem;left:1.8749980926514rem;height:6.749125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:14.125rem;top:3.59375rem;left:45.813537597656rem;overflow:hidden;display:block; }
#CygwcWIiZwuhH4UCA3r9LcrMTimJd2mT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { 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; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#GFm5VzeEcNnMXrmDhqiyKzcWAbfL8wdN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:19.8125rem;width:29.8125rem;top:1.2500028610229rem;left:29.499998092651rem;overflow:hidden;display:block; }
#CUgtqTgbsq3hSRpR27H5PeUemCTzk9QK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:19.625rem;width:30.1875rem;top:7.4489555358888rem;left:0.68854331970213rem;overflow:hidden;display:block; }
#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.adaptive-delivery-prevent-bg, #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.lazyload, #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.lazyloading { background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { background-color: transparent; background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .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); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { border-width: 0; border-radius: 0; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#Cs7khadKDXV6ETESBzNRcoTLtqBq65Vp { color:#101010;display:block;width:1.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:12.5rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N2BNSEMWFOwTJUfE5qzltt4qpapV2bLx { color:#101010;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6.425000190735rem;left:1.875rem;height:4.65060625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:20.162501335144rem;left:0.0010414123535156rem;height:5.0954875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:25.9375rem;width:20rem;top:3.125rem;left:18.125rem;display:block; }
#VNdZ4BIiJ8iFACrrxRtCnuBoFDtBxnrR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:20rem;top:3.125rem;left:18.124998092651rem;overflow:hidden;display:block; }
#cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { color:rgba(16,16,16,0.7);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:16rem;left:20.5rem;height:9.602875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhUhmQcGAOd8hZWo0yEJdHPLBn8iuk8c { color:#101010;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:26.5rem;left:20.781248092651rem;height:1.49956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:25.9375rem;width:20rem;top:3.125rem;left:40rem;display:block; }
#mvOPbi6ASpJcOa4rhZRPRASxsEptBJaE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:20rem;top:3.125rem;left:40rem;overflow:hidden;display:block; }
#ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { color:rgba(16,16,16,0.7);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16rem;left:42.375rem;height:9.602875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsznMS24JNyTkaAtRJ2E5AV97hkHhp9n { color:#101010;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:26.499999046326rem;left:44.562498092651rem;height:1.49956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dnF1Q7R4t5RQfW7QKC90JPeMhSofMS07 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0.0010414123535156rem;display:block; }
#RRP1A0kE1bpdefm8oEaRv4OR40uL8Fhq { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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;height:2.25rem;width:15.375rem;top:26.0625rem;left:20.437498092651rem;display:block; }
#TiREWzmB1sET04ZhMHDVFoQJRETOhMcE { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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;height:2.25rem;width:15.375rem;top:26.124999046326rem;left:42.312498092651rem;display:block; }
#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT { position:relative;display:block; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT { background-color: transparent; background-image: none; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row .container > .video-iframe-container { display: none; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row > .video-iframe-container { display: none; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .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); }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT { border-width: 0; border-radius: 0; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .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; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qdN6VvcrnK4hmwX6EkASkClcRsmbqxhc { color:rgba(var(--color-tertiary-4),1);display:block;width:53.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1100263595581rem;left:3.0305976867676rem;height:;text-align:center;text-align-last:center;display:block; }
#B9SnGGfdQLKvhheXCiusuMAak73dn9CZ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.7239589691163rem;left:0.81163024902344rem;height:11.6992125rem;text-align:center;text-align-last:center;display:block; }
#keRScAQ8r3o658qtgQFiySAswfoD7kLt { position:relative;display:block; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt { background-color: transparent; background-image: none; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row .container > .video-iframe-container { display: none; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row > .video-iframe-container { display: none; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .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); }#keRScAQ8r3o658qtgQFiySAswfoD7kLt { border-width: 0; border-radius: 0; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .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; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oTPFR2CZpXmbXT7z7EOkcCsKlQpdKSx3 { box-sizing:content-box;height:47.3125rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7556419372559rem;left:0rem;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; }
#uxihtR9pbfCLI2KMfMageJAH8TJCZevd { box-sizing:content-box;height:47.4375rem;width:20.1875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7545576095581rem;left:40rem;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; }
#tdDWG8MKhd9n8Eq51BliKTFXwKtD8c9U { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.255859375rem;left:0.625rem;overflow:hidden;display:block; }
#E7KMisq74erT11xUlrLpMBQ4sxEFOOKo { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.255859375rem;left:20.625rem;overflow:hidden;display:block; }
#UKuKxAEIhOxoCxFxOLH1DPBdTJL06s0X { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.255859375rem;left:40.625rem;overflow:hidden;display:block; }
#BoIVJBswAVuR5btdJTC7VIXuazdagT1y { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.755860328674rem;left:0rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#Z6axOICFCWPhP32T1HHwKe4aHosLhseN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:14.755860328674rem;left:20.061847686767rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#H3woOtNODQTclzr2OaduFtFc24BVc4Z5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:14.755860328674rem;left:40rem;height:;text-align:center;text-align-last:center;display:block; }
#U3QnuvpXiiEyo1Wmv1po68QtUmDiq77T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.96658039093rem;left:3.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBPimd59x1JiFdvqey5gm98khy4g3SnH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.96658039093rem;left:23.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFuuudwC6MXi4X3eiRntUkX8wSL6fehy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.96658039093rem;left:43.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVwz0BzvFuFLW7JX0i7gO5GuIzHPrQDo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.762813568115rem;left:0.5rem;height:20.7985875rem;display:block; }
#NKpoX4L118nKeUhaFHVbL2WO7oQVqzhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.762805461884rem;left:20.625rem;height:22.09855625rem;display:block; }
#JPVBZ3Tv4Qsdd8JfxCqDF5BlwLU4Ze2D { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.762805461884rem;left:40.625rem;height:18.1988rem;display:block; }
#Vgi6v8Ol505138KQU1NZ9hO6BNHS11bT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.463973522186rem;left:1.25rem;display:block; }
#rO70UFP3r1T7vyBkD85cB54Brx1qaDHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMyItbZtw5HTCwcVuZDAUXpMqd5aR1lz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:44.462890148163rem;left:21.25rem;display:block; }
#nSGbzpOJEsweBzdbd5yZxZ0AOc8Lvlvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekSTCz1FdV1rwxaXx0xyBq0FnLd11ixs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.462890148163rem;left:41.25rem;display:block; }
#v64bCHP8WL5HRz0A9sZtUM4tQeuty7Sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek { position:relative;display:block; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek { background-color: transparent; background-image: none; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row .container > .video-iframe-container { display: none; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row > .video-iframe-container { display: none; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .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); }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek { border-width: 0; border-radius: 0; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .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; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UAq6C2In77nzPT9igkqi7zHn5rTPWsf2 { box-sizing:content-box;height:47.5625rem;width:20.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7545585632324rem;left:20rem;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; }
#OVexrDWSR6xr18VlgbVU5V8bmz45SMW3 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.255859375rem;left:0.625rem;overflow:hidden;display:block; }
#yg0Dy9ROSd8cCX1mIzTu1Cwy13U3UJ7H { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.255859375rem;left:20.625rem;overflow:hidden;display:block; }
#lgKG14yEGW5KOXMAQh17fseJXdCeKDJ8 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:18.75rem;top:2.255859375rem;left:40.625rem;overflow:hidden;display:block; }
#Ko4nUrZOylzFP6PfOqkMaqP3SkMNxEyG { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.755860328674rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#wMWTW6kdTCLFNs0h0MQVFJyJrrBTCI77 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:14.755860328674rem;left:20.061847686767rem;height:;text-align:center;text-align-last:center;display:block; }
#qoyw3oiim8GPQTTBIToDAVg1fo3qVqqN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:14.755860328674rem;left:40rem;height:;text-align:center;text-align-last:center;display:block; }
#TXSC566XVk8fq57uKpUvIGIF5SLgBHcA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.96658039093rem;left:3.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtJVOImSQDrFe3ZSiabGiEaFryTMmtIV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.96658039093rem;left:23.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuk5pdENnTuM0TXWhPtNZIpTQQokFFot { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.96658039093rem;left:43.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvqM3zlKm09xgsMsWdNwGB4Q325CpdHf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.762813568115rem;left:0.5rem;height:18.19880625rem;display:block; }
#h4bAGGDeryNBEgOrsI7lNROcTOvW5JKC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.762805461884rem;left:20.625rem;height:19.4987125rem;display:block; }
#xK8u5lTvXv2uDdMzQge9QQP2W2SqccW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.762805461884rem;left:40.625rem;height:16.89886875rem;display:block; }
#x4PrKDkTUhTSfMJBtbhUCqy64gtPSaiP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.463973522186rem;left:1.25rem;display:block; }
#ZJWwFUNzQm64BT7FMQRnGD37tAnmczcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVu3ktMCZe5pZBe5Rzw7INyTzrD5AQhz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:44.462890148163rem;left:21.25rem;display:block; }
#kPPEvvgBptWJH4Bihmg9aPIyxc3Oku21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOxt4pc6fdhh2SAm2QJfbTulq9DMdh6k { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.462890148163rem;left:41.25rem;display:block; }
#LQfZ6efC8FwNqLGHT4wPVKt2ZEGwXMhq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AlGepFyzohuikkvLRFlqU9yAzO6xriGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MvyD4Wid/71942_dbc_1900_px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF.adaptive-delivery-prevent-bg, #AlGepFyzohuikkvLRFlqU9yAzO6xriGF.lazyload, #AlGepFyzohuikkvLRFlqU9yAzO6xriGF.lazyloading { background-image: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { background-color: transparent; background-image: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container > .video-iframe-container { display: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container { display: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .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); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { border-width: 0; border-radius: 0; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB { 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; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container { background-color: transparent; background-image: none; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container > .video-iframe-container { display: none; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row > .video-iframe-container { display: none; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .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); }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container { border-width: 0; border-radius: 0; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#UuOCQqfrJ2xFCgnkPsVQXK1cT3G0GpTi { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:7.0125007629394rem;left:1.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lXsGFoDhg9RGaPRBhi10DihBsaB1Z3Iu { color:rgba(16,16,16,0.7);display:block;width:29.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:16.98025226593rem;left:1.0622825622559rem;height:8.0989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#udNGyruqf7uRZ0chG0MCkQXZvF26IhMg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:14rem;width:18.8125rem;top:3.0501208305359rem;left:40.499134063721rem;overflow:hidden;display:block; }
#NZb51ydL0SOJoN2NuiZhJrF9d3KSlZEl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#Ez9P88b8xOCRtavr08tpNDE3TCieATeh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:14.6235rem;width:19.749375rem;top:10.52299451828rem;left:32.122402191162rem;overflow:hidden;display:block; }
#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container { background-color: transparent; background-image: none; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container > .video-iframe-container { display: none; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row > .video-iframe-container { display: none; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .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); }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container { border-width: 0; border-radius: 0; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#aNP81KM04sR42BRf2NhVJr9MpW4Ql46i { color:#101010;display:block;width:24.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:7.5rem;left:34.1875rem;height:4.9500875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cmRnvux48a56XuepTPTSeTpSmCkUdP8w { color:rgba(16,16,16,0.7);display:block;width:29.311rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:15.3125rem;left:29.25rem;height:12.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CTyIpuPkhK7flIPBRxN3BmqST3sbiINP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:14.6875rem;width:22.1245625rem;top:14.6875rem;left:7.1875rem;overflow:hidden;display:block; }
#W4iH5vDPEeEbKpdRryG2t7zHsQqWHxHu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.249125rem;top:4.6875rem;left:50.75rem;display:block; }
#dO6SHicLln17O1oPIQgJmqA5fZUblHNa { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;height:15.125rem;width:22.75rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { 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; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:5rem;left:0rem;display:block; }
#vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:9.0750026702881rem;left:1.875rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { color:rgba(16,16,16,0.7);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.5875062942505rem;left:21.749998092651rem;height:9.4488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo { position:relative;display:block; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo { background-color: transparent; background-image: none; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row .container > .video-iframe-container { display: none; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row > .video-iframe-container { display: none; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .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); }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo { border-width: 0; border-radius: 0; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .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; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:77.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qGSWbQ32y1J7dSsIhANgxTAbKJsZa87Z { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8793239593506rem;left:0.50021743774414rem;height:72.79513125rem;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:1.75rem;left:0rem;display:block; }
#WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:6.25rem;left:1.875rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:9.375rem;left:4.125rem;height:1.18706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fEipq1TFRlw5Zuzkih1uHJ01Uy2XfHi8 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.87456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.4375rem;left:3.6875rem;height:1.38020625rem;font-style:normal;display:block; }
#cCH3U8bVSlml4XnfWWCUURQgAe9Eqlur { color:rgba(var(--color-tertiary-0),1);display:block;width:17.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.4375rem;left:21.375rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbNJRBTsAveH8bi0d3NfWhM4p2RZ08Rs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.4375rem;left:51.1875rem;height:1.38020625rem;font-style:normal;display:block; }
#CnzTSwFA769b4IM8aZHuRp2doCsX5XHd { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:23.3125rem;left:13.8125rem;height:5.93533125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NesNOvSXZ0z4Ziuvtn3knyKKTw5hRBhq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:16.625rem;left:9.5rem;display:block; }
#aA5ZoeXcDdWEHKmN3O6xaJeKUBT5CIMq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:21.125rem;left:11.375rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oV4ALuLw3MLx1oXJdCp1U7V5Nxvrwsi9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.875rem;left:16.8125rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LfWXTHDJ5l5eM5mdtXhLLMiwHUc5TeD1 { width:2.5rem;height:2.5rem;top:0.69479179382325rem;left:32.819789886474rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #JZOorvwauKbGHXR0DyXArZFwF8Ce0reX { width:9.75rem;height:1.3rem;top:1.294792175293rem;left:35.319789886474rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fFTu5pKXkpaTIqEaQiTXm3nBgO9twWpT { width:2.5rem;height:2.5rem;top:0.69479179382325rem;left:17.352083206177rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1syeK8ywHe1t4113NB1p4QeO1ZmTQHe { width:12.375rem;height:1.3rem;top:1.294792175293rem;left:19.782291412354rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:9.5rem;height:14.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:26.75rem;height:6.875rem;top:16.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:24.4375rem;height:1.00043125rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:24.375rem;height:26.5625rem;top:11.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:19.6875rem;height:1.462675rem;top:16.062500238419rem;left:25.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:17.937500238419rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { width:20.0625rem;height:15.2864375rem;top:19.057293176651rem;left:25.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:15.8125rem;height:2.75rem;top:6.8749990463256rem;left:2.6333332061767rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:27.75rem;height:;top:2.8125rem;left:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:22.625rem;height:15rem;top:17.1875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:17.8125rem;height:11.8125rem;top:14.9375rem;left:7.140625rem;display:block; }
 }@media only screen and (max-width: 959px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:17.8125rem;height:11.8125rem;top:24.4375rem;left:13.813542366028rem;display:block; }
 }@media only screen and (max-width: 959px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:24.4375rem;height:1.444225rem;top:7.5281257629394rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:29.3125rem;height:8.1rem;top:16.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:14.125rem;height:21.25rem;top:3.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CygwcWIiZwuhH4UCA3r9LcrMTimJd2mT { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GFm5VzeEcNnMXrmDhqiyKzcWAbfL8wdN { width:23.875rem;height:15.8125rem;top:1.9375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CUgtqTgbsq3hSRpR27H5PeUemCTzk9QK { width:23.875rem;height:15.5rem;top:11.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Cs7khadKDXV6ETESBzNRcoTLtqBq65Vp { width:1.3125rem;height:1.1002625rem;top:5.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #N2BNSEMWFOwTJUfE5qzltt4qpapV2bLx { width:20.4375rem;height:4.9500875rem;top:5.625rem;left:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { width:20.0625rem;height:3.8216125rem;top:6.72500038147rem;left:25.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { width:20rem;height:25.9375rem;top:17.625011444092rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VNdZ4BIiJ8iFACrrxRtCnuBoFDtBxnrR { width:20rem;height:11.8125rem;top:17.625011444092rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { width:15.625rem;height:9.602875rem;top:30.125012397766rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KhUhmQcGAOd8hZWo0yEJdHPLBn8iuk8c { width:15.0625rem;height:1.2000875rem;top:41.187500953674rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { width:20rem;height:25.9375rem;top:17.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mvOPbi6ASpJcOa4rhZRPRASxsEptBJaE { width:20rem;height:11.8125rem;top:17.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { width:15.625rem;height:9.602875rem;top:30.125000953674rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TsznMS24JNyTkaAtRJ2E5AV97hkHhp9n { width:11.25rem;height:1.2000875rem;top:41.187500953674rem;left:29.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #dnF1Q7R4t5RQfW7QKC90JPeMhSofMS07 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RRP1A0kE1bpdefm8oEaRv4OR40uL8Fhq { width:15.375rem;height:2.25rem;top:40.662499427796rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TiREWzmB1sET04ZhMHDVFoQJRETOhMcE { width:15.375rem;height:2.25rem;top:40.662499427796rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #g3DabXztZO2H9T1ueUusVgpyrbG9PvOT { display:block; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qdN6VvcrnK4hmwX6EkASkClcRsmbqxhc { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #B9SnGGfdQLKvhheXCiusuMAak73dn9CZ { width:47.75rem;height:11.6875rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #keRScAQ8r3o658qtgQFiySAswfoD7kLt { display:block; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oTPFR2CZpXmbXT7z7EOkcCsKlQpdKSx3 { width:19.9375rem;height:47.3125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uxihtR9pbfCLI2KMfMageJAH8TJCZevd { width:20.1875rem;height:47.4375rem;top:1.75rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #tdDWG8MKhd9n8Eq51BliKTFXwKtD8c9U { width:18.75rem;height:12.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #E7KMisq74erT11xUlrLpMBQ4sxEFOOKo { width:18.75rem;height:12.5rem;top:2.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 959px) { #UKuKxAEIhOxoCxFxOLH1DPBdTJL06s0X { width:18.75rem;height:12.5rem;top:2.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BoIVJBswAVuR5btdJTC7VIXuazdagT1y { width:20rem;height:3.375rem;top:14.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z6axOICFCWPhP32T1HHwKe4aHosLhseN { width:20rem;height:;top:14.75rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #H3woOtNODQTclzr2OaduFtFc24BVc4Z5 { width:20rem;height:;top:14.75rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #U3QnuvpXiiEyo1Wmv1po68QtUmDiq77T { width:12.5rem;height:2rem;top:17.9375rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MBPimd59x1JiFdvqey5gm98khy4g3SnH { width:12.5rem;height:2rem;top:17.9375rem;left:17.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sFuuudwC6MXi4X3eiRntUkX8wSL6fehy { width:12.5rem;height:2rem;top:17.9375rem;left:33.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JVwz0BzvFuFLW7JX0i7gO5GuIzHPrQDo { width:19.0625rem;height:20.75rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NKpoX4L118nKeUhaFHVbL2WO7oQVqzhJ { width:18.75rem;height:22.0625rem;top:20.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JPVBZ3Tv4Qsdd8JfxCqDF5BlwLU4Ze2D { width:18.875rem;height:18.1875rem;top:20.75rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vgi6v8Ol505138KQU1NZ9hO6BNHS11bT { width:17.5rem;height:3.4375rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rO70UFP3r1T7vyBkD85cB54Brx1qaDHW { display:block; }
 }@media only screen and (max-width: 959px) { #GMyItbZtw5HTCwcVuZDAUXpMqd5aR1lz { width:17.5rem;height:3.4375rem;top:44.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nSGbzpOJEsweBzdbd5yZxZ0AOc8Lvlvw { display:block; }
 }@media only screen and (max-width: 959px) { #ekSTCz1FdV1rwxaXx0xyBq0FnLd11ixs { width:17.5rem;height:3.4375rem;top:44.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #v64bCHP8WL5HRz0A9sZtUM4tQeuty7Sx { display:block; }
 }@media only screen and (max-width: 959px) { #ragDy5zJw7s31kzn0SpWQlNcQzEbqqek { display:block; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UAq6C2In77nzPT9igkqi7zHn5rTPWsf2 { width:20.0625rem;height:47.5625rem;top:1.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OVexrDWSR6xr18VlgbVU5V8bmz45SMW3 { width:18.75rem;height:12.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yg0Dy9ROSd8cCX1mIzTu1Cwy13U3UJ7H { width:18.75rem;height:12.5rem;top:2.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgKG14yEGW5KOXMAQh17fseJXdCeKDJ8 { width:18.75rem;height:12.5rem;top:2.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ko4nUrZOylzFP6PfOqkMaqP3SkMNxEyG { width:20rem;height:;top:14.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wMWTW6kdTCLFNs0h0MQVFJyJrrBTCI77 { width:20rem;height:;top:14.75rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qoyw3oiim8GPQTTBIToDAVg1fo3qVqqN { width:20rem;height:;top:14.75rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TXSC566XVk8fq57uKpUvIGIF5SLgBHcA { width:12.5rem;height:2rem;top:17.9375rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rtJVOImSQDrFe3ZSiabGiEaFryTMmtIV { width:12.5rem;height:2rem;top:17.9375rem;left:17.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kuk5pdENnTuM0TXWhPtNZIpTQQokFFot { width:12.5rem;height:2rem;top:17.9375rem;left:33.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OvqM3zlKm09xgsMsWdNwGB4Q325CpdHf { width:19.0625rem;height:18.1875rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #h4bAGGDeryNBEgOrsI7lNROcTOvW5JKC { width:18.75rem;height:19.4375rem;top:20.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xK8u5lTvXv2uDdMzQge9QQP2W2SqccW0 { width:18.875rem;height:16.875rem;top:20.75rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #x4PrKDkTUhTSfMJBtbhUCqy64gtPSaiP { width:17.5rem;height:3.4375rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZJWwFUNzQm64BT7FMQRnGD37tAnmczcD { display:block; }
 }@media only screen and (max-width: 959px) { #fVu3ktMCZe5pZBe5Rzw7INyTzrD5AQhz { width:17.5rem;height:3.4375rem;top:44.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kPPEvvgBptWJH4Bihmg9aPIyxc3Oku21 { display:block; }
 }@media only screen and (max-width: 959px) { #DOxt4pc6fdhh2SAm2QJfbTulq9DMdh6k { width:17.5rem;height:3.4375rem;top:44.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LQfZ6efC8FwNqLGHT4wPVKt2ZEGwXMhq { display:block; }
 }@media only screen and (max-width: 959px) { #AlGepFyzohuikkvLRFlqU9yAzO6xriGF { background-color:transparent;background-image:url("https://images.assets-landingi.com/MvyD4Wid/71942_dbc_1900_px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF.adaptive-delivery-prevent-bg, #AlGepFyzohuikkvLRFlqU9yAzO6xriGF.lazyload, #AlGepFyzohuikkvLRFlqU9yAzO6xriGF.lazyloading { background-image: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { background-color: transparent; background-image: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container > .video-iframe-container { display: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container { display: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .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); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QK2hnNW68KbVharJsk87MTGMk3drdTmB { display:block; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UuOCQqfrJ2xFCgnkPsVQXK1cT3G0GpTi { width:24.4375rem;height:2.88845625rem;top:7.5281257629394rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXsGFoDhg9RGaPRBhi10DihBsaB1Z3Iu { width:24.5625rem;height:10.798625rem;top:16.93684387207rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #udNGyruqf7uRZ0chG0MCkQXZvF26IhMg { width:18.8125rem;height:14rem;top:3rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NZb51ydL0SOJoN2NuiZhJrF9d3KSlZEl { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ez9P88b8xOCRtavr08tpNDE3TCieATeh { width:19.6875rem;height:14.5768125rem;top:10.415581703186rem;left:25.061851024628rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 { display:block; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aNP81KM04sR42BRf2NhVJr9MpW4Ql46i { width:24.4375rem;height:2.88845625rem;top:7.5281257629394rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cmRnvux48a56XuepTPTSeTpSmCkUdP8w { width:24.5625rem;height:10.798625rem;top:16.93684387207rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CTyIpuPkhK7flIPBRxN3BmqST3sbiINP { width:22.0625rem;height:14.647002904152rem;top:14.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #W4iH5vDPEeEbKpdRryG2t7zHsQqWHxHu { width:9.1875rem;height:10.625rem;top:4.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dO6SHicLln17O1oPIQgJmqA5fZUblHNa { width:18.75rem;height:12.5rem;top:10.415581703186rem;left:25.061851024628rem;display:block; }
 }@media only screen and (max-width: 959px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.25rem;height:10.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:24.4375rem;height:1.58125rem;top:9.3343791961669rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:33.125rem;height:9.4488125rem;top:5.4000043869019rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo { display:block; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qGSWbQ32y1J7dSsIhANgxTAbKJsZa87Z { width:47.75rem;height:72.75rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { width:9.4375rem;height:14.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:22.5rem;height:1.6875rem;top:14.382297515869rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { width:29.8125rem;height:1.00043125rem;top:16.125003814698rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fEipq1TFRlw5Zuzkih1uHJ01Uy2XfHi8 { width:5.8125rem;height:1.375rem;top:34.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cCH3U8bVSlml4XnfWWCUURQgAe9Eqlur { width:17.1875rem;height:1.375rem;top:34.4375rem;left:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tbNJRBTsAveH8bi0d3NfWhM4p2RZ08Rs { width:6.25rem;height:1.375rem;top:34.4375rem;left:41.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CnzTSwFA769b4IM8aZHuRp2doCsX5XHd { width:29.8123125rem;height:5.00216875rem;top:26.498481750488rem;left:4.8741321563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NesNOvSXZ0z4Ziuvtn3knyKKTw5hRBhq { width:9.4375rem;height:14.8125rem;top:16.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aA5ZoeXcDdWEHKmN3O6xaJeKUBT5CIMq { width:22.5rem;height:1.68728125rem;top:25.380863189698rem;left:4.8741321563721rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oV4ALuLw3MLx1oXJdCp1U7V5Nxvrwsi9 { width:26.3125rem;height:1.375rem;top:35.875rem;left:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfWXTHDJ5l5eM5mdtXhLLMiwHUc5TeD1 { width:2.5rem;height:2.5rem;top:2.5rem;left:1.3822908401489rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZOorvwauKbGHXR0DyXArZFwF8Ce0reX { width:9.75rem;height:1.3rem;top:3.1000003814698rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fFTu5pKXkpaTIqEaQiTXm3nBgO9twWpT { width:2.5rem;height:2.5rem;top:0rem;left:1.3822908401489rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1syeK8ywHe1t4113NB1p4QeO1ZmTQHe { width:12.375rem;height:1.3rem;top:0.60000038146973rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k61sRjH3/Banff_Skiing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:9.5rem;height:14.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:4.75043125rem;top:5.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:18.75rem;height:1.00043125rem;top:10.6875rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:20rem;height:24.5rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:18.4375rem;height:2.11263125rem;top:18.5625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:18.75rem;height:0.0625rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT3EaBBTaJZbD34tGLIMGSTE1e0KK9q { width:20rem;height:15.2864375rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:18.75rem;height:4.1232625rem;top:6.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:20rem;height:14.8480625rem;top:16.25rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:20rem;height:13.25rem;top:46.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:17.8125rem;height:11.8125rem;top:33.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:17.8125rem;height:11.8125rem;top:60.6875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:4.39886875rem;top:6.1750011444092rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:19.375rem;height:12.1484375rem;top:17.249999046326rem;left:0.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:14.125rem;height:21.25rem;top:32.999999046326rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygwcWIiZwuhH4UCA3r9LcrMTimJd2mT { width:9.25rem;height:10.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFm5VzeEcNnMXrmDhqiyKzcWAbfL8wdN { width:19.6875rem;height:13.125rem;top:3.9374923706055rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgtqTgbsq3hSRpR27H5PeUemCTzk9QK { width:20rem;height:13.0020625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cs7khadKDXV6ETESBzNRcoTLtqBq65Vp { width:13.875rem;height:2.2rem;top:4.375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BNSEMWFOwTJUfE5qzltt4qpapV2bLx { width:16.6875rem;height:4.5377625rem;top:6.9937486648563rem;left:2.25rem;text-align:left;text-align-last:left;font-size:2.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { width:15.3125rem;height:5.0954875rem;top:77.607292175294rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VNdZ4BIiJ8iFACrrxRtCnuBoFDtBxnrR { width:19rem;height:11.25rem;top:19.93750667572rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { width:15.625rem;height:9.602875rem;top:32.125rem;left:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhUhmQcGAOd8hZWo0yEJdHPLBn8iuk8c { width:13.3125rem;height:1.27386875rem;top:42.6875rem;left:3.34375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { width:20rem;height:25.9375rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvOPbi6ASpJcOa4rhZRPRASxsEptBJaE { width:19rem;height:11.25rem;top:47.874997138977rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { width:15.625rem;height:9.602875rem;top:59.9375rem;left:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsznMS24JNyTkaAtRJ2E5AV97hkHhp9n { width:9.375rem;height:1.27386875rem;top:70.062505722044rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnF1Q7R4t5RQfW7QKC90JPeMhSofMS07 { width:9.25rem;height:10.625rem;top:3.9499931335449rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRP1A0kE1bpdefm8oEaRv4OR40uL8Fhq { width:15.375rem;height:2.25rem;top:69.574998855594rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiREWzmB1sET04ZhMHDVFoQJRETOhMcE { width:15.375rem;height:2.25rem;top:42.200000762939rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #g3DabXztZO2H9T1ueUusVgpyrbG9PvOT { display:block; }#g3DabXztZO2H9T1ueUusVgpyrbG9PvOT > .row .container { width:20rem;height:38.895427124023rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdN6VvcrnK4hmwX6EkASkClcRsmbqxhc { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9SnGGfdQLKvhheXCiusuMAak73dn9CZ { width:20rem;height:33.797725rem;top:5.09874375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keRScAQ8r3o658qtgQFiySAswfoD7kLt { display:block; }#keRScAQ8r3o658qtgQFiySAswfoD7kLt > .row .container { width:20rem;height:140.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTPFR2CZpXmbXT7z7EOkcCsKlQpdKSx3 { width:19.9375rem;height:47.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxihtR9pbfCLI2KMfMageJAH8TJCZevd { width:20rem;height:43.8125rem;top:96.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdDWG8MKhd9n8Eq51BliKTFXwKtD8c9U { width:18.75rem;height:12.5rem;top:1.8185634613037rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7KMisq74erT11xUlrLpMBQ4sxEFOOKo { width:18.75rem;height:12.5rem;top:50.749772071838rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKuKxAEIhOxoCxFxOLH1DPBdTJL06s0X { width:18.75rem;height:12.5rem;top:96.749134063719rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoIVJBswAVuR5btdJTC7VIXuazdagT1y { width:20rem;height:2.43706875rem;top:15.386284828186rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6axOICFCWPhP32T1HHwKe4aHosLhseN { width:20rem;height:2.43706875rem;top:63.8107714653rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3woOtNODQTclzr2OaduFtFc24BVc4Z5 { width:20rem;height:2.43706875rem;top:110.45790100097rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3QnuvpXiiEyo1Wmv1po68QtUmDiq77T { width:12.5rem;height:2.03125rem;top:17.754992485046rem;left:3.7500002980233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBPimd59x1JiFdvqey5gm98khy4g3SnH { width:12.5rem;height:2.03125rem;top:66.24783325195rem;left:3.7500002980233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFuuudwC6MXi4X3eiRntUkX8wSL6fehy { width:12.5rem;height:2.03125rem;top:112.89496803284rem;left:3.7500002980233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVwz0BzvFuFLW7JX0i7gO5GuIzHPrQDo { width:19.0625rem;height:20.7985875rem;top:20.562067508697rem;left:0.46875005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpoX4L118nKeUhaFHVbL2WO7oQVqzhJ { width:18.75rem;height:22.09855625rem;top:68.279084682462rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPVBZ3Tv4Qsdd8JfxCqDF5BlwLU4Ze2D { width:18.8748125rem;height:18.1988rem;top:115.68576622009rem;left:0.56206601858139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgi6v8Ol505138KQU1NZ9hO6BNHS11bT { width:17.5rem;height:3.4375rem;top:42.435978889466rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO70UFP3r1T7vyBkD85cB54Brx1qaDHW { display:block; }
 }@media only screen and (max-width: 763px) { #GMyItbZtw5HTCwcVuZDAUXpMqd5aR1lz { width:17.5rem;height:3.4375rem;top:91.958557128906rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGbzpOJEsweBzdbd5yZxZ0AOc8Lvlvw { display:block; }
 }@media only screen and (max-width: 763px) { #ekSTCz1FdV1rwxaXx0xyBq0FnLd11ixs { width:17.5rem;height:3.4375rem;top:135.49913406372rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v64bCHP8WL5HRz0A9sZtUM4tQeuty7Sx { display:block; }
 }@media only screen and (max-width: 763px) { #ragDy5zJw7s31kzn0SpWQlNcQzEbqqek { display:block; }#ragDy5zJw7s31kzn0SpWQlNcQzEbqqek > .row .container { width:20rem;height:140.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAq6C2In77nzPT9igkqi7zHn5rTPWsf2 { width:20rem;height:44rem;top:49.812286376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVexrDWSR6xr18VlgbVU5V8bmz45SMW3 { width:18.75rem;height:12.5rem;top:1.8185634613037rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg0Dy9ROSd8cCX1mIzTu1Cwy13U3UJ7H { width:18.75rem;height:12.5rem;top:50.749772071838rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKG14yEGW5KOXMAQh17fseJXdCeKDJ8 { width:18.75rem;height:12.5rem;top:96.749134063719rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4nUrZOylzFP6PfOqkMaqP3SkMNxEyG { width:20rem;height:2.43706875rem;top:15.386284828186rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMWTW6kdTCLFNs0h0MQVFJyJrrBTCI77 { width:20rem;height:2.43706875rem;top:63.8107714653rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoyw3oiim8GPQTTBIToDAVg1fo3qVqqN { width:20rem;height:2.43706875rem;top:110.45790100097rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXSC566XVk8fq57uKpUvIGIF5SLgBHcA { width:12.5rem;height:2.03125rem;top:17.754992485046rem;left:3.7500002980233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJVOImSQDrFe3ZSiabGiEaFryTMmtIV { width:12.5rem;height:2.03125rem;top:66.24783325195rem;left:3.7500002980233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuk5pdENnTuM0TXWhPtNZIpTQQokFFot { width:12.5rem;height:2.03125rem;top:112.89496803284rem;left:3.7500002980233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqM3zlKm09xgsMsWdNwGB4Q325CpdHf { width:19.0625rem;height:18.19880625rem;top:20.562067508697rem;left:0.46875005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4bAGGDeryNBEgOrsI7lNROcTOvW5JKC { width:18.75rem;height:19.4987125rem;top:68.279084682462rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK8u5lTvXv2uDdMzQge9QQP2W2SqccW0 { width:18.8748125rem;height:16.89886875rem;top:115.68576622009rem;left:0.56206601858139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4PrKDkTUhTSfMJBtbhUCqy64gtPSaiP { width:17.5rem;height:3.4375rem;top:42.435978889466rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJWwFUNzQm64BT7FMQRnGD37tAnmczcD { display:block; }
 }@media only screen and (max-width: 763px) { #fVu3ktMCZe5pZBe5Rzw7INyTzrD5AQhz { width:17.5rem;height:3.4375rem;top:89.332685470581rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPPEvvgBptWJH4Bihmg9aPIyxc3Oku21 { display:block; }
 }@media only screen and (max-width: 763px) { #DOxt4pc6fdhh2SAm2QJfbTulq9DMdh6k { width:17.5rem;height:3.4375rem;top:135.49913406372rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfZ6efC8FwNqLGHT4wPVKt2ZEGwXMhq { display:block; }
 }@media only screen and (max-width: 763px) { #AlGepFyzohuikkvLRFlqU9yAzO6xriGF { background-color:transparent;background-image:url("https://images.assets-landingi.com/MvyD4Wid/71942_dbc_1900_px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF.adaptive-delivery-prevent-bg, #AlGepFyzohuikkvLRFlqU9yAzO6xriGF.lazyload, #AlGepFyzohuikkvLRFlqU9yAzO6xriGF.lazyloading { background-image: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { background-color: transparent; background-image: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container > .video-iframe-container { display: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row > .video-iframe-container { display: none; }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .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); }#AlGepFyzohuikkvLRFlqU9yAzO6xriGF > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK2hnNW68KbVharJsk87MTGMk3drdTmB { display:block; }#QK2hnNW68KbVharJsk87MTGMk3drdTmB > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuOCQqfrJ2xFCgnkPsVQXK1cT3G0GpTi { width:18.75rem;height:6.5983125rem;top:6.1750011444092rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXsGFoDhg9RGaPRBhi10DihBsaB1Z3Iu { width:19.375rem;height:13.49825rem;top:17.249999046326rem;left:0.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #udNGyruqf7uRZ0chG0MCkQXZvF26IhMg { width:20rem;height:15.3125rem;top:31.436627388001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZb51ydL0SOJoN2NuiZhJrF9d3KSlZEl { width:9.25rem;height:10.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9P88b8xOCRtavr08tpNDE3TCieATeh { width:20rem;height:14.9375rem;top:47.298179626465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 { display:block; }#Kcg0o0elLaL6dhZEi3WuoV2JtrwSp3z0 > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNP81KM04sR42BRf2NhVJr9MpW4Ql46i { width:18.75rem;height:4.39886875rem;top:6.1750011444092rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRnvux48a56XuepTPTSeTpSmCkUdP8w { width:19.375rem;height:20.247375rem;top:14.998918533325rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CTyIpuPkhK7flIPBRxN3BmqST3sbiINP { width:20rem;height:13.3125rem;top:36.185983657837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4iH5vDPEeEbKpdRryG2t7zHsQqWHxHu { width:9.25rem;height:10.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6SHicLln17O1oPIQgJmqA5fZUblHNa { width:20rem;height:13.375rem;top:50.246313095093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.25rem;height:10.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:18.125rem;height:2.2rem;top:7.625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:18.75rem;height:13.2009375rem;top:17.875000953674rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo { display:block; }#tdTBITCZEmIcUXHLTXvLQNxJcZHRnSvo > .row .container { width:20rem;height:153.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGSWbQ32y1J7dSsIhANgxTAbKJsZa87Z { width:20rem;height:148.190075rem;top:3.798825rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { width:9.5rem;height:14.875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:15.1875rem;height:2.37521875rem;top:9.56249332428rem;left:2.40625rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { width:16.4375rem;height:1.00043125rem;top:13.124999046326rem;left:2.40625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEipq1TFRlw5Zuzkih1uHJ01Uy2XfHi8 { width:5.875rem;height:1.38020625rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCH3U8bVSlml4XnfWWCUURQgAe9Eqlur { width:17.25rem;height:1.38020625rem;top:22.875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbNJRBTsAveH8bi0d3NfWhM4p2RZ08Rs { width:6.25rem;height:1.38020625rem;top:20.3125rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnzTSwFA769b4IM8aZHuRp2doCsX5XHd { width:20rem;height:5.00216875rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesNOvSXZ0z4Ziuvtn3knyKKTw5hRBhq { width:9.4375rem;height:10.375rem;top:25.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA5ZoeXcDdWEHKmN3O6xaJeKUBT5CIMq { width:20rem;height:1.99978125rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV4ALuLw3MLx1oXJdCp1U7V5Nxvrwsi9 { width:20rem;height:1.38020625rem;top:37.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }