.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:33,46,62;--color-secondary-0:251,218,220;--color-secondary-1:241,131,137;--color-secondary-2:227,6,19;--color-secondary-3:114,3,10;--color-secondary-4:34,1,3;--color-tertiary-0:255,255,255;--color-tertiary-1:176,176,175;--color-tertiary-2:123,123,122;--color-tertiary-3:90,90,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@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:#efefef;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { 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;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; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JKWxTWKUL4UIoLuTACWtQizUh7v0hTUo { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pkx6oNQ1Fqr66Vh1STiXdABXgRq1hTwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1dQCadBknStGv06zRgFBzVvfvnIU5MG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SDOVSf5bw28C7TXAMkac5KJ6GFdBxVh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3R4W0ryh4PFTuX6TMCwpM9A6PVhxgAV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uIx2lTBWV89Nhd7oochpv21mDTnglxlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUqctBRH6hGuKCxphkvQ73tc4bik554w { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TVqJPReHmLc0d5MhHXb2GV1FTkw8bpkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivCbz18ZhsVOKwQb8DL25urkGPxALRi3 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yerpVXmXMPrbvnRuCBpmky3DkIaiP5DX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsrfJxzyuvt3vcLuDmOEziiwU4o7S9Fe { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:0.96875rem;left:57.8125rem;overflow:hidden;display:block; }
#Q4bIFbIF9TEgwHP804IVQJXbL8TgC0Dm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.375rem;left:15rem;display:block; }
#pPE7fkPHFkdQXp5s0BtN6a6RtTWh7Py1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNPMA40dQdA612wmUycxle77Zu15k22w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.375rem;left:8.125rem;display:block; }
#ld7Dp9c9d3NpXrAgxe7f22pdTprWZRbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N9rGdpWo1eIDrZ4X4DoBy066vP84y8Wm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.375rem;left:31.1875rem;display:block; }
#eTgZ04oN7a4yPAPPMzNKHO9hJEbNLKqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmqboX28vPqeL8ICvukRmQHKhiTebL5c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.375rem;left:23.125rem;display:block; }
#HQsH6tQWb8aWlhC8lycoA0DkkQ7payPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Monxwuwi9XHWmA5fi5fiLXTXIfvvMx0B { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.75rem;left:33.375rem;display:block; }
#bRooogl0gJQzOgAX2e1JviMWek1kgAnC { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.75rem;left:17.1875rem;display:block; }
#qLOEuJpXpuFg4He0dRCqExQFGUdPBlfV { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.75rem;left:25.3125rem;display:block; }
#PwvestmlbZaiXVIJuVVONgl9qZ7pEtqM { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.75rem;left:9.6875rem;display:block; }
#MBn6hdOQULReXNA9U9DGXe5FuDDVTt9y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e30512;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.375rem;left:39.25rem;display:block; }
#qVf8Ry0tEF56ihfsUHUTX55gVVzaBKIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xa2QFus1PO1vF59XaSismaF7RwHz5hhk { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.75rem;left:41.4375rem;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/582a7b5c-047f-4b0a-a72d-38f24ffcfedc/Homepage_DR.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container.lazyloading { background-image: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { background-color: transparent; background-image: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container > .video-iframe-container { display: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row > .video-iframe-container { display: none; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .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); }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { border-width: 0; border-radius: 0; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#xeRkd9aogHzWwDJOG2sktqnCbqKKGvzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZrPtasaEelL79U2oX2KaA4B5RTauNfv { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:16.6875rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.59);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; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container { background-color: transparent; background-image: none; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container > .video-iframe-container { display: none; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row > .video-iframe-container { display: none; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .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); }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container { border-width: 0; border-radius: 0; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#KGTy4oJk77H6ub3ULht68tFebwqr9N7G { 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:21.875rem;width:33.6875rem;top:4.0478515625rem;left:39.40625rem;overflow:hidden;display:block; }
#ZlZsDFfviazRvTnGgJAk8Jpwer4N8MRb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:6.3125rem;height:7.7988125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#X25r7O4ENmPK6Xn3U9EAWxualWEatc8r { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:8.5625rem;left:6.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM { 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; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container { background-color: transparent; background-image: none; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container > .video-iframe-container { display: none; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row > .video-iframe-container { display: none; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .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); }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container { border-width: 0; border-radius: 0; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qXfpmSABc4Cfbk9X2yR6fXgRrqe6LP2n { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8FVPokCe3V7lrJXDOdmxwq8FloRtRFV { 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.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.375rem;left:28.3125rem;display:block; }
#Uc9fWs4f66USTVK8I6zRSzPbVmRJyEn2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container { background-color: transparent; background-image: none; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container > .video-iframe-container { display: none; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row > .video-iframe-container { display: none; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .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); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container { border-width: 0; border-radius: 0; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container { width:75rem;height:28.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#WN4NMzFRh0EFdVTJ8gutDmy8V69zK7HS { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.4375rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OrdnKMDtmVgWTz1oTHk5QK2d0EKDEgr3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11rem;left:6.75rem; }
#bJHMzieG76QK3yleThhqzJnXoPTSVzgA { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:17.75rem;left:1.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mkx0q1k0cLLNZ6eXRDAlAOyZpfK13Wdg { 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.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.8125rem;left:4.25rem;display:block; }
#xr099lfeRV4SO6kwGa3t3rL3ywHqnb9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HPVX5EgZTrLPT7eoWZGgG2rvkR00XiMH { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:17.75rem;left:20.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZT6ecMmupZsBtPnc8ciTSQfvLp2IVnlD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11rem;left:25.375rem; }
#w0dT7gaUhVz1L4SqXe5s6EAqf5lF3MfA { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:17.75rem;left:38.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yRLqLtvPBG6wVP0reIxu1lRQ8FNptmKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11rem;left:44rem; }
#HC8A4LpTLb1GS63m7xcsUB7KTuAwMDPw { 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.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.8125rem;left:22.875rem;display:block; }
#rzK4Ec8QxfN8cHP6HlWVOKaQ7xqU31Jf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qS1JC1S4pTo3EOMJ8SGTUB2vNWZ82608 { 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.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.8125rem;left:41.6875rem;display:block; }
#td4ZsN1EFTBf7XGZTJSxzrkNAxFnDIWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFbZJWBNAhPlMzUokqUPdJH3HvNvrCPq { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:17.1875rem;left:57.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoSJIpwCPZWi5zQkh7VA2VIkLqds5NeW { 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.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.8125rem;left:60.3125rem;display:block; }
#ASESRneBeRPUmhmphiUXvS1SMFv0LJEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUH3TlT65JG0yUfKbnb1rWgOEs8m0AuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11rem;left:62.8125rem; }
#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { background-color: transparent; background-image: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container > .video-iframe-container { display: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container { display: none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .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); }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { border-width: 0; border-radius: 0; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#cTHauKFqFvVZKk8Viz0TTVMqarBgwwqg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:3.75rem;overflow:hidden;display:block; }
#Sa6iuaDbzkZbVqOymTLKNAp6MeFsBI5u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.375rem;top:2.625rem;left:10rem;overflow:hidden;display:block; }
#qtwTe7tXSkttd4Og7Cw77Qs008mFl4Xs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:16.25rem;overflow:hidden;display:block; }
#gxzzTqlxRV7aVTq7CnNXbyVAzkT3lcZb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:22.5rem;overflow:hidden;display:block; }
#FZ2rGLg5Nag4wF8SQaQ2sbpgqQJgKlac { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:28.75rem;overflow:hidden;display:block; }
#C09zeShdXZNpudgJnIXslErFDNE9TU5P { 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:4.375rem;width:4.375rem;top:2.625rem;left:35rem;overflow:hidden;display:block; }
#gv5MQmXx5CzOx1BzhivJVsK8aKABS53M { 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:4.375rem;width:4.375rem;top:2.625rem;left:41.25rem;overflow:hidden;display:block; }
#JxwxzguNqGql51Qaqg6AXwwuw2exBBpV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:47.5rem;overflow:hidden;display:block; }
#eMLqy4XTpgfGrQ8OcBLE8dLoT7CXcFn4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:53.75rem;overflow:hidden;display:block; }
#ORwJMTfOkNsyHlwDbRX16xKDqEE3Us0V { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:60rem;overflow:hidden;display:block; }
#CmrlhaWqsOUaa81y0dAU70whXSLCsb5y { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.625rem;left:66.25rem;overflow:hidden;display:block; }
#SxRncXpfQQyldZE9CFoQolnFyXMGpSqA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:3.75rem;overflow:hidden;display:block; }
#QN68G8TikBDcH46w1R5nIMIUFnWrchmB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:10rem;overflow:hidden;display:block; }
#tp6NeQADqKbk0N45LJp5fFCv281IG92o { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:16.25rem;overflow:hidden;display:block; }
#WLdPcHBAf1FbslhdL2xPRn3konQ0xz2u { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:60rem;overflow:hidden;display:block; }
#gapC9KE33ggdxDrHwiqWGbut68cWtKSR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:66.25rem;overflow:hidden;display:block; }
#fEi90ZI7AroiG2FykL27mlsSHlWS078T { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:21.0625rem;left:28.75rem;overflow:hidden;display:block; }
#bIqcQp26LxTVlVfyZoEpiGEkRXGfKODc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:21.0625rem;left:22.5rem;overflow:hidden;display:block; }
#lycR3eupMkHqkRDxqF4cb7WO0PPwoiOH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:35rem;overflow:hidden;display:block; }
#lJpVJ1imSPxHB9QHM75TEx40QwaMH4ue { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:28.75rem;overflow:hidden;display:block; }
#LDFC5LSsIC2x3kwDwbBKWL24VUuF8VIs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:3.75rem;overflow:hidden;display:block; }
#VRZc6kPaSPaVM5O0tegVptQCHckKZmKZ { 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:4.375rem;width:4.4375rem;top:15.125rem;left:10rem;overflow:hidden;display:block; }
#cXKkDyxqXGafZ9prF0R4cTFWN9pqZr8s { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.4375rem;top:15.125rem;left:47.5rem;overflow:hidden;display:block; }
#wNQAdltCTcQZANF9bcThKlmykoDezaJl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:60rem;overflow:hidden;display:block; }
#VpguLLpJ9SHFsEPWgHTk6khl787R98mn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:66.25rem;overflow:hidden;display:block; }
#oOOfcVIQRv5D5F8zWR8yvT0Af9by6QQZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:47.5rem;overflow:hidden;display:block; }
#lbOZulm8Mp4PHb0cANTpUJhsrk18JSNO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:53.75rem;overflow:hidden;display:block; }
#waZxJHiF3sIpe7IKTpP9QFGr3KbvUPbd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:41.25rem;overflow:hidden;display:block; }
#dQTNuipNCZZ2oCBnTduFTwOrhD3vlTI0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:21.0625rem;left:35rem;overflow:hidden;display:block; }
#fLRPfJNizBO8TCDcR21bcIxUwWtCN0KE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:28.75rem;overflow:hidden;display:block; }
#zg4qrJ8AhSM7DC2hV8R3sFTgnzRXJJUK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:35rem;overflow:hidden;display:block; }
#nA6HdXBFp24ce1DVq6x6VC2wUKLbZAyB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:21.0625rem;left:41.25rem;overflow:hidden;display:block; }
#WnWV06mUCTlJARCGeKMQkknTKncFWSq1 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:53.75rem;overflow:hidden;display:block; }
#ncBL7I3y7ZX4TGeo1Vo7umQmNmbVnnh6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.875rem;left:22.5rem;overflow:hidden;display:block; }
#Dca7GloM6R1E358n0WrB0G18U0RnTTZK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:16.25rem;overflow:hidden;display:block; }
#D61QXoFe2U4JeRlnlda6dundnKOXUrbh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.375rem;top:15.125rem;left:22.5rem;overflow:hidden;display:block; }
#KrG1DfPw8ghKmzVF2AcOw2JkTyP6TD0D { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:15.125rem;left:41.25rem;overflow:hidden;display:block; }
#BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 > .row .container { border-width: 0; border-radius: 0; }#BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:none; }#IIl6tlI0HFyRs9TyhGkwxLcE8LzZDTQe { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.5rem;top:8.125rem;left:16.1875rem;overflow:hidden;display:block; }
#JSoh3t41xEDLHqFXptGcXPIDJZTvCS7p { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:43.1875rem;top:3.375rem;left:15.9375rem;overflow:hidden;display:block; }
#nvd79M9tMh4PIQ8BQ4hPMWugeoMo8thT { 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:1.875rem;width:5.75rem;top:8rem;left:20.6875rem;overflow:hidden;display:block; }
#s35J7W4cz4FZ6V2uTTG2Rsyc3iuJMBlX { 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:1.3125rem;width:41rem;top:12.5rem;left:16.1875rem;overflow:hidden;display:block; }
#mFTCtTRKHAaKKrMKLUWdoEaiq7QVIhyo { 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:2.1875rem;width:4.0625rem;top:7.875rem;left:26.6875rem;overflow:hidden;display:block; }
#lhOB2AVDizzPxhKCkTsHu9paIefDtA4O { 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:2.3125rem;width:36.5rem;top:16.0625rem;left:15.875rem;overflow:hidden;display:block; }
#cQVMoaId0rx3UCWG9BDv3dqqcS5WOxuO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11rem;top:7.6875rem;left:43.0625rem;overflow:hidden;display:block; }
#mVDLI0yC2cO3fXrV1havl0LhTXJH9bKT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.9375rem;top:7.9375rem;left:55.3125rem;overflow:hidden;display:block; }
#Dw0sJZrpTWIV9MOsrPToMD3FEnicp5Xq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.125rem;top:15.9375rem;left:53rem;overflow:hidden;display:block; }
#wzyuBXfmaEKwceKToQZ9VqnLBFydBFhT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.375rem;top:7.375rem;left:31.625rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4375rem;left:4.0625rem;height:9.75rem;font-style:normal;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:24.125rem;left:4.0625rem; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#usztRPqprmNz44HeLDI07Z2xL4kwTGsP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:4.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vWM6XB49zOtWxPg2PTiqthEpJIxnkuVx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.75rem;left:4.0625rem;height:1.21875rem;font-style:normal;display:block; }
#QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.25rem;left:5.125rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdthTRZ5TGyQJ36ATnvyaF2QdHipESWq { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:27.4375rem;left:4.0625rem; }
#KXnFedDq9yqOwsJKzNZyDlJ204agwM1K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:18.25rem;left:4.0625rem;display:block; }
#eJeJ4U8f91uVm1aKEC8Fy6GkmpxvW1pV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPRUiXRnVyZ3UmIGpir9fbHUNdKxyngL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.4375rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:20.3125rem;left:4.0625rem;display:block; }
#PMhVoDTbKUTO2on7KaT8n9EMG3TqVWw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X73dmiolHqba01O8c4KK4GBo9lxqMOC8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.4375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:16.1875rem;left:4.0625rem;display:block; }
#uXEWTiJE9aITU0yALbyTIL1QP2UVAEiS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKWxTWKUL4UIoLuTACWtQizUh7v0hTUo { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pkx6oNQ1Fqr66Vh1STiXdABXgRq1hTwp { display:block; }
 }@media only screen and (max-width: 763px) { #C1dQCadBknStGv06zRgFBzVvfvnIU5MG { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SDOVSf5bw28C7TXAMkac5KJ6GFdBxVh6 { display:block; }
 }@media only screen and (max-width: 763px) { #w3R4W0ryh4PFTuX6TMCwpM9A6PVhxgAV { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uIx2lTBWV89Nhd7oochpv21mDTnglxlM { display:block; }
 }@media only screen and (max-width: 763px) { #HUqctBRH6hGuKCxphkvQ73tc4bik554w { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TVqJPReHmLc0d5MhHXb2GV1FTkw8bpkq { display:block; }
 }@media only screen and (max-width: 763px) { #ivCbz18ZhsVOKwQb8DL25urkGPxALRi3 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yerpVXmXMPrbvnRuCBpmky3DkIaiP5DX { display:block; }
 }@media only screen and (max-width: 763px) { #ZsrfJxzyuvt3vcLuDmOEziiwU4o7S9Fe { top:0.9375rem;left:38.5625rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4bIFbIF9TEgwHP804IVQJXbL8TgC0Dm { width:7.5rem;height:2.5rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPE7fkPHFkdQXp5s0BtN6a6RtTWh7Py1 { display:block; }
 }@media only screen and (max-width: 763px) { #rNPMA40dQdA612wmUycxle77Zu15k22w { width:6.25rem;height:2.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7Dp9c9d3NpXrAgxe7f22pdTprWZRbP { display:block; }
 }@media only screen and (max-width: 763px) { #N9rGdpWo1eIDrZ4X4DoBy066vP84y8Wm { width:7.5rem;height:2.5rem;top:1.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTgZ04oN7a4yPAPPMzNKHO9hJEbNLKqO { display:block; }
 }@media only screen and (max-width: 763px) { #qmqboX28vPqeL8ICvukRmQHKhiTebL5c { width:7.5rem;height:2.5rem;top:1.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQsH6tQWb8aWlhC8lycoA0DkkQ7payPR { display:block; }
 }@media only screen and (max-width: 763px) { #Monxwuwi9XHWmA5fi5fiLXTXIfvvMx0B { top:3.75rem;left:19.75rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRooogl0gJQzOgAX2e1JviMWek1kgAnC { top:3.75rem;left:3.5625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOEuJpXpuFg4He0dRCqExQFGUdPBlfV { top:3.75rem;left:11.6875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwvestmlbZaiXVIJuVVONgl9qZ7pEtqM { top:3.75rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBn6hdOQULReXNA9U9DGXe5FuDDVTt9y { width:7.5rem;height:2.5rem;top:1.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVf8Ry0tEF56ihfsUHUTX55gVVzaBKIJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xa2QFus1PO1vF59XaSismaF7RwHz5hhk { top:3.75rem;left:27.8125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa { display:block; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeRkd9aogHzWwDJOG2sktqnCbqKKGvzJ { width:47.75rem;height:2rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZrPtasaEelL79U2oX2KaA4B5RTauNfv { width:41.6875rem;height:7.75rem;top:10.1875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU { display:block; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGTy4oJk77H6ub3ULht68tFebwqr9N7G { top:4rem;left:14.0625rem;width:33.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZsDFfviazRvTnGgJAk8Jpwer4N8MRb { width:24.9375rem;height:9.0625rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X25r7O4ENmPK6Xn3U9EAWxualWEatc8r { width:20.3125rem;height:2.25rem;top:8.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM { display:block; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXfpmSABc4Cfbk9X2yR6fXgRrqe6LP2n { width:47.75rem;height:2.25rem;top:5.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8FVPokCe3V7lrJXDOdmxwq8FloRtRFV { width:18.4375rem;height:3.1875rem;top:10.375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9fWs4f66USTVK8I6zRSzPbVmRJyEn2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg { display:block; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WN4NMzFRh0EFdVTJ8gutDmy8V69zK7HS { width:47.75rem;height:2.25rem;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdnKMDtmVgWTz1oTHk5QK2d0EKDEgr3 { top:11rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJHMzieG76QK3yleThhqzJnXoPTSVzgA { width:16.125rem;height:1.125rem;top:17.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkx0q1k0cLLNZ6eXRDAlAOyZpfK13Wdg { width:10.5rem;height:2rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr099lfeRV4SO6kwGa3t3rL3ywHqnb9r { display:block; }
 }@media only screen and (max-width: 763px) { #HPVX5EgZTrLPT7eoWZGgG2rvkR00XiMH { width:16.125rem;height:1.125rem;top:17.75rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6ecMmupZsBtPnc8ciTSQfvLp2IVnlD { top:11rem;left:11.75rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0dT7gaUhVz1L4SqXe5s6EAqf5lF3MfA { width:16.125rem;height:1.125rem;top:17.75rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRLqLtvPBG6wVP0reIxu1lRQ8FNptmKa { top:11rem;left:30.375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8A4LpTLb1GS63m7xcsUB7KTuAwMDPw { width:10.5rem;height:2rem;top:20.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzK4Ec8QxfN8cHP6HlWVOKaQ7xqU31Jf { display:block; }
 }@media only screen and (max-width: 763px) { #qS1JC1S4pTo3EOMJ8SGTUB2vNWZ82608 { width:10.5rem;height:2rem;top:20.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td4ZsN1EFTBf7XGZTJSxzrkNAxFnDIWn { display:block; }
 }@media only screen and (max-width: 763px) { #BFbZJWBNAhPlMzUokqUPdJH3HvNvrCPq { width:16.125rem;height:2.25rem;top:17.1875rem;left:31.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoSJIpwCPZWi5zQkh7VA2VIkLqds5NeW { width:10.5rem;height:2rem;top:20.8125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASESRneBeRPUmhmphiUXvS1SMFv0LJEV { display:block; }
 }@media only screen and (max-width: 763px) { #uUH3TlT65JG0yUfKbnb1rWgOEs8m0AuZ { top:11rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { display:block; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTHauKFqFvVZKk8Viz0TTVMqarBgwwqg { top:2.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6iuaDbzkZbVqOymTLKNAp6MeFsBI5u { top:2.625rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwTe7tXSkttd4Og7Cw77Qs008mFl4Xs { top:2.625rem;left:2.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxzzTqlxRV7aVTq7CnNXbyVAzkT3lcZb { top:2.625rem;left:8.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ2rGLg5Nag4wF8SQaQ2sbpgqQJgKlac { top:2.625rem;left:15.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C09zeShdXZNpudgJnIXslErFDNE9TU5P { top:2.625rem;left:21.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv5MQmXx5CzOx1BzhivJVsK8aKABS53M { top:2.625rem;left:27.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxwxzguNqGql51Qaqg6AXwwuw2exBBpV { top:2.625rem;left:33.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLqy4XTpgfGrQ8OcBLE8dLoT7CXcFn4 { top:2.625rem;left:40.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORwJMTfOkNsyHlwDbRX16xKDqEE3Us0V { top:2.625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmrlhaWqsOUaa81y0dAU70whXSLCsb5y { top:2.625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxRncXpfQQyldZE9CFoQolnFyXMGpSqA { top:8.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN68G8TikBDcH46w1R5nIMIUFnWrchmB { top:8.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp6NeQADqKbk0N45LJp5fFCv281IG92o { top:8.875rem;left:2.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLdPcHBAf1FbslhdL2xPRn3konQ0xz2u { top:15.125rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gapC9KE33ggdxDrHwiqWGbut68cWtKSR { top:15.125rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEi90ZI7AroiG2FykL27mlsSHlWS078T { top:21.0625rem;left:15.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIqcQp26LxTVlVfyZoEpiGEkRXGfKODc { top:21.0625rem;left:8.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lycR3eupMkHqkRDxqF4cb7WO0PPwoiOH { top:15.125rem;left:21.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpVJ1imSPxHB9QHM75TEx40QwaMH4ue { top:15.125rem;left:15.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFC5LSsIC2x3kwDwbBKWL24VUuF8VIs { top:15.125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZc6kPaSPaVM5O0tegVptQCHckKZmKZ { top:15.125rem;left:0rem;width:4.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKkDyxqXGafZ9prF0R4cTFWN9pqZr8s { top:15.125rem;left:33.875rem;width:4.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNQAdltCTcQZANF9bcThKlmykoDezaJl { top:8.875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpguLLpJ9SHFsEPWgHTk6khl787R98mn { top:8.875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOOfcVIQRv5D5F8zWR8yvT0Af9by6QQZ { top:8.875rem;left:33.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbOZulm8Mp4PHb0cANTpUJhsrk18JSNO { top:8.875rem;left:40.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZxJHiF3sIpe7IKTpP9QFGr3KbvUPbd { top:8.875rem;left:27.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQTNuipNCZZ2oCBnTduFTwOrhD3vlTI0 { top:21.0625rem;left:21.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLRPfJNizBO8TCDcR21bcIxUwWtCN0KE { top:8.875rem;left:15.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg4qrJ8AhSM7DC2hV8R3sFTgnzRXJJUK { top:8.875rem;left:21.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6HdXBFp24ce1DVq6x6VC2wUKLbZAyB { top:21.0625rem;left:27.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnWV06mUCTlJARCGeKMQkknTKncFWSq1 { top:15.125rem;left:40.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBL7I3y7ZX4TGeo1Vo7umQmNmbVnnh6 { top:8.875rem;left:8.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dca7GloM6R1E358n0WrB0G18U0RnTTZK { top:15.125rem;left:2.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D61QXoFe2U4JeRlnlda6dundnKOXUrbh { top:15.125rem;left:8.875rem;width:4.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrG1DfPw8ghKmzVF2AcOw2JkTyP6TD0D { top:15.125rem;left:27.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 { display:block; }#BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIl6tlI0HFyRs9TyhGkwxLcE8LzZDTQe { top:8.125rem;left:2.5625rem;width:3.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSoh3t41xEDLHqFXptGcXPIDJZTvCS7p { top:3.375rem;left:2.3125rem;width:43.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvd79M9tMh4PIQ8BQ4hPMWugeoMo8thT { top:8rem;left:7.0625rem;width:5.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s35J7W4cz4FZ6V2uTTG2Rsyc3iuJMBlX { top:12.5rem;left:2.5625rem;width:41rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTCtTRKHAaKKrMKLUWdoEaiq7QVIhyo { top:7.875rem;left:13.0625rem;width:4.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhOB2AVDizzPxhKCkTsHu9paIefDtA4O { top:16.0625rem;left:2.25rem;width:36.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVMoaId0rx3UCWG9BDv3dqqcS5WOxuO { top:7.6875rem;left:29.4375rem;width:11rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVDLI0yC2cO3fXrV1havl0LhTXJH9bKT { top:7.9375rem;left:41.6875rem;width:2.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0sJZrpTWIV9MOsrPToMD3FEnicp5Xq { top:15.9375rem;left:39.375rem;width:5.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzyuBXfmaEKwceKToQZ9VqnLBFydBFhT { top:7.375rem;left:18rem;width:10.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:6.4375rem;left:0rem;width:25rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.5625rem;height:1.5625rem;top:24.125rem;left:0rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #usztRPqprmNz44HeLDI07Z2xL4kwTGsP { top:2.625rem;left:0rem;width:31.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWM6XB49zOtWxPg2PTiqthEpJIxnkuVx { top:22.75rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { top:27.25rem;left:0rem;width:21.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdthTRZ5TGyQJ36ATnvyaF2QdHipESWq { width:0.625rem;height:0.625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXnFedDq9yqOwsJKzNZyDlJ204agwM1K { width:10.125rem;height:1.4375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJeJ4U8f91uVm1aKEC8Fy6GkmpxvW1pV { display:block; }
 }@media only screen and (max-width: 763px) { #EPRUiXRnVyZ3UmIGpir9fbHUNdKxyngL { width:8.375rem;height:1.4375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMhVoDTbKUTO2on7KaT8n9EMG3TqVWw6 { display:block; }
 }@media only screen and (max-width: 763px) { #X73dmiolHqba01O8c4KK4GBo9lxqMOC8 { width:2.5rem;height:1.4375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXEWTiJE9aITU0yALbyTIL1QP2UVAEiS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;z-index:auto;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKWxTWKUL4UIoLuTACWtQizUh7v0hTUo { top:5.9375rem;left:0rem;width:20rem;height:1.75rem;z-index:15068;font-size:0.9375rem;color:#e30613;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pkx6oNQ1Fqr66Vh1STiXdABXgRq1hTwp { display:block; }
 }@media only screen and (max-width: 763px) { #C1dQCadBknStGv06zRgFBzVvfvnIU5MG { top:7.6875rem;left:0rem;width:20rem;height:1.75rem;z-index:15069;font-size:0.9375rem;color:#e30613;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SDOVSf5bw28C7TXAMkac5KJ6GFdBxVh6 { display:block; }
 }@media only screen and (max-width: 763px) { #w3R4W0ryh4PFTuX6TMCwpM9A6PVhxgAV { top:9.4375rem;left:0rem;width:20rem;height:1.75rem;z-index:15071;font-size:0.9375rem;color:#e30613;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uIx2lTBWV89Nhd7oochpv21mDTnglxlM { display:block; }
 }@media only screen and (max-width: 763px) { #HUqctBRH6hGuKCxphkvQ73tc4bik554w { top:11.1875rem;left:0rem;width:20rem;height:1.75rem;z-index:15070;font-size:0.9375rem;color:#e30613;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TVqJPReHmLc0d5MhHXb2GV1FTkw8bpkq { display:block; }
 }@media only screen and (max-width: 763px) { #ivCbz18ZhsVOKwQb8DL25urkGPxALRi3 { top:12.9375rem;left:0rem;width:20rem;height:1.75rem;z-index:15072;font-size:0.9375rem;color:#e30613;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yerpVXmXMPrbvnRuCBpmky3DkIaiP5DX { display:block; }
 }@media only screen and (max-width: 763px) { #ZsrfJxzyuvt3vcLuDmOEziiwU4o7S9Fe { width:9.1875rem;height:3.3125rem;top:1.25rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4bIFbIF9TEgwHP804IVQJXbL8TgC0Dm { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPE7fkPHFkdQXp5s0BtN6a6RtTWh7Py1 { display:block; }
 }@media only screen and (max-width: 763px) { #rNPMA40dQdA612wmUycxle77Zu15k22w { width:6.25rem;height:2.5rem;top:1.375rem;left:6.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld7Dp9c9d3NpXrAgxe7f22pdTprWZRbP { display:block; }
 }@media only screen and (max-width: 763px) { #N9rGdpWo1eIDrZ4X4DoBy066vP84y8Wm { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTgZ04oN7a4yPAPPMzNKHO9hJEbNLKqO { display:block; }
 }@media only screen and (max-width: 763px) { #qmqboX28vPqeL8ICvukRmQHKhiTebL5c { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQsH6tQWb8aWlhC8lycoA0DkkQ7payPR { display:block; }
 }@media only screen and (max-width: 763px) { #Monxwuwi9XHWmA5fi5fiLXTXIfvvMx0B { width:3.125rem;height:0.125rem;top:3.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRooogl0gJQzOgAX2e1JviMWek1kgAnC { width:3.125rem;height:0.125rem;top:3.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLOEuJpXpuFg4He0dRCqExQFGUdPBlfV { width:3.125rem;height:0.125rem;top:3.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwvestmlbZaiXVIJuVVONgl9qZ7pEtqM { width:3.125rem;height:0.125rem;top:3.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBn6hdOQULReXNA9U9DGXe5FuDDVTt9y { width:7.5rem;height:2.5rem;top:1.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVf8Ry0tEF56ihfsUHUTX55gVVzaBKIJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xa2QFus1PO1vF59XaSismaF7RwHz5hhk { width:3.125rem;height:0.125rem;top:3.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/582a7b5c-047f-4b0a-a72d-38f24ffcfedc/Homepage_DR.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU.adaptive-delivery-prevent-bg, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyload, #nn38zoqroc71migrmhZCEtoEdh30VivU.lazyloading { background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa { display:block; }#cnTGEB1paIOTwLVJhM3is6vkEftgP2Sa > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeRkd9aogHzWwDJOG2sktqnCbqKKGvzJ { width:20rem;height:3rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #PZrPtasaEelL79U2oX2KaA4B5RTauNfv { width:20rem;height:13.40625rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU { display:block; }#E5Iu0ntTwLnNN4pgfg0dPRQMEb06TBuU > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGTy4oJk77H6ub3ULht68tFebwqr9N7G { width:20rem;height:13rem;top:4.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZsDFfviazRvTnGgJAk8Jpwer4N8MRb { width:20rem;height:9.75rem;top:20.3515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #X25r7O4ENmPK6Xn3U9EAWxualWEatc8r { width:20rem;height:1.5rem;top:1.5078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM { display:block; }#qekQi7kZ5BJwvrgwK5hkMg23aFcxHcHM > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXfpmSABc4Cfbk9X2yR6fXgRrqe6LP2n { width:20rem;height:3rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p8FVPokCe3V7lrJXDOdmxwq8FloRtRFV { width:18.4375rem;height:3.1875rem;top:7.9375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9fWs4f66USTVK8I6zRSzPbVmRJyEn2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg { background-color:transparent;background-image:none;display:block; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container { background-color: transparent; background-image: none; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container > .video-iframe-container { display: none; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row > .video-iframe-container { display: none; }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .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); }#Hl7k2TPUCDgR5inUf8AbvpkkioU0Gvqg > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WN4NMzFRh0EFdVTJ8gutDmy8V69zK7HS { width:20rem;height:1.5rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #OrdnKMDtmVgWTz1oTHk5QK2d0EKDEgr3 { display:flex;width:5.5625rem;height:5.5625rem;top:3.6875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #bJHMzieG76QK3yleThhqzJnXoPTSVzgA { width:16.125rem;height:1.125rem;top:10.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #Mkx0q1k0cLLNZ6eXRDAlAOyZpfK13Wdg { width:10.5rem;height:2rem;top:12.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr099lfeRV4SO6kwGa3t3rL3ywHqnb9r { display:block; }
 }@media only screen and (max-width: 763px) { #HPVX5EgZTrLPT7eoWZGgG2rvkR00XiMH { width:16.125rem;height:1.125rem;top:25.125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #ZT6ecMmupZsBtPnc8ciTSQfvLp2IVnlD { display:flex;width:5.5625rem;height:5.5625rem;top:18.625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #w0dT7gaUhVz1L4SqXe5s6EAqf5lF3MfA { width:16.125rem;height:1.125rem;top:40.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #yRLqLtvPBG6wVP0reIxu1lRQ8FNptmKa { display:flex;width:5.5625rem;height:5.5625rem;top:33.5625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #HC8A4LpTLb1GS63m7xcsUB7KTuAwMDPw { width:10.5rem;height:2rem;top:27.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzK4Ec8QxfN8cHP6HlWVOKaQ7xqU31Jf { display:block; }
 }@media only screen and (max-width: 763px) { #qS1JC1S4pTo3EOMJ8SGTUB2vNWZ82608 { width:10.5rem;height:2rem;top:42.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #td4ZsN1EFTBf7XGZTJSxzrkNAxFnDIWn { display:block; }
 }@media only screen and (max-width: 763px) { #BFbZJWBNAhPlMzUokqUPdJH3HvNvrCPq { width:16.125rem;height:2.25rem;top:54.6875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#5a5a59;display:block; }
 }@media only screen and (max-width: 763px) { #hoSJIpwCPZWi5zQkh7VA2VIkLqds5NeW { width:10.5rem;height:2rem;top:58.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASESRneBeRPUmhmphiUXvS1SMFv0LJEV { display:block; }
 }@media only screen and (max-width: 763px) { #uUH3TlT65JG0yUfKbnb1rWgOEs8m0AuZ { display:flex;width:5.5625rem;height:5.5625rem;top:47.875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn { display:none; }#lw5rRhimOlayDsZZQLQGZnIsTnaDVeTn > .row .container { width:20rem;height:209.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cTHauKFqFvVZKk8Viz0TTVMqarBgwwqg { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6iuaDbzkZbVqOymTLKNAp6MeFsBI5u { width:4.375rem;height:4.3125rem;top:6.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwTe7tXSkttd4Og7Cw77Qs008mFl4Xs { width:4.375rem;height:4.375rem;top:12.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxzzTqlxRV7aVTq7CnNXbyVAzkT3lcZb { width:4.375rem;height:4.375rem;top:18.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ2rGLg5Nag4wF8SQaQ2sbpgqQJgKlac { width:4.375rem;height:4.375rem;top:23.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C09zeShdXZNpudgJnIXslErFDNE9TU5P { width:4.375rem;height:4.375rem;top:29.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv5MQmXx5CzOx1BzhivJVsK8aKABS53M { width:4.375rem;height:4.375rem;top:34.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxwxzguNqGql51Qaqg6AXwwuw2exBBpV { width:4.375rem;height:4.375rem;top:40.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLqy4XTpgfGrQ8OcBLE8dLoT7CXcFn4 { width:4.375rem;height:4.375rem;top:46.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORwJMTfOkNsyHlwDbRX16xKDqEE3Us0V { width:4.375rem;height:4.375rem;top:51.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmrlhaWqsOUaa81y0dAU70whXSLCsb5y { width:4.375rem;height:4.375rem;top:57.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxRncXpfQQyldZE9CFoQolnFyXMGpSqA { width:4.375rem;height:4.375rem;top:63.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN68G8TikBDcH46w1R5nIMIUFnWrchmB { width:4.375rem;height:4.375rem;top:68.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp6NeQADqKbk0N45LJp5fFCv281IG92o { width:4.375rem;height:4.375rem;top:74.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLdPcHBAf1FbslhdL2xPRn3konQ0xz2u { width:4.375rem;height:4.375rem;top:175.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gapC9KE33ggdxDrHwiqWGbut68cWtKSR { width:4.375rem;height:4.375rem;top:181.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEi90ZI7AroiG2FykL27mlsSHlWS078T { width:4.375rem;height:4.375rem;top:192.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIqcQp26LxTVlVfyZoEpiGEkRXGfKODc { width:4.375rem;height:4.375rem;top:186.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lycR3eupMkHqkRDxqF4cb7WO0PPwoiOH { width:4.375rem;height:4.375rem;top:152.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpVJ1imSPxHB9QHM75TEx40QwaMH4ue { width:4.375rem;height:4.375rem;top:147.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFC5LSsIC2x3kwDwbBKWL24VUuF8VIs { width:4.375rem;height:4.375rem;top:124.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZc6kPaSPaVM5O0tegVptQCHckKZmKZ { width:4.4375rem;height:4.375rem;top:130.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKkDyxqXGafZ9prF0R4cTFWN9pqZr8s { width:4.4375rem;height:4.375rem;top:164.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNQAdltCTcQZANF9bcThKlmykoDezaJl { width:4.375rem;height:4.375rem;top:113.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpguLLpJ9SHFsEPWgHTk6khl787R98mn { width:4.375rem;height:4.375rem;top:119.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOOfcVIQRv5D5F8zWR8yvT0Af9by6QQZ { width:4.375rem;height:4.375rem;top:102.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbOZulm8Mp4PHb0cANTpUJhsrk18JSNO { width:4.375rem;height:4.375rem;top:108.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZxJHiF3sIpe7IKTpP9QFGr3KbvUPbd { width:4.375rem;height:4.375rem;top:96.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQTNuipNCZZ2oCBnTduFTwOrhD3vlTI0 { width:4.375rem;height:4.375rem;top:197.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLRPfJNizBO8TCDcR21bcIxUwWtCN0KE { width:4.375rem;height:4.375rem;top:85.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg4qrJ8AhSM7DC2hV8R3sFTgnzRXJJUK { width:4.375rem;height:4.375rem;top:91.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6HdXBFp24ce1DVq6x6VC2wUKLbZAyB { width:4.375rem;height:4.375rem;top:203.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnWV06mUCTlJARCGeKMQkknTKncFWSq1 { width:4.375rem;height:4.375rem;top:169.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBL7I3y7ZX4TGeo1Vo7umQmNmbVnnh6 { width:4.375rem;height:4.375rem;top:79.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dca7GloM6R1E358n0WrB0G18U0RnTTZK { width:4.375rem;height:4.375rem;top:136.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D61QXoFe2U4JeRlnlda6dundnKOXUrbh { width:4.375rem;height:4.25rem;top:141.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrG1DfPw8ghKmzVF2AcOw2JkTyP6TD0D { width:4.375rem;height:4.375rem;top:158.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 { display:block; }#BGpHpsAd0c0Q4xXBw91zbDJSLvQvMD35 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIl6tlI0HFyRs9TyhGkwxLcE8LzZDTQe { width:1.9375rem;height:0.9375rem;top:3.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSoh3t41xEDLHqFXptGcXPIDJZTvCS7p { width:18.125rem;height:1.25rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvd79M9tMh4PIQ8BQ4hPMWugeoMo8thT { width:2.875rem;height:0.9375rem;top:3.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s35J7W4cz4FZ6V2uTTG2Rsyc3iuJMBlX { width:12.5625rem;height:0.75rem;top:6.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTCtTRKHAaKKrMKLUWdoEaiq7QVIhyo { width:1.75rem;height:0.9375rem;top:3.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhOB2AVDizzPxhKCkTsHu9paIefDtA4O { width:20rem;height:1.25rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVMoaId0rx3UCWG9BDv3dqqcS5WOxuO { width:5.5rem;height:1.25rem;top:3.09375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVDLI0yC2cO3fXrV1havl0LhTXJH9bKT { width:1.625rem;height:1.25rem;top:6.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0sJZrpTWIV9MOsrPToMD3FEnicp5Xq { width:2.5625rem;height:1.25rem;top:6.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzyuBXfmaEKwceKToQZ9VqnLBFydBFhT { width:4.125rem;height:1.25rem;top:3.09375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:20rem;height:7.7969rem;top:3.849609375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.25rem;height:1.25rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #usztRPqprmNz44HeLDI07Z2xL4kwTGsP { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWM6XB49zOtWxPg2PTiqthEpJIxnkuVx { width:18.75rem;height:0.9746125rem;top:21.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgBJ94cegTGVdLGWXFEIbAXOFCGlCNCr { width:15.625rem;height:0.89355625rem;top:25.0625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MdthTRZ5TGyQJ36ATnvyaF2QdHipESWq { width:0.625rem;height:0.625rem;top:25.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXnFedDq9yqOwsJKzNZyDlJ204agwM1K { width:10.125rem;height:1.4375rem;top:15.0625rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJeJ4U8f91uVm1aKEC8Fy6GkmpxvW1pV { display:block; }
 }@media only screen and (max-width: 763px) { #EPRUiXRnVyZ3UmIGpir9fbHUNdKxyngL { width:8.375rem;height:1.4375rem;top:17.75rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMhVoDTbKUTO2on7KaT8n9EMG3TqVWw6 { display:block; }
 }@media only screen and (max-width: 763px) { #X73dmiolHqba01O8c4KK4GBo9lxqMOC8 { width:2.5rem;height:1.4375rem;top:12.375rem;left:8.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXEWTiJE9aITU0yALbyTIL1QP2UVAEiS { display:block; }
 }