.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:217,234,251;--color-primary-1:128,185,243;--color-primary-2:0,115,230;--color-primary-3:0,58,115;--color-primary-4:0,17,35;--color-secondary-0:255,255,255;--color-secondary-1:247,244,242;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container { background-color: transparent; background-image: none; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container > .video-iframe-container { display: none; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row > .video-iframe-container { display: none; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .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); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container { border-width: 0; border-radius: 0; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#QTSDXOMFvlpoTLaQCBaXcrGuDs6yp4e1 { background-color:rgba(var(--color-secondary-0),0);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: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-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:1.75rem;left:65rem;display:block; }
#qMTf91qVWAW7KA0aEqz7iPbBPCSl88c8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vumpTvJIVSxJgFQstaIHr7VrBhv2obts { background-color:rgba(var(--color-secondary-0),0);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: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-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:1.75rem;left:46rem;display:block; }
#FctDCXT32edzXNu8lagAmmvEpmfkzXpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CbmFgdaCxNHOWHJdyeFZ161UQmJD8ETe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.8125rem;left:42.875rem; }
#CbmFgdaCxNHOWHJdyeFZ161UQmJD8ETe > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#WRqZhucTrplTMKiJMHINHt4sxGBDsoqg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.9375rem;left:62.1875rem; }
#WRqZhucTrplTMKiJMHINHt4sxGBDsoqg > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#VhZ470GVae35c6NVvqwusccWAZTPiRoL { 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:4rem;width:4rem;top:1.0000004768372rem;left:0rem;overflow:hidden;display:block; }
#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91d01859-dc54-4803-9297-42dfc1d72733/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:13.125rem;left:0rem;height:8.525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8125rem;left:0rem;height:5.11875rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#faf5fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.375rem;left:0rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.375rem;left:16.625rem;display:block; }
#php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { background-color: transparent; background-image: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container > .video-iframe-container { display: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container { display: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .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); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { border-width: 0; border-radius: 0; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { 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:16.75rem;width:13.4375rem;top:0.03125rem;left:2.71875rem;overflow:hidden;display:block; }
#U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { 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:16.75rem;width:12.6875rem;top:0.125rem;left:21.78125rem;overflow:hidden;display:block; }
#EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:10.875rem;top:0.4375rem;left:42.228618421053rem;overflow:hidden;display:block; }
#ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { 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:16.3125rem;width:12.0625rem;top:0.5rem;left:59.59375rem;overflow:hidden;display:block; }
#PylSq9RImaaFVWL3vvtKdgofasmmopei { position:absolute;display:block;z-index:15026;height:4.25rem;width:7.5625rem;top:0.125rem;left:67.4375rem;display:block; }
#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm { position:relative;display:block; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm { background-color: transparent; background-image: none; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row .container > .video-iframe-container { display: none; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row > .video-iframe-container { display: none; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .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); }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm { border-width: 0; border-radius: 0; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VmW2qWgv5hGFCTFX8EfTC2CvWAAuKefd { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.28125rem;left:4.9375rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NQuo3P1fK6vK5CUC2PMXUeUzeBvxxkIr { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.25rem;left:2.6875rem;display:block; }
#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container { background-color: transparent; background-image: none; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container > .video-iframe-container { display: none; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row > .video-iframe-container { display: none; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .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); }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container { border-width: 0; border-radius: 0; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#tq2WxnQ3u5zXrIQITUfB1b6ByfcKJsyF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:7.875rem;left:24.6875rem;overflow:hidden;display:block; }
#oVuq9QBvC8PCLO3zwb0CKPUKXrPnWtif { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #635a5e;border-left:0.125rem solid #635a5e;border-right:0.125rem solid #635a5e;border-bottom:0.125rem solid #635a5e;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:7.6875rem;left:24.5rem;display:block; }
#wUBX043BT01tPcmifU4dG6dIxscuDcVO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3rem;left:0.8125rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLtZfdpZTnn8kzCL8M9UEcEWzMwcAAzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:6.4375rem;left:0.8125rem;height:3.675rem;font-style:normal;display:block; }
#WPtV5yCMKzAOBOT9JOVTmDvHEkeOIWnc { position:absolute;display:block;z-index:15002;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:10.6875rem;left:20.875rem;display:block; }
#ymcJVusBZ6kLIg0kP6okP2B560TdJLa9 { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:6.4375rem;left:20.875rem;display:block; }
#Jow5fgpRffNmMCW9RTEwoBZduVqTs8h7 { position:absolute;display:block;z-index:15003;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:6.4375rem;left:18.4375rem;display:block; }
#X6aOdn9C48rEGO7IXx5y3XCC0fn5NtVK { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:18.9375rem;left:18.4375rem;display:block; }
#Dmzw43tCGN2y56pMdzETU2G3WrR5Tmnn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.125rem;top:18.9375rem;left:20.875rem;display:block; }
#A6uvpRhHTwHJ4f1TX1hXktMZCaANFqyV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:22rem;left:20.875rem;display:block; }
#Q7Po5232178gDtcmsL7VrJJf3LfTTJBT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:18.9375rem;left:24.5rem;display:block; }
#DTwqnzkLGM7097O7AmW98z1FzhEFLKSa { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:17.1875rem;left:42rem;overflow:hidden;display:block; }
#b4BTmnhIgieDpgRCVv242UOVqBD4fpWX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:19.125rem;left:24.6875rem;overflow:hidden;display:block; }
#qnHPq7ClUCqwd94r9Cy1nNsXhNcV1xxd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #635a5e;border-left:0.125rem solid #635a5e;border-right:0.125rem solid #635a5e;border-bottom:0.125rem solid #635a5e;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:17rem;left:41.8125rem;display:block; }
#M3DuDNzBe5drd1JazJJdJytC84o1ncEO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:6.4375rem;left:41.75rem;display:block; }
#clQLn8QvhIJendeg6c4R70oRbCo8vVrx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:6.625rem;left:42rem;overflow:hidden;display:block; }
#T9CFZXSH9TTSdzt88vo7mcnZV867RUeT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.125rem;top:6.375rem;left:52.5rem;display:block; }
#FsxubOV8q5J7BEQo7m7OhMvfJLSfWw4s { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.625rem;top:9.5rem;left:48rem;display:block; }
#A7056AWWNsJQaTQRUL1uLT4NyTX74fxf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:6.25rem;left:52.5rem;display:block; }
#RoJUaqeOsXVsgduKkRTiZ3y900msriAE { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:17.625rem;left:52.5rem;display:block; }
#oI7fGRKIfu4UJo4PShd8JTDbHzHJ0KQ2 { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:17.5rem;left:52.5rem;display:block; }
#PM4WN4LMiolckRyFltA23ePVdoyCmpJJ { position:absolute;display:block;z-index:15013;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.625rem;top:20.09375rem;left:48rem;display:block; }
#OhEVdp9OEgFO6ShU9adqIQcnqXOtyHc7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:15.0625rem;left:0.8125rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qMQaci3byeFbRBqZizJ2yskz8hyHS3kd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:18.4375rem;left:0.8125rem;height:4.9rem;font-style:normal;display:block; }
#bJxx71rqF8z9fcLlcVN6PDCRryw5ToDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:6.0625rem;left:56.4375rem;height:4.9rem;font-style:normal;display:block; }
#TIXrnSNvBebbuivzeotTprPAn2Dq0S0z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.6875rem;left:56.4375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zVbt8G1Mg22oMv5Uh9rMzh6GFciv0nUm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:17.25rem;left:56.375rem;height:4.9rem;font-style:normal;display:block; }
#SfAdvFKkGqpCkxP4kBBaqkoWP7NBwTXA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:13.875rem;left:56.375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hkP4EEEmhVg9f2TANCNxyBPTInBgKAXi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:27.875rem;left:56.4375rem;height:4.9rem;font-style:normal;display:block; }
#NyvNWxt3MF4uaMLzhEW7CUNQU9ehpUMN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:24.5rem;left:56.4375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UoEyAKBosUIIezXNgkFP0OsM9mwfxQpB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:27.8125rem;left:42.0625rem;overflow:hidden;display:block; }
#G5sz0aEiLuO4vxuaHq2FUT9eteOuAX89 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:27.625rem;left:41.875rem;display:block; }
#GwsUkfZU5eXhxMNKr6BgIi5iudqAx2q7 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:28.25rem;left:52.5rem;display:block; }
#i0XXpxmu3PBvTC8gHqCLqNiTCQ1TcKE0 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.625rem;top:30.75rem;left:48rem;display:block; }
#wZTJeISL9p2tVq47mulE5tfREJyZGMG0 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:28.125rem;left:52.5rem;display:block; }
#uAX2LfE7pJkTB5f45XFMApI44NCIN1ho { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:29.5rem;left:0.8125rem;height:3.675rem;font-style:normal;display:block; }
#ypLtkiLigekL26RhHaMGL9MJ0kaNZBfU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:26.125rem;left:0.8125rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5nLk1KqXfQfSirfdLxFeq1xFOwPcJby { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:30.0625rem;left:24.6875rem;overflow:hidden;display:block; }
#UpNpceA0rg3k5nVRyb7TBZaIu0TmQEdd { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #635a5e;border-left:0.125rem solid #635a5e;border-right:0.125rem solid #635a5e;border-bottom:0.125rem solid #635a5e;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:29.875rem;left:24.5rem;display:block; }
#smn3X4w8xbnrHSGcdPT9dxTTbtR8zRUw { position:absolute;display:block;z-index:15007;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:32.875rem;left:20.875rem;display:block; }
#Dndag5eP8owwQh22PQyJD1rvpI6PAncC { position:absolute;display:block;z-index:15008;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:0.125rem;top:29.625rem;left:20.875rem;display:block; }
#gdLSMrAxWRkpsqG4OrUBasTNKezsUS27 { position:absolute;display:block;z-index:15008;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:29.5625rem;left:18.4375rem;display:block; }
#eSLnGtHAo3cwfxSPJCIdqnsDLAwVfQe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:38.775001525879rem;left:0.8125rem;height:4.9rem;font-style:normal;display:block; }
#i8pZVe5AOqfkZ3ANIggpTaFJcScb5ZoT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:36.875rem;left:0.8125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r7DD5DLJcPUW4AZ4Tot1JELsQ970UvED { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:38.5rem;left:56.4375rem;height:3.675rem;font-style:normal;display:block; }
#oG4mmlD2T0Nmvf9awDZErF6A7GS4AXeT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:35.125rem;left:56.4375rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VFMWzl2N3kcBfQ0TCLkKEd5GttBZnF3T { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:40.9375rem;left:24.5rem;display:block; }
#NNX57vAFP2MEc1ofIB6CEo6dPBsWnCEK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:41.125rem;left:24.6875rem;overflow:hidden;display:block; }
#RxTqLn95dJfO2gZ1JGz5PRunTxGHnDTB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.6875rem;top:44rem;left:20.9375rem;display:block; }
#br40hP8aUmSIz0eTpG3wmaLHDyW6TtnE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.125rem;top:40.9375rem;left:20.9375rem;display:block; }
#cO0ef1ekqHopLuTTIhv6lE1pKmslhpQz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:40.9375rem;left:18.4375rem;display:block; }
#ao4PKEqpVcRh5hMoapIsvT8AvK3mtJXt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:38.375rem;left:42rem;overflow:hidden;display:block; }
#kxLwVHLAy2rIDPzWNSpe2P9He7by7PxD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #635a5e;border-left:0.125rem solid #635a5e;border-right:0.125rem solid #635a5e;border-bottom:0.125rem solid #635a5e;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:38.1875rem;left:41.8125rem;display:block; }
#miPnWZkJdSin4cHkem7TD1ycl0CD0nSJ { position:absolute;display:block;z-index:15017;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:38.8125rem;left:52.5rem;display:block; }
#geQp9pZ4klObPCLko4EJ9IHekcd74kcN { position:absolute;display:block;z-index:15018;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.625rem;top:41.3125rem;left:48rem;display:block; }
#hCVJQ2AugxPMDq8AhrTerxM4heJVlI1F { position:absolute;display:block;z-index:15017;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:38.6875rem;left:52.5rem;display:block; }
#xInZkDBHJ1hysItVN4s0Jd2v8ukTcA75 { 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:47.0625rem;width:38.1875rem;top:3rem;left:17.5rem;overflow:hidden;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;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:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:28.40625rem;display:block; }
#pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container { background-color: transparent; background-image: none; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container > .video-iframe-container { display: none; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row > .video-iframe-container { display: none; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .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); }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container { border-width: 0; border-radius: 0; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#nk9Oh5hIni2Q5nmG5RbfunWseMCtrquG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.03125rem;height:4.3875rem;font-style:normal;display:block; }
#OEv4Ur3HdghdkopG9ZWxPsU1p7ULTWCf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.5rem;left:9.8125rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PywX4DIxfJnMDNqK9KqXO7BPX6leUbV2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.25rem;width:56rem;top:12.637499809265rem;left:9.8125rem;display:block; }
#ngxvu2Qth4dT7Coh6UxRy2xLJtrwTFnf { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.625rem;left:6.8125rem;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/de6cdbe8-0b37-428f-afd0-e84089e116e2/6.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:rgba(var(--color-primary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:41.09375rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.71249961853rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LZUXc43uNJEsMUELkGaHdzdpEMzDlkTz { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:15.96875rem;left:41.5625rem;display:block; }
#fyP1TUXr7aCD4DvdHOnR2U7WAZ182ouU { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:16.293750762939rem;left:42.4375rem;height:1.9125rem;font-style:normal;display:block; }
#yo5PDnoLqOrRaALVaT0TmrxdX3NUuU7o { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:12.72500038147rem;left:41.5625rem;display:block; }
#kOenDJhM3qkt6sm04piduNE7iaCbIW6V { color:rgba(var(--color-primary-2),1);display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:12.987499237061rem;left:42.5rem;height:1.9125rem;font-style:normal;display:block; }
#fKJUKJrkXuTOtb88mnBaSDo9ubs1dlny { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:9.34375rem;left:41.5625rem;display:block; }
#HF0uuKBR756GmUGccITpVGastUbVcGav { color:rgba(var(--color-primary-2),1);display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:9.625rem;left:42.5625rem;height:1.9125rem;font-style:normal;display:block; }
#BIKn6H7u6VbzWQ2V0WJ0KKn0unyh79wA { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:13.049999237061rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eErCs9dopCQeZErBiQk8HK0nAOzfno1B { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:16.39999961853rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xc80mNE95ifNRB7NuS3KhokvQLCxhZ9l { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:19.3125rem;left:41.5625rem;display:block; }
#WWsSG7anufwfBt3q8fRPv85XfTPCB6bN { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:19.575000762939rem;left:42.375rem;height:1.9125rem;font-style:normal;display:block; }
#uGHSLc2Txocpz9rMbQ69qlZD2ZsHvqDE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:19.700000762939rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:26.4375rem;width:37.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:37.4375rem;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/e4527be9-c528-401d-941b-8815251f8664/7.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { border-width: 0; border-radius: 0; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0.0625rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { box-sizing:content-box;height:26.4375rem;width:37.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:-0.0625rem;display:block; }
#yJozh3fQ9ddqTooufxTsHJXxZ1Z0KfPO { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:13.875rem;left:0rem;display:block; }
#Q9UifIxJw1P26QgEXDubT3OdR8R4puF8 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.5rem;left:0rem;display:block; }
#KZ1i1mwVnWgV5PN6DXMn7s9DCax7Jivt { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:17.25rem;left:0rem;display:block; }
#shq5wSBMBN1M6wiJWVV3kLayitZHbZE3 { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:17.5625rem;left:0.875rem;height:1.9125rem;font-style:normal;display:block; }
#FBxA6iRpRzRIc5kfOnrtBkkn66Ql8V2x { color:rgba(var(--color-primary-2),1);display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.7;letter-spacing:0;top:14.125rem;left:0.9375rem;height:1.9125rem;font-style:normal;display:block; }
#eChrkzFUPL7KCaiKT77sCOz9ZTqT6Fo9 { color:rgba(var(--color-primary-2),1);display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:10.75rem;left:1rem;height:1.9125rem;font-style:normal;display:block; }
#BEMZOD4RQEPUstqriRSQTufNGdMMa7ML { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:10.875rem;left:3.8125rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A19iNdkSJ8MczUOHuOKMW6bAtRlb5JKl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:14.1875rem;left:3.8125rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nZToZmVt8UT3FfHO9AH0upB3ewXvKUhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:17.8125rem;left:3.8125rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4OSvRtaGXdwIPLeDCMBGq6FBpTTqdfq { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:20.625rem;left:0rem;display:block; }
#pgXTcK58Ps6y7VU13gl6t2faxfaNfSTy { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:20.9375rem;left:0.8125rem;height:1.9125rem;font-style:normal;display:block; }
#QrG0QBmvbSdqhrAHbTBiQBznRXZh0pL9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:21.125rem;left:3.8125rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/bf4dda60-f251-4aae-b28b-54631f823030/5.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq.adaptive-delivery-prevent-bg, #WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq.lazyload, #WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq.lazyloading { background-image: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container { background-color: transparent; background-image: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container > .video-iframe-container { display: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row > .video-iframe-container { display: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .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); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container { border-width: 0; border-radius: 0; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#Du4WDcK1D2cOUTs9wRoZT8ZU68NSpEbR { color:rgba(var(--color-primary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:41.09375rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUebk637HHae0USAQTOqU4q807Wqz6N4 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.71249961853rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eupDxOnWxev4Qk9Ld36TmZld73fIeyns { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:15.96875rem;left:41.5625rem;display:block; }
#Nv7DFabFaP1ZwGf2NqvelPRhpJZ5B8Z6 { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:16.293750762939rem;left:42.4375rem;height:1.9125rem;font-style:normal;display:block; }
#kayqD468nTXHqDQKGc8LQLbL6sODqMB7 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:12.72500038147rem;left:41.5625rem;display:block; }
#qVldhJniKoZrWlh6ZFJapJbduf7lPWO0 { color:rgba(var(--color-primary-2),1);display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:12.987499237061rem;left:42.5rem;height:1.9125rem;font-style:normal;display:block; }
#Tsc7Fl0xnJT2BTUbsgeurGLWBRfTN36Q { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:9.34375rem;left:41.5625rem;display:block; }
#l4X4HoXG48ERW58Nq12vXD6uryA8bnLi { color:rgba(var(--color-primary-2),1);display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:9.625rem;left:42.5625rem;height:1.9125rem;font-style:normal;display:block; }
#Ae0C9Fx6iTfUXAXz1lvpbkoIbhS7hpT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:13.049999237061rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h4HnRNf6TpsTmSfUR1dpZEaEMMmIRLtx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:16.39999961853rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJcZ0HWECdBF5cTpiK7HHy9I5qzwKcVM { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(28,31,47,0.3);border-left:0.0625rem solid rgba(28,31,47,0.3);border-right:0.0625rem solid rgba(28,31,47,0.3);border-bottom:0.0625rem solid rgba(28,31,47,0.3);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:19.3125rem;left:41.5625rem;display:block; }
#vC8CGFMrX2EwXqMGc45JFkRALvVxT3yq { color:rgba(var(--color-primary-2),1);display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:19.575000762939rem;left:42.375rem;height:1.9125rem;font-style:normal;display:block; }
#arvD6rJtzr0rNIakE7b37g23ewPeX2d1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:19.700000762939rem;left:45.375rem;height:1.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0bWiPoMgQbJUtLTAzxRJRKTzl09O2Nw { box-sizing:content-box;height:26.4375rem;width:37.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:37.4375rem;display:block; }
#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container { background-color: transparent; background-image: none; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container > .video-iframe-container { display: none; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row > .video-iframe-container { display: none; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .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); }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container { border-width: 0; border-radius: 0; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container { background-color: transparent; background-image: none; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container > .video-iframe-container { display: none; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row > .video-iframe-container { display: none; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .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); }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container { border-width: 0; border-radius: 0; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#xyCaafd055EM7oWcTbsHDu6fGXspUREE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;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:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:29.28125rem;display:block; }
#BiCTlw7GM8ay3Odb0GvfPBuDbp56QCq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB { position:relative;display:block; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB { background-color: transparent; background-image: none; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row .container > .video-iframe-container { display: none; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row > .video-iframe-container { display: none; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .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); }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB { border-width: 0; border-radius: 0; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HimPnX8Vna5w31hrtP6uJU5BqGPMvAsv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.28125rem;left:4.9375rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TUpWKbvJf2v4C7x138B6SCPfNmTAt7wz { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.25rem;left:2.6875rem;display:block; }
#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container { background-color: transparent; background-image: none; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container > .video-iframe-container { display: none; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row > .video-iframe-container { display: none; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .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); }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container { border-width: 0; border-radius: 0; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#Cgcf0a9ei7atxkarBpXLJdqb6TLFwNUV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.0625rem;left:4.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ie8Sau8rr1rEn5qT8kTtSF1lrefKOZI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:9.89999961853rem;left:3.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXNmBknG97sRfbrRmvGGZwKsv5ofzQ2T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6rem;left:29.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hF4GfcyxIvxd9d2qJlCokcS9TvRTgGsx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:9.9000062942506rem;left:28.4375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E96VZXyImhLtSKMaxWSSn8oZInA1VTNK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:6rem;left:54.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTPAm5e24GHfyLmAnicTNSeFSE0IRpUI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.89999961853rem;left:53.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COIcJLr3bVnWIxXmpB8p2zaOF5p6GfwO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:25.25rem;left:4.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CJlbRdfBmAnPalK13nA1HB2HL7MRV4DH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:29.125rem;left:3.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTVM2voZq0XKfUTCQlmpbHf8Ct4ItwIT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:25.25rem;left:30.3125rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#goOwvNh3WBmazo8gNenbrzi5HUL7SrAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:29.125005722046rem;left:28.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AA6BdLafPp9hMLfQ9CGx60RN5awzBItn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:25.4375rem;left:54.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNvmDcukAP56AIUdDK7UVvbONMrXHXO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:29.125rem;left:53.4375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1HQPug3ifhoLh3fu71We0FwIOephTsV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.375rem;left:10.9375rem; }
#lMil5eaIdp0ml7u7OhEDalgiUDHaoL0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.375rem;left:35.9375rem; }
#eGpPKmi3JEL0T5d4LTrFr7PB2AsRUv3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:2.375rem;left:60.9375rem; }
#oPRg0mMn8O2MolTayFHiw1WWfqHL1VkI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:21.5625rem;left:60.9375rem; }
#ZvRU2ZVPrq4gHZ7p8RsdTm8HGZ31Bx7M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:21.5625rem;left:35.9375rem; }
#AnvwRuKuyCy9AqzKAXvdBHoKXuuLASIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:21.5625rem;left:10.9375rem; }
#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container { background-color: transparent; background-image: none; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container > .video-iframe-container { display: none; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row > .video-iframe-container { display: none; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .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); }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container { border-width: 0; border-radius: 0; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#Jzkeg5OAQRyMKoKn4ztwaoS6Ble1WFUp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1c1f2f;border-left:0.0625rem solid #1c1f2f;border-right:0.0625rem solid #1c1f2f;border-bottom:0.0625rem solid #1c1f2f;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:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.09375rem;left:29.28125rem;display:block; }
#JbaGaIrvE05lbBai4nbXeH0Resylq8yC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy { position:relative;display:block; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy { background-color: transparent; background-image: none; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row .container > .video-iframe-container { display: none; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row > .video-iframe-container { display: none; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .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); }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy { border-width: 0; border-radius: 0; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CkMVpR8ZZwMw1MTOki1VA7h8Mdvv2fNp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.28125rem;left:4.9375rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Az8CH8tPhcFzTR8wNfOdg5zI07t0sGSN { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.25rem;left:2.6875rem;display:block; }
#akA6Ctp3b9EGz7Tp8eLITrTqULpTHwyR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:4.875rem;left:48.3125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp { position:relative;display:block; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp { background-color: transparent; background-image: none; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row .container > .video-iframe-container { display: none; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row > .video-iframe-container { display: none; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .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); }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp { border-width: 0; border-radius: 0; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F1OrMnXFgpA4EmtMqS8iXLQZTgSGOaxw { position:absolute;display:block;z-index:15000;height:49.375rem;width:59.125rem;top:0rem;left:7.9375rem;display:block; }
#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d37b989-bf12-469d-a38f-b2ce6ce4e846/2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh.adaptive-delivery-prevent-bg, #KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh.lazyload, #KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh.lazyloading { background-image: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container { background-color: transparent; background-image: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container > .video-iframe-container { display: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row > .video-iframe-container { display: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .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); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container { border-width: 0; border-radius: 0; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#KGk54sTbeLoTmTgZdIiI0bBrhb3VT2pt { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.52499961853rem;left:7.5rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pyJe2UzNrVIeQWVdQNJu18RucZJFC1VU { color:rgba(var(--color-tertiary-1),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:21.9375rem;left:7.5rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#naZ5DKasDq98nflKXdkifOaWOBdvKZF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:44.125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-form-header {  }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-text {padding-top: 0; padding-bottom: 0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-select {padding-top: 0; padding-bottom: 0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#cd0f45;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:18.5625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(75,75,76,0.8);vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-container:first-of-type{padding-top:0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-container:last-of-type{padding-bottom:0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5rem;left:41.3125rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP {display:block;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5rem;left:41.3125rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #PERqR2BTGIwNXyfoMNlxZgvlXso6uGfn { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #I8iaAC5yBh3JeCcJkPmNRpd81M9KMKCm { position:relative;display:none; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #X65Z2QyGbVvAJDD5NWCJPyBM1BBwSsCz { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #qQgGAZWqlCOIALmGV0p8aauuW4bZvu2l { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #OluLxz2okt7J9f9iWfJ6uT0XyPpNuWNT { position:relative;display:none; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #T0T3u0sw1IdXJ0RKryygkDfR95kyflLD { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #t2NyfQvZEG9BAOEfl3wnVKHMHEltTUPi { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #xNTn7Mls8ikH0BmpDPVO54nq6TPRTZVc { position:relative;display:none; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #ZkRQ4LRpH2G2PBJ3rF1d9odI4BtsKzEC { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #pbNCEkiHO3MgT7GA1RTPpbGhsF8SBoUb { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #TFceXSl9JXenB3a5N3LEskNZ7kxttFMz { position:relative;z-index:2; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #WPDhaKAgKZEKQS9ohJLyo5rEpEF76ubC { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #IyqJWcIWwTycAElQdUTAT1Q1VRcTDGto { position:relative; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #ykUhX8MSxV5SlWKN77bQAXAZIr677VQ6 { position:relative; }
#ZLshCmnwPziCWgyc8DUEUTmoAwIciTyh { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:7.1875rem;left:7.5rem;display:block; }
#ncsHfXtIQqbSG0wcyOBP4Oo8I71TOuZ4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.625rem;width:28.625rem;top:8.3125rem;left:38.75rem;display:block; }
#odRQl49GUdTPI17NZFooJXn6cwliHOWT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container { background-color: transparent; background-image: none; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container > .video-iframe-container { display: none; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row > .video-iframe-container { display: none; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .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); }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container { border-width: 0; border-radius: 0; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TM80wpfCe2u7Fc5H6sFIhbeEFKkw7Ngi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:6rem;left:7.5rem;height:9.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mJsKrXfdH6DQ34FGXR4NwtIgukLe1iw8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.60000038147rem;left:7.5rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;vertical-align:top; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:#020202;height:auto;line-height:1.2;overflow:hidden; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);line-height:1.2;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-4),1); }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c8c165b06aaeed9fe48fd186c943c44917be7e90.svg");background-size:contain !important; }#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-trigger.adaptive-delivery-prevent-bg, #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-trigger.lazyload, #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-trigger.lazyloading { background-image: none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO { box-sizing:content-box;height:auto;width:37.75rem;position:absolute;display:flex;flex-direction:column;gap:0.6875rem;z-index:15060;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.25rem;left:29.5rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #fA49whV9ovl9zJbAZuHZPz27dGFReJbF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #NhI0c5ETXnJFd0mvw8UphmC5AF0Qbf9H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #p8JzN86K57hVItfk5JU9BgsWDisceOlq { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #fVdxSOiI8WmA7RcuoC2D7r8CmB3hS09q {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #LrAJJgbMd4g5ww0s0bOB5NoETzwM3Wnf {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #T7gxw1wAAMGnId4f6bEf03clMyTlQzbm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #uGnUn9FaccUSqMA0QIPh0d2JanJClqp4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #voH64w3igPpwusNFZq8TD4Zvds30KorU { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #QqU34ND8dcgu9rtQU2r3sx54rVxHzEZG {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #O5T7pk9zkM4TWSOH8fPSXTAzBlIU6SzK { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #nTno2RR88lXDCB9knTxtn0sTTZsdnHUi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #DUivC420aqNErRg4TZ8ND38FtGpRW824 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ww26gDzygH485AFp0K4KtLQnvtPo495E { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #tX6UulSwe4MHrmWMRl83p3sH7rGGLNDO {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #xaHbB9b9A9WcdGhtmuHpTr16twRURgEu { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #hQHJMonxpqCxSlWt54dnTBkF7PUJo3GB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #zii27TIZqQeS9yOQ69LFW6JXR3wZi5Ts { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #LiZt7yn80tqERDXnzr2ZfPsSkO3bdrbP { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #VMVgmzyIizPKpwEhTyPIe8lz7hTtb0ld {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #aNAE2ABr3EMXGOwIbsALA3381E3frmEr { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Q35IeVRcTNHoDE1XBBCyW6f37C4kdOgF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #rfOTPOZQqMeMi6f7zloIvMmI9glXXrLG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #QR6vZNNzRVaxBJeEES9d3sXGzPg36Tiq { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Zq7HpsFV6HpDHz7xfEgtUppEXGrKsBPz {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #q9r1EbtK3N6glXs8mPLWO1kFgbhsbc1B { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AmGTt2xaxW1QGwP0WZ5kcOltHWLa7Ce9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #oi65aZN4sPR44u1e2F4GN6ptMrzaU1lo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pqnVEi2wesG7lpik5Xtek8VaNn6wvSL8 { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #GkEQaQbsx3dX6pekMSdWIwXWHBIBrnBQ {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #RRQsRWiEzaxic49yBitbDqf6AmsaOFz4 { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #f8yXuCyaLkFfvGuB9UExACSIOFW8UNUD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TGmwGZleamFBClLnp4AhaUprfczT8dfp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #DDFc1O9dTOqeqTwp8fBhPONUJP9y9hat { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #MFHCrgJznG9cTZICTxrUEncHKwFLBUit {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #e0DdnHWrQDikOAJ8xfWAetbmhap8ISoK { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AdHqmpLiPtEgyd65Xz3wK1hBlHAk1End { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #tfViuz4eUQgoVgvEpifJIycVoL0XxwVA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pnlHkNLC2oT1VGEK32bTHWDMPU3pIxk5 { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #MtxPOPwW4rrD9CS0wJffi3QZqa3DlC2l {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #hH1vIHNtfTJmJ2TAqz9evL8ilnQH38Ko { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #L41kTq7bT6pyoCGOu87NgUhwVID5wLNp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #qiNGg5Run1pl8e4UMXLmqAP0wXzD7Aes { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ekpypKwevSwlq0ShUI5NcU1TJH6riRaW { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #IGfzbQTlQqGxhhTnODQ3T6iI4uTTucol {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #xIsHF7TddI5BhEOAZCtpwsg26EU3fpBd { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TTIWBkRlwfsb9oOfccXEq1pJaIgcU6lt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Im1WCDM4POtCWUbggrqNzD5ftO0r2utE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #etJyrBCrd1oipgWM0bLfqVFTnc2AOv2l { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #dHCW6Wcswz3hrSU6dLvXgncF8cMOhsbn {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TDn44FsWtVbWLxDqhIMdhNBU760mF8G7 { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #t4QvnA3lz1nluKyX3pzKygBPuOS9uuEv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #os1X7HeRJRlSOxukwz3L9500NfkHB7cp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #CRm9gR6iFyyvntxdNEFBMlKAWoR2ZzED { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #abf0RiAz7aTRMNMyxXAqHKVxpPmqLoWd {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #XMgtKCtS2SNwwIvKnfWalsnm5nfNwsI6 { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #J7q26kVcRyE96xocSmSK9TLwKb2snaCN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #WEqcd6ouSJ64JMhao6xl8He6FR36W87g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pDMpUmaBm3bNxvyU5ppQMXQGgLT8RPOb { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #NuMw9VR4dRqNO2w4bQpHxliHuQoPTGaH {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #cN8GcqVKyOSAT6TN9J80JRmtO2Ida2T5 { display:none; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #h0ue7HrrhzvPZqdZ4LLqExugvzwgqxaI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #WLomTcwSfOSfJ66rfufdTCpWKyhHooBl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ltaZWqxGKZwKcI2SWSVpXFkTV7AT2o3Z { display:block;position:relative; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #bHLyhibURqyuh7WPx0xn4Ulrc6oh4ryn {  }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AbiFXr4tKQ63aF1yNCTQcli8G8cP7QN4 { display:none; }
#xkXM2DTUL5RGDScr1ZcoH8IqgEyoMnCN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.575000762939rem;left:12.1875rem;height:3.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container { background-color: transparent; background-image: none; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container > .video-iframe-container { display: none; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row > .video-iframe-container { display: none; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .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); }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container { border-width: 0; border-radius: 0; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#TlZoJIqMcwyK3GsDXLPnTmqsCm5Kds4S { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.94374847412112rem;left:51.3125rem;height:4.55rem;text-align:right;text-align-last:right;display:block; }
#eIm6dhJFPI2a9hVE7TpLoZMDV6cOrzrn { 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:3.4375rem;width:3.4375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J { display:block; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTSDXOMFvlpoTLaQCBaXcrGuDs6yp4e1 { width:9.25rem;height:2.5625rem;top:1.75rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMTf91qVWAW7KA0aEqz7iPbBPCSl88c8 { display:block; }
 }@media only screen and (max-width: 763px) { #vumpTvJIVSxJgFQstaIHr7VrBhv2obts { width:13.75rem;height:2.5625rem;top:1.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FctDCXT32edzXNu8lagAmmvEpmfkzXpy { display:block; }
 }@media only screen and (max-width: 763px) { #CbmFgdaCxNHOWHJdyeFZ161UQmJD8ETe { top:1.8125rem;left:29.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#CbmFgdaCxNHOWHJdyeFZ161UQmJD8ETe > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #WRqZhucTrplTMKiJMHINHt4sxGBDsoqg { top:1.9375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#WRqZhucTrplTMKiJMHINHt4sxGBDsoqg > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #VhZ470GVae35c6NVvqwusccWAZTPiRoL { top:1rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:41.9375rem;height:8.5rem;top:13.125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:27rem;height:5.125rem;top:23.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:15rem;height:3.75rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:15rem;height:3.75rem;top:32.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { width:13.4375rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { width:12.6875rem;height:16.75rem;top:0.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { width:10.875rem;height:16.5625rem;top:0.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { width:12.0625rem;height:16.3125rem;top:0.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PylSq9RImaaFVWL3vvtKdgofasmmopei { top:0.125rem;left:40.1875rem;width:7.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiMDl7rionHv6VAuTDalkz5DbKKVaCGm { display:block; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmW2qWgv5hGFCTFX8EfTC2CvWAAuKefd { top:6.25rem;left:0rem;width:39.9375rem;height:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQuo3P1fK6vK5CUC2PMXUeUzeBvxxkIr { width:6.25rem;height:6.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb { display:block; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tq2WxnQ3u5zXrIQITUfB1b6ByfcKJsyF { width:5.875rem;height:5.875rem;top:7.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVuq9QBvC8PCLO3zwb0CKPUKXrPnWtif { width:6rem;height:6rem;top:7.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUBX043BT01tPcmifU4dG6dIxscuDcVO { width:12.875rem;height:2.75rem;top:3rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLtZfdpZTnn8kzCL8M9UEcEWzMwcAAzZ { width:17.8125rem;height:3.625rem;top:6.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtV5yCMKzAOBOT9JOVTmDvHEkeOIWnc { width:3.75rem;height:0.125rem;top:10.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymcJVusBZ6kLIg0kP6okP2B560TdJLa9 { width:0.125rem;height:4.375rem;top:6.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jow5fgpRffNmMCW9RTEwoBZduVqTs8h7 { width:2.5rem;height:0.125rem;top:6.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6aOdn9C48rEGO7IXx5y3XCC0fn5NtVK { width:2.5rem;height:0.125rem;top:18.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmzw43tCGN2y56pMdzETU2G3WrR5Tmnn { width:0.125rem;height:3.125rem;top:18.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6uvpRhHTwHJ4f1TX1hXktMZCaANFqyV { width:3.75rem;height:0.125rem;top:22rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Po5232178gDtcmsL7VrJJf3LfTTJBT { width:6rem;height:6rem;top:18.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwqnzkLGM7097O7AmW98z1FzhEFLKSa { width:5.875rem;height:5.875rem;top:17.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4BTmnhIgieDpgRCVv242UOVqBD4fpWX { width:5.875rem;height:5.875rem;top:19.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnHPq7ClUCqwd94r9Cy1nNsXhNcV1xxd { width:6rem;height:6rem;top:17rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3DuDNzBe5drd1JazJJdJytC84o1ncEO { width:6rem;height:6rem;top:6.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clQLn8QvhIJendeg6c4R70oRbCo8vVrx { width:5.875rem;height:5.875rem;top:6.625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CFZXSH9TTSdzt88vo7mcnZV867RUeT { width:0.125rem;height:3.125rem;top:6.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsxubOV8q5J7BEQo7m7OhMvfJLSfWw4s { width:4.625rem;height:0.125rem;top:9.5rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7056AWWNsJQaTQRUL1uLT4NyTX74fxf { width:2.5rem;height:0.125rem;top:6.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoJUaqeOsXVsgduKkRTiZ3y900msriAE { width:0.125rem;height:2.5rem;top:17.625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7fGRKIfu4UJo4PShd8JTDbHzHJ0KQ2 { width:2.5rem;height:0.125rem;top:17.5rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM4WN4LMiolckRyFltA23ePVdoyCmpJJ { width:4.625rem;height:0.125rem;top:20.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhEVdp9OEgFO6ShU9adqIQcnqXOtyHc7 { width:12.875rem;height:;top:15.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQaci3byeFbRBqZizJ2yskz8hyHS3kd { width:18.9375rem;height:4.875rem;top:18.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJxx71rqF8z9fcLlcVN6PDCRryw5ToDQ { width:18.5rem;height:4.875rem;top:6.0625rem;left:29.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXrnSNvBebbuivzeotTprPAn2Dq0S0z { width:18.625rem;height:2.75rem;top:2.6875rem;left:29.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbt8G1Mg22oMv5Uh9rMzh6GFciv0nUm { width:18.5rem;height:4.875rem;top:17.25rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfAdvFKkGqpCkxP4kBBaqkoWP7NBwTXA { width:13.3125rem;height:2.75rem;top:13.875rem;left:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkP4EEEmhVg9f2TANCNxyBPTInBgKAXi { width:19.125rem;height:4.875rem;top:27.875rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyvNWxt3MF4uaMLzhEW7CUNQU9ehpUMN { width:15.6875rem;height:2.75rem;top:24.5rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoEyAKBosUIIezXNgkFP0OsM9mwfxQpB { width:5.875rem;height:5.875rem;top:27.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5sz0aEiLuO4vxuaHq2FUT9eteOuAX89 { width:6rem;height:6rem;top:27.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwsUkfZU5eXhxMNKr6BgIi5iudqAx2q7 { width:0.125rem;height:2.5rem;top:28.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0XXpxmu3PBvTC8gHqCLqNiTCQ1TcKE0 { width:4.625rem;height:0.125rem;top:30.75rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZTJeISL9p2tVq47mulE5tfREJyZGMG0 { width:2.5rem;height:0.125rem;top:28.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAX2LfE7pJkTB5f45XFMApI44NCIN1ho { width:16.6875rem;height:3.625rem;top:29.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypLtkiLigekL26RhHaMGL9MJ0kaNZBfU { width:15.6875rem;height:2.75rem;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nLk1KqXfQfSirfdLxFeq1xFOwPcJby { width:5.875rem;height:5.875rem;top:30.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNpceA0rg3k5nVRyb7TBZaIu0TmQEdd { width:6rem;height:6rem;top:29.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smn3X4w8xbnrHSGcdPT9dxTTbtR8zRUw { width:3.75rem;height:0.125rem;top:32.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dndag5eP8owwQh22PQyJD1rvpI6PAncC { width:0.125rem;height:3.3125rem;top:29.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLSMrAxWRkpsqG4OrUBasTNKezsUS27 { width:2.5rem;height:0.125rem;top:29.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSLnGtHAo3cwfxSPJCIdqnsDLAwVfQe3 { width:17.6875rem;height:4.875rem;top:38.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8pZVe5AOqfkZ3ANIggpTaFJcScb5ZoT { width:15.6875rem;height:;top:36.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7DD5DLJcPUW4AZ4Tot1JELsQ970UvED { width:18.4375rem;height:3.6875rem;top:38.5rem;left:29.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG4mmlD2T0Nmvf9awDZErF6A7GS4AXeT { width:17.1875rem;height:;top:35.125rem;left:30.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMWzl2N3kcBfQ0TCLkKEd5GttBZnF3T { width:6rem;height:6rem;top:40.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNX57vAFP2MEc1ofIB6CEo6dPBsWnCEK { width:5.875rem;height:5.875rem;top:41.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTqLn95dJfO2gZ1JGz5PRunTxGHnDTB { width:3.6875rem;height:0.125rem;top:44rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br40hP8aUmSIz0eTpG3wmaLHDyW6TtnE { width:0.125rem;height:3.125rem;top:40.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0ef1ekqHopLuTTIhv6lE1pKmslhpQz { width:2.5rem;height:0.125rem;top:40.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao4PKEqpVcRh5hMoapIsvT8AvK3mtJXt { width:5.875rem;height:5.875rem;top:38.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLwVHLAy2rIDPzWNSpe2P9He7by7PxD { width:6rem;height:6rem;top:38.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPnWZkJdSin4cHkem7TD1ycl0CD0nSJ { width:0.125rem;height:2.5rem;top:38.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geQp9pZ4klObPCLko4EJ9IHekcd74kcN { width:4.625rem;height:0.125rem;top:41.3125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCVJQ2AugxPMDq8AhrTerxM4heJVlI1F { width:2.5rem;height:0.125rem;top:38.6875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xInZkDBHJ1hysItVN4s0Jd2v8ukTcA75 { width:38.1875rem;height:47.0625rem;top:3rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:18.1875rem;height:3.75rem;top:3.6875rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI { display:block; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk9Oh5hIni2Q5nmG5RbfunWseMCtrquG { width:25.625rem;height:4.375rem;top:4.5rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEv4Ur3HdghdkopG9ZWxPsU1p7ULTWCf { width:23.9375rem;height:3.125rem;top:4.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PywX4DIxfJnMDNqK9KqXO7BPX6leUbV2 { top:12.625rem;left:0rem;width:47.75rem;height:26.646205357143rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngxvu2Qth4dT7Coh6UxRy2xLJtrwTFnf { width:6.25rem;height:6.25rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:33.0625rem;height:1.875rem;top:3.5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:29.625rem;height:1.6875rem;top:9.6875rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUXc43uNJEsMUELkGaHdzdpEMzDlkTz { width:2.3125rem;height:2.3125rem;top:15.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyP1TUXr7aCD4DvdHOnR2U7WAZ182ouU { width:1.0625rem;height:1.875rem;top:16.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5PDnoLqOrRaALVaT0TmrxdX3NUuU7o { width:2.3125rem;height:2.3125rem;top:12.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOenDJhM3qkt6sm04piduNE7iaCbIW6V { width:1rem;height:1.875rem;top:12.9375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKJUKJrkXuTOtb88mnBaSDo9ubs1dlny { width:2.3125rem;height:2.3125rem;top:9.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0uuKBR756GmUGccITpVGastUbVcGav { width:1rem;height:1.875rem;top:9.625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIKn6H7u6VbzWQ2V0WJ0KKn0unyh79wA { width:29.625rem;height:1.6875rem;top:13rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eErCs9dopCQeZErBiQk8HK0nAOzfno1B { width:20.5rem;height:1.6875rem;top:16.375rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc80mNE95ifNRB7NuS3KhokvQLCxhZ9l { width:2.3125rem;height:2.3125rem;top:19.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWsSG7anufwfBt3q8fRPv85XfTPCB6bN { width:1.0625rem;height:1.875rem;top:19.5625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGHSLc2Txocpz9rMbQ69qlZD2ZsHvqDE { width:20.5rem;height:1.6875rem;top:19.6875rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0rem;left:0rem;width:37.5625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:33.125rem;height:1.875rem;top:4.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { top:0rem;left:0rem;width:37.5625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJozh3fQ9ddqTooufxTsHJXxZ1Z0KfPO { width:2.3125rem;height:2.3125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9UifIxJw1P26QgEXDubT3OdR8R4puF8 { width:2.3125rem;height:2.3125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1i1mwVnWgV5PN6DXMn7s9DCax7Jivt { width:2.3125rem;height:2.3125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shq5wSBMBN1M6wiJWVV3kLayitZHbZE3 { width:1.0625rem;height:1.875rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBxA6iRpRzRIc5kfOnrtBkkn66Ql8V2x { width:1rem;height:1.875rem;top:14.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eChrkzFUPL7KCaiKT77sCOz9ZTqT6Fo9 { width:1rem;height:1.875rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEMZOD4RQEPUstqriRSQTufNGdMMa7ML { width:29.625rem;height:1.6875rem;top:10.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A19iNdkSJ8MczUOHuOKMW6bAtRlb5JKl { width:29.625rem;height:1.6875rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZToZmVt8UT3FfHO9AH0upB3ewXvKUhJ { width:25.9375rem;height:1.6875rem;top:17.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4OSvRtaGXdwIPLeDCMBGq6FBpTTqdfq { width:2.3125rem;height:2.3125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXTcK58Ps6y7VU13gl6t2faxfaNfSTy { width:1.0625rem;height:1.875rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrG0QBmvbSdqhrAHbTBiQBznRXZh0pL9 { width:26.625rem;height:1.6875rem;top:21.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq { display:block; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du4WDcK1D2cOUTs9wRoZT8ZU68NSpEbR { width:33.0625rem;height:;top:3.5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUebk637HHae0USAQTOqU4q807Wqz6N4 { width:29.625rem;height:1.6875rem;top:9.6875rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eupDxOnWxev4Qk9Ld36TmZld73fIeyns { width:2.3125rem;height:2.3125rem;top:15.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv7DFabFaP1ZwGf2NqvelPRhpJZ5B8Z6 { width:1.0625rem;height:1.875rem;top:16.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayqD468nTXHqDQKGc8LQLbL6sODqMB7 { width:2.3125rem;height:2.3125rem;top:12.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVldhJniKoZrWlh6ZFJapJbduf7lPWO0 { width:1rem;height:1.875rem;top:12.9375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsc7Fl0xnJT2BTUbsgeurGLWBRfTN36Q { width:2.3125rem;height:2.3125rem;top:9.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4X4HoXG48ERW58Nq12vXD6uryA8bnLi { width:1rem;height:1.875rem;top:9.625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae0C9Fx6iTfUXAXz1lvpbkoIbhS7hpT9 { width:29.625rem;height:1.6875rem;top:13rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4HnRNf6TpsTmSfUR1dpZEaEMMmIRLtx { width:20.5rem;height:1.6875rem;top:16.375rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJcZ0HWECdBF5cTpiK7HHy9I5qzwKcVM { width:2.3125rem;height:2.3125rem;top:19.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8CGFMrX2EwXqMGc45JFkRALvVxT3yq { width:1.0625rem;height:1.875rem;top:19.5625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arvD6rJtzr0rNIakE7b37g23ewPeX2d1 { width:20.5rem;height:1.6875rem;top:19.6875rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bWiPoMgQbJUtLTAzxRJRKTzl09O2Nw { top:0rem;left:0rem;width:37.5625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM { display:block; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhRn6T8q7STRxBQvqliGei3tBDEFRwpU { display:block; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyCaafd055EM7oWcTbsHDu6fGXspUREE { width:16.4375rem;height:3.75rem;top:3.6875rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCTlw7GM8ay3Odb0GvfPBuDbp56QCq9 { display:block; }
 }@media only screen and (max-width: 763px) { #XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB { display:block; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HimPnX8Vna5w31hrtP6uJU5BqGPMvAsv { top:6.25rem;left:0rem;width:39.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpWKbvJf2v4C7x138B6SCPfNmTAt7wz { width:6.25rem;height:6.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTTwhZinGFXBiC2f18vx9idnrQwBEDS { display:block; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cgcf0a9ei7atxkarBpXLJdqb6TLFwNUV { width:16.875rem;height:3.25rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8Sau8rr1rEn5qT8kTtSF1lrefKOZI7 { width:18.125rem;height:7.5rem;top:9.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXNmBknG97sRfbrRmvGGZwKsv5ofzQ2T { width:16.875rem;height:3.25rem;top:6rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF4GfcyxIvxd9d2qJlCokcS9TvRTgGsx { width:18.125rem;height:9rem;top:9.875rem;left:13.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E96VZXyImhLtSKMaxWSSn8oZInA1VTNK { width:16.875rem;height:3.25rem;top:6rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPAm5e24GHfyLmAnicTNSeFSE0IRpUI { width:18.125rem;height:7.5rem;top:9.875rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIcJLr3bVnWIxXmpB8p2zaOF5p6GfwO { width:16.875rem;height:3.25rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJlbRdfBmAnPalK13nA1HB2HL7MRV4DH { width:18.125rem;height:7.5rem;top:29.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVM2voZq0XKfUTCQlmpbHf8Ct4ItwIT { width:14.375rem;height:3.25rem;top:25.25rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOwvNh3WBmazo8gNenbrzi5HUL7SrAZ { width:18.125rem;height:7.5rem;top:29.125rem;left:13.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA6BdLafPp9hMLfQ9CGx60RN5awzBItn { width:16.875rem;height:3.25rem;top:25.4375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNvmDcukAP56AIUdDK7UVvbONMrXHXO8 { width:18.125rem;height:7.5rem;top:29.125rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1HQPug3ifhoLh3fu71We0FwIOephTsV { width:3.125rem;height:3.125rem;top:2.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMil5eaIdp0ml7u7OhEDalgiUDHaoL0J { width:3.125rem;height:3.125rem;top:2.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGpPKmi3JEL0T5d4LTrFr7PB2AsRUv3E { width:3.125rem;height:3.125rem;top:2.375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPRg0mMn8O2MolTayFHiw1WWfqHL1VkI { width:3.125rem;height:3.125rem;top:21.5625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRU2ZVPrq4gHZ7p8RsdTm8HGZ31Bx7M { width:3.125rem;height:3.125rem;top:21.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnvwRuKuyCy9AqzKAXvdBHoKXuuLASIa { width:3.125rem;height:3.125rem;top:21.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf { display:block; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jzkeg5OAQRyMKoKn4ztwaoS6Ble1WFUp { width:16.4375rem;height:3.75rem;top:3.0625rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbaGaIrvE05lbBai4nbXeH0Resylq8yC { display:block; }
 }@media only screen and (max-width: 763px) { #mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy { display:block; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkMVpR8ZZwMw1MTOki1VA7h8Mdvv2fNp { top:6.25rem;left:0rem;width:39.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az8CH8tPhcFzTR8wNfOdg5zI07t0sGSN { width:6.25rem;height:6.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akA6Ctp3b9EGz7Tp8eLITrTqULpTHwyR { width:26.1875rem;height:9rem;top:4.875rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRUTyZOJ973w2OaafmlgXuzbVcLUmabp { display:block; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1OrMnXFgpA4EmtMqS8iXLQZTgSGOaxw { top:0rem;left:0rem;width:47.75rem;height:49.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh { display:block; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGk54sTbeLoTmTgZdIiI0bBrhb3VT2pt { width:30.125rem;height:;top:10.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyJe2UzNrVIeQWVdQNJu18RucZJFC1VU { width:25.5625rem;height:13.125rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZ5DKasDq98nflKXdkifOaWOBdvKZF4 { width:18.5625rem;height:2.0625rem;top:10.1875rem;left:29.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-text {padding-top: 0; padding-bottom: 0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-select {padding-top: 0; padding-bottom: 0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-button { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP  { width:21.625rem;height:auto;top:13.5rem;left:23.625rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP {display:block;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP { width:21.625rem;height:auto;top:13.5rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #PERqR2BTGIwNXyfoMNlxZgvlXso6uGfn {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #I8iaAC5yBh3JeCcJkPmNRpd81M9KMKCm { display:none; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #X65Z2QyGbVvAJDD5NWCJPyBM1BBwSsCz {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #qQgGAZWqlCOIALmGV0p8aauuW4bZvu2l {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #OluLxz2okt7J9f9iWfJ6uT0XyPpNuWNT { display:none; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #T0T3u0sw1IdXJ0RKryygkDfR95kyflLD {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #t2NyfQvZEG9BAOEfl3wnVKHMHEltTUPi {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #xNTn7Mls8ikH0BmpDPVO54nq6TPRTZVc {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #ZkRQ4LRpH2G2PBJ3rF1d9odI4BtsKzEC {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #pbNCEkiHO3MgT7GA1RTPpbGhsF8SBoUb {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #TFceXSl9JXenB3a5N3LEskNZ7kxttFMz {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #WPDhaKAgKZEKQS9ohJLyo5rEpEF76ubC {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #IyqJWcIWwTycAElQdUTAT1Q1VRcTDGto {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #ykUhX8MSxV5SlWKN77bQAXAZIr677VQ6 {  }
 }@media only screen and (max-width: 763px) { #ZLshCmnwPziCWgyc8DUEUTmoAwIciTyh { width:7.75rem;height:0.125rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncsHfXtIQqbSG0wcyOBP4Oo8I71TOuZ4 { width:28.625rem;height:29.625rem;top:8.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRQl49GUdTPI17NZFooJXn6cwliHOWT { display:block; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM80wpfCe2u7Fc5H6sFIhbeEFKkw7Ngi { top:6rem;left:0rem;width:19.625rem;height:9.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsKrXfdH6DQ34FGXR4NwtIgukLe1iw8 { top:18.5625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO { display:flex;height:auto;width:27.8125rem;top:11.25rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #fA49whV9ovl9zJbAZuHZPz27dGFReJbF {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #NhI0c5ETXnJFd0mvw8UphmC5AF0Qbf9H {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #p8JzN86K57hVItfk5JU9BgsWDisceOlq {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #fVdxSOiI8WmA7RcuoC2D7r8CmB3hS09q {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #LrAJJgbMd4g5ww0s0bOB5NoETzwM3Wnf {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #T7gxw1wAAMGnId4f6bEf03clMyTlQzbm {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #uGnUn9FaccUSqMA0QIPh0d2JanJClqp4 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #voH64w3igPpwusNFZq8TD4Zvds30KorU {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #QqU34ND8dcgu9rtQU2r3sx54rVxHzEZG {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #O5T7pk9zkM4TWSOH8fPSXTAzBlIU6SzK {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #nTno2RR88lXDCB9knTxtn0sTTZsdnHUi {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #DUivC420aqNErRg4TZ8ND38FtGpRW824 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ww26gDzygH485AFp0K4KtLQnvtPo495E {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #tX6UulSwe4MHrmWMRl83p3sH7rGGLNDO {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #xaHbB9b9A9WcdGhtmuHpTr16twRURgEu {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #hQHJMonxpqCxSlWt54dnTBkF7PUJo3GB {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #zii27TIZqQeS9yOQ69LFW6JXR3wZi5Ts {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #LiZt7yn80tqERDXnzr2ZfPsSkO3bdrbP {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #VMVgmzyIizPKpwEhTyPIe8lz7hTtb0ld {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #aNAE2ABr3EMXGOwIbsALA3381E3frmEr {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Q35IeVRcTNHoDE1XBBCyW6f37C4kdOgF {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #rfOTPOZQqMeMi6f7zloIvMmI9glXXrLG {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #QR6vZNNzRVaxBJeEES9d3sXGzPg36Tiq {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Zq7HpsFV6HpDHz7xfEgtUppEXGrKsBPz {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #q9r1EbtK3N6glXs8mPLWO1kFgbhsbc1B {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AmGTt2xaxW1QGwP0WZ5kcOltHWLa7Ce9 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #oi65aZN4sPR44u1e2F4GN6ptMrzaU1lo {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pqnVEi2wesG7lpik5Xtek8VaNn6wvSL8 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #GkEQaQbsx3dX6pekMSdWIwXWHBIBrnBQ {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #RRQsRWiEzaxic49yBitbDqf6AmsaOFz4 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #f8yXuCyaLkFfvGuB9UExACSIOFW8UNUD {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TGmwGZleamFBClLnp4AhaUprfczT8dfp {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #DDFc1O9dTOqeqTwp8fBhPONUJP9y9hat {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #MFHCrgJznG9cTZICTxrUEncHKwFLBUit {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #e0DdnHWrQDikOAJ8xfWAetbmhap8ISoK {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AdHqmpLiPtEgyd65Xz3wK1hBlHAk1End {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #tfViuz4eUQgoVgvEpifJIycVoL0XxwVA {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pnlHkNLC2oT1VGEK32bTHWDMPU3pIxk5 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #MtxPOPwW4rrD9CS0wJffi3QZqa3DlC2l {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #hH1vIHNtfTJmJ2TAqz9evL8ilnQH38Ko {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #L41kTq7bT6pyoCGOu87NgUhwVID5wLNp {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #qiNGg5Run1pl8e4UMXLmqAP0wXzD7Aes {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ekpypKwevSwlq0ShUI5NcU1TJH6riRaW {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #IGfzbQTlQqGxhhTnODQ3T6iI4uTTucol {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #xIsHF7TddI5BhEOAZCtpwsg26EU3fpBd {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TTIWBkRlwfsb9oOfccXEq1pJaIgcU6lt {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Im1WCDM4POtCWUbggrqNzD5ftO0r2utE {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #etJyrBCrd1oipgWM0bLfqVFTnc2AOv2l {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #dHCW6Wcswz3hrSU6dLvXgncF8cMOhsbn {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TDn44FsWtVbWLxDqhIMdhNBU760mF8G7 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #t4QvnA3lz1nluKyX3pzKygBPuOS9uuEv {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #os1X7HeRJRlSOxukwz3L9500NfkHB7cp {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #CRm9gR6iFyyvntxdNEFBMlKAWoR2ZzED {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #abf0RiAz7aTRMNMyxXAqHKVxpPmqLoWd {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #XMgtKCtS2SNwwIvKnfWalsnm5nfNwsI6 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #J7q26kVcRyE96xocSmSK9TLwKb2snaCN {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #WEqcd6ouSJ64JMhao6xl8He6FR36W87g {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pDMpUmaBm3bNxvyU5ppQMXQGgLT8RPOb {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #NuMw9VR4dRqNO2w4bQpHxliHuQoPTGaH {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #cN8GcqVKyOSAT6TN9J80JRmtO2Ida2T5 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #h0ue7HrrhzvPZqdZ4LLqExugvzwgqxaI {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #WLomTcwSfOSfJ66rfufdTCpWKyhHooBl {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ltaZWqxGKZwKcI2SWSVpXFkTV7AT2o3Z {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #bHLyhibURqyuh7WPx0xn4Ulrc6oh4ryn {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AbiFXr4tKQ63aF1yNCTQcli8G8cP7QN4 {  }
 }@media only screen and (max-width: 763px) { #xkXM2DTUL5RGDScr1ZcoH8IqgEyoMnCN { top:17.5625rem;left:0rem;width:18.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 { display:block; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlZoJIqMcwyK3GsDXLPnTmqsCm5Kds4S { top:0.9375rem;left:24.0625rem;width:23.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIm6dhJFPI2a9hVE7TpLoZMDV6cOrzrn { width:3.4375rem;height:3.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J { background-color:#ffffff;background-image:none;display:block; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container { background-color: transparent; background-image: none; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container > .video-iframe-container { display: none; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row > .video-iframe-container { display: none; }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .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); }#QVwTqJTUDsVr3MBLQpOEKMVsZ4OHm51J > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTSDXOMFvlpoTLaQCBaXcrGuDs6yp4e1 { width:10.3125rem;height:2.1875rem;top:1.0625rem;left:9.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qMTf91qVWAW7KA0aEqz7iPbBPCSl88c8 { display:block; }
 }@media only screen and (max-width: 763px) { #vumpTvJIVSxJgFQstaIHr7VrBhv2obts { width:13.75rem;height:2.5625rem;top:3.1875rem;left:6.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FctDCXT32edzXNu8lagAmmvEpmfkzXpy { display:block; }
 }@media only screen and (max-width: 763px) { #CbmFgdaCxNHOWHJdyeFZ161UQmJD8ETe { display:flex;width:2.25rem;height:2.25rem;top:3.34375rem;left:6.375rem; }
#CbmFgdaCxNHOWHJdyeFZ161UQmJD8ETe > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WRqZhucTrplTMKiJMHINHt4sxGBDsoqg { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:9.9375rem; }
#WRqZhucTrplTMKiJMHINHt4sxGBDsoqg > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #VhZ470GVae35c6NVvqwusccWAZTPiRoL { width:3.8125rem;height:3.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de6cdbe8-0b37-428f-afd0-e84089e116e2/6.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:19.9375rem;height:4.8rem;top:5.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:5.6rem;top:12.237499237061rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.75rem;height:3.75rem;top:23.58749961853rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:16.7375rem;height:3.55rem;top:27.900001525879rem;left:1.6312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { width:9.8125rem;height:12.125rem;top:1.1249996125698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { width:9.3125rem;height:12.125rem;top:1.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { width:8.125rem;height:12.125rem;top:14.375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { width:9rem;height:12.125rem;top:14.375000953674rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PylSq9RImaaFVWL3vvtKdgofasmmopei { width:7.5625rem;height:4.25rem;top:27.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiMDl7rionHv6VAuTDalkz5DbKKVaCGm { display:block; }#LiMDl7rionHv6VAuTDalkz5DbKKVaCGm > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmW2qWgv5hGFCTFX8EfTC2CvWAAuKefd { width:20rem;height:3.575rem;top:3rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQuo3P1fK6vK5CUC2PMXUeUzeBvxxkIr { width:3.625rem;height:3.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb { display:block; }#BfSDCErv6uWdzUD8Z6L0SP7GqcxqvATb > .row .container { width:20rem;height:131.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tq2WxnQ3u5zXrIQITUfB1b6ByfcKJsyF { width:5.625rem;height:5.875rem;top:0.58749961853027rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVuq9QBvC8PCLO3zwb0CKPUKXrPnWtif { width:6rem;height:6rem;top:0.42499923706055rem;left:6.89999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUBX043BT01tPcmifU4dG6dIxscuDcVO { width:11.25rem;height:2.3375rem;top:7.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLtZfdpZTnn8kzCL8M9UEcEWzMwcAAzZ { width:20rem;height:3.9375rem;top:10.52499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtV5yCMKzAOBOT9JOVTmDvHEkeOIWnc { width:2.8125rem;height:0.125rem;top:26.8875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymcJVusBZ6kLIg0kP6okP2B560TdJLa9 { width:0.125rem;height:4.375rem;top:22.6375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jow5fgpRffNmMCW9RTEwoBZduVqTs8h7 { width:2.5rem;height:0.125rem;top:22.6375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6aOdn9C48rEGO7IXx5y3XCC0fn5NtVK { width:2.5rem;height:0.125rem;top:35.1375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dmzw43tCGN2y56pMdzETU2G3WrR5Tmnn { width:0.125rem;height:3.125rem;top:35.1375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6uvpRhHTwHJ4f1TX1hXktMZCaANFqyV { width:7.5rem;height:0.125rem;top:38.2rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7Po5232178gDtcmsL7VrJJf3LfTTJBT { width:6rem;height:6rem;top:32.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwqnzkLGM7097O7AmW98z1FzhEFLKSa { width:5.875rem;height:5.875rem;top:49.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4BTmnhIgieDpgRCVv242UOVqBD4fpWX { width:5.875rem;height:5.875rem;top:32.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnHPq7ClUCqwd94r9Cy1nNsXhNcV1xxd { width:6rem;height:6rem;top:49.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3DuDNzBe5drd1JazJJdJytC84o1ncEO { width:6rem;height:6rem;top:15.624999046326rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clQLn8QvhIJendeg6c4R70oRbCo8vVrx { width:5.875rem;height:5.875rem;top:15.812499046326rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CFZXSH9TTSdzt88vo7mcnZV867RUeT { width:0.125rem;height:3.125rem;top:22.575rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsxubOV8q5J7BEQo7m7OhMvfJLSfWw4s { width:5.125rem;height:0.125rem;top:25.7rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7056AWWNsJQaTQRUL1uLT4NyTX74fxf { width:2.5rem;height:0.125rem;top:22.45rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoJUaqeOsXVsgduKkRTiZ3y900msriAE { width:0.125rem;height:2.5rem;top:33.825rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oI7fGRKIfu4UJo4PShd8JTDbHzHJ0KQ2 { width:2.5rem;height:0.125rem;top:33.7rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM4WN4LMiolckRyFltA23ePVdoyCmpJJ { width:4.625rem;height:0.125rem;top:36.29375rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhEVdp9OEgFO6ShU9adqIQcnqXOtyHc7 { width:12.875rem;height:2.3375rem;top:39.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQaci3byeFbRBqZizJ2yskz8hyHS3kd { width:20rem;height:5.25rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJxx71rqF8z9fcLlcVN6PDCRryw5ToDQ { width:20rem;height:5.25rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXrnSNvBebbuivzeotTprPAn2Dq0S0z { width:18.625rem;height:2.3375rem;top:22.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVbt8G1Mg22oMv5Uh9rMzh6GFciv0nUm { width:20rem;height:5.25rem;top:59.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfAdvFKkGqpCkxP4kBBaqkoWP7NBwTXA { width:13.3125rem;height:2.3375rem;top:56.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkP4EEEmhVg9f2TANCNxyBPTInBgKAXi { width:20rem;height:5.25rem;top:92rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyvNWxt3MF4uaMLzhEW7CUNQU9ehpUMN { width:10.8125rem;height:2.3375rem;top:88.9375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoEyAKBosUIIezXNgkFP0OsM9mwfxQpB { width:5.875rem;height:5.875rem;top:82rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5sz0aEiLuO4vxuaHq2FUT9eteOuAX89 { width:6rem;height:6rem;top:81.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwsUkfZU5eXhxMNKr6BgIi5iudqAx2q7 { width:0.125rem;height:2.5rem;top:44.45rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0XXpxmu3PBvTC8gHqCLqNiTCQ1TcKE0 { width:4.625rem;height:0.125rem;top:46.95rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZTJeISL9p2tVq47mulE5tfREJyZGMG0 { width:2.5rem;height:0.125rem;top:44.325rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAX2LfE7pJkTB5f45XFMApI44NCIN1ho { width:20rem;height:3.9375rem;top:76.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypLtkiLigekL26RhHaMGL9MJ0kaNZBfU { width:15.6875rem;height:2.3375rem;top:73.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nLk1KqXfQfSirfdLxFeq1xFOwPcJby { width:5.875rem;height:5.875rem;top:66.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNpceA0rg3k5nVRyb7TBZaIu0TmQEdd { width:6rem;height:6rem;top:66.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #smn3X4w8xbnrHSGcdPT9dxTTbtR8zRUw { width:3.75rem;height:0.125rem;top:49.075rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dndag5eP8owwQh22PQyJD1rvpI6PAncC { width:0.125rem;height:3.3125rem;top:45.825rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdLSMrAxWRkpsqG4OrUBasTNKezsUS27 { width:2.5rem;height:0.125rem;top:45.7625rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSLnGtHAo3cwfxSPJCIdqnsDLAwVfQe3 { width:19.9375rem;height:5.25rem;top:108.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8pZVe5AOqfkZ3ANIggpTaFJcScb5ZoT { width:9.875rem;height:2.3375rem;top:105.875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7DD5DLJcPUW4AZ4Tot1JELsQ970UvED { width:20rem;height:3.9375rem;top:125.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG4mmlD2T0Nmvf9awDZErF6A7GS4AXeT { width:17.1875rem;height:2.3375rem;top:122.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMWzl2N3kcBfQ0TCLkKEd5GttBZnF3T { width:6rem;height:6rem;top:98.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNX57vAFP2MEc1ofIB6CEo6dPBsWnCEK { width:5.875rem;height:5.875rem;top:99.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTqLn95dJfO2gZ1JGz5PRunTxGHnDTB { width:3.6875rem;height:0.125rem;top:60.2rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #br40hP8aUmSIz0eTpG3wmaLHDyW6TtnE { width:0.125rem;height:3.125rem;top:57.1375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cO0ef1ekqHopLuTTIhv6lE1pKmslhpQz { width:2.5rem;height:0.125rem;top:57.1375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ao4PKEqpVcRh5hMoapIsvT8AvK3mtJXt { width:5.875rem;height:5.875rem;top:115.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLwVHLAy2rIDPzWNSpe2P9He7by7PxD { width:6rem;height:6rem;top:115.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPnWZkJdSin4cHkem7TD1ycl0CD0nSJ { width:0.125rem;height:2.5rem;top:55.0125rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #geQp9pZ4klObPCLko4EJ9IHekcd74kcN { width:4.625rem;height:0.125rem;top:57.5125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCVJQ2AugxPMDq8AhrTerxM4heJVlI1F { width:2.5rem;height:0.125rem;top:54.8875rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xInZkDBHJ1hysItVN4s0Jd2v8ukTcA75 { width:8.625rem;height:10.625rem;top:19.2rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNLpRUZuqqnhscEpUp29Av6klO1dPQWL { width:17.375rem;height:3.625rem;top:1.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCHn8Cs0b5PczRVsbUM6eCy5PUK9SGT { display:block; }
 }@media only screen and (max-width: 763px) { #HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI { display:block; }#HCKT6Tbveb3NTQNRf6hVV5ZkNKfkLIVI > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nk9Oh5hIni2Q5nmG5RbfunWseMCtrquG { width:18.4375rem;height:5.2rem;top:5.8125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEv4Ur3HdghdkopG9ZWxPsU1p7ULTWCf { width:15.5625rem;height:2.0625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PywX4DIxfJnMDNqK9KqXO7BPX6leUbV2 { height:11.2291875rem;width:20rem;top:13.22500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngxvu2Qth4dT7Coh6UxRy2xLJtrwTFnf { width:3.625rem;height:3.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/bf4dda60-f251-4aae-b28b-54631f823030/5.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:20rem;height:3.3rem;top:19.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:11.125rem;height:2.625rem;top:26.25rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LZUXc43uNJEsMUELkGaHdzdpEMzDlkTz { width:2.3125rem;height:2.3125rem;top:38.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyP1TUXr7aCD4DvdHOnR2U7WAZ182ouU { width:1.0625rem;height:1.9125rem;top:38.375rem;left:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5PDnoLqOrRaALVaT0TmrxdX3NUuU7o { width:2.3125rem;height:2.3125rem;top:30.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOenDJhM3qkt6sm04piduNE7iaCbIW6V { width:1rem;height:1.9125rem;top:31.1875rem;left:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKJUKJrkXuTOtb88mnBaSDo9ubs1dlny { width:2.3125rem;height:2.3125rem;top:23.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0uuKBR756GmUGccITpVGastUbVcGav { width:1rem;height:1.9125rem;top:24.1875rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIKn6H7u6VbzWQ2V0WJ0KKn0unyh79wA { width:15.1875rem;height:2.625rem;top:33.375rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eErCs9dopCQeZErBiQk8HK0nAOzfno1B { width:10.75rem;height:2.625rem;top:40.5rem;left:4.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xc80mNE95ifNRB7NuS3KhokvQLCxhZ9l { width:2.3125rem;height:2.3125rem;top:45.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWsSG7anufwfBt3q8fRPv85XfTPCB6bN { width:1.0625rem;height:1.9125rem;top:45.5rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGHSLc2Txocpz9rMbQ69qlZD2ZsHvqDE { width:12.75rem;height:2.625rem;top:47.6875rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:20rem;height:40rem;top:62.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/e4527be9-c528-401d-941b-8815251f8664/7.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.adaptive-delivery-prevent-bg, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyload, #EoHQc8pddExlny3ClSxLcyWy3XWVWyBo.lazyloading { background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { background-color: transparent; background-image: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row > .video-iframe-container { display: none; }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .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); }#EoHQc8pddExlny3ClSxLcyWy3XWVWyBo > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eST8CATKW8dq0T5CehALMIXKTAtI6mTJ { width:20rem;height:1.65rem;top:18.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvPCJOnEk2FGkswCnIHB5b7kdvAGDODv { width:20rem;height:35rem;top:55.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJozh3fQ9ddqTooufxTsHJXxZ1Z0KfPO { width:2.3125rem;height:2.3125rem;top:29.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9UifIxJw1P26QgEXDubT3OdR8R4puF8 { width:2.3125rem;height:2.3125rem;top:21.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1i1mwVnWgV5PN6DXMn7s9DCax7Jivt { width:2.3125rem;height:2.3125rem;top:36.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shq5wSBMBN1M6wiJWVV3kLayitZHbZE3 { width:1.0625rem;height:1.9125rem;top:36.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBxA6iRpRzRIc5kfOnrtBkkn66Ql8V2x { width:1rem;height:1.9125rem;top:29.375rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eChrkzFUPL7KCaiKT77sCOz9ZTqT6Fo9 { width:1rem;height:1.9125rem;top:22.1875rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEMZOD4RQEPUstqriRSQTufNGdMMa7ML { width:15.25rem;height:2.625rem;top:24.35000038147rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A19iNdkSJ8MczUOHuOKMW6bAtRlb5JKl { width:14.6875rem;height:2.625rem;top:31.53750038147rem;left:2.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nZToZmVt8UT3FfHO9AH0upB3ewXvKUhJ { width:17.125rem;height:2.625rem;top:38.625rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e4OSvRtaGXdwIPLeDCMBGq6FBpTTqdfq { width:2.3125rem;height:2.3125rem;top:43.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgXTcK58Ps6y7VU13gl6t2faxfaNfSTy { width:1.0625rem;height:1.9125rem;top:43.625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrG0QBmvbSdqhrAHbTBiQBznRXZh0pL9 { width:16rem;height:2.625rem;top:45.724998474121rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/95ec303b-b20a-4350-ad29-35c1cbda7d08/4.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq.adaptive-delivery-prevent-bg, #WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq.lazyload, #WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq.lazyloading { background-image: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container { background-color: transparent; background-image: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container > .video-iframe-container { display: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row > .video-iframe-container { display: none; }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .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); }#WMsTrR0S2hmrnyLv69mcNZbtv0DhOmWq > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du4WDcK1D2cOUTs9wRoZT8ZU68NSpEbR { width:20rem;height:1.65rem;top:19.000000953674rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUebk637HHae0USAQTOqU4q807Wqz6N4 { width:15.875rem;height:2.625rem;top:24.662475585938rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eupDxOnWxev4Qk9Ld36TmZld73fIeyns { width:2.3125rem;height:2.3125rem;top:36.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv7DFabFaP1ZwGf2NqvelPRhpJZ5B8Z6 { width:1.0625rem;height:1.9125rem;top:36.5rem;left:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kayqD468nTXHqDQKGc8LQLbL6sODqMB7 { width:2.3125rem;height:2.3125rem;top:29.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVldhJniKoZrWlh6ZFJapJbduf7lPWO0 { width:1rem;height:1.9125rem;top:29.5rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsc7Fl0xnJT2BTUbsgeurGLWBRfTN36Q { width:2.3125rem;height:2.3125rem;top:22.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4X4HoXG48ERW58Nq12vXD6uryA8bnLi { width:1rem;height:1.9125rem;top:22.5625rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae0C9Fx6iTfUXAXz1lvpbkoIbhS7hpT9 { width:10rem;height:2.625rem;top:31.599975585938rem;left:5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h4HnRNf6TpsTmSfUR1dpZEaEMMmIRLtx { width:10.4375rem;height:2.625rem;top:38.599975585938rem;left:4.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DJcZ0HWECdBF5cTpiK7HHy9I5qzwKcVM { width:2.3125rem;height:2.3125rem;top:43rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8CGFMrX2EwXqMGc45JFkRALvVxT3yq { width:1.0625rem;height:1.9125rem;top:43.25rem;left:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arvD6rJtzr0rNIakE7b37g23ewPeX2d1 { width:11.375rem;height:2.625rem;top:45.412475585938rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I0bWiPoMgQbJUtLTAzxRJRKTzl09O2Nw { width:20rem;height:40rem;top:62.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM { display:block; }#SCPFIyxUCcd5MmfqXdLKJhg3nB0fifEM > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhRn6T8q7STRxBQvqliGei3tBDEFRwpU { display:block; }#fhRn6T8q7STRxBQvqliGei3tBDEFRwpU > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyCaafd055EM7oWcTbsHDu6fGXspUREE { width:16.7375rem;height:3.55rem;top:2.0187511444092rem;left:1.5812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCTlw7GM8ay3Odb0GvfPBuDbp56QCq9 { display:block; }
 }@media only screen and (max-width: 763px) { #XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB { display:block; }#XIaDCaF0vEmZQRfTBUmoSWqtTu7mMGSB > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HimPnX8Vna5w31hrtP6uJU5BqGPMvAsv { width:17.4375rem;height:5.3625rem;top:3.2625007629394rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpWKbvJf2v4C7x138B6SCPfNmTAt7wz { width:3.625rem;height:3.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTTwhZinGFXBiC2f18vx9idnrQwBEDS { display:block; }#GFTTwhZinGFXBiC2f18vx9idnrQwBEDS > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cgcf0a9ei7atxkarBpXLJdqb6TLFwNUV { width:16.875rem;height:2.475rem;top:5.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie8Sau8rr1rEn5qT8kTtSF1lrefKOZI7 { width:16.875rem;height:6.5625rem;top:9.35rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eXNmBknG97sRfbrRmvGGZwKsv5ofzQ2T { width:16.875rem;height:1.2375rem;top:38.699999809265rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF4GfcyxIvxd9d2qJlCokcS9TvRTgGsx { width:18.3125rem;height:7.875rem;top:40.625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E96VZXyImhLtSKMaxWSSn8oZInA1VTNK { width:16.875rem;height:2.475rem;top:69.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPAm5e24GHfyLmAnicTNSeFSE0IRpUI { width:16.875rem;height:6.5625rem;top:72.812480926513rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #COIcJLr3bVnWIxXmpB8p2zaOF5p6GfwO { width:16.875rem;height:2.475rem;top:21.85000038147rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJlbRdfBmAnPalK13nA1HB2HL7MRV4DH { width:16.875rem;height:6.5625rem;top:25.574999809265rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LTVM2voZq0XKfUTCQlmpbHf8Ct4ItwIT { width:16.875rem;height:1.2375rem;top:54.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOwvNh3WBmazo8gNenbrzi5HUL7SrAZ { width:16.875rem;height:6.5625rem;top:56.500011444092rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AA6BdLafPp9hMLfQ9CGx60RN5awzBItn { width:16.875rem;height:1.2375rem;top:85.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNvmDcukAP56AIUdDK7UVvbONMrXHXO8 { width:16.875rem;height:6.5625rem;top:87.500005722044rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l1HQPug3ifhoLh3fu71We0FwIOephTsV { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMil5eaIdp0ml7u7OhEDalgiUDHaoL0J { width:3.125rem;height:3.125rem;top:34.324999809265rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGpPKmi3JEL0T5d4LTrFr7PB2AsRUv3E { width:3.125rem;height:3.125rem;top:65.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPRg0mMn8O2MolTayFHiw1WWfqHL1VkI { width:3.125rem;height:3.125rem;top:81.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRU2ZVPrq4gHZ7p8RsdTm8HGZ31Bx7M { width:3.375rem;height:3.375rem;top:50.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnvwRuKuyCy9AqzKAXvdBHoKXuuLASIa { width:3.125rem;height:3.125rem;top:17.47500038147rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf { display:block; }#IslG0aOVIE1FXRa1BLvV68uNCnDAyLtf > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jzkeg5OAQRyMKoKn4ztwaoS6Ble1WFUp { width:16.7375rem;height:3.55rem;top:2.0187511444092rem;left:1.5812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbaGaIrvE05lbBai4nbXeH0Resylq8yC { display:block; }
 }@media only screen and (max-width: 763px) { #mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy { display:block; }#mSiO28QQJ0v6MVWBSkrqZsiTpTSIZvwy > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkMVpR8ZZwMw1MTOki1VA7h8Mdvv2fNp { width:17.4375rem;height:5.3625rem;top:3.2625007629394rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az8CH8tPhcFzTR8wNfOdg5zI07t0sGSN { width:3.625rem;height:3.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akA6Ctp3b9EGz7Tp8eLITrTqULpTHwyR { width:20rem;height:11.8125rem;top:9.8749969482425rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sRUTyZOJ973w2OaafmlgXuzbVcLUmabp { display:block; }#sRUTyZOJ973w2OaafmlgXuzbVcLUmabp > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1OrMnXFgpA4EmtMqS8iXLQZTgSGOaxw { width:20rem;height:76.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d37b989-bf12-469d-a38f-b2ce6ce4e846/2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh.adaptive-delivery-prevent-bg, #KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh.lazyload, #KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh.lazyloading { background-image: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container { background-color: transparent; background-image: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,115,230,0.7); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container > .video-iframe-container { display: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,115,230,0.7); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row > .video-iframe-container { display: none; }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .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); }#KfSN77p0qV6omLxItvWZKw7Q0tPhTPeh > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGk54sTbeLoTmTgZdIiI0bBrhb3VT2pt { width:20rem;height:5.11875rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyJe2UzNrVIeQWVdQNJu18RucZJFC1VU { width:20rem;height:11.025rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #naZ5DKasDq98nflKXdkifOaWOBdvKZF4 { width:18.5625rem;height:1.625rem;top:24.462493896484rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-text {padding-top: 0; padding-bottom: 0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-select {padding-top: 0; padding-bottom: 0;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:1.25rem;font-size:1.1875rem;overflow:hidden;height:3.4375rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP  { width:17.5rem;height:auto;top:26.087493896484rem;left:0rem;background-color:transparent;background-image:none; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP {display:block;}#uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP { width:17.5rem;height:auto;top:26.087493896484rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #PERqR2BTGIwNXyfoMNlxZgvlXso6uGfn {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #I8iaAC5yBh3JeCcJkPmNRpd81M9KMKCm { display:none; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #X65Z2QyGbVvAJDD5NWCJPyBM1BBwSsCz {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #qQgGAZWqlCOIALmGV0p8aauuW4bZvu2l {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #OluLxz2okt7J9f9iWfJ6uT0XyPpNuWNT { display:none; }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #T0T3u0sw1IdXJ0RKryygkDfR95kyflLD {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #t2NyfQvZEG9BAOEfl3wnVKHMHEltTUPi {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #xNTn7Mls8ikH0BmpDPVO54nq6TPRTZVc {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #ZkRQ4LRpH2G2PBJ3rF1d9odI4BtsKzEC {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #pbNCEkiHO3MgT7GA1RTPpbGhsF8SBoUb {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #TFceXSl9JXenB3a5N3LEskNZ7kxttFMz {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #WPDhaKAgKZEKQS9ohJLyo5rEpEF76ubC {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #IyqJWcIWwTycAElQdUTAT1Q1VRcTDGto {  }
 }@media only screen and (max-width: 763px) { #uJJBlKFIP72C3vTE0kaZgON0AsDAtoTP #ykUhX8MSxV5SlWKN77bQAXAZIr677VQ6 {  }
 }@media only screen and (max-width: 763px) { #ZLshCmnwPziCWgyc8DUEUTmoAwIciTyh { width:7.75rem;height:0.125rem;top:2.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncsHfXtIQqbSG0wcyOBP4Oo8I71TOuZ4 { width:19.9375rem;height:26.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRQl49GUdTPI17NZFooJXn6cwliHOWT { display:block; }#odRQl49GUdTPI17NZFooJXn6cwliHOWT > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM80wpfCe2u7Fc5H6sFIhbeEFKkw7Ngi { width:18.4375rem;height:3.9rem;top:1.25rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJsKrXfdH6DQ34FGXR4NwtIgukLe1iw8 { display:flex;width:3.75rem;height:3.75rem;top:5.9375rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-heading-text { font-size:0.8125rem;height:auto; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO .accordion-desc-text { font-size:0.8125rem;height:auto;line-height:1.3;overflow:hidden; }
#GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO { display:flex;height:auto;width:20rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #fA49whV9ovl9zJbAZuHZPz27dGFReJbF {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #NhI0c5ETXnJFd0mvw8UphmC5AF0Qbf9H {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #p8JzN86K57hVItfk5JU9BgsWDisceOlq {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #fVdxSOiI8WmA7RcuoC2D7r8CmB3hS09q {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #LrAJJgbMd4g5ww0s0bOB5NoETzwM3Wnf {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #T7gxw1wAAMGnId4f6bEf03clMyTlQzbm {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #uGnUn9FaccUSqMA0QIPh0d2JanJClqp4 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #voH64w3igPpwusNFZq8TD4Zvds30KorU {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #QqU34ND8dcgu9rtQU2r3sx54rVxHzEZG {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #O5T7pk9zkM4TWSOH8fPSXTAzBlIU6SzK {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #nTno2RR88lXDCB9knTxtn0sTTZsdnHUi {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #DUivC420aqNErRg4TZ8ND38FtGpRW824 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ww26gDzygH485AFp0K4KtLQnvtPo495E {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #tX6UulSwe4MHrmWMRl83p3sH7rGGLNDO {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #xaHbB9b9A9WcdGhtmuHpTr16twRURgEu {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #hQHJMonxpqCxSlWt54dnTBkF7PUJo3GB {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #zii27TIZqQeS9yOQ69LFW6JXR3wZi5Ts {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #LiZt7yn80tqERDXnzr2ZfPsSkO3bdrbP {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #VMVgmzyIizPKpwEhTyPIe8lz7hTtb0ld {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #aNAE2ABr3EMXGOwIbsALA3381E3frmEr {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Q35IeVRcTNHoDE1XBBCyW6f37C4kdOgF {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #rfOTPOZQqMeMi6f7zloIvMmI9glXXrLG {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #QR6vZNNzRVaxBJeEES9d3sXGzPg36Tiq {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Zq7HpsFV6HpDHz7xfEgtUppEXGrKsBPz {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #q9r1EbtK3N6glXs8mPLWO1kFgbhsbc1B {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AmGTt2xaxW1QGwP0WZ5kcOltHWLa7Ce9 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #oi65aZN4sPR44u1e2F4GN6ptMrzaU1lo {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pqnVEi2wesG7lpik5Xtek8VaNn6wvSL8 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #GkEQaQbsx3dX6pekMSdWIwXWHBIBrnBQ {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #RRQsRWiEzaxic49yBitbDqf6AmsaOFz4 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #f8yXuCyaLkFfvGuB9UExACSIOFW8UNUD {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TGmwGZleamFBClLnp4AhaUprfczT8dfp {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #DDFc1O9dTOqeqTwp8fBhPONUJP9y9hat {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #MFHCrgJznG9cTZICTxrUEncHKwFLBUit {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #e0DdnHWrQDikOAJ8xfWAetbmhap8ISoK {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AdHqmpLiPtEgyd65Xz3wK1hBlHAk1End {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #tfViuz4eUQgoVgvEpifJIycVoL0XxwVA {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pnlHkNLC2oT1VGEK32bTHWDMPU3pIxk5 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #MtxPOPwW4rrD9CS0wJffi3QZqa3DlC2l {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #hH1vIHNtfTJmJ2TAqz9evL8ilnQH38Ko {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #L41kTq7bT6pyoCGOu87NgUhwVID5wLNp {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #qiNGg5Run1pl8e4UMXLmqAP0wXzD7Aes {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ekpypKwevSwlq0ShUI5NcU1TJH6riRaW {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #IGfzbQTlQqGxhhTnODQ3T6iI4uTTucol {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #xIsHF7TddI5BhEOAZCtpwsg26EU3fpBd {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TTIWBkRlwfsb9oOfccXEq1pJaIgcU6lt {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #Im1WCDM4POtCWUbggrqNzD5ftO0r2utE {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #etJyrBCrd1oipgWM0bLfqVFTnc2AOv2l {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #dHCW6Wcswz3hrSU6dLvXgncF8cMOhsbn {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #TDn44FsWtVbWLxDqhIMdhNBU760mF8G7 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #t4QvnA3lz1nluKyX3pzKygBPuOS9uuEv {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #os1X7HeRJRlSOxukwz3L9500NfkHB7cp {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #CRm9gR6iFyyvntxdNEFBMlKAWoR2ZzED {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #abf0RiAz7aTRMNMyxXAqHKVxpPmqLoWd {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #XMgtKCtS2SNwwIvKnfWalsnm5nfNwsI6 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #J7q26kVcRyE96xocSmSK9TLwKb2snaCN {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #WEqcd6ouSJ64JMhao6xl8He6FR36W87g {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #pDMpUmaBm3bNxvyU5ppQMXQGgLT8RPOb {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #NuMw9VR4dRqNO2w4bQpHxliHuQoPTGaH {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #cN8GcqVKyOSAT6TN9J80JRmtO2Ida2T5 {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #h0ue7HrrhzvPZqdZ4LLqExugvzwgqxaI {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #WLomTcwSfOSfJ66rfufdTCpWKyhHooBl {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #ltaZWqxGKZwKcI2SWSVpXFkTV7AT2o3Z {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #bHLyhibURqyuh7WPx0xn4Ulrc6oh4ryn {  }
 }@media only screen and (max-width: 763px) { #GA1Pf7qiopmVlpdCf68IpENeu0aPEDeO #AbiFXr4tKQ63aF1yNCTQcli8G8cP7QN4 {  }
 }@media only screen and (max-width: 763px) { #xkXM2DTUL5RGDScr1ZcoH8IqgEyoMnCN { width:15.5625rem;height:2.275rem;top:10.875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 { display:block; }#DNmlN2EIB5mkuTGXkknmd36Hn5oL4MI0 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlZoJIqMcwyK3GsDXLPnTmqsCm5Kds4S { width:12.625rem;height:3.9rem;top:1.3000011444092rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIm6dhJFPI2a9hVE7TpLoZMDV6cOrzrn { width:2.5rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }