.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:228,221,254;--color-primary-1:164,143,252;--color-primary-2:73,30,249;--color-primary-3:37,15,125;--color-primary-4:11,5,37;--color-secondary-0:250,241,225;--color-secondary-1:240,209,154;--color-secondary-2:224,163,53;--color-secondary-3:112,82,27;--color-secondary-4:34,24,8;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto slab";--paragraphs-font-family:"roboto slab"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container { background-color: transparent; background-image: none; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container > .video-iframe-container { display: none; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row > .video-iframe-container { display: none; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .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); }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container { border-width: 0; border-radius: 0; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#WePPGyU6znG4TxfDT4LeglAGSEeDTf1p { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1770833730698rem;left:0rem;height:1.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 { position:relative;display:block; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 { background-color: transparent; background-image: none; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row .container > .video-iframe-container { display: none; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row > .video-iframe-container { display: none; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .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); }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 { border-width: 0; border-radius: 0; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .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; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-2),1);background-image:none;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 > .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:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rXJlPwWzWVVanmraOo97dxnEUor9WL1r { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:15.083333rem;text-align:center;text-align-last:center;display:block; }
#gOHCk6ue7PGdLt1K2LQWlD3dJk1vzEWT { color:rgba(var(--color-primary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.625rem;left:25.4375rem;height:4.249999875rem;text-align:center;text-align-last:center;display:block; }
#JQIMLJ1Z4Kys7fEVqTafQ80OXIyNVZze { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5rem;left:30.375rem;display:block; }
#I3DzaRnbueiZbN5zShZnBosBG82sVHmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxZg98bMA7yHquR77KXlXLG8Qpb26sL1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.1875rem;width:47.4375rem;top:0rem;left:13.78125rem;overflow:hidden;display:block; }
#xdZy8smkyRUXk88hc7JGnat0EiALC21T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ccadb67-43fc-43dd-9d58-a5bf8094904a/Group2435min1.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; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T.adaptive-delivery-prevent-bg, #xdZy8smkyRUXk88hc7JGnat0EiALC21T.lazyload, #xdZy8smkyRUXk88hc7JGnat0EiALC21T.lazyloading { background-image: none; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container { background-color: transparent; background-image: none; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container > .video-iframe-container { display: none; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row > .video-iframe-container { display: none; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .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); }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container { border-width: 0; border-radius: 0; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#ya0GOB06wxWqaNELRKAGeev8tbTCUHlk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:36.875rem;top:4.0299482345581rem;left:0rem;overflow:hidden;display:block; }
#CIUmQAsGMnZGSMfLTCBzg3LTh5RW49mx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:36.875rem;width:36.875rem;top:4.0299482345581rem;left:38.125rem;display:block; }
#JFZPreCerg8NVtiSGVrsd6BFTJAGTPDO { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1514759063719rem;left:43.062068939209rem;height:5.6666665rem;text-align:left;text-align-last:left;display:block; }
#LWB7GgIXWkr1CbPuClRytJefX4D4SxPu { color:rgba(var(--color-primary-2),1);display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.087890625rem;left:43.062068939209rem;height:7.0833335rem;text-align:left;text-align-last:left;display:block; }
#svcI2kqAzdhhCOfo7LsTBZ6OQ7sX9Bil { color:rgba(var(--color-primary-2),1);display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.797092437744rem;left:43.062068939209rem;height:7.0833335rem;text-align:left;text-align-last:left;display:block; }
#ZJW3M7VhviDquLz9H56Mbxy5VdwZLZdE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.249125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.724395751953rem;left:49.436855316162rem;display:block; }
#uUw0kGln1wXSTSZp06PXzaKzyP96f8al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq { 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; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container { background-color: transparent; background-image: none; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container > .video-iframe-container { display: none; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row > .video-iframe-container { display: none; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .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); }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container { border-width: 0; border-radius: 0; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#I9DohbiB2IFynBNGRtgDtne2vQHyr6tS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;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; }
#IimClpiTKtbMnJhJ7biExl0aO9ibrtFM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5069465637206rem;left:0rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#SUDCVlP0MxdxrxtpANmod1ZTB8hSee2I { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.383681297302rem;left:0rem;height:5.6666665rem;text-align:left;text-align-last:left;display:block; }
#kObDkmvoPTJ6W43ammI2LpEDsTRgdd1o { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.483292579651rem;left:0rem;height:5.6666665rem;text-align:left;text-align-last:left;display:block; }
#Jy9UtnQ0IKreXfd8t5OJDxdikrofbnLh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.248046875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.1865234375rem;left:8.625rem;display:block; }
#nAT2ggDK0GRtgwJFcFwWsleH3cuC3z2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pzq58IcL8Rwz2EdBecb0EtsDZI0vtBbR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:43.3125rem;top:2.1240234375rem;left:31.6875rem;overflow:hidden;display:block; }
#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5ed;background-image:url("https://images.assets-landingi.com/uc/9dde83db-ea16-45e0-8e71-ab9a89b12001/Group2435.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX.adaptive-delivery-prevent-bg, #om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX.lazyload, #om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX.lazyloading { background-image: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container { background-color: transparent; background-image: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container > .video-iframe-container { display: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row > .video-iframe-container { display: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .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); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container { border-width: 0; border-radius: 0; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#pmgxNso8yqe3yH25B2BIqkAREQDwVevA { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:38.123920440674rem;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; }
#B8OTAK8t0s7KTupHh7QGWmg1XNs2r71m { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:38.125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#hcqiroZhrq6T2DfKnNnyQCsdGySyxezV { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:38.125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#bITLtMa4vVieWN6RI05xLuh2mN9RMKTl { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.375rem;left:38.125rem;height:5.6666665rem;text-align:left;text-align-last:left;display:block; }
#Mfqa9xG1tVuIQC4G2LU9OcxQUGQc4f2A { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.0625rem;left:38.125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#NNoaT9h8F0aylaHQL4n0vunGLK7lJ1ly { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.8125rem;left:38.125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#THlIXTPaAB5392CwTVWMcLGl08CyrJlg { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.5625rem;left:38.125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#ppbIg0mQWh8NKkAsnyc0Di4hpbGwd7tT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.248046875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.4990234375rem;left:47.3115234375rem;display:block; }
#ar2gQ0TOiMFIZm1lMUs0QnhgKvtRJzRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fd193fa4-b57a-493e-b018-cea8e56804a7/Group2437min.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; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD.adaptive-delivery-prevent-bg, #wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD.lazyload, #wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD.lazyloading { background-image: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container { background-color: transparent; background-image: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container > .video-iframe-container { display: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row > .video-iframe-container { display: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .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); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container { border-width: 0; border-radius: 0; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#A9Sm7XFq9Aek8mJAJ0HMlvfQp2aIURRU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.437500953674rem;left:30.375434875488rem;display:block; }
#vcSoikVsMhbZq4zr4hHMcFrTJii2XV1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5ed;background-image:url("https://images.assets-landingi.com/uc/21fefa57-0d67-41d9-8bad-14ba36aa8e0b/Group2438new.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8.adaptive-delivery-prevent-bg, #f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8.lazyload, #f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8.lazyloading { background-image: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { background-color: transparent; background-image: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container > .video-iframe-container { display: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row > .video-iframe-container { display: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .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); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { border-width: 0; border-radius: 0; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#Wy19XdlW90APDITAKfcuIdO4wAf7POkJ { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3750038146972rem;left:0rem;height:2.58333325rem;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; }
#TJSre9hbVdgkps4QlmS05QZbF4Ji6CWA { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.499351501465rem;left:0.0010833740234375rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#or7KOxZWu80mwsNtAUPl9XSTHVVdOwx5 { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.312503814698rem;left:0.0010833740234375rem;height:1.416666625rem;text-align:left;text-align-last:left;display:block; }
#GMnTdxmVDM27KdxBvAd7SSiyUtxi7TmT { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.275175094604rem;left:0rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#AzktT2BcsiybzvyaUTpsyGQZGveSaGT6 { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.825304031372rem;left:0rem;height:1.416666625rem;text-align:left;text-align-last:left;display:block; }
#plw0Um0JU9797Dv8MzLrQCaFAFI78uwG { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.975477218628rem;left:0rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#urCVZV667DfnmdG1Eu9kupl4o9CGR6Xq { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.650827407837rem;left:0rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#OzpPZxPiOIStXZSoDG0bF4igQ23OlNAX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.561875rem;left:11.312934875488rem;display:block; }
#pgoNeogzu0mDDcwcQ3rlpvoclQQiPTL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WISse5FVtxPgDX9Cf4CraeqsX4Bawe9P { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.013673782349rem;left:0rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#yzawX8cIov9BVKR0OJFwHqrIim3flKO1 { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.392797470092rem;left:0rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#FEpvnlP5O4d6w9VTODhFPIEVmDck1ySS { color:rgba(var(--color-primary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.068141937256rem;left:0rem;height:1.416666625rem;text-align:left;text-align-last:left;display:block; }
#o43O8QqNCEJa7LrDJTUeDT4sCLTiIDXC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:40rem;display:none; }
#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u { 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; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container { background-color: transparent; background-image: none; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container > .video-iframe-container { display: none; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row > .video-iframe-container { display: none; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .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); }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container { border-width: 0; border-radius: 0; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#vTzJtowkSvDwdMZSKPErHnR0hT1nNs4V { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;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;text-align:center;text-align-last:center;display:block; }
#MKhHaTuQgfmu3VKk2UyNaq5CsrqiaTOy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:1.416666625rem;display:block; }
#US8aTXwHTNxMXPEXMaAZvJsEu2awfOf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.416666625rem;display:block; }
#Vw7NS47zBFT6g2KWuoU2NJFyVA4To4vh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:1.416666625rem;display:block; }
#qpAg6ugEehKnfUSHREg1tttE3lWkOZ9T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0rem;height:1.416666625rem;display:block; }
#CKp1DXmRzkI6WiMWGQ6NmOqhNpiZ09hG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:1.416666625rem;display:block; }
#f963y387NJvAU7leP9cfW0k30r7plGWN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.4375rem;left:0rem;height:1.416666625rem;display:block; }
#OoyQHhNWtSU0TekcZ9aQgymfciyHXrBN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0rem;height:1.416666625rem;display:block; }
#pSn4FulKJ6nDpNDaXUkSQQUJnN9QEMRI { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:1.416666625rem;display:block; }
#FI3I2ekeBqpgG0xN5GKeTGcALgqJni8H { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:1.416666625rem;display:block; }
#kiPiJScx2zJwtc4dR5o90I6spWxXkssX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.936625rem;left:30.375434875488rem;display:block; }
#X9XWBSTxNu5M7KuWlzIX4EWMmwRVwzhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/73a8dca9-0ca4-449a-b970-bab9d1fee715/MaskGroup3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz.adaptive-delivery-prevent-bg, #kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz.lazyload, #kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz.lazyloading { background-image: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container { background-color: transparent; background-image: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container > .video-iframe-container { display: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row > .video-iframe-container { display: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .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); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container { border-width: 0; border-radius: 0; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#lzKpNKQbRem6UEqx5MguHi66KXzCAINe { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:43.6875rem;height:2.58333325rem;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:center;text-align-last:center;display:block; }
#fi61TXUMetbnRoTVsfFeaQaCqQrugE3z { position:absolute;display:block;z-index:15004;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:24rem;top:8.5rem;left:43.6875rem;display:block; }
#hCMMM3TFGPG6RrWVcz4ys2eTvuIJioXl { color:rgba(var(--color-primary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:44.9375rem;height:1.416666625rem;text-align:center;text-align-last:center;display:block; }
#MKBUpxdukBC582PeOXFaU0uauTLu8dJo { position:absolute;display:block;z-index:15006;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:24rem;top:12.25rem;left:43.6875rem;display:block; }
#QZ21oRJ6vWm1cNbbQFgDt9rIvh7US78D { color:rgba(var(--color-primary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.1875rem;left:44.9375rem;height:1.416666625rem;text-align:center;text-align-last:center;display:block; }
#vaLlTxKSu7pGZ1SATzr0kK5QpGgxiw5k { position:absolute;display:block;z-index:15008;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:24rem;top:16rem;left:43.6875rem;display:block; }
#rFg2Ua8uRk5z3s87JaWEFKlyqCyod1K9 { color:rgba(var(--color-primary-2),1);display:block;width:21.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:44.9375rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#WmTAVt0xPxOuAkHDJ0hIVwgh2LlT1tvr { position:absolute;display:block;z-index:15010;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:24rem;top:21.625rem;left:43.6875rem;display:block; }
#nTKcQEXVc6ZTEvvz7TyWBSsFWLOLvTcl { color:rgba(var(--color-primary-2),1);display:block;width:21.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.6875rem;left:44.9375rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#sVKPTxd6ZvBW4ZuCOwmaCRl3Tvak57pX { position:absolute;display:block;z-index:15008;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:24rem;top:27.25rem;left:43.6875rem;display:block; }
#F8bavp21ne2JwFJB53sJ1hsCaRPyBSag { color:rgba(var(--color-primary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.1875rem;left:44.9375rem;height:1.416666625rem;text-align:center;text-align-last:center;display:block; }
#zvWidOFbNrrBVir53l9W8z46As2Knl9v { position:absolute;display:block;z-index:15012;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:24rem;top:31rem;left:43.6875rem;display:block; }
#OzPJPs6PB4Bb0ZLUsksFyWfiTRsTsZTM { position:absolute;display:block;z-index:15014;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:24rem;top:36.625rem;left:43.6875rem;display:block; }
#VTXpvZw0t7Bt51w9sg5exH2hTflmWs9x { color:rgba(var(--color-primary-2),1);display:block;width:21.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.0625rem;left:44.9375rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#cBPP9DldSSMSLcFqIDVUg4TIfRWTCwwL { color:rgba(var(--color-primary-2),1);display:block;width:21.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.6875rem;left:44.9375rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#EdwJ9ETGQfU4q0vOzI91G53LzbTu6aBy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.25rem;left:43.6875rem;display:block; }
#xNtSaQfgMQQ8pa36tfehxkzZ3fx7smG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atnPI1GywEeIlTiKQMSMrPIbtr0iPEor { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.3125rem;left:46.96875rem;height:1rem;text-align:left;text-align-last:left;display:block; }
#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5ed;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; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container { background-color: transparent; background-image: none; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container > .video-iframe-container { display: none; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row > .video-iframe-container { display: none; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .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); }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container { border-width: 0; border-radius: 0; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#RysDxChZM5aOTKkE1QhQBqpowC5VRwVR { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.58333325rem;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:center;text-align-last:center;display:block; }
#Cmy36QMNp0SxlCty4h9pFnHkX8zicvWz { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.154296875rem;left:6.3747825622556rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#rD9OOmpQSctOZTFqBg6XzOZDW5iPUQee { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.8038215637206rem;left:0rem;overflow:hidden;display:block; }
#T7gScadCHV3LlR04WouuR4SlVJNTnxD2 { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5rem;left:6.375rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#ZJcGBb0TVLwP8fhTesQeBeaf1n1v4vNt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:13.125rem;left:0rem;overflow:hidden;display:block; }
#ehyTUPOvfyw6CHgFEnm4JAIESqE4Zylw { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.3125rem;left:6.375rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#eD8DeTkr8RrEAUCC9PMIzsh59MqyEFvT { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19rem;left:6.375rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#yKcAkobUBAnWVZZxfxdGMO4kJvGdXE8x { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:18.625rem;left:0rem;overflow:hidden;display:block; }
#FUVQ6Uk46pEeur3IIFmKnVwbkKPv2KaL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:23.9375rem;left:0rem;overflow:hidden;display:block; }
#gDHwusxiuyiAXmT0tRMbWooR530aT8aB { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.5rem;left:6.375rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#uS9z9voMy1sZOnX9RBhGShlNK5cyTzCR { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:35.90625rem;left:6.375rem;height:1.416666625rem;text-align:left;text-align-last:left;display:block; }
#wTIs3lwGxzFTAFICkGcCHVEl7uo3QfVm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:34.8125rem;left:0rem;overflow:hidden;display:block; }
#ltTgwhRPIaR8TFyawLFiNhlwJ8HA2Si9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:40.125rem;left:0rem;overflow:hidden;display:block; }
#mrfdih5UV18C18yd6thu7Lf77XlgRE8T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.3125rem;left:0rem;overflow:hidden;display:block; }
#lu86h6u5BS4foUATIWRPJSW97AhdH7da { color:rgba(var(--color-primary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.3125rem;left:6.375rem;height:1.416666625rem;text-align:left;text-align-last:left;display:block; }
#v5DashzffMN7hqoyziNlViacqTp9lSWL { 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; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container { background-color: transparent; background-image: none; }#v5DashzffMN7hqoyziNlViacqTp9lSWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container > .video-iframe-container { display: none; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row > .video-iframe-container { display: none; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .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); }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container { border-width: 0; border-radius: 0; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#bLOJDuTgLcZ52DM8zPautbRKiepx6U1B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.9375rem;width:46.375rem;top:5.1875rem;left:15.20703125rem;display:block; }
#yMCzfGDFR563lhWR6Vlwo9AnmZfOPPLH { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.42578125rem;height:2.58333325rem;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; }
#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ccadb67-43fc-43dd-9d58-a5bf8094904a/Group2435min1.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; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf.adaptive-delivery-prevent-bg, #rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf.lazyload, #rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf.lazyloading { background-image: none; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container { background-color: transparent; background-image: none; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container > .video-iframe-container { display: none; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row > .video-iframe-container { display: none; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .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); }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container { border-width: 0; border-radius: 0; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#ZhXm1hzg1Z9yRKRHV5Av7TaSM3Ik70OJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.8125rem;width:56.6875rem;top:0rem;left:10.5302734375rem;overflow:hidden;display:block; }
#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L { 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; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container { background-color: transparent; background-image: none; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container > .video-iframe-container { display: none; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row > .video-iframe-container { display: none; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .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); }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container { border-width: 0; border-radius: 0; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#bJLCAU0v6KNDhU6RKUQFcEQZkX1HMQKZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:4.9375rem;height:2.58333325rem;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; }
#JW8NfITtrTZI3T381gPf8CGrGg4cywIQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.248046875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.125rem;left:8.875rem;display:block; }
#aIOfTvZeDxTuTDDKJvvlEuu0TUMnDKrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTHNdpwZziuWvk66TiF6rgoiy5QKoTTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.1875rem;left:7.2802734375rem;height:1rem;text-align:left;text-align-last:left;display:block; }
#X32wqL3KDAbNpgUKF8fTuh2W3XJpLs49 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:4.9375rem;height:7.0833335rem;text-align:left;text-align-last:left;display:block; }
#FGy90QRe1ElmtSinQKkwMrnz8duTg8HJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:4.9375rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#ddckOia1m4TR68ErmNAek4J34deitsR3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.125rem;width:75rem;display:none; }
#FHqTUI1yINT6Zgi9VLlCASTlnB4oi8Vx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:39.125rem;top:0.875rem;left:31.9365234375rem;overflow:hidden;display:block; }
#mssypUE9OA4l1DTrBmr0tu125s4m9wmf { 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; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container { background-color: transparent; background-image: none; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container > .video-iframe-container { display: none; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row > .video-iframe-container { display: none; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .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); }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container { border-width: 0; border-radius: 0; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#F7BheuMENP8EbgFTQAlXDSTReTwKMa5q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.375rem;left:42.875rem;height:4.3333335rem;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:center;text-align-last:center;display:block; }
#hVL23ZqEWCedpgkvbc8lZ1EpmdFPogHv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.6875rem;left:48.25rem;display:block; }
#OPe7sDu87wuWsSOlTEJvPVL4DCzesFoX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKVec0aJq9nR0cmdwye6sLfpUQRkemRz { 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:18.8125rem;width:32.125rem;top:2.0625rem;left:5.625rem;overflow:hidden;display:block; }
#hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es { 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:none; }#hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es > .row .container { border-width: 0; border-radius: 0; }#hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:none; }#qGTU621Kl5ysqfTBlzPREEOCbaIKSmuZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:44.7177734375rem;height:5.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; }
#BbPmkh81JKtt7A0iGN5BCmZtkR1HG9oR { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.34375rem;left:44.9990234375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#f5qCmykORmT2GqSM9kxgmQ9HweqI59O0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.248046875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.5625rem;left:51.375rem;display:block; }
#zcgVu1TASBK2TnnNM5Mz8dHu4ZeMmONm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8u6uQeExGG4ixTWDFlubi4zKImIVWGM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.34375rem;left:49.2490234375rem;height:1rem;text-align:left;text-align-last:left;display:block; }
#W2EaFkhUTcc8OEuAx25oLTfLAxXyGDm3 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.09375rem;left:44.9990234375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#w040Fiw0s6b0oorNZBUSveqdiCqgusdd { 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:24.4375rem;width:30.625rem;top:3.90625rem;left:3.1875rem;overflow:hidden;display:block; }
#w21IIiQ8dBy2LqWRcfkubrdTQRJdD0Iq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:27.3125rem;top:4.8125rem;left:13.1279296875rem;overflow:hidden;display:block; }
#SLUNngZsm25CsUGrAf13JzTtLgKLb7pL { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.21875rem;left:44.9990234375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#gRwit4PRhT99drHeRa8KAwmnm9n18zVv { 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:none; }#gRwit4PRhT99drHeRa8KAwmnm9n18zVv > .row .container { border-width: 0; border-radius: 0; }#gRwit4PRhT99drHeRa8KAwmnm9n18zVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRwit4PRhT99drHeRa8KAwmnm9n18zVv > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:none; }#cUhTw5G9BIFpMNclekD99QTvI0NeBza8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:27.5rem;top:3.0625rem;left:3.375rem;overflow:hidden;display:block; }
#URD3FS96p1hUtLD2lwV27JL8NPkhvtVP { 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:28.4375rem;width:29.6875rem;top:2rem;left:6.0625rem;overflow:hidden;display:block; }
#Z5VKSkOaEQenuNtSdTsouZRmQ2UpeEoM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:43.8427734375rem;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; }
#Ud6k3gPz1HPx3r0wVBqA4ZkTESfVkVzC { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.8427734375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#HMJC4AK8BBplGm7zI4q3AMXHHcMGzIQr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:43.8427734375rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#T4afQrkno02mg1DnVSLGSbx95QQpWccd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.248046875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.6875rem;left:50.21875rem;display:block; }
#tsxALhFT7q4VSBCFATOH7guzsnkFmH5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqOgOBTK9cdwh2kTsEloN533xboRIMkI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.625rem;left:48.0927734375rem;height:1rem;text-align:left;text-align-last:left;display:block; }
#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh { position:relative;display:block; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh { background-color: transparent; background-image: none; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row .container > .video-iframe-container { display: none; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row > .video-iframe-container { display: none; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .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); }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh { border-width: 0; border-radius: 0; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .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; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTExLMyERV1XQlcdNWVnlGCqZlapBMSF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:30.375rem;top:4.375rem;left:6.25rem;overflow:hidden;display:block; }
#ztt1qW6x0yQwzzgtpmhnFmSkXCz1eg3k { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:42.8125rem;height:2.58333325rem;font-style:normal;display:block; }
#K66HrLXL0IyKG7tvzqoGhKsyTCVuLLqT { color:rgba(var(--color-primary-2),1);display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.3125rem;left:42.8125rem;height:14.166666625rem;text-align:left;text-align-last:left;display:block; }
#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 { position:relative;display:block; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 { background-color: transparent; background-image: none; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row .container > .video-iframe-container { display: none; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row > .video-iframe-container { display: none; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .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); }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 { border-width: 0; border-radius: 0; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .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; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AKxG8xZIIyBlyZ16ZVg7NHw8T20UhVgG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.3125rem;top:4.3750209808349rem;left:38.4375rem;overflow:hidden;display:block; }
#yPIdbXhkJDtqSdmCvwmZ0hxmLszqmBrH { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:6.2490234375rem;height:5.1666665rem;font-style:normal;display:block; }
#f7k6c5hliXCx3FuQZ8xuAURdlUgkEGS3 { color:rgba(var(--color-primary-2),1);display:block;width:26.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9375rem;left:6.25rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg { 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; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container { background-color: transparent; background-image: none; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container > .video-iframe-container { display: none; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row > .video-iframe-container { display: none; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .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); }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container { border-width: 0; border-radius: 0; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#niiIwJmLceyo0Pepd3VZteuuErdJgNPr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.58333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWf0qWQZf6y83t7Nta7KHl0l6udTx5xV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.63671875rem;left:0rem;height:1.416666625rem;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; }
#cAKaJUon26eeqxJ1eR1D723eSoq9s8p6 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.83333325rem;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; }
#MeIsmCvAAQ6w9MWHX2bQQKLDlZHrtC1x { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.63671875rem;left:38.125rem;height:1.416666625rem;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; }
#qFmW9weDKZroiUQKgkPBBNk1UzLnNahb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.46875rem;left:38.125rem;height:1.416666625rem;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; }
#cdSonolHZL5vABbiioVfNHTIQz8LPyC7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.125rem;left:38.125rem;height:1.416666625rem;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; }
#RyV07360KbczfMu1yu7sl3Ce6PM30OiS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.40625rem;left:0rem;height:2.83333325rem;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; }
#p0LIAedfIwrLV1LSt0Oybw97HIWQuTUo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.416666625rem;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; }
#VIxWRvMJVGOqvNXc92pRsyhXWtIzWnIC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.46875rem;left:0rem;height:2.83333325rem;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; }
#gsepFTuHMKax3EhIg7LctUrDT7l0d3S0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.40625rem;left:38.125rem;height:4.25rem;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; }
#RiWP2ATwQ2JswS6BO0uaMkm002uuSiVT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.125rem;left:0rem;height:1.416666625rem;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; }
#dInUdbFoyLNHhMgAsT7ZrWWTdARB2G9s { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.6875rem;left:38.125rem;height:1.416666625rem;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; }
#GuxuZpJ1eCX3XqTlpN0GELfbNKgX4Spk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:29.75rem;top:8rem;left:38.125rem;overflow:hidden;display:block; }
#GrG5fXDr56qOK1daniMvvC1M8UceaqSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5e0e09bc-5d40-4380-9b52-dda34fa78229/Group2436.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu.adaptive-delivery-prevent-bg, #GrG5fXDr56qOK1daniMvvC1M8UceaqSu.lazyload, #GrG5fXDr56qOK1daniMvvC1M8UceaqSu.lazyloading { background-image: none; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container { background-color: transparent; background-image: none; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container > .video-iframe-container { display: none; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row > .video-iframe-container { display: none; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .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); }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container { border-width: 0; border-radius: 0; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#I1J7euuShA9XzedbVESQHreTndeZgWwg { color:rgba(var(--color-primary-2),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:4.15625rem;height:1.666666625rem;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; }
#C5FdnKKCfr7zUi6LSX9ZzNsQTcvWm76K { 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:27rem;width:34.1875rem;top:0rem;left:39.875rem;overflow:hidden;display:block; }
#bnNf3HxcDZF3VFWL9ePbTs7mQ6F5ofEB { position:absolute;display:block;z-index:15011;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:37.9375rem;top:4.698974609375rem;left:4.1555604934692rem;display:block; }
#Ke3LbXTkTJJ0q6am42ldc8vRURaU4nDo { color:rgba(var(--color-primary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:4.15625rem;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; }
#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5e0e09bc-5d40-4380-9b52-dda34fa78229/Group2436.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM.adaptive-delivery-prevent-bg, #qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM.lazyload, #qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM.lazyloading { background-image: none; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container { border-width: 0; border-radius: 0; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:none; }#fnNnfA1k7GABGqFhT59zDAySKTOGpHsw { color:rgba(var(--color-primary-2),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:4.15625rem;height:1.6911764375rem;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; }
#egBKzayb32fpIM62XT9yEPcJhmaPAs0Z { 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:27rem;width:34.1875rem;top:0rem;left:39.875rem;overflow:hidden;display:block; }
#dCxuASulxDVLnE3hywMFMkrv6uJBbX8x { position:absolute;display:block;z-index:15011;background-color:#f5f5ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:37.9375rem;top:4.698974609375rem;left:4.1555604934692rem;display:block; }
#kDyID4ZaAhXr2reizgXKgPTDC4Sh1Qbi { color:rgba(var(--color-primary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:4.15625rem;height:34.926467875rem;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; }
#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ { background-color:#f5f5ed;background-image:none;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; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container { background-color: transparent; background-image: none; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container > .video-iframe-container { display: none; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row > .video-iframe-container { display: none; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .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); }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container { border-width: 0; border-radius: 0; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#off1yL84TpDOe9BU0HgoGWXL7PPhHSDi { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:15.083333rem;text-align:center;text-align-last:center;display:block; }
#eFamJhAkEhQLcGt2Q91GDunQ9dafiukG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.249125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.9375rem;left:30.375rem;display:block; }
#bPM8pckoxwscONexFPmlFS5DsleTJvk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iz2NlM9JcCoGpVeg8btrm8TTnpdy8uHE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:36.5rem;top:6.75rem;left:1.125rem;overflow:hidden;display:block; }
#w8cDfEwxLZPiTHymNMBzeiOQAebwdeuC { position:absolute;display:block;z-index:15003;height:9.0625rem;width:16.25rem;top:32rem;left:0rem;display:block; }
#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 { 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; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container { background-color: transparent; background-image: none; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container > .video-iframe-container { display: none; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row > .video-iframe-container { display: none; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .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); }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container { border-width: 0; border-radius: 0; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#RnO7sT2UvVkn1aS8n5VcpiT0RQg0r8WM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.392578125rem;left:0rem;height:1.416666625rem;display:block; }
#ITh3AwGqZVTXDOBIk9pLKKJzAvWHyRvn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.392578125rem;left:12.5rem;height:1.416666625rem;display:block; }
#xrXqEIiS8V1W5rhnD42DfpmXbWBS3yNA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4192733764649rem;left:60.4375rem;height:3.250000125rem;text-align:left;text-align-last:left;display:block; }
#q77lNHkMbVmoFvWsTT1ug01aloLN3FlZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.40625rem;left:29.5rem;height:1.416666625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W { display:block; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WePPGyU6znG4TxfDT4LeglAGSEeDTf1p { top:1.125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 { display:block; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXJlPwWzWVVanmraOo97dxnEUor9WL1r { top:11.8125rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOHCk6ue7PGdLt1K2LQWlD3dJk1vzEWT { top:25.625rem;left:11.8125rem;width:24.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQIMLJ1Z4Kys7fEVqTafQ80OXIyNVZze { width:14.25rem;height:3.125rem;top:31.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3DzaRnbueiZbN5zShZnBosBG82sVHmS { display:block; }
 }@media only screen and (max-width: 763px) { #IxZg98bMA7yHquR77KXlXLG8Qpb26sL1 { top:0rem;left:0.15625rem;width:47.4375rem;height:56.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdZy8smkyRUXk88hc7JGnat0EiALC21T { display:block; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya0GOB06wxWqaNELRKAGeev8tbTCUHlk { top:4rem;left:0rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUmQAsGMnZGSMfLTCBzg3LTh5RW49mx { top:4rem;left:10.875rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZPreCerg8NVtiSGVrsd6BFTJAGTPDO { top:7.125rem;left:20.75rem;width:27rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWB7GgIXWkr1CbPuClRytJefX4D4SxPu { top:15.0625rem;left:20.8125rem;width:26.9375rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svcI2kqAzdhhCOfo7LsTBZ6OQ7sX9Bil { top:24.75rem;left:20.8125rem;width:26.9375rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3M7VhviDquLz9H56Mbxy5VdwZLZdE { width:14.1875rem;height:3.125rem;top:34.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUw0kGln1wXSTSZp06PXzaKzyP96f8al { display:block; }
 }@media only screen and (max-width: 763px) { #Q0l0atDl4iCum0FI64lk90gmm9s7QMcq { display:block; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9DohbiB2IFynBNGRtgDtne2vQHyr6tS { top:4.375rem;left:0rem;width:36.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IimClpiTKtbMnJhJ7biExl0aO9ibrtFM { top:8.5rem;left:0rem;width:36.875rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDCVlP0MxdxrxtpANmod1ZTB8hSee2I { top:24.375rem;left:0rem;width:36.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObDkmvoPTJ6W43ammI2LpEDsTRgdd1o { top:31.4375rem;left:0rem;width:36.875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9UtnQ0IKreXfd8t5OJDxdikrofbnLh { width:14.1875rem;height:3.125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAT2ggDK0GRtgwJFcFwWsleH3cuC3z2T { display:block; }
 }@media only screen and (max-width: 763px) { #Pzq58IcL8Rwz2EdBecb0EtsDZI0vtBbR { top:2.0625rem;left:4.4375rem;width:43.3125rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX { display:block; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmgxNso8yqe3yH25B2BIqkAREQDwVevA { top:4.375rem;left:10.875rem;width:36.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8OTAK8t0s7KTupHh7QGWmg1XNs2r71m { top:7.875rem;left:10.875rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqiroZhrq6T2DfKnNnyQCsdGySyxezV { top:11.5625rem;left:10.875rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITLtMa4vVieWN6RI05xLuh2mN9RMKTl { top:15.375rem;left:10.875rem;width:36.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfqa9xG1tVuIQC4G2LU9OcxQUGQc4f2A { top:22.0625rem;left:10.875rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNoaT9h8F0aylaHQL4n0vunGLK7lJ1ly { top:25.8125rem;left:10.875rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlIXTPaAB5392CwTVWMcLGl08CyrJlg { top:29.5625rem;left:10.875rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppbIg0mQWh8NKkAsnyc0Di4hpbGwd7tT { width:14.1875rem;height:3.125rem;top:34.4375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar2gQ0TOiMFIZm1lMUs0QnhgKvtRJzRA { display:block; }
 }@media only screen and (max-width: 763px) { #wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD { display:block; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9Sm7XFq9Aek8mJAJ0HMlvfQp2aIURRU { width:14.1875rem;height:3.125rem;top:23.4375rem;left:16.750434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcSoikVsMhbZq4zr4hHMcFrTJii2XV1H { display:block; }
 }@media only screen and (max-width: 763px) { #f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 { display:block; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy19XdlW90APDITAKfcuIdO4wAf7POkJ { top:4.375rem;left:0rem;width:36.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSre9hbVdgkps4QlmS05QZbF4Ji6CWA { top:8.4375rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7KOxZWu80mwsNtAUPl9XSTHVVdOwx5 { top:12.3125rem;left:0rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMnTdxmVDM27KdxBvAd7SSiyUtxi7TmT { top:14.25rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzktT2BcsiybzvyaUTpsyGQZGveSaGT6 { top:17.8125rem;left:0rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plw0Um0JU9797Dv8MzLrQCaFAFI78uwG { top:19.9375rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urCVZV667DfnmdG1Eu9kupl4o9CGR6Xq { top:23.625rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzpPZxPiOIStXZSoDG0bF4igQ23OlNAX { width:14.1875rem;height:3.125rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgoNeogzu0mDDcwcQ3rlpvoclQQiPTL7 { display:block; }
 }@media only screen and (max-width: 763px) { #WISse5FVtxPgDX9Cf4CraeqsX4Bawe9P { top:27rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzawX8cIov9BVKR0OJFwHqrIim3flKO1 { top:30.375rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEpvnlP5O4d6w9VTODhFPIEVmDck1ySS { top:34.0625rem;left:0rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o43O8QqNCEJa7LrDJTUeDT4sCLTiIDXC { width:40rem;height:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u { display:block; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTzJtowkSvDwdMZSKPErHnR0hT1nNs4V { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKhHaTuQgfmu3VKk2UyNaq5CsrqiaTOy { top:8.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8aTXwHTNxMXPEXMaAZvJsEu2awfOf1 { top:10.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw7NS47zBFT6g2KWuoU2NJFyVA4To4vh { top:14.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpAg6ugEehKnfUSHREg1tttE3lWkOZ9T { top:12.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKp1DXmRzkI6WiMWGQ6NmOqhNpiZ09hG { top:23.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f963y387NJvAU7leP9cfW0k30r7plGWN { top:21.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyQHhNWtSU0TekcZ9aQgymfciyHXrBN { top:19.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSn4FulKJ6nDpNDaXUkSQQUJnN9QEMRI { top:17rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI3I2ekeBqpgG0xN5GKeTGcALgqJni8H { top:25.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPiJScx2zJwtc4dR5o90I6spWxXkssX { width:14.1875rem;height:3.125rem;top:28.875rem;left:16.750434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9XWBSTxNu5M7KuWlzIX4EWMmwRVwzhr { display:block; }
 }@media only screen and (max-width: 763px) { #kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz { display:block; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzKpNKQbRem6UEqx5MguHi66KXzCAINe { top:5.25rem;left:23.75rem;width:24rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi61TXUMetbnRoTVsfFeaQaCqQrugE3z { top:8.5rem;left:23.75rem;width:24rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMMM3TFGPG6RrWVcz4ys2eTvuIJioXl { top:9.4375rem;left:26.25rem;width:21.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKBUpxdukBC582PeOXFaU0uauTLu8dJo { top:12.25rem;left:23.8125rem;width:23.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ21oRJ6vWm1cNbbQFgDt9rIvh7US78D { top:13.1875rem;left:26.3125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaLlTxKSu7pGZ1SATzr0kK5QpGgxiw5k { top:16rem;left:23.8125rem;width:23.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFg2Ua8uRk5z3s87JaWEFKlyqCyod1K9 { top:17.0625rem;left:26.3125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmTAVt0xPxOuAkHDJ0hIVwgh2LlT1tvr { top:21.625rem;left:23.8125rem;width:23.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKcQEXVc6ZTEvvz7TyWBSsFWLOLvTcl { top:22.6875rem;left:26.3125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVKPTxd6ZvBW4ZuCOwmaCRl3Tvak57pX { top:27.25rem;left:23.8125rem;width:23.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8bavp21ne2JwFJB53sJ1hsCaRPyBSag { top:28.1875rem;left:26.3125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvWidOFbNrrBVir53l9W8z46As2Knl9v { top:31rem;left:23.8125rem;width:23.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPJPs6PB4Bb0ZLUsksFyWfiTRsTsZTM { top:36.625rem;left:23.8125rem;width:23.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXpvZw0t7Bt51w9sg5exH2hTflmWs9x { top:32.0625rem;left:26.3125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPP9DldSSMSLcFqIDVUg4TIfRWTCwwL { top:37.6875rem;left:26.3125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdwJ9ETGQfU4q0vOzI91G53LzbTu6aBy { width:24rem;height:3.125rem;top:42.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNtSaQfgMQQ8pa36tfehxkzZ3fx7smG6 { display:block; }
 }@media only screen and (max-width: 763px) { #atnPI1GywEeIlTiKQMSMrPIbtr0iPEor { top:46.3125rem;left:29.625rem;width:18.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 { display:block; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RysDxChZM5aOTKkE1QhQBqpowC5VRwVR { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmy36QMNp0SxlCty4h9pFnHkX8zicvWz { top:8.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD9OOmpQSctOZTFqBg6XzOZDW5iPUQee { top:7.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gScadCHV3LlR04WouuR4SlVJNTnxD2 { top:13.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJcGBb0TVLwP8fhTesQeBeaf1n1v4vNt { top:13.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehyTUPOvfyw6CHgFEnm4JAIESqE4Zylw { top:24.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD8DeTkr8RrEAUCC9PMIzsh59MqyEFvT { top:19rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKcAkobUBAnWVZZxfxdGMO4kJvGdXE8x { top:18.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUVQ6Uk46pEeur3IIFmKnVwbkKPv2KaL { top:23.9375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDHwusxiuyiAXmT0tRMbWooR530aT8aB { top:40.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS9z9voMy1sZOnX9RBhGShlNK5cyTzCR { top:35.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTIs3lwGxzFTAFICkGcCHVEl7uo3QfVm { top:34.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTgwhRPIaR8TFyawLFiNhlwJ8HA2Si9 { top:40.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfdih5UV18C18yd6thu7Lf77XlgRE8T { top:29.3125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu86h6u5BS4foUATIWRPJSW97AhdH7da { top:30.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5DashzffMN7hqoyziNlViacqTp9lSWL { display:block; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLOJDuTgLcZ52DM8zPautbRKiepx6U1B { top:5.1875rem;left:1.375rem;width:46.375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMCzfGDFR563lhWR6Vlwo9AnmZfOPPLH { top:1.5625rem;left:8.80078125rem;width:32.625rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf { display:block; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhXm1hzg1Z9yRKRHV5Av7TaSM3Ik70OJ { top:0rem;left:0rem;width:47.75rem;height:37.747243660419rem;display:block; }
 }@media only screen and (max-width: 763px) { #T81v4JSR3LRriw68KOxlWzRSdyrAeb7L { display:block; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJLCAU0v6KNDhU6RKUQFcEQZkX1HMQKZ { top:4.625rem;left:0rem;width:36.875rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW8NfITtrTZI3T381gPf8CGrGg4cywIQ { width:14.1875rem;height:3.125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIOfTvZeDxTuTDDKJvvlEuu0TUMnDKrL { display:block; }
 }@media only screen and (max-width: 763px) { #aTHNdpwZziuWvk66TiF6rgoiy5QKoTTZ { top:27.1875rem;left:0rem;width:18.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X32wqL3KDAbNpgUKF8fTuh2W3XJpLs49 { top:14.375rem;left:0rem;width:26.9375rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGy90QRe1ElmtSinQKkwMrnz8duTg8HJ { top:10.0625rem;left:0rem;width:26.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddckOia1m4TR68ErmNAek4J34deitsR3 { width:47.75rem;height:43.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHqTUI1yINT6Zgi9VLlCASTlnB4oi8Vx { top:0.875rem;left:8.625rem;width:39.125rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mssypUE9OA4l1DTrBmr0tu125s4m9wmf { display:block; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7BheuMENP8EbgFTQAlXDSTReTwKMa5q { top:8.375rem;left:25.875rem;width:21.875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVL23ZqEWCedpgkvbc8lZ1EpmdFPogHv { width:12.375rem;height:2.1875rem;top:14.6875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPe7sDu87wuWsSOlTEJvPVL4DCzesFoX { display:block; }
 }@media only screen and (max-width: 763px) { #tKVec0aJq9nR0cmdwye6sLfpUQRkemRz { top:2.0625rem;left:0rem;width:32.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es { display:block; }#hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGTU621Kl5ysqfTBlzPREEOCbaIKSmuZ { top:4.8125rem;left:20.1875rem;width:27.5625rem;height:5.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPmkh81JKtt7A0iGN5BCmZtkR1HG9oR { top:12.3125rem;left:20.75rem;width:27rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5qCmykORmT2GqSM9kxgmQ9HweqI59O0 { width:14.1875rem;height:3.125rem;top:23.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgVu1TASBK2TnnNM5Mz8dHu4ZeMmONm { display:block; }
 }@media only screen and (max-width: 763px) { #K8u6uQeExGG4ixTWDFlubi4zKImIVWGM { top:28.3125rem;left:29.25rem;width:18.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2EaFkhUTcc8OEuAx25oLTfLAxXyGDm3 { top:18.0625rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w040Fiw0s6b0oorNZBUSveqdiCqgusdd { top:3.875rem;left:0rem;width:30.625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w21IIiQ8dBy2LqWRcfkubrdTQRJdD0Iq { top:4.8125rem;left:0rem;width:27.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLUNngZsm25CsUGrAf13JzTtLgKLb7pL { top:15.1875rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRwit4PRhT99drHeRa8KAwmnm9n18zVv { display:block; }#gRwit4PRhT99drHeRa8KAwmnm9n18zVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUhTw5G9BIFpMNclekD99QTvI0NeBza8 { top:3.0625rem;left:0rem;width:27.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URD3FS96p1hUtLD2lwV27JL8NPkhvtVP { top:2rem;left:0rem;width:29.6875rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VKSkOaEQenuNtSdTsouZRmQ2UpeEoM { top:4.875rem;left:18.6875rem;width:29.0625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6k3gPz1HPx3r0wVBqA4ZkTESfVkVzC { top:12.75rem;left:20.75rem;width:27rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJC4AK8BBplGm7zI4q3AMXHHcMGzIQr { top:16.4375rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4afQrkno02mg1DnVSLGSbx95QQpWccd { width:14.1875rem;height:3.125rem;top:21.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsxALhFT7q4VSBCFATOH7guzsnkFmH5Q { display:block; }
 }@media only screen and (max-width: 763px) { #QqOgOBTK9cdwh2kTsEloN533xboRIMkI { top:26.625rem;left:29.25rem;width:18.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh { display:block; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTExLMyERV1XQlcdNWVnlGCqZlapBMSF { top:4.375rem;left:0rem;width:30.375rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztt1qW6x0yQwzzgtpmhnFmSkXCz1eg3k { top:9.75rem;left:20.75rem;width:26.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K66HrLXL0IyKG7tvzqoGhKsyTCVuLLqT { top:13.3125rem;left:20.8125rem;width:26.9375rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 { display:block; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKxG8xZIIyBlyZ16ZVg7NHw8T20UhVgG { top:4.375rem;left:17.4375rem;width:30.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPIdbXhkJDtqSdmCvwmZ0hxmLszqmBrH { top:6rem;left:0rem;width:27rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7k6c5hliXCx3FuQZ8xuAURdlUgkEGS3 { top:11.9375rem;left:0rem;width:26.9375rem;height:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg { display:block; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niiIwJmLceyo0Pepd3VZteuuErdJgNPr { top:1.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWf0qWQZf6y83t7Nta7KHl0l6udTx5xV { top:5.625rem;left:0rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAKaJUon26eeqxJ1eR1D723eSoq9s8p6 { top:7.5625rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeIsmCvAAQ6w9MWHX2bQQKLDlZHrtC1x { top:5.625rem;left:10.875rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFmW9weDKZroiUQKgkPBBNk1UzLnNahb { top:21.4375rem;left:10.875rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdSonolHZL5vABbiioVfNHTIQz8LPyC7 { top:19.125rem;left:10.875rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyV07360KbczfMu1yu7sl3Ce6PM30OiS { top:14.375rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LIAedfIwrLV1LSt0Oybw97HIWQuTUo { top:11.6875rem;left:0rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxWRvMJVGOqvNXc92pRsyhXWtIzWnIC { top:21.4375rem;left:0rem;width:36.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsepFTuHMKax3EhIg7LctUrDT7l0d3S0 { top:14.375rem;left:10.875rem;width:36.875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWP2ATwQ2JswS6BO0uaMkm002uuSiVT { top:19.125rem;left:0rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dInUdbFoyLNHhMgAsT7ZrWWTdARB2G9s { top:11.6875rem;left:10.875rem;width:36.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxuZpJ1eCX3XqTlpN0GELfbNKgX4Spk { top:8rem;left:18rem;width:29.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrG5fXDr56qOK1daniMvvC1M8UceaqSu { display:block; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1J7euuShA9XzedbVESQHreTndeZgWwg { top:4.6875rem;left:0rem;width:34rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5FdnKKCfr7zUi6LSX9ZzNsQTcvWm76K { top:0rem;left:13.5625rem;width:34.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnNf3HxcDZF3VFWL9ePbTs7mQ6F5ofEB { top:4.6875rem;left:0rem;width:37.9375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke3LbXTkTJJ0q6am42ldc8vRURaU4nDo { top:6.875rem;left:0rem;width:36.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM { display:none; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fnNnfA1k7GABGqFhT59zDAySKTOGpHsw { top:4.6875rem;left:0rem;width:34rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egBKzayb32fpIM62XT9yEPcJhmaPAs0Z { top:0rem;left:13.5625rem;width:34.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCxuASulxDVLnE3hywMFMkrv6uJBbX8x { top:4.6875rem;left:0rem;width:37.9375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyID4ZaAhXr2reizgXKgPTDC4Sh1Qbi { top:5.1875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ { display:block; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #off1yL84TpDOe9BU0HgoGWXL7PPhHSDi { top:8.8125rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFamJhAkEhQLcGt2Q91GDunQ9dafiukG { width:14.1875rem;height:3.125rem;top:23.9375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPM8pckoxwscONexFPmlFS5DsleTJvk2 { display:block; }
 }@media only screen and (max-width: 763px) { #Iz2NlM9JcCoGpVeg8btrm8TTnpdy8uHE { top:6.75rem;left:0rem;width:36.5rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cDfEwxLZPiTHymNMBzeiOQAebwdeuC { top:32rem;left:0rem;width:16.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 { display:block; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnO7sT2UvVkn1aS8n5VcpiT0RQg0r8WM { top:2.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITh3AwGqZVTXDOBIk9pLKKJzAvWHyRvn { top:2.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrXqEIiS8V1W5rhnD42DfpmXbWBS3yNA { top:1.375rem;left:33.1875rem;width:14.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q77lNHkMbVmoFvWsTT1ug01aloLN3FlZ { top:2.375rem;left:15.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LrLTxA1DoTZx5vPMNMIMTXvcWoObhO1W > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WePPGyU6znG4TxfDT4LeglAGSEeDTf1p { width:20rem;height:1rem;top:1.09375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 { display:block; }#q5l1l2iaHKT2u7L9upksds8ixtF9nTd0 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e0a335;background-image:none;display:block; }#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:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXJlPwWzWVVanmraOo97dxnEUor9WL1r { width:20rem;height:3.5rem;top:6.8582906723025rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOHCk6ue7PGdLt1K2LQWlD3dJk1vzEWT { width:20rem;height:5.6666665rem;top:10.61306476593rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQIMLJ1Z4Kys7fEVqTafQ80OXIyNVZze { width:12.0625rem;height:2.5625rem;top:24.36328125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3DzaRnbueiZbN5zShZnBosBG82sVHmS { display:block; }
 }@media only screen and (max-width: 763px) { #IxZg98bMA7yHquR77KXlXLG8Qpb26sL1 { width:20rem;height:23.68906455863rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdZy8smkyRUXk88hc7JGnat0EiALC21T { display:block; }#xdZy8smkyRUXk88hc7JGnat0EiALC21T > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya0GOB06wxWqaNELRKAGeev8tbTCUHlk { width:20rem;height:20rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUmQAsGMnZGSMfLTCBzg3LTh5RW49mx { width:20rem;height:38.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZPreCerg8NVtiSGVrsd6BFTJAGTPDO { width:18.75rem;height:8.5rem;top:23.75rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWB7GgIXWkr1CbPuClRytJefX4D4SxPu { width:18.75rem;height:11.333333rem;top:32.900392055511rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svcI2kqAzdhhCOfo7LsTBZ6OQ7sX9Bil { width:18.75rem;height:9.916667rem;top:44.911025524139rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJW3M7VhviDquLz9H56Mbxy5VdwZLZdE { width:14.1873125rem;height:3.125rem;top:56.210071086884rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUw0kGln1wXSTSZp06PXzaKzyP96f8al { display:block; }
 }@media only screen and (max-width: 763px) { #Q0l0atDl4iCum0FI64lk90gmm9s7QMcq { display:block; }#Q0l0atDl4iCum0FI64lk90gmm9s7QMcq > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9DohbiB2IFynBNGRtgDtne2vQHyr6tS { width:20rem;height:5.1666665rem;top:22.0087890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IimClpiTKtbMnJhJ7biExl0aO9ibrtFM { width:20rem;height:25.5rem;top:27.071395874024rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SUDCVlP0MxdxrxtpANmod1ZTB8hSee2I { width:20rem;height:9.916667rem;top:55.299697875976rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObDkmvoPTJ6W43ammI2LpEDsTRgdd1o { width:20rem;height:9.916667rem;top:66.037330627444rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy9UtnQ0IKreXfd8t5OJDxdikrofbnLh { width:14.1873125rem;height:3.125rem;top:77.524963378906rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAT2ggDK0GRtgwJFcFwWsleH3cuC3z2T { display:block; }
 }@media only screen and (max-width: 763px) { #Pzq58IcL8Rwz2EdBecb0EtsDZI0vtBbR { width:20rem;height:17.625rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX { background-color:#f5f5ed;background-image:none;display:block; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container { background-color: transparent; background-image: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container > .video-iframe-container { display: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row > .video-iframe-container { display: none; }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .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); }#om5wyJHuRs1BTaUBpQnn6vGSsOiHhZcX > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmgxNso8yqe3yH25B2BIqkAREQDwVevA { width:20rem;height:5.1666665rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8OTAK8t0s7KTupHh7QGWmg1XNs2r71m { width:20rem;height:5.6666665rem;top:7.7588958740238rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqiroZhrq6T2DfKnNnyQCsdGySyxezV { width:20rem;height:4.25rem;top:14.171005249024rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITLtMa4vVieWN6RI05xLuh2mN9RMKTl { width:20rem;height:8.5rem;top:19.05793762207rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfqa9xG1tVuIQC4G2LU9OcxQUGQc4f2A { width:20rem;height:5.6666665rem;top:28.333984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNoaT9h8F0aylaHQL4n0vunGLK7lJ1ly { width:20rem;height:4.25rem;top:34.43359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlIXTPaAB5392CwTVWMcLGl08CyrJlg { width:20rem;height:5.6666665rem;top:39.320526123047rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppbIg0mQWh8NKkAsnyc0Di4hpbGwd7tT { width:14.1873125rem;height:3.125rem;top:46.41926574707rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar2gQ0TOiMFIZm1lMUs0QnhgKvtRJzRA { display:block; }
 }@media only screen and (max-width: 763px) { #wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD { background-color:#e0a335;background-image:url("https://images.assets-landingi.com/uc/86b82fe6-1c01-4487-b50f-76d3a3431ed3/Group2435.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD.adaptive-delivery-prevent-bg, #wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD.lazyload, #wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD.lazyloading { background-image: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container { background-color: transparent; background-image: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container > .video-iframe-container { display: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row > .video-iframe-container { display: none; }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .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); }#wttKfyV4ms8oHEVBZUTg6sbzzuvdfTZD > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9Sm7XFq9Aek8mJAJ0HMlvfQp2aIURRU { width:14.1873125rem;height:3.125rem;top:7.8125009536744rem;left:2.9058161377907rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcSoikVsMhbZq4zr4hHMcFrTJii2XV1H { display:block; }
 }@media only screen and (max-width: 763px) { #f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 { background-color:#f5f5ed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { background-color: transparent; background-image: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container > .video-iframe-container { display: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row > .video-iframe-container { display: none; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .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); }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { border-width: 0; border-radius: 0; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0VVTpIAcfU9UCnTnZyvogT1LEUK0nt8 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wy19XdlW90APDITAKfcuIdO4wAf7POkJ { width:20rem;height:5.1666665rem;top:17.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSre9hbVdgkps4QlmS05QZbF4Ji6CWA { width:20rem;height:4.25rem;top:23.196411132812rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7KOxZWu80mwsNtAUPl9XSTHVVdOwx5 { width:20rem;height:2.83333325rem;top:27.958343505859rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMnTdxmVDM27KdxBvAd7SSiyUtxi7TmT { width:20rem;height:4.25rem;top:31.258697509766rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzktT2BcsiybzvyaUTpsyGQZGveSaGT6 { width:20rem;height:2.83333325rem;top:36.145629882812rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plw0Um0JU9797Dv8MzLrQCaFAFI78uwG { width:20rem;height:5.6666665rem;top:39.695953369141rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urCVZV667DfnmdG1Eu9kupl4o9CGR6Xq { width:20rem;height:4.25rem;top:46.108062744141rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzpPZxPiOIStXZSoDG0bF4igQ23OlNAX { width:14.1875rem;height:3.125rem;top:64.881744384762rem;left:2.8743491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgoNeogzu0mDDcwcQ3rlpvoclQQiPTL7 { display:block; }
 }@media only screen and (max-width: 763px) { #WISse5FVtxPgDX9Cf4CraeqsX4Bawe9P { width:20rem;height:4.25rem;top:51.057525634766rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzawX8cIov9BVKR0OJFwHqrIim3flKO1 { width:20rem;height:4.25rem;top:55.944458007812rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEpvnlP5O4d6w9VTODhFPIEVmDck1ySS { width:20rem;height:2.83333325rem;top:60.831390380859rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o43O8QqNCEJa7LrDJTUeDT4sCLTiIDXC { top:2.5rem;left:0rem;width:20rem;height:15.3125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u { display:block; }#EtvXw4q83GGkVNdRTeVwk85wvI3nPs6u > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTzJtowkSvDwdMZSKPErHnR0hT1nNs4V { width:20rem;height:5.1666665rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKhHaTuQgfmu3VKk2UyNaq5CsrqiaTOy { width:20rem;height:4.25rem;top:8.3213806152344rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8aTXwHTNxMXPEXMaAZvJsEu2awfOf1 { width:20rem;height:4.25rem;top:13.333312988281rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw7NS47zBFT6g2KWuoU2NJFyVA4To4vh { width:20rem;height:4.25rem;top:23.357208251953rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpAg6ugEehKnfUSHREg1tttE3lWkOZ9T { width:20rem;height:4.25rem;top:18.345245361328rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKp1DXmRzkI6WiMWGQ6NmOqhNpiZ09hG { width:20rem;height:4.25rem;top:43.406036376953rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f963y387NJvAU7leP9cfW0k30r7plGWN { width:20rem;height:5.6666665rem;top:36.931427001953rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoyQHhNWtSU0TekcZ9aQgymfciyHXrBN { width:20rem;height:4.25rem;top:31.919464111328rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSn4FulKJ6nDpNDaXUkSQQUJnN9QEMRI { width:20rem;height:2.83333325rem;top:28.369140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI3I2ekeBqpgG0xN5GKeTGcALgqJni8H { width:20rem;height:5.6666665rem;top:48.41796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPiJScx2zJwtc4dR5o90I6spWxXkssX { width:14.1873125rem;height:3.125rem;top:55.517597198486rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9XWBSTxNu5M7KuWlzIX4EWMmwRVwzhr { display:block; }
 }@media only screen and (max-width: 763px) { #kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz { background-color:#e0a335;background-image:none;display:block; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container { background-color: transparent; background-image: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container > .video-iframe-container { display: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row > .video-iframe-container { display: none; }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .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); }#kmIyg1ysxtDMuqzKb43SRyXFgLPzTKXz > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzKpNKQbRem6UEqx5MguHi66KXzCAINe { width:20rem;height:2.58333325rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi61TXUMetbnRoTVsfFeaQaCqQrugE3z { width:20rem;height:3.125rem;top:5.7237396240234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMMM3TFGPG6RrWVcz4ys2eTvuIJioXl { width:20rem;height:1.416666625rem;top:6.6612396240238rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKBUpxdukBC582PeOXFaU0uauTLu8dJo { width:20rem;height:3.125rem;top:9.5614166259762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ21oRJ6vWm1cNbbQFgDt9rIvh7US78D { width:20rem;height:1.416666625rem;top:10.411239624024rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaLlTxKSu7pGZ1SATzr0kK5QpGgxiw5k { width:20rem;height:5rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFg2Ua8uRk5z3s87JaWEFKlyqCyod1K9 { width:20rem;height:2.83333325rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmTAVt0xPxOuAkHDJ0hIVwgh2LlT1tvr { width:20rem;height:5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKcQEXVc6ZTEvvz7TyWBSsFWLOLvTcl { width:20rem;height:2.83333325rem;top:20rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVKPTxd6ZvBW4ZuCOwmaCRl3Tvak57pX { width:20rem;height:3.125rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8bavp21ne2JwFJB53sJ1hsCaRPyBSag { width:20rem;height:1.416666625rem;top:25.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvWidOFbNrrBVir53l9W8z46As2Knl9v { width:20rem;height:5rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPJPs6PB4Bb0ZLUsksFyWfiTRsTsZTM { width:20rem;height:5rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXpvZw0t7Bt51w9sg5exH2hTflmWs9x { width:20rem;height:2.83333325rem;top:29.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPP9DldSSMSLcFqIDVUg4TIfRWTCwwL { width:20rem;height:2.83333325rem;top:35rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdwJ9ETGQfU4q0vOzI91G53LzbTu6aBy { width:20rem;height:3.125rem;top:39.561634063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNtSaQfgMQQ8pa36tfehxkzZ3fx7smG6 { display:block; }
 }@media only screen and (max-width: 763px) { #atnPI1GywEeIlTiKQMSMrPIbtr0iPEor { width:17.4375rem;height:2rem;top:43.9365234375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 { display:block; }#IHkJWOugMBEf2uVxI6dnMkLzuyTRdIo0 > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RysDxChZM5aOTKkE1QhQBqpowC5VRwVR { width:20rem;height:5.1666665rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmy36QMNp0SxlCty4h9pFnHkX8zicvWz { width:20rem;height:8.5rem;top:12.569446563721rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rD9OOmpQSctOZTFqBg6XzOZDW5iPUQee { width:3.625rem;height:3.625rem;top:8.3213958740238rem;left:8.1868496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gScadCHV3LlR04WouuR4SlVJNTnxD2 { width:20rem;height:7.0833335rem;top:26.783851623535rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJcGBb0TVLwP8fhTesQeBeaf1n1v4vNt { width:3.5625rem;height:3.5625rem;top:22.596565246582rem;left:8.1868496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehyTUPOvfyw6CHgFEnm4JAIESqE4Zylw { width:20rem;height:5.6666665rem;top:56.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eD8DeTkr8RrEAUCC9PMIzsh59MqyEFvT { width:20rem;height:11.333333rem;top:39.561634540558rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKcAkobUBAnWVZZxfxdGMO4kJvGdXE8x { width:3.5625rem;height:3.5625rem;top:35.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUVQ6Uk46pEeur3IIFmKnVwbkKPv2KaL { width:3.5625rem;height:3.5625rem;top:52.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDHwusxiuyiAXmT0tRMbWooR530aT8aB { width:20rem;height:7.0833335rem;top:86.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uS9z9voMy1sZOnX9RBhGShlNK5cyTzCR { width:20rem;height:2.83333325rem;top:77.749568939206rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTIs3lwGxzFTAFICkGcCHVEl7uo3QfVm { width:3.5625rem;height:3.5625rem;top:73.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTgwhRPIaR8TFyawLFiNhlwJ8HA2Si9 { width:3.5625rem;height:3.5625rem;top:81.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfdih5UV18C18yd6thu7Lf77XlgRE8T { width:3.5625rem;height:3.5625rem;top:63.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu86h6u5BS4foUATIWRPJSW97AhdH7da { width:20rem;height:4.25rem;top:68rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5DashzffMN7hqoyziNlViacqTp9lSWL { display:block; }#v5DashzffMN7hqoyziNlViacqTp9lSWL > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLOJDuTgLcZ52DM8zPautbRKiepx6U1B { height:11.25rem;width:20rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMCzfGDFR563lhWR6Vlwo9AnmZfOPPLH { width:20rem;height:5rem;top:1.875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf { display:block; }#rfGvaGO5SxiMFlUN1aqFSmdu66KLRdPf > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhXm1hzg1Z9yRKRHV5Av7TaSM3Ik70OJ { width:19.8125rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T81v4JSR3LRriw68KOxlWzRSdyrAeb7L { display:block; }#T81v4JSR3LRriw68KOxlWzRSdyrAeb7L > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJLCAU0v6KNDhU6RKUQFcEQZkX1HMQKZ { width:20rem;height:2.5rem;top:15.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW8NfITtrTZI3T381gPf8CGrGg4cywIQ { width:14.1865234375rem;height:3.125rem;top:34.537109375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIOfTvZeDxTuTDDKJvvlEuu0TUMnDKrL { display:block; }
 }@media only screen and (max-width: 763px) { #aTHNdpwZziuWvk66TiF6rgoiy5QKoTTZ { width:16.5rem;height:1.833333375rem;top:38.599609375rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X32wqL3KDAbNpgUKF8fTuh2W3XJpLs49 { width:20rem;height:8.5rem;top:24.57421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGy90QRe1ElmtSinQKkwMrnz8duTg8HJ { width:20rem;height:2.83333325rem;top:20.15625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddckOia1m4TR68ErmNAek4J34deitsR3 { top:2.0625rem;left:0.966796875rem;width:16.1875rem;height:14.6875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FHqTUI1yINT6Zgi9VLlCASTlnB4oi8Vx { width:11.75rem;height:10.6875rem;top:2.5rem;left:3.1250000596046rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mssypUE9OA4l1DTrBmr0tu125s4m9wmf { display:block; }#mssypUE9OA4l1DTrBmr0tu125s4m9wmf > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7BheuMENP8EbgFTQAlXDSTReTwKMa5q { width:20rem;height:4.3333335rem;top:2.990234375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVL23ZqEWCedpgkvbc8lZ1EpmdFPogHv { width:17.375rem;height:2.625rem;top:24.662109375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPe7sDu87wuWsSOlTEJvPVL4DCzesFoX { display:block; }
 }@media only screen and (max-width: 763px) { #tKVec0aJq9nR0cmdwye6sLfpUQRkemRz { width:20rem;height:11.7119140625rem;top:10.240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es { display:none; }#hXJCmR0QSGiq9w1qAzoGJv44lSrQu7Es > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qGTU621Kl5ysqfTBlzPREEOCbaIKSmuZ { width:20rem;height:7.5rem;top:21.4111328125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbPmkh81JKtt7A0iGN5BCmZtkR1HG9oR { width:20rem;height:2.875rem;top:31.0361328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5qCmykORmT2GqSM9kxgmQ9HweqI59O0 { width:14.1865234375rem;height:3.125rem;top:46.162109375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgVu1TASBK2TnnNM5Mz8dHu4ZeMmONm { display:block; }
 }@media only screen and (max-width: 763px) { #K8u6uQeExGG4ixTWDFlubi4zKImIVWGM { width:16.5rem;height:0.9375rem;top:50.662109375rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2EaFkhUTcc8OEuAx25oLTfLAxXyGDm3 { width:20rem;height:2.875rem;top:41.537109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w040Fiw0s6b0oorNZBUSveqdiCqgusdd { width:17.9375rem;height:14.3125rem;top:6.271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w21IIiQ8dBy2LqWRcfkubrdTQRJdD0Iq { width:17.625rem;height:16.875rem;top:3.771484375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLUNngZsm25CsUGrAf13JzTtLgKLb7pL { width:20rem;height:4.3125rem;top:35.5673828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRwit4PRhT99drHeRa8KAwmnm9n18zVv { display:none; }#gRwit4PRhT99drHeRa8KAwmnm9n18zVv > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cUhTw5G9BIFpMNclekD99QTvI0NeBza8 { width:17.5rem;height:15.625rem;top:5.953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URD3FS96p1hUtLD2lwV27JL8NPkhvtVP { width:20rem;height:19.157894736842rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VKSkOaEQenuNtSdTsouZRmQ2UpeEoM { width:20rem;height:7.5rem;top:25.109375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6k3gPz1HPx3r0wVBqA4ZkTESfVkVzC { width:20rem;height:2.875rem;top:34.2822265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMJC4AK8BBplGm7zI4q3AMXHHcMGzIQr { width:20rem;height:2.875rem;top:38.4697265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4afQrkno02mg1DnVSLGSbx95QQpWccd { width:14.1875rem;height:3.125rem;top:42.7197265625rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsxALhFT7q4VSBCFATOH7guzsnkFmH5Q { display:block; }
 }@media only screen and (max-width: 763px) { #QqOgOBTK9cdwh2kTsEloN533xboRIMkI { width:16.75rem;height:0.9375rem;top:47.3447265625rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh { display:block; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh { border-width: 0; border-radius: 0; }#uL9cNlysOnlPc1y0eRQRkbucDiZOoqRh > .row .container { width:20rem;height:49.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #e0a335;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTExLMyERV1XQlcdNWVnlGCqZlapBMSF { width:20rem;height:20rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztt1qW6x0yQwzzgtpmhnFmSkXCz1eg3k { width:20rem;height:2.58333325rem;top:23.125000715256rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K66HrLXL0IyKG7tvzqoGhKsyTCVuLLqT { width:20rem;height:18.416666625rem;top:26.348742246627rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 { display:block; }#ZTkbu5SVTBBwCfZxTEWeHl6zVlH5JHH7 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKxG8xZIIyBlyZ16ZVg7NHw8T20UhVgG { width:20rem;height:20rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPIdbXhkJDtqSdmCvwmZ0hxmLszqmBrH { width:20rem;height:5.1666665rem;top:23.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7k6c5hliXCx3FuQZ8xuAURdlUgkEGS3 { width:19.875rem;height:25.5rem;top:28.685983657837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg { display:block; }#WKgMBI3TgRUhDK9nf3Tgh22msuetyTzg > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niiIwJmLceyo0Pepd3VZteuuErdJgNPr { width:20rem;height:2.58333325rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWf0qWQZf6y83t7Nta7KHl0l6udTx5xV { width:20rem;height:1.416666625rem;top:5.7237396240234rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAKaJUon26eeqxJ1eR1D723eSoq9s8p6 { width:20rem;height:4.25rem;top:7.8103256225588rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeIsmCvAAQ6w9MWHX2bQQKLDlZHrtC1x { width:20rem;height:1.416666625rem;top:13.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFmW9weDKZroiUQKgkPBBNk1UzLnNahb { width:20rem;height:1.416666625rem;top:49.9990234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdSonolHZL5vABbiioVfNHTIQz8LPyC7 { width:20rem;height:1.416666625rem;top:47.3115234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyV07360KbczfMu1yu7sl3Ce6PM30OiS { width:19.75rem;height:5.6666665rem;top:20.4365234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0LIAedfIwrLV1LSt0Oybw97HIWQuTUo { width:20rem;height:1.416666625rem;top:17.9365234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIxWRvMJVGOqvNXc92pRsyhXWtIzWnIC { width:20rem;height:4.25rem;top:29.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsepFTuHMKax3EhIg7LctUrDT7l0d3S0 { width:20rem;height:7.0833335rem;top:38.3740234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiWP2ATwQ2JswS6BO0uaMkm002uuSiVT { width:20rem;height:1.416666625rem;top:27.3740234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dInUdbFoyLNHhMgAsT7ZrWWTdARB2G9s { width:20rem;height:1.416666625rem;top:35.3740234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuxuZpJ1eCX3XqTlpN0GELfbNKgX4Spk { width:20rem;height:1.3445378151261rem;top:15.562065124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrG5fXDr56qOK1daniMvvC1M8UceaqSu { display:none; }#GrG5fXDr56qOK1daniMvvC1M8UceaqSu > .row .container { width:20rem;height:72.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1J7euuShA9XzedbVESQHreTndeZgWwg { width:20rem;height:2.7941174375rem;top:1.6865844726562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5FdnKKCfr7zUi6LSX9ZzNsQTcvWm76K { width:15.375rem;height:12.0625rem;top:42.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnNf3HxcDZF3VFWL9ePbTs7mQ6F5ofEB { width:20rem;height:67.4375rem;top:0.3060302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke3LbXTkTJJ0q6am42ldc8vRURaU4nDo { width:20rem;height:67.058822625rem;top:5.249267578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM { background-color:#f5f5ed;background-image:none;display:block; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container { background-color: transparent; background-image: none; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container > .video-iframe-container { display: none; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row > .video-iframe-container { display: none; }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .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); }#qT5BZ0FgrRFmLAaXsK3BLEDAEaLqcqaM > .row .container { width:20rem;height:73.248718261719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnNnfA1k7GABGqFhT59zDAySKTOGpHsw { width:20rem;height:2.83333325rem;top:1.6865844726562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egBKzayb32fpIM62XT9yEPcJhmaPAs0Z { width:15.375rem;height:12.0625rem;top:42.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCxuASulxDVLnE3hywMFMkrv6uJBbX8x { width:20rem;height:67.4375rem;top:0.3060302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyID4ZaAhXr2reizgXKgPTDC4Sh1Qbi { width:20rem;height:68rem;top:5.249267578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ { display:block; }#kg9i2Dn2nhtUispPEyP2ozUxPCdiM8wZ > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #off1yL84TpDOe9BU0HgoGWXL7PPhHSDi { width:20rem;height:3.66666675rem;top:8.0620670318606rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFamJhAkEhQLcGt2Q91GDunQ9dafiukG { width:14.1873125rem;height:3.125rem;top:19.597440719604rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPM8pckoxwscONexFPmlFS5DsleTJvk2 { display:block; }
 }@media only screen and (max-width: 763px) { #Iz2NlM9JcCoGpVeg8btrm8TTnpdy8uHE { width:13.5625rem;height:13rem;top:4.3125rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cDfEwxLZPiTHymNMBzeiOQAebwdeuC { width:5.3125rem;height:2.9375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 { display:block; }#tRxkSD5iK3xTlHpTwsJxS17w74L5vMh0 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnO7sT2UvVkn1aS8n5VcpiT0RQg0r8WM { width:12.5rem;height:1.416666625rem;top:1.25rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITh3AwGqZVTXDOBIk9pLKKJzAvWHyRvn { width:12.5rem;height:1.416666625rem;top:3.9626770019531rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrXqEIiS8V1W5rhnD42DfpmXbWBS3yNA { width:14.560546875rem;height:3.250000125rem;top:9.9873046875rem;left:2.7197265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q77lNHkMbVmoFvWsTT1ug01aloLN3FlZ { width:12.5rem;height:1.416666625rem;top:7.1123046875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }