.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:233,244,227;--color-primary-1:189,222,171;--color-primary-2:145,200,115;--color-primary-3:69,164,22;--color-primary-4:72,164,21;--color-secondary-0:253,249,219;--color-secondary-1:249,236,148;--color-secondary-2:245,223,77;--color-secondary-3:253,255,0;--color-secondary-4:49,45,15;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y > .row .container { border-width: 0; border-radius: 0; }#Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#nh8k630bRbx8pIDlMrKBsRa380XfqUy8 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.83125019073488rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/ad22b984-9412-4afe-99e1-f6eda585fbbf/Untitleddesign34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl.adaptive-delivery-prevent-bg, #sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl.lazyload, #sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl.lazyloading { background-image: none; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row .container { border-width: 0; border-radius: 0; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#Zv5Uf3WqP9EXzlr6qOrxcfPEdQmvl3Qf { box-sizing:content-box;height:21.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;top:0rem;left:0rem;display:block; }
#wDMCiL4KGxCLaXW8gU7RBgpbFr2c0tx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.50312519073486rem;left:0rem;height:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y983eXFgtlKao3CDKGVDFSCysHPglm7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.003124237061rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO { 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:none; }#lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO > .row .container { border-width: 0; border-radius: 0; }#lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:none; }#PRWI8ESmpDLJiTaTOe4zgHkMr3e6G5t2 { 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:27.8125rem;width:48.1875rem;top:4rem;left:13.40625rem;overflow:hidden;display:block; }
#IIJR1DwbbFyECaHEaOeNDdyTa0cBnTvS { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.5rem;left:13.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX5Tn1J7xFPoknPfTL6lmG3vX9NaiDdB { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.4375rem;left:13.40625rem;display:block; }
#z9AblNfpTtZuvuTt7U0HD4IatzMNzxiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVQGQOgkh5CJwbWRC9qctaU5e4uZ6ywf { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.4375rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb > .row .container { border-width: 0; border-radius: 0; }#PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:none; }#wJUZTEU4saTZ5UbTbTAEsqr4kLkOfVGF { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:2;letter-spacing:0;top:6.0625rem;left:13.40625rem;height:18.375rem;display:block; }
#HAMbhy9esozMx4FELF5npGwdbOE0DUw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.40625rem;height:3.25rem;display:block; }
#m8gUet234XnS3F3tRcBnv7dudMECrqVp { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.599998474121rem;left:13.40625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#S1TA7waM5qyeH6Sw26f0IceELewdq3GM { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.349998474121rem;left:13.40625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW { position:relative;display:none; }#K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW { border-width: 0; border-radius: 0; }#K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW > .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; }#K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW > .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:84.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pNa0vc0z9vqlOqOy5960kfJeGH5pxuTE { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.73124980926512rem;left:13.40625rem;height:4.0625rem;display:block; }
#iWn8eC8u9ODxFb55PUTJWktF66IUPMdc { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0437498092651rem;left:13.40625rem;height:1.625rem;display:block; }
#EuE0kwHZHShbOLss8B6dwUOOTc7zQgRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:13.40625rem;height:2.925rem;display:block; }
#yuganVdEMAhPhIN9fNxFLSDdA6unfsDO { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.925000190735rem;left:13.40625rem;height:1.625rem;display:block; }
#L9ZCAr1CKubrDtUVPm4GNhB2kWZTJ0oo { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.799999237061rem;left:13.40625rem;height:1.4625rem;display:block; }
#Z0HWg5eohPT1hwZBuw5BVxO4TcpevVZD { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.512500762939rem;left:13.40625rem;height:1.625rem;display:block; }
#ChZxZ4zuSoyKiqJdGxnigiDyeQuhm1s0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.10000038147rem;left:13.40625rem;height:1.625rem;display:block; }
#tq6iElu3Jnq4bLvPbxTuGc2O3JfTfLTP { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.012500762939rem;left:13.40625rem;height:1.625rem;display:block; }
#yD7EvIk4vDRertZFczDy8UIW1NpiS1tQ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.0625rem;left:13.40625rem;height:1.625rem;display:block; }
#TwTkb7qSfwBpmTB8Q9kdZiMHew2Kidaz { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.387500762939rem;left:13.40625rem;height:1.4625rem;display:block; }
#I7mFNTSVIt6bFQVtxzCsJounqVfs0DZH { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.299999237061rem;left:13.40625rem;height:1.4625rem;display:block; }
#Txq9yuEDzZAHlsluXozVOFnt1wJM270m { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.887500762939rem;left:13.40625rem;height:2.925rem;display:block; }
#MTP9oIRikL0wIiU6zXA5n98mWIAGC04d { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.9375rem;left:13.40625rem;height:1.4625rem;display:block; }
#TWTqEbW1CuwdlnWbZf1Gdk8tCKy0u1cJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.64999961853rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QTTc8Nxf0Bt8ubX6VmplUQ0p3DrVCex0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:47.14999961853rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cf55gdotBWFUSs7z9nl5vkVXBQFsTuMw { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:50.02499961853rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#khXwCJZMKM4D1O3dAeceIr32HLzWgg3r { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:54.52499961853rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nFkFU2ylytOhMqohnQhHUpTbW6RWvLGw { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:59.02499961853rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oBUOH9JTxms2PebTIvfKxINSrez8oELo { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:63.524999618531rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#awhskonbsmcdXd4eNtA7vwsFNb2Jk3x1 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:72.118749618531rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Gn01F02an1dgVk1hkKDxQlApiRXF3nIK { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:81.306249618531rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QsHhWHMGHbywMxWlspbaPtDO2XXHdMev { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:68.024999618531rem;left:13.40625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ek0TwOfqE21dzpm4Rn7caBsFmuNgAk3p { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:76.618749618531rem;left:13.40625rem;display:block; }
#Amv8bDldMkHRBTfvNkP9LgOVh3TfiVg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqSNaP4bWwzTqZSnU7q3soCS0cpODprK { box-sizing:content-box;height:1.625rem;width:48.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:50.02499961853rem;left:13.40625rem;display:block; }
#zbzgVwVTdXlPcnzKvPStt5OLUVf2PDJP { box-sizing:content-box;height:1.625rem;width:9.875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.64999961853rem;left:32.71875rem;display:block; }
#CTCFteSgFHKp5urVU5eULQpvHwRnkOHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CTCFteSgFHKp5urVU5eULQpvHwRnkOHP > .row .container { border-width: 0; border-radius: 0; }#CTCFteSgFHKp5urVU5eULQpvHwRnkOHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTCFteSgFHKp5urVU5eULQpvHwRnkOHP > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:none; }#ExXNepD3nl5glxO9M6DV8ECuPKTvPh9s { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:13.40625rem;height:6.6614625rem;text-align:center;text-align-last:center;display:block; }
#DAZzK1bqF2e0O1evAzWOC55nINDeZP8X { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.11874961853rem;left:14.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eFFxaHuyfAQgFTJEVsBRk5b6tba3rKzB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.993751525879rem;left:14.53125rem;display:block; }
#qU7p5y7eP73hTL6uEdFQiFNW53vupTQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuAqV4v5On1gxg4iSGDJb34r1bkTKWrd { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.68124961853rem;left:14.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dznTTggWfo2UHTrkeivPnQ6JLS3252DZ { position:relative;display:none; }#dznTTggWfo2UHTrkeivPnQ6JLS3252DZ { border-width: 0; border-radius: 0; }#dznTTggWfo2UHTrkeivPnQ6JLS3252DZ > .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; }#dznTTggWfo2UHTrkeivPnQ6JLS3252DZ > .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:74.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#X52T29dmS9aCNTLOHxMbsC7TQiCoNSIt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BMWQ7EXytG3qT6N8B5SZ5T5K2DN4HVfu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vs2qGEWT8QXSdxWb8SKzxReOCiwpUtTC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:64.875rem;top:11.875rem;left:5.0625rem;overflow:hidden;display:block; }
#rlVXBvhokLs1CiR2V0AeNQWmhTn0enZM { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.625rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eKhwrPKxHB5n1PB69yULP6GhzNZsMtE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:55.125rem;left:13.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B44NOHmfKiSRduxmEyQTUKaZG3FDc6UQ { box-sizing:content-box;height:1.625rem;width:32.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:55.25rem;left:21.375rem;display:block; }
#IAq73iPEWKtsQ0sPUUstHQ9lgvF5WOFb { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:58rem;left:13.40625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#RTqeQmmEJpd5gLJpNb3ZT5iTZcXw1t8Z { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:64.125rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hcU525e5IXSUsdfdcxneWaFdas3Zk0BR { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:67rem;left:13.40625rem;display:block; }
#BrQV12PMniWnTV8TMmlBsP7DeV92aMTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cZlFbbzu64blR5SFO3XvpPhA5GqhvvV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:71.6875rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp > .row .container { border-width: 0; border-radius: 0; }#FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#o5zsi6qmE9Bkx1KK1UDKEEgXEw3riG2O { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HTHgqZuId0gUlhrEnI3vMUwGydUmychB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HTHgqZuId0gUlhrEnI3vMUwGydUmychB > .row .container { border-width: 0; border-radius: 0; }#HTHgqZuId0gUlhrEnI3vMUwGydUmychB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTHgqZuId0gUlhrEnI3vMUwGydUmychB > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:none; }#VgdG50sNiEAR0IRDrynl59FF9B1X30ub { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),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:30.6875rem;width:29.9375rem;top:1.4375rem;left:3.53125rem;overflow:hidden;display:block; }
#gFoca9wLkObEiCtkzJTqq7dudJx94Xcc { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),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:30.6875rem;width:29.4375rem;top:1.4375rem;left:41.28125rem;overflow:hidden;display:block; }
#wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH > .row .container { border-width: 0; border-radius: 0; }#wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:none; }#eVK4FDCJ4VUUosspX2dRrbKiUEx3wTar { position:absolute;display:block;z-index:15002;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),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:28.625rem;width:31.375rem;top:1.25rem;left:2.8125rem;overflow:hidden;display:block; }
#KqTAA8FS10hXiToB3h5TUPNB80JJUah9 { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),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:28.25rem;width:28.25rem;top:1.25rem;left:41.6875rem;overflow:hidden;display:block; }
#I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I > .row .container { border-width: 0; border-radius: 0; }#I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:none; }#PSrUvyIivKDfAFxJB9UpFgtKLUrnIDsD { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.40625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#qEstbAaysLkMtafhSZN1nMcDVRNgPeC2 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fDwptbhHsbgFN6k29JCO259ZxEZkkFpq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.90625rem;left:13.40625rem;display:block; }
#G83KITG2SBAWizEpaRBKPFgJdqck6fuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqESu17h7rBDddNNb4Ry8aTiTKvhThhI { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.59375rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm { 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:none; }#oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm > .row .container { border-width: 0; border-radius: 0; }#oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:none; }#Z4Uy9Jd5SxBKSURl1bpcKXilKed3cfTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ulHPpfHIBRQ9yfGxTccczxvET8vUHpFI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#k9clUWiven0wSOtqWUyImfgfzU2lc1sF { 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:none; }#k9clUWiven0wSOtqWUyImfgfzU2lc1sF > .row .container { border-width: 0; border-radius: 0; }#k9clUWiven0wSOtqWUyImfgfzU2lc1sF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9clUWiven0wSOtqWUyImfgfzU2lc1sF > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:none; }#uoTfevvc4KgyZcp5nCa2xTN4i71mKWTv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:29.9375rem;top:1.25rem;left:3.78125rem;overflow:hidden;display:block; }
#vW6gXD4QqvzM3ONQyxwuhTTrVOmITThD { 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:29.9375rem;width:29.9375rem;top:1.1875rem;left:41.28125rem;overflow:hidden;display:block; }
#eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 { 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:none; }#eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 > .row .container { border-width: 0; border-radius: 0; }#eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:none; }#fGzXAT2dfLNnbsTM38G2H9CMSzW0XAe6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:29.9375rem;top:1.1875rem;left:3.78125rem;overflow:hidden;display:block; }
#SVa4I2CyO9d6yiCerJSCRSw1IQ2C2NM7 { 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:29.9375rem;width:29.9375rem;top:1.1875rem;left:41.28125rem;overflow:hidden;display:block; }
#y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 { 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:none; }#y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 > .row .container { border-width: 0; border-radius: 0; }#y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:none; }#lyJQR21B6rkOyybrLPgv29AMSR01QT0w { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5kyy13tTN1VOKek4fz1L8ebq5NBPc8F { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.15625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iDn6RPk7BKUVcvFMd8vZf9JtRVnZXU0S { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.75rem;left:13.40625rem;display:block; }
#izQld34ubpbwB6gs0LJZwBf3ceqFMtd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DC4dTl4KqFD9RHpqxTPuiI9dIFLa186y { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.4375rem;left:13.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OCrMK2lpWtvprPJSTqieKT2hOF8GaPhh { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.03125rem;left:13.40625rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG > .row .container { border-width: 0; border-radius: 0; }#CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:none; }#IFFalT0h5m0XHq3ebpXnJXveGCOFFLPS { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.09375rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#a9DqVXn35tfgPM2tAUDEBwqA0UcwuuAo { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:11.09375rem;height:34.11459375rem;text-align:left;text-align-last:left;display:block; }
#VhJd77UT8BWTmFIo0umZG1DTFPmQQg2n { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.375rem;left:13.4375rem;display:block; }
#dsTEgvCMQrML0AzOC8CHMIK1ws4H2ysm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfHe8TqRswg39CtE4x8vGvARBAg8XVsm { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:49.0625rem;left:13.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ScdKGwENBX13cJtXu7vyMhunITkr6tKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JRXVDCKR/bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi.adaptive-delivery-prevent-bg, #ScdKGwENBX13cJtXu7vyMhunITkr6tKi.lazyload, #ScdKGwENBX13cJtXu7vyMhunITkr6tKi.lazyloading { background-image: none; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi > .row .container { border-width: 0; border-radius: 0; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi::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; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:none; }#TcBUwyC9POXOes8H1a4BX3C0ahrkqWb9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:17.6248125rem;width:33.4375rem;top:2.6236979961395rem;left:20.75rem;display:block; }
#tOu4EqNAt1dEUaJmmdFPxSpM1MT9lC4J { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbTDKI359zJ6PqRNvbR1kB0B35cq5isw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.404296875rem;left:32.625rem; }
#JbTDKI359zJ6PqRNvbR1kB0B35cq5isw > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; }#nVAkKPPkVKp3OozEihZvMxoaZakMsEpx { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.4042987823488rem;left:38.875rem; }
#nVAkKPPkVKp3OozEihZvMxoaZakMsEpx > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b51bad8d-2fb8-4754-9208-18d37e9a56fe/P1047859.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O.adaptive-delivery-prevent-bg, #PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O.lazyload, #PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O.lazyloading { background-image: none; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container { background-color: transparent; background-image: none; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.4); }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container > .video-iframe-container { display: none; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.4); }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row > .video-iframe-container { display: none; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .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); }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container { border-width: 0; border-radius: 0; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O::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; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#oSVQmMtGpmFs0hnxlVFVPMarqqG9W2ul { color:rgba(var(--color-tertiary-1),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0rem;left:8.09375rem;height:5.0375rem;display:block; }
#KPhK9TZ6AEKMbPTvUhM8dgISoToo260c { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.92);top:4.01171875rem;left:31.750001907349rem;height:2.1125rem;display:block; }
#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO { 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; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container { background-color: transparent; background-image: none; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container > .video-iframe-container { display: none; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row > .video-iframe-container { display: block; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .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); }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container { border-width: 0; border-radius: 0; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#hOiIP9yyGn9vaaucoRWiGh5BnybhnIZR { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.5rem;left:7.78125rem;display:block; }
#NhNxy1wWgze3qsSormoTzuJXJvavA8MZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynkqq3n8dOfniLvZ6uQ40pTglPmJouoD { color:#48a317;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.25rem;left:10.124218940735rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#g3FnTNLiUxPgneqfrmaKrB0Qgi7kgst5 { color:#48a416;display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9250011444092rem;left:5.8093748092651rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#FhZUFR8shZvgUhuAOycWUlQrKlI7GfDT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"shadows into light";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:20.465624809265rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Ec0bVOLi28nqFo2VTG5rWTLAlpqE7LuA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wIS7VH84zegM87UcR1s1qgdplPCfatHF { 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:60rem;width:75rem;display:none; }
#uiMc4IhXlIK1Lcl9egTHXEM8cm9EiR48 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"shadows into light";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:20.465624809265rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl { 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:none; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container { border-width: 0; border-radius: 0; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:none; }#qvb83Vq2rLd5sul7d5AGnFDmfzlIOnG3 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.5rem;left:7.78125rem;display:block; }
#DevzZN8JkZWMLsGMleGBZRTL34r3wTvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwLKMTq7QTRNDzsICLEpuo4C03AVl35X { color:#48a317;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.6875rem;left:10.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fSeQv2WhG1mpIzcnUv9RNpaKByizJfs6 { color:#48a416;display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5208339691162rem;left:2.5rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#DweT3Xu0xJH6bf0yfaipcwineHDm0TQn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"shadows into light";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4140625rem;left:17.156251907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kzE6yfXGLvG8mJhmD9deOXTTp16Z9c5a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.375rem;top:0.7890625rem;left:0rem;overflow:hidden;display:block; }
#pe37i2rTku5iIEDz9uKeVZq8wJXIfQHE { 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:60rem;width:75rem;display:none; }
#Jnh2yg0cImRLtKCXhQfP9umGdhbnVxnu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"shadows into light";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4140625rem;left:17.156251907349rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 { 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; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container { background-color: transparent; background-image: none; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container > .video-iframe-container { display: none; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row > .video-iframe-container { display: none; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .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); }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container { border-width: 0; border-radius: 0; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#nxqaf5TywIwSpbcyTN1o0LqMoBfhug9A { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uxMJygL6kc1BOoJLwUTttU1AmLdF116P { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:2.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LrdJfHeH5vFJLA1ASz8mrvzt1JP00zp2 { position:absolute;display:block;z-index:15014;background-color:rgba(72,164,21,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:11.161719322204rem;left:28.125000953674rem;display:block; }
#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s { 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; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container { background-color: transparent; background-image: none; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container > .video-iframe-container { display: none; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row > .video-iframe-container { display: none; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .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); }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container { border-width: 0; border-radius: 0; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#qMQLkwkt7Oho4G5fynsiQgLJFcqx1D2B { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:1.5625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGsUZgZSaZHDPUyMLxKCPgiSTF3ZkTsg { position:absolute;display:block;z-index:15016;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:6.8125rem;left:6.1875rem;display:block; }
#aKNs0pbdI1EVmATnv4PoB2Kro4G3RRKA { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.90625rem;left:44.687500953674rem; }
#RhtVBgy3GyM1qJhP8TJuKUO6ehHd3GuR { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);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.124783125rem;width:5.37435rem;top:10rem;left:13.5rem;display:block; }
#cxsTR6c6e5awpCoyTv7W6iJHMI7OOlsn { position:absolute;display:block;z-index:15015;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.0625rem;left:5.375rem;display:block; }
#I1QpmP2o2CItURmS70rKNm7UerNADCTo { color:rgba(var(--color-tertiary-4),1);display:block;width:26.7480625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:24.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KtwhwNUTqFocIeJEufEenaceJW9TXyE4 { position:absolute;display:block;z-index:15018;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.0625rem;left:24.125rem;display:block; }
#J6ApCTaVMo8daDuUZoDAbpFBdezUo44T { position:absolute;display:block;z-index:15019;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:6.8125rem;left:24.9375rem;display:block; }
#tTwGHowKUKzRRlbt8ISscw9e5lcs3X5t { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.90625rem;left:25.937500953674rem; }
#kL0Ky5DP5aaXWuHuiOTDS5lRBrAJPR82 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luXTBvvTPlgLPNtzSbI9bcNX53IxaAis { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);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.124783125rem;width:5.37435rem;top:10rem;left:32.25rem;display:block; }
#rW6ecDV43aXCwUIdirVEWVeTAE1zaRh6 { position:absolute;display:block;z-index:15021;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.0625rem;left:61.625rem;display:block; }
#yBbAQql1i2MKAfLaAZC3PCzDd0RDEgmx { position:absolute;display:block;z-index:15022;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:6.8125rem;left:62.4375rem;display:block; }
#uDKhgWCETSkwaAhlgWUnTGvDpTorvyEl { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.90625rem;left:63.437500953675rem; }
#vfgZENCbMxqUZ6ybD4lJcJrda4zwPRPh { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:58.1875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3CcZkg8X1Vv6nAg8cu8NArg5H8Z0Eab { position:absolute;display:block;z-index:15015;background-color:rgba(88,88,88,0.3);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.124783125rem;width:5.37435rem;top:10rem;left:69.6875rem;display:block; }
#plTCx5NGJp8PtXMOU9WhSyPdBun8MDSb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5625rem;left:39.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXGSVQ8AKym7XV2Mw3EHaeez3yVGHhXN { position:absolute;display:block;z-index:15027;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.0625rem;left:42.875rem;display:block; }
#lt2MJqTITUzOhlfyVDPs8QcrilrofKIT { position:absolute;display:block;z-index:15033;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:6.8125rem;left:43.6875rem;display:block; }
#dtDoF38dbIZ4VgU5hk7hoxrxokhTAxvq { position:absolute;display:block;z-index:15021;background-color:rgba(88,88,88,0.3);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.124783125rem;width:5.37435rem;top:10rem;left:50.9375rem;display:block; }
#Ke6LruksadOKdxLOF0p4dtAwJWX7elMF { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.90625rem;left:7.280468940735rem; }
#vp4fXT8dn7sPR7I8WwmWl4cyt77AiA8G { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:48.116322517395rem;left:5.0629339218139rem;height:0;font-style:normal;display:none; }
#KIbEod8iHAqmUWhP9ZW6MCT6tz8TsCKD { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68685rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:48.115236282349rem;left:44.03103351593rem;height:0;font-style:normal;display:none; }
#kSVpxy96AyEHgtVJ3aTQ5xG3xSZJqTb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:48.115235328674rem;left:23.812935829163rem;height:0;font-style:normal;display:none; }
#J2U4ovOk27QkMQn8BD6t0xuFPgy0ITmL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:48.115235328674rem;left:61.312935829162rem;height:0;font-style:normal;display:none; }
#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container { background-color: transparent; background-image: none; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container > .video-iframe-container { display: none; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row > .video-iframe-container { display: none; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .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); }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container { border-width: 0; border-radius: 0; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#q4ITzy1tyISoKTyTA0IoT7XH4lePUC5r { color:rgba(var(--color-tertiary-0),1);display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4062500596046rem;left:8.4375009536744rem;height:3.16875rem;display:block; }
#AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf > .row .container { border-width: 0; border-radius: 0; }#AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#QHTgPDSnR9oPsheRCRVwwwQCig8BTrwG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"shadows into light";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xFVFmedxB6ALvdxihbbXFEkRickaQPu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:18.1875rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#r9FxuOPHtWqON4Bbk7K7VBgoIAEI6vIU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.6875rem;left:24.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qTOgCHftJ1ceMShA3F2LLV8kalWzpOHG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.625rem;left:28.75rem;display:block; }
#cn0gXPTqXTGl4czc4EfkwaB3hlimAi0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi { 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; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container { background-color: transparent; background-image: none; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container > .video-iframe-container { display: none; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row > .video-iframe-container { display: none; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .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); }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container { border-width: 0; border-radius: 0; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#Bh2lkPOac47VWkFeOWlzZpTsTRtbiTbD { color:rgba(var(--color-tertiary-4),1);display:block;width:73.6875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3671875rem;left:1.3125rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:49.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#h630H30wSSU1at5xMcOhOoNmeSUXT0m7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:38rem;left:22.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:2.5;letter-spacing:0;top:6.5rem;left:9.25rem;height:30.3125rem;display:block; }#QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw li:before{  }
#iUQXDnoQPQsfn1La6mk1sy1bWVLGGKb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:17.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#TgMH4m0xKAc7W1DRq91zc0nhHNEsGMF2 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.981250762939rem;left:29.5625rem;display:block; }
#K67zQTK75IkfeNEK4gndPVWePJu52Rg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr { 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:none; }#geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr > .row .container { border-width: 0; border-radius: 0; }#geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:none; }#rXqFN2dZGitMusdAkiyGT8q45KKbp0i4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2497844696044rem;left:2.3125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spwOQ4GF21znu8xWVyRS3vgIGLLVMBK7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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.124783125rem;width:14.0625rem;top:27.306854486466rem;left:21.0625rem;display:block; }
#ZxOeVXANEn8kclcEbrhIVbTx3ALbT0U3 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/64a050ee-e589-4773-ab93-63f3345707d6/3a5602157e8c4563a5ff9da4f1ff64f8.crop_579x541_285,112.preview.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:12.125rem;left:2.5625rem;display:block; }#ZxOeVXANEn8kclcEbrhIVbTx3ALbT0U3.adaptive-delivery-prevent-bg, #ZxOeVXANEn8kclcEbrhIVbTx3ALbT0U3.lazyload, #ZxOeVXANEn8kclcEbrhIVbTx3ALbT0U3.lazyloading { background-image: none; }
#Vfenef37Xi3IpgzfGJlrR3z0GDptXUHp { color:#050b26;display:block;width:13.9986875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.2486982345581rem;left:40.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qoKmmHytblMTH5L2yEWAspRKl6GKd8BB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:8.25rem;left:20.625rem;display:block; }
#JlQ3uhSpdqB46IGwI1mCQ0aGsSazUoXG { position:absolute;display:block;z-index:15014;background-color:rgba(118,118,118,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.3737rem;width:1.3737rem;top:9rem;left:20.625rem;display:block; }
#tRPBsPwV2MoM5T7y2AyGXBz2yIag3cWb { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/jj8CPHoj/Untitled_design_12_.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:12.125rem;left:21.3125rem;display:block; }#tRPBsPwV2MoM5T7y2AyGXBz2yIag3cWb.adaptive-delivery-prevent-bg, #tRPBsPwV2MoM5T7y2AyGXBz2yIag3cWb.lazyload, #tRPBsPwV2MoM5T7y2AyGXBz2yIag3cWb.lazyloading { background-image: none; }
#mlRg8Diy2ANw6hXhAUrTZiX2Nw4CAkTP { position:absolute;display:block;z-index:15008;background-color:#767676;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.124783125rem;width:14.0625rem;top:27.307939767837rem;left:2.3125rem;display:block; }
#ZHiLWomwJP6z0tT29rDa99OF9anciwx0 { color:#050b26;display:block;width:13.9985rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.2497833967206rem;left:21.125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KtigTI03TOHoDtuTHUXAaAku2n5Qt595 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:8.25rem;left:38.75rem;display:block; }
#KaEMZEbZ2RiVxPxW1DvvoF9xfLS870wc { position:absolute;display:block;z-index:15019;background-color:rgba(118,118,118,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.3737rem;width:1.3737rem;top:9rem;left:38.75rem;display:block; }
#PdGVxkU1uCbMrxBP78Ati3E4H6C4MTwC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ec4f3246-04e6-4ef2-a908-cb8e05f2d4ba/P1048057.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:12.125rem;left:40.0625rem;display:block; }#PdGVxkU1uCbMrxBP78Ati3E4H6C4MTwC.adaptive-delivery-prevent-bg, #PdGVxkU1uCbMrxBP78Ati3E4H6C4MTwC.lazyload, #PdGVxkU1uCbMrxBP78Ati3E4H6C4MTwC.lazyloading { background-image: none; }
#IzgC4WGkhpc146lU7SGawfl7TQteAs4x { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),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.124783125rem;width:14.0625rem;top:27.305769205093rem;left:58.5625rem;display:block; }
#SSupFCPPkmqUD5LzAoeiltWZPiQxWoEs { color:#050b26;display:block;width:14.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.2497833967206rem;left:58.5625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STUi7RfvGBSvwNvm1Tr2KVCFHRZSXoNy { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:8.25rem;left:57.25rem;display:block; }
#zGrtmbGXlStXkOvcRvkAvBnitMrFioLg { position:absolute;display:block;z-index:15024;background-color:rgba(118,118,118,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.3737rem;width:1.3737rem;top:9rem;left:57.25rem;display:block; }
#PkCHWJ69vIsVWLnDvtmTaoSmTrkVtI5k { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zcT9gNEt/Untitled_design_13_.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:12.125rem;left:58.8125rem;display:block; }#PkCHWJ69vIsVWLnDvtmTaoSmTrkVtI5k.adaptive-delivery-prevent-bg, #PkCHWJ69vIsVWLnDvtmTaoSmTrkVtI5k.lazyload, #PkCHWJ69vIsVWLnDvtmTaoSmTrkVtI5k.lazyloading { background-image: none; }
#ksPydrNu2hcGKWfEMwN1xomWTAyR8N2s { position:absolute;display:block;z-index:15018;background-color:#767676;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.124783125rem;width:14.0625rem;top:27.305769205093rem;left:39.8125rem;display:block; }
#JFLzGbfJAvTVCRXueFSRJCWc3VK7Keac { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:8.0625rem;left:20.625rem;display:none; }
#K0osfMCrr1Pdil9KgJPgVHUUsc64xKER { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37478125rem;width:1.37478125rem;top:8.25rem;left:1rem;display:block; }
#PTrVs1zw8oUKf4rJ0fGaeitCpRP8Qig5 { position:absolute;display:block;z-index:15016;background-color:rgba(118,118,118,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.3737rem;width:1.3737rem;top:9rem;left:1rem;display:block; }
#zRqOulhyTaF5pT7xbHpr9HryMT8AUUnT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.99609756469725rem;left:11.309896469116rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFMeDcC3TrXgwVNphZTspi4Xbr5ogoh1 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.519535064698rem;left:23.717447280884rem;display:block; }
#fRpvuGxmzWm8AZOdwdFCkdvbwr9rH2RA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ > .row .container { border-width: 0; border-radius: 0; }#XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#NTimpzXpBPrMn8rx4ef9QcwEd0wHBWBc { 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:25rem;width:25rem;top:1.6874949932098rem;left:6.25rem;overflow:hidden;display:block; }
#Df089F5qRmTQzrbQOAQR6QlBDHUGeCcI { 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:25rem;width:25rem;top:1.6874949932098rem;left:43.750001907349rem;overflow:hidden;display:block; }
#SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 > .row .container { border-width: 0; border-radius: 0; }#SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:none; }#a7MwseWK3yCJNn2a5UWIRoMyAr1Qgd2A { 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:18.3125rem;width:18.3125rem;top:0.21875rem;left:18.968751907349rem;overflow:hidden;display:block; }
#hETlLhFNbH5NON1VBkcKeMMVJR8Dbcgb { 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:18.3125rem;width:18.3125rem;top:0.21875rem;left:0.21875rem;overflow:hidden;display:block; }
#icBLcTo5Rb3b2nhtGTA96NkKm1r0DBX9 { 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:18.3125rem;width:18.3125rem;top:0.21875rem;left:37.718751907349rem;overflow:hidden;display:block; }
#he5FkaPsAyUEz1OFP4Je30pTNrKGCbHc { 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:18.3125rem;width:18.3125rem;top:0.21875rem;left:56.468751907349rem;overflow:hidden;display:block; }
#crSu28nSZ5pfTXRuZnzTyiEb2tdRJuRO { 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:18.3125rem;width:18.3125rem;top:19.0625rem;left:56.250001907349rem;overflow:hidden;display:block; }
#anxy5VKmzV0qmb7bi7S2JDkvVDlCU3cZ { 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:18.3125rem;width:18.3125rem;top:19.0625rem;left:37.500001907349rem;overflow:hidden;display:block; }
#aUu8RWDc9gZrcs3zAsdSep4Bb5oD54y4 { 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:18.3125rem;width:18.3125rem;top:19.0625rem;left:18.750001907349rem;overflow:hidden;display:block; }
#JfBC2MGec6AV2JRKRcKoW774SAhPbOrC { 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:18.3125rem;width:18.3125rem;top:19.0625rem;left:0.21875rem;overflow:hidden;display:block; }
#rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M > .row .container { border-width: 0; border-radius: 0; }#rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#eGClNZwPGFXm0XTC725sb3HKSptu3EXB { 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:25rem;width:25rem;top:1.6875rem;left:6.25rem;overflow:hidden;display:block; }
#Wpfq3Lv8KiCTvZrMLkqb7JlA19C6nOTp { 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:25rem;width:25rem;top:1.6875rem;left:43.75rem;overflow:hidden;display:block; }
#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b51bad8d-2fb8-4754-9208-18d37e9a56fe/P1047859.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ.adaptive-delivery-prevent-bg, #zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ.lazyload, #zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ.lazyloading { background-image: none; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container { background-color: transparent; background-image: none; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.4); }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container > .video-iframe-container { display: none; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.4); }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row > .video-iframe-container { display: none; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .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); }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container { border-width: 0; border-radius: 0; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ::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; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#GlcReZMmsfxHEe4MbL3qbrMpTTo6epZt { color:rgba(var(--color-tertiary-1),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0rem;left:8.09375rem;height:5.0375rem;display:block; }
#Fu3PsxXgtnm2gJdJep0aTzaoiLdRDHNf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.92);top:4.01171875rem;left:31.750001907349rem;height:2.1125rem;display:block; }
#HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x { position:relative;display:none; }#HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x { border-width: 0; border-radius: 0; }#HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x > .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; }#HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x > .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:10.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GLxnInVsLwEv1ph46yGLUX3R07VEg9Vk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:14.968751907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#i7IE3qGOHU1r3i3EsPXyVxowDxPNWTPI { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.33203125rem;left:6.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ { position:relative;display:block; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ { background-color: transparent; background-image: none; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .row .container > .video-iframe-container { display: none; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .row > .video-iframe-container { display: none; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .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); }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ { border-width: 0; border-radius: 0; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .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; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .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:15.25rem;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; }#ySSI6ARMTvlK4WeQeTzBKnH2M1JFavfO { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3098862953484rem;left:1.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(104,104,104,0.69) ;display:block; }
#h58PtSuipRr3HEQwxNILLe1UpzDaLJ8B { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:2.46875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#hQ2LhnX8sUXxhT6N1ssQoHIeiJNyXUee { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:9.53125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#MsU3EhzSIvhlmbtKAFX5ILHNRbWEtCTT { 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:15003;opacity:1;top:2.18359375rem;left:17.187501907349rem; }
#Ba3zCL1C0URFM6sKVcf2ltvcB1v33vSC { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:40.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(104,104,104,0.69) ;display:block; }
#CBnkMvuUoeCuUMP30mL3FX9zyCWhFyoE { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:41.468751907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#MkhsIyOmpdTLiiZegTtMkV5qXQT9PyM5 { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:48.531251907349rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#On0dUXqJ60BkKVQ5kJyHUXzVPtxpRUbT { 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:15007;opacity:1;top:2.18359375rem;left:56.187501907349rem; }
#o2UTN3OgTcoQurVImQ33kbKGV8coh439 { position:relative;display:block; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 { background-color: transparent; background-image: none; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .row .container > .video-iframe-container { display: none; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .row > .video-iframe-container { display: none; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .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); }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 { border-width: 0; border-radius: 0; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .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; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .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:15.25rem;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; }#sfKFgfzQ1fWxMBtkgXQAqQAtnQFiranA { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3098862953484rem;left:1.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.69) ;display:block; }
#qxr63gDVHO66XMuOAAbhyiycFfGDsed2 { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:2.46875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#zbODG9GsVhQLCLdslF8cabXuq2KBoWro { color:rgba(var(--color-primary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:6.53125rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#Ma5M1wC24InkqIgWEzZ8fvAyM72bXcCL { 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:15003;opacity:1;top:2.18359375rem;left:17.187501907349rem; }
#x6rXQ29JkkJ75pNq6eZN1IJu8LUTzHum { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:40.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.69) ;display:block; }
#tB8fDrbD3x2seCEPWH1sgwfKTHskxcAD { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:41.468751907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#P9PrWpFJR31b8S6wPHalq4DuTrQdzfFZ { color:rgba(var(--color-primary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:46.562501907349rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#tFWDU9M6XmquHT5hGWGoI66gCP4I51r5 { 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:15007;opacity:1;top:2.18359375rem;left:56.187501907349rem; }
#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg { position:relative;display:block; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg { background-color: transparent; background-image: none; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .row .container > .video-iframe-container { display: none; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .row > .video-iframe-container { display: none; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .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); }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg { border-width: 0; border-radius: 0; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .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; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .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:15.25rem;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; }#CuWbKMN0gzMX7TqPLNMBc9vkWudTBohq { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3098862953484rem;left:1.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(104,104,104,0.69) ;display:block; }
#UTXV7mUBsnHsQO5S7ZSCTGXtBe8pMvVO { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:2.46875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#tBHTyVCgDD7TPFfcAvNHR547bIxoviqg { color:rgba(var(--color-primary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:6.53125rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#scnO74K2PIfDTVuiiU54NxHG2thd1n4K { 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:15003;opacity:1;top:2.18359375rem;left:17.187501907349rem; }
#ZHbOE3ycFxRVqZ3tHAuHbqxLVoesKDB6 { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:40.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(104,104,104,0.69) ;display:block; }
#k0P2FEBNrAFHoAnoxW9LvAhMKSyqkTrN { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:41.468751907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#vK1MSyP0ZPyTgd1XSFvyKvenuFqS9ulw { color:rgba(var(--color-primary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:46.562501907349rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#GmGG6Jytith35mNNbpLSFWVJW6EnSkr1 { 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:15007;opacity:1;top:2.18359375rem;left:56.187501907349rem; }
#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 { position:relative;display:block; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 { background-color: transparent; background-image: none; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .row .container > .video-iframe-container { display: none; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .row > .video-iframe-container { display: none; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .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); }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 { border-width: 0; border-radius: 0; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .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; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .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:15.25rem;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; }#HxV520i4Rg9QJXbJazeHdFkO6o9yam7v { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3098862953484rem;left:1.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.69) ;display:block; }
#X97CL1izJQdmoa16B3CGKHhCwtvb00DS { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:2.46875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#OkZFVUl3TnA3nBsDUUS1bnOi17uoJ3B6 { color:rgba(var(--color-primary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:6.53125rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#K38Mp5p2RfXbLncF0TZRQVz1XXXOJhuW { 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:15003;opacity:1;top:2.18359375rem;left:17.187501907349rem; }
#u0O6oITtBhyHTRTigwflRqhOnmXWy1Lr { box-sizing:content-box;height:12.5rem;width:34.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.375rem;left:40.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.69) ;display:block; }
#F6gfsvWdum7tXX6S1e73gsy3WZkRBGDM { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1953125rem;left:41.468751907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#mNcL8UvgMMvkfgKEc43SBrOhMWXpETNu { color:rgba(var(--color-primary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.08203125rem;left:46.562501907349rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#IJzhA7iD40khF00oOL09XAxWbt9Vg0J0 { 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:15007;opacity:1;top:2.18359375rem;left:56.187501907349rem; }
#i8TSJniWOifeDZKlwpnXPnClLsBmfUfD { position:relative;display:none; }#i8TSJniWOifeDZKlwpnXPnClLsBmfUfD { border-width: 0; border-radius: 0; }#i8TSJniWOifeDZKlwpnXPnClLsBmfUfD > .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; }#i8TSJniWOifeDZKlwpnXPnClLsBmfUfD > .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.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OOv5TcWIHZF9PQC4uhTmOqs7INoU1II5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375207424164rem;left:22.468751907349rem;height:8.45rem;text-align:center;text-align-last:center;display:block; }
#ZOxkA7dZ6wJf3amBbMyMcPwPfrUNZShi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6874904632568rem;left:16.750001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#T2P6TLpS5SUzkLP0iuC4T18egcDrvDS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.937521696091rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ipTZCZUVAcIwV6q8egRfl0aXV2xsVMLs { color:#ff0000;display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.250021696091rem;left:16.750001907349rem;height:4.225rem;display:block; }
#TuIgGSuUnVRDUlyGiLUgrF1TzyppcNtx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:27.1875rem;height:11.05rem;display:block; }
#nZDzMc2x9To8fdKAKbsU7BkLrFFok3m1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.375000953674rem;left:4.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FT2ONIIKv3dHQEArUsRXGCyGQldKAQHb { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.250001907349rem;left:18.750001907349rem;display:block; }
#u2EgDkH1FdRybc0C5T2XfINVGWHQsSUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3AxiwhBAGL4g8lPes7ToceZKTPqVuwC { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:47.6875rem;left:8.3125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#RIXqySWgoUspDTRTWBsWuSK7cUy8ZFvU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.583333015442rem;left:25.062501907349rem;height:1.7875rem;font-style:normal;display:block; }
#wtxSFm7SEh4RW0m8CIsckFqumTNZkvov { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:19.4375rem;left:3.625rem;display:none; }
#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container { background-color: transparent; background-image: none; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container > .video-iframe-container { display: none; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row > .video-iframe-container { display: none; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .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); }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container { border-width: 0; border-radius: 0; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#lz669B2srklONfgGpJItObcHkgrpnPtU { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6870625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3736953735351rem;left:2.3795566558838rem;height:3.25rem;display:block; }
#L5nkunT8TR8xhB47D7WHySn8lWI2BsN5 { z-index:15001;top:1.2174491882324rem;left:56.125222206116rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.8748125rem;height:3.56228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LqySlMdZKIKxR0StSB6esnwQXeQiT25U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 { position:relative;display:none; }#vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 { border-width: 0; border-radius: 0; }#vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 > .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; }#vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 > .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:48.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#m66auH3dSRG6TflRHKXLZLsmkafnADWs { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:4.75rem;height:45.5rem;display:block; }
#QIWUrGFG0oq56b0sM96rZX2i36EMZaHC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:42.1875rem;height:40.625rem;display:block; }
#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy { 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; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container { background-color: transparent; background-image: none; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container > .video-iframe-container { display: none; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row > .video-iframe-container { display: none; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .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); }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container { border-width: 0; border-radius: 0; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#g72wanOyqlDweWXxFP6sd85JzT6WHnOu { position:absolute;display:block;z-index:15015;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:7.3125rem;left:11.5rem;display:block; }
#N4sK2XICRRC1TttXhCGsSTmAX6AWx3rK { position:absolute;display:block;z-index:15018;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:7.3125rem;left:36.5rem;display:block; }
#a2mlRf443VTMokMbTHrXZZzZ0lCEHZPb { position:absolute;display:block;z-index:15016;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:8.0625rem;left:12.3125rem;display:block; }
#IZXa7OpDAzsk5OKg3tX7wzOuHmlsXT7u { position:absolute;display:block;z-index:15019;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:8.0625rem;left:37.3125rem;display:block; }
#Azk7FTEJkOr8qLRfFNtqUAm75DZrvi0Z { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.1875rem;left:38.375rem; }
#y1kp1TyKUGTBXCsF2NVmKmid9heqiQD4 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.1875rem;left:13.375rem; }
#EkFLw1wyTH2xUivK5lN0qAnDKy48qFh0 { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);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.12421875rem;width:5.37421875rem;top:11.25rem;left:19.625rem;display:block; }
#TyTanpgryd8sb22bznWTCUBqfnpVgIut { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);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.12421875rem;width:5.37421875rem;top:11.25rem;left:44.625rem;display:block; }
#R4dqJpyWc47G8NOaAkm6JMSVCiyd7KTD { position:absolute;display:block;z-index:15027;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:7.3125rem;left:61.625rem;display:block; }
#SgtrbWLplC4ZKpuVU9Me82HnUGZQ5pKG { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9.1875rem;left:63.5rem; }
#oSqaTCptLNrkZtZiRKMXErwNb5XKnCD9 { position:absolute;display:block;z-index:15033;background-color:rgba(221,221,221,0.26);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:8.0625rem;left:62.4375rem;display:block; }
#VB0HzoheP6cK8eTF7V8Ln4FH7gW0Bg4H { position:absolute;display:block;z-index:15021;background-color:rgba(88,88,88,0.3);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.12421875rem;width:5.37421875rem;top:11.25rem;left:69.6875rem;display:block; }
#E9WQmzhfQUk7hZcrZwC3TWuBOExxMmmc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.437500476837rem;left:8.092968940735rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xS7ZvqPQ762GI4Lu4S50TrCJOZwDKXv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.437500476837rem;left:33.093750953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnXHEe6TfVEdNcHzLGJAQhnItoqB23DP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.437500476837rem;left:58.250000953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwamdGKDeHJwG3bc5z6nvoF2tcxyznFO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3000011444092rem;left:28.093750953674rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ec4f3246-04e6-4ef2-a908-cb8e05f2d4ba/P1048057.jpg");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; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP.adaptive-delivery-prevent-bg, #uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP.lazyload, #uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP.lazyloading { background-image: none; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container { background-color: transparent; background-image: none; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container > .video-iframe-container { display: none; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row > .video-iframe-container { display: none; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .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); }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container { border-width: 0; border-radius: 0; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 { 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; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container { background-color: transparent; background-image: none; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container > .video-iframe-container { display: none; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row > .video-iframe-container { display: none; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .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); }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container { border-width: 0; border-radius: 0; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#Ksa98pbQ0PdW40r2OcfM93z03TGN4zw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:9.371874809265rem;height:3.4125rem;display:block; }
#C8yBtKyQHJQoII8kvRy3rgENAym1ynbz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.184374809265rem;height:6.5rem;display:block; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-form-header {  }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:29.5625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-text { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:29.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-textarea { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:29.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:29.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-checkbox { width:1rem;height:1rem;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; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#48a415;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:29.5625rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:28.375rem;overflow:hidden;font-style:normal; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .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; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .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.5; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-container:first-of-type{padding-top:0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-container:last-of-type{padding-bottom:0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5625rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;left:36.412499427796rem;top:2.5625rem;z-index:15002;position:absolute; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5625rem;display:block;vertical-align:top; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 {display:block;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5625rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;left:36.412499427796rem;top:2.5625rem;z-index:15002;position:absolute; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #LpxQHWFzK2oDCDMiN4fTILXJCFRgKOHM { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #xOk5WT5Og4H1JvEbwuI7BCb8u18hxFMZ { position:relative;display:block; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #iXg8OzzgE1uZ62yhxR342yM33nSXUlwI { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #qqOCbKSRmawQguFQ7wtXgZwBPexN49NV { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #hMveSekfo1Nc9tNQUUUIDP7zE7DPAMbD { position:relative;display:block; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #m52I2blbFf6bQZOg7AJPk4iKNhCSznt3 { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #QETNtbcWXkmxZ9qyp8fu97ufzdALe1fn { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #XlWVcFsa4xJ7v22v1zMNBH3VTeCzc9dK { position:relative;display:block; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #PLDN9vJ1WvqXFvpWhxzsfb47rtek4XTf { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #JEPToNPqeFQIpHra0dTWghPkkM70bR40 { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #v77NUFh7i2LvP36mX07ekXiB1UWzbIVA { position:relative;display:block; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #mr64vnVo7hNepfXZvJNM5KbGNSyrmdrK { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #dVrSJrLZv6cHIEIytb3OQK6fRFdHbDEn { position:relative; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #JzA98vfp753QLCd7P29K1Nyk2iNvePpt { position:relative; }
#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container { background-color: transparent; background-image: none; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container > .video-iframe-container { display: none; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row > .video-iframe-container { display: none; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .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); }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container { border-width: 0; border-radius: 0; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#QGJGE0VEScwhmhVNe10uC1w3LzREUmcd { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6870625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3736953735351rem;left:2.3795566558838rem;height:3.25rem;display:block; }
#xZrALfgLCFqH1wFtSCqAzrmMVIqIKkpX { z-index:15001;top:1.2174491882324rem;left:56.125222206116rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.8748125rem;height:3.56228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTTQ2hGUQ36ubmcVMGd2lzMNTbL7OxFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm { position:relative;display:none; }#bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm { border-width: 0; border-radius: 0; }#bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm > .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; }#bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm > .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:45.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y9gzFLeEf6nbFdABMGfhRzURsaIsv6UW { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:17.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bk67GMDRHdyJBPxEf6vyANy4arJiNxRd { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8187503814697rem;left:18.4375rem;height:19.90625rem;text-align:center;text-align-last:center;display:block; }
#Vyy2xz0NXpGFuUF9QCPIDWWPf0ETP7zl { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.96875rem;left:18.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#i7sNNSgo6LtLA7l1VHQcZ8Xgv7NwscMM { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.625rem;left:28.75rem;display:block; }
#hWXEzWERzgAJDUfdRbhcWWJ8vlzC61mi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pcn3Xs217faqxB7PksM2UnLm4kcG2kdl { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.75rem;left:19.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T4OeBlTNTUtw1X3TytQowrpm1XyBThob { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:26.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#p51slNa1GfNUlvqgZVt52pBROXxlP56T { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:12.1875rem;top:5.8187503814697rem;left:41.375rem;display:block; }
#GKukltH17Xi5CZ2QdunqH5DdEHL25DbK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:16.9375rem;top:8.81875038147rem;left:19.375rem;display:block; }
#biA0p1toPlg6IAviXiB8qZhHmIfct9Q4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:32.0625rem;top:20.16250038147rem;left:21.4375rem;display:block; }
#T0ZH1NvTDUXzafPKtnclqsrXZDVn1pAa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.375rem;top:22.725006103516rem;left:25.9375rem;display:block; }
#aooRCTwdZMfubXXNeRUnHwaoPIblhiuL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.375rem;top:22.725006103516rem;left:25.9375rem;display:none; }
#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P { 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; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container { background-color: transparent; background-image: none; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container > .video-iframe-container { display: none; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row > .video-iframe-container { display: none; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .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); }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container { border-width: 0; border-radius: 0; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#DL03TfxbeISEeHupyd4b1vhnHTwsiNLf { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.375rem;left:11.8125rem;overflow:hidden;display:block; }
#V7EWnUqy6Fu0ZAJJd54d3094mZb9sp1y { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:11.3125rem;display:block; }
#tTsphLi4yZRRkO39xBz5UbyHAsrKTtEu { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-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 #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:15.0625rem;left:7.5rem;display:block; }
#uzlcEToSgQe7iFe6OwfZ7Z8AccM0y9XW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5.625rem;top:41.745878458023rem;left:14.373915672303rem;display:block; }
#dEsdAfidEZVD6sb44XrvTFbLSlz5Z3Js { color:rgba(var(--color-primary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:7.5rem;height:9.993875rem;font-style:normal;display:block; }
#SfcDZLXeKhM4sEHRC66fTbaDtv0WRP4L { position:absolute;display:block;z-index:15006;background-color:rgba(221,221,221,0.35);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:27.6248125rem;width:18.9995625rem;top:15.061850070953rem;left:27.999131202698rem;display:block; }
#Ainc8yt8wycexAAnov25xG3RlWRRa1zH { color:rgba(var(--color-tertiary-3),1);display:block;width:15.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:31.16210269928rem;left:29.624566078186rem;height:3.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Obc1SVSTPTQ9k9xXKzUrdO3JKGEXaGb0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:5.625rem;top:41.748047113419rem;left:34.687500953674rem;display:block; }
#DpaavAZGTAeHhmCd4m9mXMAFFh1Q7ChC { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:31.9375rem;display:block; }
#FvHOv2iFgNilSlHPGUggN4oLeVe8FrV1 { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.375rem;left:32.4375rem;overflow:hidden;display:block; }
#WTuLfielivf8u6Q7vswxl8lAhfsVZkrD { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:5.625rem;top:41.745878458023rem;left:55.374352455139rem;display:block; }
#K1RWW6FnLQux9DccfVTInByWQZMklP4G { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.3748125rem;width:11.3748125rem;top:16.841363191604rem;left:52.239586830139rem;display:block; }
#BDDUTAuqfeLJX2yo5gqGwvclu6cO5E9b { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:17.412110328674rem;left:52.811417579651rem;overflow:hidden;display:none; }
#gXw3gJatVWMJSgoco6fMzOB1o0wo2kXq { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:17.373047828674rem;left:52.772355079651rem;overflow:hidden;display:block; }
#wJJTpbRkTF4NieOoyop0KARa0nWBWyLp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-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 #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6248125rem;width:18.9995625rem;top:15.061850070953rem;left:48.561200141907rem;display:block; }
#WD1NWMlpuH7MowWplm1pfeMeQ0Kg341r { color:rgba(var(--color-tertiary-4),1);display:block;width:41.811rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.119580745697rem;left:16.593968391419rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQ5NkStMl1T71tOes53UAICxfwoOkRWE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.506727695465rem;left:24.062500953674rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKtZ735sFtuL88qAn2UJRmmaagAnmLLP { color:rgba(var(--color-tertiary-3),1);display:block;width:15.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:29.561634063721rem;left:50.311417579651rem;height:6.4rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yTZCngF6lLxU3lDr5rgsBeFJmrgbMVrk { color:rgba(var(--color-tertiary-3),1);display:block;width:15.7498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.561630725861rem;left:9.3109807968137rem;height:8rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Npr8u6qOIzaZfLJrTZwqnedU5ALCO4ZU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.2498125rem;top:38.993055820465rem;left:12.911242485046rem;overflow:hidden;display:block; }
#TBifiF924wnwKJWdUuwSIfHll3MmCz1n { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.2498125rem;top:38.993058204651rem;left:33.374566078186rem;overflow:hidden;display:block; }
#WT2Smx3gKAC9WWNK1f0q5ZXLztrbwP4w { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.2498125rem;top:38.993058204651rem;left:54.061417579651rem;overflow:hidden;display:block; }
#XmMLO5VyLWmZIpyeO7SdT82GhFcEWiOz { color:rgba(var(--color-primary-4),1);display:block;width:3.18685rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.851997375488rem;left:8.1922750473025rem;height:9.993875rem;display:block; }
#TXDCTmoenWXEfwAolMUUEsBz0eqLq0d6 { color:rgba(var(--color-primary-4),1);display:block;width:3.18685rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.851997375488rem;left:28.818360328674rem;height:9.993875rem;display:block; }
#BHy43LAkIfLAdm6xvohGJpxhDh3QZ9Tk { color:rgba(var(--color-primary-4),1);display:block;width:3.18685rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.851997375488rem;left:49.122181892395rem;height:9.993875rem;display:block; }
#a0R0l3g3rgr5O1uxidvZNHAO5AdQizHq { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:45.68577003479rem;left:28.750000953674rem;display:block; }
#quz9gFP6BzEqeqWLk4fZgWbRg1Dl2hd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRIZELkTFrWPDQD7cL8o3OSm82qk4o2V { 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:15023;opacity:1;top:45.841407775879rem;left:20.987500190735rem; }
#uRIZELkTFrWPDQD7cL8o3OSm82qk4o2V > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#co00kScrInrzocoanib95ZIy4Q0pkTyu { 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:15024;opacity:1;top:45.841407775879rem;left:50.937500953674rem; }
#co00kScrInrzocoanib95ZIy4Q0pkTyu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ > .row .container { border-width: 0; border-radius: 0; }#XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:none; }#E04ln2Zi42A7S8Ua5TpedFvTdGzuQoN3 { color:rgba(var(--color-primary-4),1);display:block;width:28rem;position:absolute;font-family:"shadows into light";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2625007629394rem;left:4.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ddaJtPzt7NwUwB3KUOI69TlIf3VnF80z { color:rgba(var(--color-primary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"shadows into light";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2625007629394rem;left:42.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#OZz6luQ9DZZLOdNK27EXBZXN3iUac8iA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.8125rem;width:28.1875rem;top:7.5625rem;left:4.75rem;display:block; }
#to2omXKAwmzp2EhNEA9g6ndAutzz5QUf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.8125rem;width:28.1875rem;top:7.5625rem;left:42.125rem;display:block; }
#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ec4f3246-04e6-4ef2-a908-cb8e05f2d4ba/P1048057.jpg");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:none; }#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz.adaptive-delivery-prevent-bg, #pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz.lazyload, #pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz.lazyloading { background-image: none; }#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz > .row .container { border-width: 0; border-radius: 0; }#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:none; }#Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G { position:relative;display:none; }#Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G { border-width: 0; border-radius: 0; }#Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G > .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; }#Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OwmCUWEl3fUZH1VGJbLvdcbnwb7qmRNe { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.90625rem;left:28.75rem;display:block; }
#TGF1GFFmSSTbq8wbgS9gpczCQlRaC42S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 > .row .container { border-width: 0; border-radius: 0; }#C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#gbvkccbT2y5nViHZ6mTw8uxJKff8u0IC { 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:25rem;width:25rem;top:1.6875rem;left:43.75rem;overflow:hidden;display:block; }
#yxTUBwUzugiWvF9p0NgTIxDALvQKxrpk { 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:25rem;width:25rem;top:1.6875rem;left:6.25rem;overflow:hidden;display:block; }
#NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO > .row .container { border-width: 0; border-radius: 0; }#NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#ZBwR00GRJCAvp9TpUyMoD4Q3kfZw5tLP { 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:25rem;width:25rem;top:1.6875rem;left:6.25rem;overflow:hidden;display:block; }
#UWsMPFOn5oBp2m4UKlIkOBZgVvJd8SBx { 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:25rem;width:25rem;top:1.6875rem;left:43.75rem;overflow:hidden;display:block; }
#NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U { position:relative;display:none; }#NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U { border-width: 0; border-radius: 0; }#NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U > .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; }#NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U > .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:38.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#li9zl6bgiXpRm4SB3CI2IqTC3PKNImQl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:"shadows into light";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:25.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NZg33Fdos69k9zMh1volyMBOAxhafPtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:18.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#gUoTDAsgxkzkDyKncvDQU0UeNVDGmnWR { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.09375rem;left:10.5625rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#vTlIQsMwXRpqLpvSVWyZZ4cf6Twvl4wl { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.75rem;left:28.75rem;display:block; }
#IRlTai74J9sTPv2knsv3QwFkRonff6nt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlFKk7eviQT5lfDSemJPggJLXe6NIugW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.8125rem;left:23.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu { position:relative;display:none; }#Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu { border-width: 0; border-radius: 0; }#Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu > .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; }#Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu > .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:41.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hus1KyrAFWP4xIZblh5svMHIUgXC3UyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:61.9375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.93229198455813rem;left:6.53125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#VBVxB4XG398Vc32yJrVgUoDS37Uxxyp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4739589691163rem;left:12.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kA7WqqbxIIrqeCCSU7HkDA3u9hD5kP0F { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.625rem;left:21.875001907349rem;display:block; }
#BRMM2p0ONwigyz3WoIfB3OSJOatcsNXr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcRL1HcQqaTS9FC4XG3c1vKSDmMoVfPR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.66796875rem;left:21.968751907349rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#G7kFFRwa5BAixnxs0sNDr8TV5rW6Gw8e { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.262500762939rem;left:11.625rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp > .row .container { border-width: 0; border-radius: 0; }#n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:none; }#U2tM1EhwkcvXwfBEtU9T0ruwvFgDSR7g { color:rgba(var(--color-primary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"shadows into light";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2687492370606rem;left:4.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#XHc7TeXlvkBEMsPpo8TT0TRKDwJX8wrk { color:rgba(var(--color-primary-4),1);display:block;width:27.875rem;position:absolute;font-family:"shadows into light";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:42.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#hzPEnFeas5yTs2zHa5iMDRi9teofWPMS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.6875rem;width:28.1875rem;top:6.625rem;left:4.5625rem;display:block; }
#Fm2EabB1kfRJ4IQRbwgkWG7d1ISNU1M9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.6875rem;width:28.1875rem;top:6.625rem;left:42.125rem;display:block; }
#hccfeCOmb8FffC6877R5JNmUnBQDkTMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ec4f3246-04e6-4ef2-a908-cb8e05f2d4ba/P1048057.jpg");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:none; }#hccfeCOmb8FffC6877R5JNmUnBQDkTMc.adaptive-delivery-prevent-bg, #hccfeCOmb8FffC6877R5JNmUnBQDkTMc.lazyload, #hccfeCOmb8FffC6877R5JNmUnBQDkTMc.lazyloading { background-image: none; }#hccfeCOmb8FffC6877R5JNmUnBQDkTMc > .row .container { border-width: 0; border-radius: 0; }#hccfeCOmb8FffC6877R5JNmUnBQDkTMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hccfeCOmb8FffC6877R5JNmUnBQDkTMc > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:none; }#C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a { position:relative;display:none; }#C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a { border-width: 0; border-radius: 0; }#C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a > .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; }#C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a > .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:41.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dJtRM4oSnWIMa8mFf0VugWwrWIF54ovX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:23.625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#ehsrioLmsvVexe3GtgSgfxT0XElqQdgb { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2874984741213rem;left:12.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DDRk5oBrXkupoToUA1RcGwmaB1mrEwaK { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.75rem;left:28.75rem;display:block; }
#h2eayTGT4vr6lSfJQ8kZRRo7P88FQqbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRuXMDhowOPaNE2DHIEqnaZguR1l6wyH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.856250762939rem;left:21.9375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#TJKuK3FZrTa5QwDE0Cuncvtc9LAJPrAL { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.262500762939rem;left:11.625rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#s0H6fKSM4z6nzs3uIc1FlRACrZ3ygC1g { position:relative;display:block; } #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection *:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="text"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="email"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="tel"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection textarea:focus-visible { outline: none; } #s0H6fKSM4z6nzs3uIc1FlRACrZ3ygC1g > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y { display:block; }#Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nh8k630bRbx8pIDlMrKBsRa380XfqUy8 { top:0.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl { display:block; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv5Uf3WqP9EXzlr6qOrxcfPEdQmvl3Qf { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDMCiL4KGxCLaXW8gU7RBgpbFr2c0tx3 { top:0.5rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y983eXFgtlKao3CDKGVDFSCysHPglm7Q { top:18rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO { display:block; }#lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRWI8ESmpDLJiTaTOe4zgHkMr3e6G5t2 { top:4rem;left:0rem;width:47.75rem;height:27.559987029831rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIJR1DwbbFyECaHEaOeNDdyTa0cBnTvS { top:33.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5Tn1J7xFPoknPfTL6lmG3vX9NaiDdB { width:46.75rem;height:3.4375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9AblNfpTtZuvuTt7U0HD4IatzMNzxiQ { display:block; }
 }@media only screen and (max-width: 763px) { #EVQGQOgkh5CJwbWRC9qctaU5e4uZ6ywf { top:42.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb { display:block; }#PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJUZTEU4saTZ5UbTbTAEsqr4kLkOfVGF { top:6.0625rem;left:0rem;width:47.75rem;height:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAMbhy9esozMx4FELF5npGwdbOE0DUw1 { top:1.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8gUet234XnS3F3tRcBnv7dudMECrqVp { top:26.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TA7waM5qyeH6Sw26f0IceELewdq3GM { top:30.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW { display:block; }#K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNa0vc0z9vqlOqOy5960kfJeGH5pxuTE { top:0.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWn8eC8u9ODxFb55PUTJWktF66IUPMdc { top:6rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuE0kwHZHShbOLss8B6dwUOOTc7zQgRJ { top:8.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuganVdEMAhPhIN9fNxFLSDdA6unfsDO { top:12.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZCAr1CKubrDtUVPm4GNhB2kWZTJ0oo { top:15.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0HWg5eohPT1hwZBuw5BVxO4TcpevVZD { top:18.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChZxZ4zuSoyKiqJdGxnigiDyeQuhm1s0 { top:24.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6iElu3Jnq4bLvPbxTuGc2O3JfTfLTP { top:30rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7EvIk4vDRertZFczDy8UIW1NpiS1tQ { top:37.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTkb7qSfwBpmTB8Q9kdZiMHew2Kidaz { top:21.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mFNTSVIt6bFQVtxzCsJounqVfs0DZH { top:27.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txq9yuEDzZAHlsluXozVOFnt1wJM270m { top:32.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTP9oIRikL0wIiU6zXA5n98mWIAGC04d { top:39.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTqEbW1CuwdlnWbZf1Gdk8tCKy0u1cJ { top:42.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTc8Nxf0Bt8ubX6VmplUQ0p3DrVCex0 { top:47.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf55gdotBWFUSs7z9nl5vkVXBQFsTuMw { top:50rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXwCJZMKM4D1O3dAeceIr32HLzWgg3r { top:54.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkFU2ylytOhMqohnQhHUpTbW6RWvLGw { top:59rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUOH9JTxms2PebTIvfKxINSrez8oELo { top:63.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awhskonbsmcdXd4eNtA7vwsFNb2Jk3x1 { top:72.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn01F02an1dgVk1hkKDxQlApiRXF3nIK { top:81.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHhWHMGHbywMxWlspbaPtDO2XXHdMev { top:68rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek0TwOfqE21dzpm4Rn7caBsFmuNgAk3p { width:46.75rem;height:3.4375rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amv8bDldMkHRBTfvNkP9LgOVh3TfiVg1 { display:block; }
 }@media only screen and (max-width: 763px) { #JqSNaP4bWwzTqZSnU7q3soCS0cpODprK { top:50rem;left:0rem;width:47.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbzgVwVTdXlPcnzKvPStt5OLUVf2PDJP { top:51.625rem;left:18.5625rem;width:9.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCFteSgFHKp5urVU5eULQpvHwRnkOHP { display:block; }#CTCFteSgFHKp5urVU5eULQpvHwRnkOHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExXNepD3nl5glxO9M6DV8ECuPKTvPh9s { top:1.875rem;left:0rem;width:47.75rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAZzK1bqF2e0O1evAzWOC55nINDeZP8X { top:10.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFxaHuyfAQgFTJEVsBRk5b6tba3rKzB { width:46.75rem;height:3.4375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU7p5y7eP73hTL6uEdFQiFNW53vupTQr { display:block; }
 }@media only screen and (max-width: 763px) { #AuAqV4v5On1gxg4iSGDJb34r1bkTKWrd { top:17.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dznTTggWfo2UHTrkeivPnQ6JLS3252DZ { display:block; }#dznTTggWfo2UHTrkeivPnQ6JLS3252DZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X52T29dmS9aCNTLOHxMbsC7TQiCoNSIt { top:1.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMWQ7EXytG3qT6N8B5SZ5T5K2DN4HVfu { top:4.125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2qGEWT8QXSdxWb8SKzxReOCiwpUtTC { top:11.875rem;left:0rem;width:47.75rem;height:27.601156069364rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlVXBvhokLs1CiR2V0AeNQWmhTn0enZM { top:50.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhwrPKxHB5n1PB69yULP6GhzNZsMtE8 { top:55.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B44NOHmfKiSRduxmEyQTUKaZG3FDc6UQ { top:55.25rem;left:7.5rem;width:32.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAq73iPEWKtsQ0sPUUstHQ9lgvF5WOFb { top:58rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqeQmmEJpd5gLJpNb3ZT5iTZcXw1t8Z { top:64.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcU525e5IXSUsdfdcxneWaFdas3Zk0BR { width:46.75rem;height:3.4375rem;top:67rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrQV12PMniWnTV8TMmlBsP7DeV92aMTT { display:block; }
 }@media only screen and (max-width: 763px) { #cZlFbbzu64blR5SFO3XvpPhA5GqhvvV4 { top:71.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp { display:block; }#FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5zsi6qmE9Bkx1KK1UDKEEgXEw3riG2O { top:1.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHgqZuId0gUlhrEnI3vMUwGydUmychB { display:block; }#HTHgqZuId0gUlhrEnI3vMUwGydUmychB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgdG50sNiEAR0IRDrynl59FF9B1X30ub { top:1.4375rem;left:0rem;width:29.9375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFoca9wLkObEiCtkzJTqq7dudJx94Xcc { top:1.4375rem;left:17.8125rem;width:29.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH { display:block; }#wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVK4FDCJ4VUUosspX2dRrbKiUEx3wTar { top:1.25rem;left:0rem;width:31.375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTAA8FS10hXiToB3h5TUPNB80JJUah9 { top:1.25rem;left:18.625rem;width:28.25rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I { display:block; }#I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSrUvyIivKDfAFxJB9UpFgtKLUrnIDsD { top:1.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEstbAaysLkMtafhSZN1nMcDVRNgPeC2 { top:9rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwptbhHsbgFN6k29JCO259ZxEZkkFpq { width:46.75rem;height:3.4375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G83KITG2SBAWizEpaRBKPFgJdqck6fuP { display:block; }
 }@media only screen and (max-width: 763px) { #oqESu17h7rBDddNNb4Ry8aTiTKvhThhI { top:16.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm { display:block; }#oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4Uy9Jd5SxBKSURl1bpcKXilKed3cfTJ { top:1.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulHPpfHIBRQ9yfGxTccczxvET8vUHpFI { top:5.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9clUWiven0wSOtqWUyImfgfzU2lc1sF { display:block; }#k9clUWiven0wSOtqWUyImfgfzU2lc1sF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoTfevvc4KgyZcp5nCa2xTN4i71mKWTv { top:1.25rem;left:0rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW6gXD4QqvzM3ONQyxwuhTTrVOmITThD { top:1.1875rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 { display:block; }#eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGzXAT2dfLNnbsTM38G2H9CMSzW0XAe6 { top:1.1875rem;left:0rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVa4I2CyO9d6yiCerJSCRSw1IQ2C2NM7 { top:1.1875rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 { display:block; }#y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyJQR21B6rkOyybrLPgv29AMSR01QT0w { top:1.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5kyy13tTN1VOKek4fz1L8ebq5NBPc8F { top:13.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDn6RPk7BKUVcvFMd8vZf9JtRVnZXU0S { width:46.75rem;height:3.4375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izQld34ubpbwB6gs0LJZwBf3ceqFMtd5 { display:block; }
 }@media only screen and (max-width: 763px) { #DC4dTl4KqFD9RHpqxTPuiI9dIFLa186y { top:10.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCrMK2lpWtvprPJSTqieKT2hOF8GaPhh { top:16rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG { display:block; }#CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFFalT0h5m0XHq3ebpXnJXveGCOFFLPS { top:1.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DqVXn35tfgPM2tAUDEBwqA0UcwuuAo { top:9rem;left:0rem;width:47.75rem;height:34.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhJd77UT8BWTmFIo0umZG1DTFPmQQg2n { width:46.75rem;height:3.4375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsTEgvCMQrML0AzOC8CHMIK1ws4H2ysm { display:block; }
 }@media only screen and (max-width: 763px) { #mfHe8TqRswg39CtE4x8vGvARBAg8XVsm { top:49.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScdKGwENBX13cJtXu7vyMhunITkr6tKi { display:block; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcBUwyC9POXOes8H1a4BX3C0ahrkqWb9 { width:33.4375rem;height:17.5625rem;top:2.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOu4EqNAt1dEUaJmmdFPxSpM1MT9lC4J { width:47.75rem;height:1.9375rem;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTDKI359zJ6PqRNvbR1kB0B35cq5isw { top:9.375rem;left:19rem;width:4.0625rem;height:4.0625rem;display:block; }
#JbTDKI359zJ6PqRNvbR1kB0B35cq5isw > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #nVAkKPPkVKp3OozEihZvMxoaZakMsEpx { top:9.375rem;left:25.25rem;width:4.0625rem;height:4.0625rem;display:block; }
#nVAkKPPkVKp3OozEihZvMxoaZakMsEpx > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O { display:block; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSVQmMtGpmFs0hnxlVFVPMarqqG9W2ul { top:0rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhK9TZ6AEKMbPTvUhM8dgISoToo260c { top:4rem;left:18.125001907349rem;width:11.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO { display:block; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOiIP9yyGn9vaaucoRWiGh5BnybhnIZR { width:31.25rem;height:3.4375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNxy1wWgze3qsSormoTzuJXJvavA8MZ { display:block; }
 }@media only screen and (max-width: 763px) { #ynkqq3n8dOfniLvZ6uQ40pTglPmJouoD { top:23.25rem;left:0rem;width:26.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FnTNLiUxPgneqfrmaKrB0Qgi7kgst5 { top:5.875rem;left:0rem;width:41.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhZUFR8shZvgUhuAOycWUlQrKlI7GfDT { top:2.6875rem;left:6.840624809265rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0bVOLi28nqFo2VTG5rWTLAlpqE7LuA { top:0rem;left:0rem;width:6rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIS7VH84zegM87UcR1s1qgdplPCfatHF { width:47.75rem;height:38.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiMc4IhXlIK1Lcl9egTHXEM8cm9EiR48 { top:13.1875rem;left:6.840624809265rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avnTet5Rxw5ckiVotvTemlkTfrhQsZRl { display:block; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvb83Vq2rLd5sul7d5AGnFDmfzlIOnG3 { width:31.25rem;height:3.4375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DevzZN8JkZWMLsGMleGBZRTL34r3wTvg { display:block; }
 }@media only screen and (max-width: 763px) { #SwLKMTq7QTRNDzsICLEpuo4C03AVl35X { top:21.6875rem;left:0rem;width:26.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSeQv2WhG1mpIzcnUv9RNpaKByizJfs6 { top:3.6875rem;left:0rem;width:20rem;height:2.5625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DweT3Xu0xJH6bf0yfaipcwineHDm0TQn { top:1.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzE6yfXGLvG8mJhmD9deOXTTp16Z9c5a { top:0.75rem;left:0rem;width:9.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe37i2rTku5iIEDz9uKeVZq8wJXIfQHE { width:47.75rem;height:38.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jnh2yg0cImRLtKCXhQfP9umGdhbnVxnu { top:7.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 { display:block; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxqaf5TywIwSpbcyTN1o0LqMoBfhug9A { top:3.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxMJygL6kc1BOoJLwUTttU1AmLdF116P { top:8.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrdJfHeH5vFJLA1ASz8mrvzt1JP00zp2 { width:18.75rem;height:0.0625rem;top:11.125rem;left:14.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s { display:block; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMQLkwkt7Oho4G5fynsiQgLJFcqx1D2B { width:14.9375rem;height:2.875rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGsUZgZSaZHDPUyMLxKCPgiSTF3ZkTsg { top:6.8125rem;left:2.78125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNs0pbdI1EVmATnv4PoB2Kro4G3RRKA { top:7.875rem;left:27.656250953674rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhtVBgy3GyM1qJhP8TJuKUO6ehHd3GuR { width:5.3125rem;height:0.0625rem;top:10rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxsTR6c6e5awpCoyTv7W6iJHMI7OOlsn { top:6.0625rem;left:1.96875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1QpmP2o2CItURmS70rKNm7UerNADCTo { top:1.25rem;left:0rem;width:26.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtwhwNUTqFocIeJEufEenaceJW9TXyE4 { top:6.0625rem;left:13.90625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ApCTaVMo8daDuUZoDAbpFBdezUo44T { top:6.8125rem;left:14.71875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwGHowKUKzRRlbt8ISscw9e5lcs3X5t { top:7.875rem;left:15.718750953674rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0Ky5DP5aaXWuHuiOTDS5lRBrAJPR82 { width:14.9375rem;height:2.875rem;top:15.5625rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luXTBvvTPlgLPNtzSbI9bcNX53IxaAis { width:5.3125rem;height:0.0625rem;top:10rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW6ecDV43aXCwUIdirVEWVeTAE1zaRh6 { top:6.0625rem;left:37.78125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbAQql1i2MKAfLaAZC3PCzDd0RDEgmx { top:6.8125rem;left:38.59375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKhgWCETSkwaAhlgWUnTGvDpTorvyEl { top:7.875rem;left:39.593750953674rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfgZENCbMxqUZ6ybD4lJcJrda4zwPRPh { width:15rem;height:4.375rem;top:15.5625rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CcZkg8X1Vv6nAg8cu8NArg5H8Z0Eab { width:5.3125rem;height:0.0625rem;top:10rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTCx5NGJp8PtXMOU9WhSyPdBun8MDSb { width:14.875rem;height:2.875rem;top:15.5625rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGSVQ8AKym7XV2Mw3EHaeez3yVGHhXN { top:6.0625rem;left:25.84375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt2MJqTITUzOhlfyVDPs8QcrilrofKIT { top:6.8125rem;left:26.65625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtDoF38dbIZ4VgU5hk7hoxrxokhTAxvq { width:5.3125rem;height:0.0625rem;top:10rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke6LruksadOKdxLOF0p4dtAwJWX7elMF { top:7.875rem;left:3.8742189407349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp4fXT8dn7sPR7I8WwmWl4cyt77AiA8G { top:48.0625rem;left:1.6566839218139rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIbEod8iHAqmUWhP9ZW6MCT6tz8TsCKD { top:48.0625rem;left:26.99978351593rem;width:5.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVpxy96AyEHgtVJ3aTQ5xG3xSZJqTb3 { top:48.0625rem;left:13.594185829162rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2U4ovOk27QkMQn8BD6t0xuFPgy0ITmL { top:48.0625rem;left:37.469185829162rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm { display:block; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4ITzy1tyISoKTyTA0IoT7XH4lePUC5r { top:1.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf { display:block; }#AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHTgPDSnR9oPsheRCRVwwwQCig8BTrwG { top:1.1875rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVFmedxB6ALvdxihbbXFEkRickaQPu0 { top:4.4375rem;left:4.5625rem;width:38.625rem;height:16.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9FxuOPHtWqON4Bbk7K7VBgoIAEI6vIU { top:20.6875rem;left:10.5625rem;width:26.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOgCHftJ1ceMShA3F2LLV8kalWzpOHG { width:17.5rem;height:3.4375rem;top:23.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn0gXPTqXTGl4czc4EfkwaB3hlimAi0l { display:block; }
 }@media only screen and (max-width: 763px) { #ArepsgSfxVuZZaRWtArIbpMyK6U96RPi { display:block; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bh2lkPOac47VWkFeOWlzZpTsTRtbiTbD { top:4.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h630H30wSSU1at5xMcOhOoNmeSUXT0m7 { top:38rem;left:8.9375rem;width:31.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw { top:6.5rem;left:0rem;width:47.75rem;height:30.3125rem;font-size:1.25rem;display:block; }#QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw li:before{  }
 }@media only screen and (max-width: 763px) { #iUQXDnoQPQsfn1La6mk1sy1bWVLGGKb2 { top:2.4375rem;left:4.125rem;width:39.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMH4m0xKAc7W1DRq91zc0nhHNEsGMF2 { width:17.5rem;height:3.4375rem;top:42.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K67zQTK75IkfeNEK4gndPVWePJu52Rg6 { display:block; }
 }@media only screen and (max-width: 763px) { #geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr { display:block; }#geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXqFN2dZGitMusdAkiyGT8q45KKbp0i4 { width:14.0625rem;height:2.875rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spwOQ4GF21znu8xWVyRS3vgIGLLVMBK7 { width:14.0625rem;height:0.0625rem;top:27.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxOeVXANEn8kclcEbrhIVbTx3ALbT0U3 { width:14.0625rem;height:14.0625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfenef37Xi3IpgzfGJlrR3z0GDptXUHp { width:13.9375rem;height:2.875rem;top:8.1875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoKmmHytblMTH5L2yEWAspRKl6GKd8BB { width:1.3125rem;height:1.3125rem;top:8.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlQ3uhSpdqB46IGwI1mCQ0aGsSazUoXG { width:1.3125rem;height:1.3125rem;top:9rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRPBsPwV2MoM5T7y2AyGXBz2yIag3cWb { width:14.0625rem;height:14.0625rem;top:12.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlRg8Diy2ANw6hXhAUrTZiX2Nw4CAkTP { width:14.0625rem;height:0.0625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiLWomwJP6z0tT29rDa99OF9anciwx0 { width:13.9375rem;height:2.875rem;top:8.1875rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtigTI03TOHoDtuTHUXAaAku2n5Qt595 { width:1.3125rem;height:1.3125rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEMZEbZ2RiVxPxW1DvvoF9xfLS870wc { width:1.3125rem;height:1.3125rem;top:9rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdGVxkU1uCbMrxBP78Ati3E4H6C4MTwC { width:14.0625rem;height:14.0625rem;top:12.125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzgC4WGkhpc146lU7SGawfl7TQteAs4x { width:14.0625rem;height:0.0625rem;top:27.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSupFCPPkmqUD5LzAoeiltWZPiQxWoEs { width:14.0625rem;height:2.875rem;top:8.1875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUi7RfvGBSvwNvm1Tr2KVCFHRZSXoNy { width:1.3125rem;height:1.3125rem;top:8.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGrtmbGXlStXkOvcRvkAvBnitMrFioLg { width:1.3125rem;height:1.3125rem;top:9rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkCHWJ69vIsVWLnDvtmTaoSmTrkVtI5k { width:14.0625rem;height:14.0625rem;top:12.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksPydrNu2hcGKWfEMwN1xomWTAyR8N2s { width:14.0625rem;height:0.0625rem;top:27.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLzGbfJAvTVCRXueFSRJCWc3VK7Keac { width:1.3125rem;height:1.3125rem;top:8rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0osfMCrr1Pdil9KgJPgVHUUsc64xKER { width:1.3125rem;height:1.3125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTrVs1zw8oUKf4rJ0fGaeitCpRP8Qig5 { width:1.3125rem;height:1.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRqOulhyTaF5pT7xbHpr9HryMT8AUUnT { top:0.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFMeDcC3TrXgwVNphZTspi4Xbr5ogoh1 { width:28.125rem;height:3.4375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRpvuGxmzWm8AZOdwdFCkdvbwr9rH2RA { display:block; }
 }@media only screen and (max-width: 763px) { #XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ { display:block; }#XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTimpzXpBPrMn8rx4ef9QcwEd0wHBWBc { top:1.625rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df089F5qRmTQzrbQOAQR6QlBDHUGeCcI { top:1.625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 { display:block; }#SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7MwseWK3yCJNn2a5UWIRoMyAr1Qgd2A { top:0.1875rem;left:5.5625rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETlLhFNbH5NON1VBkcKeMMVJR8Dbcgb { top:0.1875rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icBLcTo5Rb3b2nhtGTA96NkKm1r0DBX9 { top:0.1875rem;left:17.5rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5FkaPsAyUEz1OFP4Je30pTNrKGCbHc { top:0.1875rem;left:29.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crSu28nSZ5pfTXRuZnzTyiEb2tdRJuRO { top:19.0625rem;left:29.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anxy5VKmzV0qmb7bi7S2JDkvVDlCU3cZ { top:19.0625rem;left:17.5rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUu8RWDc9gZrcs3zAsdSep4Bb5oD54y4 { top:19.0625rem;left:5.5625rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBC2MGec6AV2JRKRcKoW774SAhPbOrC { top:19.0625rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M { display:block; }#rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGClNZwPGFXm0XTC725sb3HKSptu3EXB { top:1.6875rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpfq3Lv8KiCTvZrMLkqb7JlA19C6nOTp { top:1.6875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ { display:none; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GlcReZMmsfxHEe4MbL3qbrMpTTo6epZt { top:0rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3PsxXgtnm2gJdJep0aTzaoiLdRDHNf { top:4rem;left:18.125001907349rem;width:11.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x { display:block; }#HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLxnInVsLwEv1ph46yGLUX3R07VEg9Vk { top:7.125rem;left:1.3437519073486rem;width:45.0625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7IE3qGOHU1r3i3EsPXyVxowDxPNWTPI { top:2.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ { display:block; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySSI6ARMTvlK4WeQeTzBKnH2M1JFavfO { top:1.25rem;left:0rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h58PtSuipRr3HEQwxNILLe1UpzDaLJ8B { top:9.1875rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ2LhnX8sUXxhT6N1ssQoHIeiJNyXUee { top:6.0625rem;left:2.7187490463257rem;width:18.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsU3EhzSIvhlmbtKAFX5ILHNRbWEtCTT { top:2.125rem;left:10.375001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3zCL1C0URFM6sKVcf2ltvcB1v33vSC { top:1.375rem;left:13.25rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnkMvuUoeCuUMP30mL3FX9zyCWhFyoE { top:9.1875rem;left:15.1875rem;width:32.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhsIyOmpdTLiiZegTtMkV5qXQT9PyM5 { top:6.0625rem;left:28.093750953674rem;width:18.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On0dUXqJ60BkKVQ5kJyHUXzVPtxpRUbT { top:2.125rem;left:35.750001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2UTN3OgTcoQurVImQ33kbKGV8coh439 { display:block; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfKFgfzQ1fWxMBtkgXQAqQAtnQFiranA { top:1.25rem;left:0rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxr63gDVHO66XMuOAAbhyiycFfGDsed2 { top:9.1875rem;left:0rem;width:32.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbODG9GsVhQLCLdslF8cabXuq2KBoWro { top:6.0625rem;left:0rem;width:24.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma5M1wC24InkqIgWEzZ8fvAyM72bXcCL { top:2.125rem;left:10.375001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6rXQ29JkkJ75pNq6eZN1IJu8LUTzHum { top:1.375rem;left:13.25rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB8fDrbD3x2seCEPWH1sgwfKTHskxcAD { top:9.1875rem;left:15.1875rem;width:32.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9PrWpFJR31b8S6wPHalq4DuTrQdzfFZ { top:6.0625rem;left:25.375rem;width:22.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFWDU9M6XmquHT5hGWGoI66gCP4I51r5 { top:2.125rem;left:35.750001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg { display:block; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuWbKMN0gzMX7TqPLNMBc9vkWudTBohq { top:1.25rem;left:0rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXV7mUBsnHsQO5S7ZSCTGXtBe8pMvVO { top:9.1875rem;left:0rem;width:32.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBHTyVCgDD7TPFfcAvNHR547bIxoviqg { top:6.0625rem;left:0rem;width:24.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scnO74K2PIfDTVuiiU54NxHG2thd1n4K { top:2.125rem;left:10.375001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHbOE3ycFxRVqZ3tHAuHbqxLVoesKDB6 { top:1.375rem;left:13.25rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0P2FEBNrAFHoAnoxW9LvAhMKSyqkTrN { top:9.1875rem;left:15.1875rem;width:32.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK1MSyP0ZPyTgd1XSFvyKvenuFqS9ulw { top:6.0625rem;left:25.375rem;width:22.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGG6Jytith35mNNbpLSFWVJW6EnSkr1 { top:2.125rem;left:35.750001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 { display:block; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxV520i4Rg9QJXbJazeHdFkO6o9yam7v { top:1.25rem;left:0rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X97CL1izJQdmoa16B3CGKHhCwtvb00DS { top:9.1875rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkZFVUl3TnA3nBsDUUS1bnOi17uoJ3B6 { top:6.0625rem;left:0rem;width:24.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K38Mp5p2RfXbLncF0TZRQVz1XXXOJhuW { top:2.125rem;left:10.375001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0O6oITtBhyHTRTigwflRqhOnmXWy1Lr { top:1.375rem;left:13.25rem;width:34.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6gfsvWdum7tXX6S1e73gsy3WZkRBGDM { top:9.1875rem;left:15.1875rem;width:32.5625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNcL8UvgMMvkfgKEc43SBrOhMWXpETNu { top:6.0625rem;left:25.375rem;width:22.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJzhA7iD40khF00oOL09XAxWbt9Vg0J0 { top:2.125rem;left:35.750001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8TSJniWOifeDZKlwpnXPnClLsBmfUfD { display:block; }#i8TSJniWOifeDZKlwpnXPnClLsBmfUfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOv5TcWIHZF9PQC4uhTmOqs7INoU1II5 { top:4.4375rem;left:8.8437519073488rem;width:28rem;height:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOxkA7dZ6wJf3amBbMyMcPwPfrUNZShi { top:1.625rem;left:3.1250019073486rem;width:39.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2P6TLpS5SUzkLP0iuC4T18egcDrvDS9 { top:16.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTZCZUVAcIwV6q8egRfl0aXV2xsVMLs { top:26.25rem;left:3.1250019073486rem;width:8.5625rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuIgGSuUnVRDUlyGiLUgrF1TzyppcNtx { top:21.375rem;left:13.5625rem;width:20.625rem;height:11rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZDzMc2x9To8fdKAKbsU7BkLrFFok3m1 { top:37.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2ONIIKv3dHQEArUsRXGCyGQldKAQHb { width:37.5rem;height:3.4375rem;top:42.25rem;left:5.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2EgDkH1FdRybc0C5T2XfINVGWHQsSUd { display:block; }
 }@media only screen and (max-width: 763px) { #m3AxiwhBAGL4g8lPes7ToceZKTPqVuwC { top:47.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXqySWgoUspDTRTWBsWuSK7cUy8ZFvU { top:31.5625rem;left:11.437501907349rem;width:24.875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtxSFm7SEh4RW0m8CIsckFqumTNZkvov { top:19.4375rem;left:0rem;width:12.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS { display:block; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz669B2srklONfgGpJItObcHkgrpnPtU { top:1.3125rem;left:0rem;width:43.625rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5nkunT8TR8xhB47D7WHySn8lWI2BsN5 { top:1.1875rem;left:28.875rem;width:18.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqySlMdZKIKxR0StSB6esnwQXeQiT25U { display:block; }
 }@media only screen and (max-width: 763px) { #vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 { display:block; }#vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m66auH3dSRG6TflRHKXLZLsmkafnADWs { top:0.75rem;left:0rem;width:27.9375rem;height:45.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIWUrGFG0oq56b0sM96rZX2i36EMZaHC { top:0.75rem;left:19.625rem;width:28.125rem;height:40.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy { display:block; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g72wanOyqlDweWXxFP6sd85JzT6WHnOu { top:7.3125rem;left:6.9375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4sK2XICRRC1TttXhCGsSTmAX6AWx3rK { top:7.3125rem;left:22.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mlRf443VTMokMbTHrXZZzZ0lCEHZPb { top:8.0625rem;left:7.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZXa7OpDAzsk5OKg3tX7wzOuHmlsXT7u { top:8.0625rem;left:23.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azk7FTEJkOr8qLRfFNtqUAm75DZrvi0Z { top:9.1875rem;left:24.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1kp1TyKUGTBXCsF2NVmKmid9heqiQD4 { top:9.1875rem;left:8.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFLw1wyTH2xUivK5lN0qAnDKy48qFh0 { width:5.3125rem;height:0.0625rem;top:11.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTanpgryd8sb22bznWTCUBqfnpVgIut { width:5.3125rem;height:0.0625rem;top:11.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4dqJpyWc47G8NOaAkm6JMSVCiyd7KTD { top:7.3125rem;left:38.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgtrbWLplC4ZKpuVU9Me82HnUGZQ5pKG { top:9.1875rem;left:40.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSqaTCptLNrkZtZiRKMXErwNb5XKnCD9 { top:8.0625rem;left:39.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB0HzoheP6cK8eTF7V8Ln4FH7gW0Bg4H { width:5.3125rem;height:0.0625rem;top:11.25rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9WQmzhfQUk7hZcrZwC3TWuBOExxMmmc { width:14.9375rem;height:2.875rem;top:15.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7ZvqPQ762GI4Lu4S50TrCJOZwDKXv6 { width:14.9375rem;height:2.875rem;top:15.4375rem;left:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXHEe6TfVEdNcHzLGJAQhnItoqB23DP { width:14.875rem;height:2.875rem;top:15.4375rem;left:32.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwamdGKDeHJwG3bc5z6nvoF2tcxyznFO { top:3.25rem;left:12.9375rem;width:18.8125rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP { display:block; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 { display:block; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ksa98pbQ0PdW40r2OcfM93z03TGN4zw3 { top:2.5625rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8yBtKyQHJQoII8kvRy3rgENAym1ynbz { top:8.125rem;left:0rem;width:20.375rem;height:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-regular-label { display:block;width:29.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-text { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-textarea { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-select { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-button { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-checkbox-label { width:28.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8  { width:29.5625rem;height:auto;top:2.5625rem;left:15.5625rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .radio-container { width:29.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 {display:block;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 { width:29.5625rem;height:auto;top:2.5625rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #LpxQHWFzK2oDCDMiN4fTILXJCFRgKOHM {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #xOk5WT5Og4H1JvEbwuI7BCb8u18hxFMZ { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #iXg8OzzgE1uZ62yhxR342yM33nSXUlwI {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #qqOCbKSRmawQguFQ7wtXgZwBPexN49NV {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #hMveSekfo1Nc9tNQUUUIDP7zE7DPAMbD { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #m52I2blbFf6bQZOg7AJPk4iKNhCSznt3 {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #QETNtbcWXkmxZ9qyp8fu97ufzdALe1fn {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #XlWVcFsa4xJ7v22v1zMNBH3VTeCzc9dK { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #PLDN9vJ1WvqXFvpWhxzsfb47rtek4XTf {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #JEPToNPqeFQIpHra0dTWghPkkM70bR40 {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #v77NUFh7i2LvP36mX07ekXiB1UWzbIVA { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #mr64vnVo7hNepfXZvJNM5KbGNSyrmdrK {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #dVrSJrLZv6cHIEIytb3OQK6fRFdHbDEn {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #JzA98vfp753QLCd7P29K1Nyk2iNvePpt {  }
 }@media only screen and (max-width: 763px) { #QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm { display:block; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGJGE0VEScwhmhVNe10uC1w3LzREUmcd { top:1.3125rem;left:0rem;width:43.625rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZrALfgLCFqH1wFtSCqAzrmMVIqIKkpX { top:1.1875rem;left:28.875rem;width:18.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTQ2hGUQ36ubmcVMGd2lzMNTbL7OxFx { display:block; }
 }@media only screen and (max-width: 763px) { #bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm { display:block; }#bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9gzFLeEf6nbFdABMGfhRzURsaIsv6UW { top:1.3125rem;left:4.125rem;width:39.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk67GMDRHdyJBPxEf6vyANy4arJiNxRd { top:5.8125rem;left:4.8125rem;width:38.125rem;height:19.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyy2xz0NXpGFuUF9QCPIDWWPf0ETP7zl { top:26.9375rem;left:5.25rem;width:37.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7sNNSgo6LtLA7l1VHQcZ8Xgv7NwscMM { width:17.5rem;height:3.4375rem;top:33.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWXEzWERzgAJDUfdRbhcWWJ8vlzC61mi { display:block; }
 }@media only screen and (max-width: 763px) { #Pcn3Xs217faqxB7PksM2UnLm4kcG2kdl { top:38.75rem;left:6.125rem;width:35.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OeBlTNTUtw1X3TytQowrpm1XyBThob { top:18rem;left:12.5625rem;width:22.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p51slNa1GfNUlvqgZVt52pBROXxlP56T { top:5.8125rem;left:27.75rem;width:12.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKukltH17Xi5CZ2QdunqH5DdEHL25DbK { top:8.8125rem;left:5.75rem;width:16.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biA0p1toPlg6IAviXiB8qZhHmIfct9Q4 { top:20.125rem;left:7.8125rem;width:32.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ZH1NvTDUXzafPKtnclqsrXZDVn1pAa { top:22.6875rem;left:12.3125rem;width:23.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aooRCTwdZMfubXXNeRUnHwaoPIblhiuL { top:22.6875rem;left:12.3125rem;width:23.375rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P { display:block; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL03TfxbeISEeHupyd4b1vhnHTwsiNLf { width:10.3125rem;height:10.3125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7EWnUqy6Fu0ZAJJd54d3094mZb9sp1y { width:11.375rem;height:11.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsphLi4yZRRkO39xBz5UbyHAsrKTtEu { width:19rem;height:27.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzlcEToSgQe7iFe6OwfZ7Z8AccM0y9XW { width:5.625rem;height:0;top:41.6875rem;left:0.74891567230225rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsdAfidEZVD6sb44XrvTFbLSlz5Z3Js { width:5.1875rem;height:9.9375rem;top:15rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfcDZLXeKhM4sEHRC66fTbaDtv0WRP4L { width:18.9375rem;height:27.5625rem;top:15rem;left:14.374131202697rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ainc8yt8wycexAAnov25xG3RlWRRa1zH { width:15.6875rem;height:3.1875rem;top:31.125rem;left:15.999566078186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obc1SVSTPTQ9k9xXKzUrdO3JKGEXaGb0 { width:5.625rem;height:0;top:41.6875rem;left:21.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpaavAZGTAeHhmCd4m9mXMAFFh1Q7ChC { width:11.375rem;height:11.375rem;top:16.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHOv2iFgNilSlHPGUggN4oLeVe8FrV1 { width:10.3125rem;height:10.3125rem;top:17.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTuLfielivf8u6Q7vswxl8lAhfsVZkrD { width:5.625rem;height:0;top:41.6875rem;left:41.749352455139rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RWW6FnLQux9DccfVTInByWQZMklP4G { width:11.3125rem;height:11.3125rem;top:16.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDDUTAuqfeLJX2yo5gqGwvclu6cO5E9b { top:17.375rem;left:37.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXw3gJatVWMJSgoco6fMzOB1o0wo2kXq { width:10.3125rem;height:10.3125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJTpbRkTF4NieOoyop0KARa0nWBWyLp { width:18.9375rem;height:27.5625rem;top:15rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1NWMlpuH7MowWplm1pfeMeQ0Kg341r { top:3.0625rem;left:2.9689683914184rem;width:41.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ5NkStMl1T71tOes53UAICxfwoOkRWE { top:10.5rem;left:10.437500953674rem;width:26.875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKtZ735sFtuL88qAn2UJRmmaagAnmLLP { width:15.6875rem;height:6.375rem;top:29.5rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTZCngF6lLxU3lDr5rgsBeFJmrgbMVrk { width:15.6875rem;height:8rem;top:29.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npr8u6qOIzaZfLJrTZwqnedU5ALCO4ZU { top:38.9375rem;left:0rem;width:8.1875rem;height:1.550698121927rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBifiF924wnwKJWdUuwSIfHll3MmCz1n { top:38.9375rem;left:19.749566078186rem;width:8.1875rem;height:1.550698121927rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT2Smx3gKAC9WWNK1f0q5ZXLztrbwP4w { top:38.9375rem;left:39.5625rem;width:8.1875rem;height:1.550698121927rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMLO5VyLWmZIpyeO7SdT82GhFcEWiOz { top:13.8125rem;left:0rem;width:3.125rem;height:9.9375rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDCTmoenWXEfwAolMUUEsBz0eqLq0d6 { top:13.8125rem;left:15.193360328674rem;width:3.125rem;height:9.9375rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHy43LAkIfLAdm6xvohGJpxhDh3QZ9Tk { top:13.8125rem;left:35.497181892395rem;width:3.125rem;height:9.9375rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0R0l3g3rgr5O1uxidvZNHAO5AdQizHq { width:17.5rem;height:3.4375rem;top:45.625rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #quz9gFP6BzEqeqWLk4fZgWbRg1Dl2hd4 { display:block; }
 }@media only screen and (max-width: 763px) { #uRIZELkTFrWPDQD7cL8o3OSm82qk4o2V { top:45.8125rem;left:7.362500190735rem;width:3.125rem;height:3.125rem;display:block; }
#uRIZELkTFrWPDQD7cL8o3OSm82qk4o2V > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #co00kScrInrzocoanib95ZIy4Q0pkTyu { top:45.8125rem;left:37.312500953674rem;width:3.125rem;height:3.125rem;display:block; }
#co00kScrInrzocoanib95ZIy4Q0pkTyu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ { display:block; }#XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E04ln2Zi42A7S8Ua5TpedFvTdGzuQoN3 { top:2.25rem;left:0rem;width:28rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddaJtPzt7NwUwB3KUOI69TlIf3VnF80z { top:2.25rem;left:20.1875rem;width:27.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZz6luQ9DZZLOdNK27EXBZXN3iUac8iA { top:7.5625rem;left:0rem;width:28.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to2omXKAwmzp2EhNEA9g6ndAutzz5QUf { top:7.5625rem;left:19.5625rem;width:28.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz { display:none; }#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G { display:block; }#Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwmCUWEl3fUZH1VGJbLvdcbnwb7qmRNe { width:17.5rem;height:3.4375rem;top:1.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGF1GFFmSSTbq8wbgS9gpczCQlRaC42S { display:block; }
 }@media only screen and (max-width: 763px) { #C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 { display:block; }#C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbvkccbT2y5nViHZ6mTw8uxJKff8u0IC { top:1.6875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTUBwUzugiWvF9p0NgTIxDALvQKxrpk { top:1.6875rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO { display:block; }#NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBwR00GRJCAvp9TpUyMoD4Q3kfZw5tLP { top:1.6875rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsMPFOn5oBp2m4UKlIkOBZgVvJd8SBx { top:1.6875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U { display:block; }#NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li9zl6bgiXpRm4SB3CI2IqTC3PKNImQl { top:1.375rem;left:11.875rem;width:23.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZg33Fdos69k9zMh1volyMBOAxhafPtJ { top:4.75rem;left:4.6875rem;width:38.375rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUoTDAsgxkzkDyKncvDQU0UeNVDGmnWR { top:11.0625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTlIQsMwXRpqLpvSVWyZZ4cf6Twvl4wl { width:17.5rem;height:3.4375rem;top:28.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRlTai74J9sTPv2knsv3QwFkRonff6nt { display:block; }
 }@media only screen and (max-width: 763px) { #LlFKk7eviQT5lfDSemJPggJLXe6NIugW { top:34.8125rem;left:9.8125rem;width:28.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu { display:block; }#Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hus1KyrAFWP4xIZblh5svMHIUgXC3UyZ { top:0.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBVxB4XG398Vc32yJrVgUoDS37Uxxyp1 { top:6.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA7WqqbxIIrqeCCSU7HkDA3u9hD5kP0F { width:31.25rem;height:3.4375rem;top:11.625rem;left:8.2500019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRMM2p0ONwigyz3WoIfB3OSJOatcsNXr { display:block; }
 }@media only screen and (max-width: 763px) { #TcRL1HcQqaTS9FC4XG3c1vKSDmMoVfPR { top:15.625rem;left:8.3437519073488rem;width:31.0625rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7kFFRwa5BAixnxs0sNDr8TV5rW6Gw8e { top:20.25rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp { display:block; }#n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2tM1EhwkcvXwfBEtU9T0ruwvFgDSR7g { top:2.25rem;left:0rem;width:27.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHc7TeXlvkBEMsPpo8TT0TRKDwJX8wrk { top:2.1875rem;left:19.875rem;width:27.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzPEnFeas5yTs2zHa5iMDRi9teofWPMS { top:6.625rem;left:0rem;width:28.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2EabB1kfRJ4IQRbwgkWG7d1ISNU1M9 { top:6.625rem;left:19.5625rem;width:28.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hccfeCOmb8FffC6877R5JNmUnBQDkTMc { display:block; }#hccfeCOmb8FffC6877R5JNmUnBQDkTMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a { display:block; }#C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJtRM4oSnWIMa8mFf0VugWwrWIF54ovX { top:1rem;left:10rem;width:27.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehsrioLmsvVexe3GtgSgfxT0XElqQdgb { top:7.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDRk5oBrXkupoToUA1RcGwmaB1mrEwaK { width:17.5rem;height:3.4375rem;top:11.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2eayTGT4vr6lSfJQ8kZRRo7P88FQqbT { display:block; }
 }@media only screen and (max-width: 763px) { #qRuXMDhowOPaNE2DHIEqnaZguR1l6wyH { top:16.8125rem;left:8.3125rem;width:31.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKuK3FZrTa5QwDE0Cuncvtc9LAJPrAL { top:20.25rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0H6fKSM4z6nzs3uIc1FlRACrZ3ygC1g { display:block; } #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection *:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="text"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="email"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="tel"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection textarea:focus-visible { outline: none; } #s0H6fKSM4z6nzs3uIc1FlRACrZ3ygC1g > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y { position:relative;z-index:auto;display:none; }#Wz1M0aAiAtNDlVMBI0zi3uplmFlhKM5y > .row .container { width:20rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nh8k630bRbx8pIDlMrKBsRa380XfqUy8 { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ad22b984-9412-4afe-99e1-f6eda585fbbf/Untitleddesign34.png");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;display:none; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl.adaptive-delivery-prevent-bg, #sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl.lazyload, #sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl.lazyloading { background-image: none; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row .container { border-width: 0; border-radius: 0; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHW0IpzMTgTc5s4UvzT9twoDE6XTvTUl > .row .container { width:20rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zv5Uf3WqP9EXzlr6qOrxcfPEdQmvl3Qf { width:20rem;height:13.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDMCiL4KGxCLaXW8gU7RBgpbFr2c0tx3 { width:20rem;height:7.8rem;top:1.7531251907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y983eXFgtlKao3CDKGVDFSCysHPglm7Q { width:20rem;height:3.25rem;top:10.562499046326rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO { display:none; }#lLObaU9Sx2vkdGUuUlo5aaENK08UNWnO > .row .container { width:20rem;height:27.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PRWI8ESmpDLJiTaTOe4zgHkMr3e6G5t2 { width:20rem;height:11.543450064851rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIJR1DwbbFyECaHEaOeNDdyTa0cBnTvS { width:20rem;height:3.25rem;top:14.04375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5Tn1J7xFPoknPfTL6lmG3vX9NaiDdB { width:19rem;height:3.4375rem;top:18.54375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9AblNfpTtZuvuTt7U0HD4IatzMNzxiQ { display:block; }
 }@media only screen and (max-width: 763px) { #EVQGQOgkh5CJwbWRC9qctaU5e4uZ6ywf { width:20rem;height:3.25rem;top:23.23125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb { display:none; }#PUAM0NTRLHeHUi8GkT8PZ6o42zFssAGb > .row .container { width:20rem;height:52.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wJUZTEU4saTZ5UbTbTAEsqr4kLkOfVGF { width:20rem;height:34rem;top:5.1rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAMbhy9esozMx4FELF5npGwdbOE0DUw1 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8gUet234XnS3F3tRcBnv7dudMECrqVp { width:20rem;height:3.7375rem;top:39.85000038147rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TA7waM5qyeH6Sw26f0IceELewdq3GM { width:20rem;height:7.3125rem;top:44.39999961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW { display:none; }#K0ws6O1E3EKTHFH90DlpVFCyzyXMHJqW > .row .container { width:20rem;height:121.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pNa0vc0z9vqlOqOy5960kfJeGH5pxuTE { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWn8eC8u9ODxFb55PUTJWktF66IUPMdc { width:20rem;height:1.625rem;top:8.59375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuE0kwHZHShbOLss8B6dwUOOTc7zQgRJ { width:20rem;height:5.85rem;top:11.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuganVdEMAhPhIN9fNxFLSDdA6unfsDO { width:20rem;height:1.625rem;top:18.56875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZCAr1CKubrDtUVPm4GNhB2kWZTJ0oo { width:20rem;height:2.925rem;top:21.44375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0HWg5eohPT1hwZBuw5BVxO4TcpevVZD { width:20rem;height:1.625rem;top:25.61875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChZxZ4zuSoyKiqJdGxnigiDyeQuhm1s0 { width:20rem;height:1.625rem;top:34.13125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq6iElu3Jnq4bLvPbxTuGc2O3JfTfLTP { width:20rem;height:1.625rem;top:42.64375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7EvIk4vDRertZFczDy8UIW1NpiS1tQ { width:20rem;height:1.625rem;top:51.15625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTkb7qSfwBpmTB8Q9kdZiMHew2Kidaz { width:20rem;height:4.3875rem;top:28.49375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mFNTSVIt6bFQVtxzCsJounqVfs0DZH { width:20rem;height:4.3875rem;top:37.00625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txq9yuEDzZAHlsluXozVOFnt1wJM270m { width:20rem;height:4.3875rem;top:45.51875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTP9oIRikL0wIiU6zXA5n98mWIAGC04d { width:20rem;height:4.3875rem;top:54.03125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTqEbW1CuwdlnWbZf1Gdk8tCKy0u1cJ { width:20rem;height:8.125rem;top:59.66875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTc8Nxf0Bt8ubX6VmplUQ0p3DrVCex0 { width:20rem;height:3.25rem;top:69.04375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf55gdotBWFUSs7z9nl5vkVXBQFsTuMw { width:20rem;height:4.875rem;top:73.54375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXwCJZMKM4D1O3dAeceIr32HLzWgg3r { width:20rem;height:6.5rem;top:79.606250762938rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkFU2ylytOhMqohnQhHUpTbW6RWvLGw { width:20rem;height:4.875rem;top:87.231250762938rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUOH9JTxms2PebTIvfKxINSrez8oELo { width:20rem;height:6.5rem;top:93.168750762938rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awhskonbsmcdXd4eNtA7vwsFNb2Jk3x1 { width:20rem;height:4.875rem;top:106.18124961853rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn01F02an1dgVk1hkKDxQlApiRXF3nIK { width:20rem;height:3.25rem;top:116.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHhWHMGHbywMxWlspbaPtDO2XXHdMev { width:20rem;height:5.2rem;top:100.23125076294rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek0TwOfqE21dzpm4Rn7caBsFmuNgAk3p { width:19rem;height:3.4375rem;top:112.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amv8bDldMkHRBTfvNkP9LgOVh3TfiVg1 { display:block; }
 }@media only screen and (max-width: 763px) { #JqSNaP4bWwzTqZSnU7q3soCS0cpODprK { width:20rem;height:5.0625rem;top:73.543750762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbzgVwVTdXlPcnzKvPStt5OLUVf2PDJP { width:9.875rem;height:1.625rem;top:75.262500762938rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCFteSgFHKp5urVU5eULQpvHwRnkOHP { display:none; }#CTCFteSgFHKp5urVU5eULQpvHwRnkOHP > .row .container { width:20rem;height:25.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ExXNepD3nl5glxO9M6DV8ECuPKTvPh9s { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAZzK1bqF2e0O1evAzWOC55nINDeZP8X { width:20rem;height:4.875rem;top:10.3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFxaHuyfAQgFTJEVsBRk5b6tba3rKzB { width:19rem;height:3.4375rem;top:16.425rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU7p5y7eP73hTL6uEdFQiFNW53vupTQr { display:block; }
 }@media only screen and (max-width: 763px) { #AuAqV4v5On1gxg4iSGDJb34r1bkTKWrd { width:20rem;height:3.25rem;top:21.1125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dznTTggWfo2UHTrkeivPnQ6JLS3252DZ { display:none; }#dznTTggWfo2UHTrkeivPnQ6JLS3252DZ > .row .container { width:20rem;height:62.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X52T29dmS9aCNTLOHxMbsC7TQiCoNSIt { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMWQ7EXytG3qT6N8B5SZ5T5K2DN4HVfu { width:20rem;height:7.8rem;top:5.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2qGEWT8QXSdxWb8SKzxReOCiwpUtTC { width:20rem;height:11.560693641619rem;top:14.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlVXBvhokLs1CiR2V0AeNQWmhTn0enZM { width:20rem;height:4.875rem;top:27.6104375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhwrPKxHB5n1PB69yULP6GhzNZsMtE8 { width:20rem;height:3.25rem;top:33.7354375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B44NOHmfKiSRduxmEyQTUKaZG3FDc6UQ { width:20rem;height:3.4375rem;top:33.735416412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAq73iPEWKtsQ0sPUUstHQ9lgvF5WOFb { width:20rem;height:9.75rem;top:38.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTqeQmmEJpd5gLJpNb3ZT5iTZcXw1t8Z { width:20rem;height:3.25rem;top:49.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcU525e5IXSUsdfdcxneWaFdas3Zk0BR { width:19rem;height:3.4375rem;top:53.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrQV12PMniWnTV8TMmlBsP7DeV92aMTT { display:block; }
 }@media only screen and (max-width: 763px) { #cZlFbbzu64blR5SFO3XvpPhA5GqhvvV4 { width:20rem;height:3.25rem;top:58.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp { display:none; }#FmyHqu9UX6LQBMVi4EMdigd1nOsL1Uqp > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o5zsi6qmE9Bkx1KK1UDKEEgXEw3riG2O { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHgqZuId0gUlhrEnI3vMUwGydUmychB { display:none; }#HTHgqZuId0gUlhrEnI3vMUwGydUmychB > .row .container { width:20rem;height:45.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VgdG50sNiEAR0IRDrynl59FF9B1X30ub { width:19.5rem;height:19.988517745302rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFoca9wLkObEiCtkzJTqq7dudJx94Xcc { width:19.5rem;height:20.328025477707rem;top:22.9885625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH { display:none; }#wdThuPqUXQEwlg8ZmdWZBcCAc7NGEvHH > .row .container { width:20rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVK4FDCJ4VUUosspX2dRrbKiUEx3wTar { width:19.5rem;height:17.790836653386rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTAA8FS10hXiToB3h5TUPNB80JJUah9 { width:19.125rem;height:19.125rem;top:20.790625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I { display:none; }#I34qJ6PgaZv7PaNpVTT5340JEiTmhT9I > .row .container { width:20rem;height:25.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PSrUvyIivKDfAFxJB9UpFgtKLUrnIDsD { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEstbAaysLkMtafhSZN1nMcDVRNgPeC2 { width:20rem;height:4.875rem;top:10.3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwptbhHsbgFN6k29JCO259ZxEZkkFpq { width:19rem;height:3.4375rem;top:16.425rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G83KITG2SBAWizEpaRBKPFgJdqck6fuP { display:block; }
 }@media only screen and (max-width: 763px) { #oqESu17h7rBDddNNb4Ry8aTiTKvhThhI { width:20rem;height:3.25rem;top:21.1125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm { display:none; }#oi0zV2huUsQt4RvaLCiOvq2gqrQPkkWm > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z4Uy9Jd5SxBKSURl1bpcKXilKed3cfTJ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulHPpfHIBRQ9yfGxTccczxvET8vUHpFI { width:20rem;height:3.25rem;top:5.1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9clUWiven0wSOtqWUyImfgfzU2lc1sF { display:none; }#k9clUWiven0wSOtqWUyImfgfzU2lc1sF > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uoTfevvc4KgyZcp5nCa2xTN4i71mKWTv { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW6gXD4QqvzM3ONQyxwuhTTrVOmITThD { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 { display:none; }#eeTUuhPhvMf4fLs7oXMTE0UfbNoFwVT6 > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fGzXAT2dfLNnbsTM38G2H9CMSzW0XAe6 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVa4I2CyO9d6yiCerJSCRSw1IQ2C2NM7 { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 { display:none; }#y00qlQLmblETzPVFbITWVQ7euhaD1oJ5 > .row .container { width:20rem;height:49.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lyJQR21B6rkOyybrLPgv29AMSR01QT0w { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5kyy13tTN1VOKek4fz1L8ebq5NBPc8F { width:20rem;height:1.625rem;top:19.4875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDn6RPk7BKUVcvFMd8vZf9JtRVnZXU0S { width:19rem;height:3.4375rem;top:10.3rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izQld34ubpbwB6gs0LJZwBf3ceqFMtd5 { display:block; }
 }@media only screen and (max-width: 763px) { #DC4dTl4KqFD9RHpqxTPuiI9dIFLa186y { width:20rem;height:3.25rem;top:14.9875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCrMK2lpWtvprPJSTqieKT2hOF8GaPhh { width:20rem;height:26rem;top:22.3625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG { display:none; }#CWy4V86Od6iTZJ2fwXxkZTFZrianVrVG > .row .container { width:20rem;height:79.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IFFalT0h5m0XHq3ebpXnJXveGCOFFLPS { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DqVXn35tfgPM2tAUDEBwqA0UcwuuAo { width:20rem;height:58.0125rem;top:10.3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhJd77UT8BWTmFIo0umZG1DTFPmQQg2n { width:19rem;height:3.4375rem;top:69.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsTEgvCMQrML0AzOC8CHMIK1ws4H2ysm { display:block; }
 }@media only screen and (max-width: 763px) { #mfHe8TqRswg39CtE4x8vGvARBAg8XVsm { width:20rem;height:3.25rem;top:74.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScdKGwENBX13cJtXu7vyMhunITkr6tKi { display:none; }#ScdKGwENBX13cJtXu7vyMhunITkr6tKi > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcBUwyC9POXOes8H1a4BX3C0ahrkqWb9 { width:20rem;height:17.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOu4EqNAt1dEUaJmmdFPxSpM1MT9lC4J { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTDKI359zJ6PqRNvbR1kB0B35cq5isw { display:flex;width:4.0625rem;height:4.0625rem;top:5.3743476867676rem;left:4.7493491768837rem; }
#JbTDKI359zJ6PqRNvbR1kB0B35cq5isw > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #nVAkKPPkVKp3OozEihZvMxoaZakMsEpx { display:flex;width:4.0625rem;height:4.0625rem;top:5.3732643127441rem;left:11.187066137791rem; }
#nVAkKPPkVKp3OozEihZvMxoaZakMsEpx > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O { position:relative;z-index:auto;display:block; }#PIIr4Eb2Zaqxa0KZqa5hGyODQ5Tk673O > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSVQmMtGpmFs0hnxlVFVPMarqqG9W2ul { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPhK9TZ6AEKMbPTvUhM8dgISoToo260c { width:9.75rem;height:1.7875rem;top:4.0625rem;left:5.1250002980232rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO { display:none; }#TcFJAFAkCMEv4EL7CTtVIHDADkfZE5vO > .row .container { width:20rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOiIP9yyGn9vaaucoRWiGh5BnybhnIZR { width:15.625rem;height:3.3125rem;top:28.10546875rem;left:2.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNxy1wWgze3qsSormoTzuJXJvavA8MZ { display:block; }
 }@media only screen and (max-width: 763px) { #ynkqq3n8dOfniLvZ6uQ40pTglPmJouoD { width:20rem;height:3.25rem;top:22.73046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FnTNLiUxPgneqfrmaKrB0Qgi7kgst5 { width:20rem;height:5.2rem;top:3.7239589691162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhZUFR8shZvgUhuAOycWUlQrKlI7GfDT { width:12.5rem;height:2.59895625rem;top:1.0638027191162rem;left:3.7500002980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0bVOLi28nqFo2VTG5rWTLAlpqE7LuA { width:3.75rem;height:2.8125rem;top:0.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIS7VH84zegM87UcR1s1qgdplPCfatHF { top:10.375rem;left:2.8125000596046rem;width:14.375rem;height:11.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uiMc4IhXlIK1Lcl9egTHXEM8cm9EiR48 { width:12.5rem;height:0;top:32.667976379394rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #avnTet5Rxw5ckiVotvTemlkTfrhQsZRl { background-color:#000000;background-image:none;display:block; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container { background-color: transparent; background-image: none; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container > .video-iframe-container { display: none; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row > .video-iframe-container { display: none; }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .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); }#avnTet5Rxw5ckiVotvTemlkTfrhQsZRl > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvb83Vq2rLd5sul7d5AGnFDmfzlIOnG3 { width:15.625rem;height:3.3125rem;top:28.917969226837rem;left:2.1875000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DevzZN8JkZWMLsGMleGBZRTL34r3wTvg { display:block; }
 }@media only screen and (max-width: 763px) { #SwLKMTq7QTRNDzsICLEpuo4C03AVl35X { width:20rem;height:2.6rem;top:25.867969989777rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSeQv2WhG1mpIzcnUv9RNpaKByizJfs6 { width:20rem;height:2.6rem;top:6.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DweT3Xu0xJH6bf0yfaipcwineHDm0TQn { width:12.5rem;height:2.6rem;top:3.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzE6yfXGLvG8mJhmD9deOXTTp16Z9c5a { width:6rem;height:2.8125rem;top:0.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe37i2rTku5iIEDz9uKeVZq8wJXIfQHE { top:13.187500476837rem;left:2.8125000596046rem;width:14.375rem;height:11.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jnh2yg0cImRLtKCXhQfP9umGdhbnVxnu { width:12.5rem;height:2.6rem;top:8.8125rem;left:3.75rem;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 { display:block; }#Wv0kHb2pZ1aIxbkNvdMTNbmAL5fNBxV5 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxqaf5TywIwSpbcyTN1o0LqMoBfhug9A { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxMJygL6kc1BOoJLwUTttU1AmLdF116P { width:20rem;height:1.95rem;top:3.8rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrdJfHeH5vFJLA1ASz8mrvzt1JP00zp2 { width:10.9375rem;height:0.0625rem;top:7rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s { display:block; }#xLKEg3lgNVelcx0GK7JAnOVElgDqZm8s > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMQLkwkt7Oho4G5fynsiQgLJFcqx1D2B { width:13.8125rem;height:1.7875rem;top:3.5125002861023rem;left:5.0000004768372rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGsUZgZSaZHDPUyMLxKCPgiSTF3ZkTsg { width:3.125rem;height:3.125rem;top:2.84375rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNs0pbdI1EVmATnv4PoB2Kro4G3RRKA { display:flex;width:2.5rem;height:2.5rem;top:11.906250953674rem;left:1.2802083492279rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RhtVBgy3GyM1qJhP8TJuKUO6ehHd3GuR { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxsTR6c6e5awpCoyTv7W6iJHMI7OOlsn { width:3.8125rem;height:3.8125rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1QpmP2o2CItURmS70rKNm7UerNADCTo { width:20rem;height:1.3rem;top:0.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtwhwNUTqFocIeJEufEenaceJW9TXyE4 { width:3.8125rem;height:3.8125rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ApCTaVMo8daDuUZoDAbpFBdezUo44T { width:3.125rem;height:3.125rem;top:7.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwGHowKUKzRRlbt8ISscw9e5lcs3X5t { display:flex;width:2.5rem;height:2.5rem;top:7.625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #kL0Ky5DP5aaXWuHuiOTDS5lRBrAJPR82 { width:13.4375rem;height:1.7875rem;top:7.9500002861025rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luXTBvvTPlgLPNtzSbI9bcNX53IxaAis { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rW6ecDV43aXCwUIdirVEWVeTAE1zaRh6 { width:3.8125rem;height:3.8125rem;top:15.56250333786rem;left:0.62395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBbAQql1i2MKAfLaAZC3PCzDd0RDEgmx { width:3.125rem;height:3.125rem;top:15.906250953674rem;left:0.96770834922787rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKhgWCETSkwaAhlgWUnTGvDpTorvyEl { display:flex;width:2.5rem;height:2.5rem;top:16.218750476837rem;left:1.2802083492279rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vfgZENCbMxqUZ6ybD4lJcJrda4zwPRPh { width:13.1875rem;height:1.7875rem;top:16.575001239777rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3CcZkg8X1Vv6nAg8cu8NArg5H8Z0Eab { width:5.3125rem;height:0.0625rem;top:10rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #plTCx5NGJp8PtXMOU9WhSyPdBun8MDSb { width:11.625rem;height:1.7875rem;top:12.262501239777rem;left:5.0000004768372rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGSVQ8AKym7XV2Mw3EHaeez3yVGHhXN { width:3.8125rem;height:3.8125rem;top:11.250000953674rem;left:0.62395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt2MJqTITUzOhlfyVDPs8QcrilrofKIT { width:3.125rem;height:3.125rem;top:11.593750953674rem;left:0.96770834922787rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtDoF38dbIZ4VgU5hk7hoxrxokhTAxvq { width:5.3125rem;height:0.0625rem;top:115.45877144165rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ke6LruksadOKdxLOF0p4dtAwJWX7elMF { display:flex;width:2.5rem;height:2.5rem;top:3.15625rem;left:1.4679687619209rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vp4fXT8dn7sPR7I8WwmWl4cyt77AiA8G { width:8.5623125rem;height:1.2999125rem;top:36.712228059769rem;left:5.7183161377907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIbEod8iHAqmUWhP9ZW6MCT6tz8TsCKD { width:5.99935rem;height:1.2999125rem;top:87rem;left:7rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSVpxy96AyEHgtVJ3aTQ5xG3xSZJqTb3 { width:8.5623125rem;height:1.2999125rem;top:61.875rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2U4ovOk27QkMQn8BD6t0xuFPgy0ITmL { width:8.5623125rem;height:1.2999125rem;top:114.625rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm { display:block; }#Ab17ODJeVnZRCH0ZwybXDKhL4fC78lTm > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4ITzy1tyISoKTyTA0IoT7XH4lePUC5r { width:19.2484375rem;height:3.575rem;top:1.6007823944092rem;left:0.37499994039536rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf { display:none; }#AmcFgKT3ldV3piZEpyUvLZ4nX9MTGbTf > .row .container { width:20rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QHTgPDSnR9oPsheRCRVwwwQCig8BTrwG { width:12.5rem;height:2.59895625rem;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVFmedxB6ALvdxihbbXFEkRickaQPu0 { width:20rem;height:5.1979125rem;top:5.1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9FxuOPHtWqON4Bbk7K7VBgoIAEI6vIU { width:20rem;height:3.25rem;top:11.55rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOgCHftJ1ceMShA3F2LLV8kalWzpOHG { width:17.5rem;height:3.4375rem;top:16.05rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn0gXPTqXTGl4czc4EfkwaB3hlimAi0l { display:block; }
 }@media only screen and (max-width: 763px) { #ArepsgSfxVuZZaRWtArIbpMyK6U96RPi { display:block; }#ArepsgSfxVuZZaRWtArIbpMyK6U96RPi > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bh2lkPOac47VWkFeOWlzZpTsTRtbiTbD { width:20rem;height:3.0875rem;top:1.3875007629394rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:100rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h630H30wSSU1at5xMcOhOoNmeSUXT0m7 { width:20rem;height:4.87305rem;top:89.2625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw { width:20rem;height:80.3125rem;top:7.7rem;left:0rem;font-size:1.25rem;display:block; }#QA1LkX1cIhvfBmT9STWk4iKH95XfNRVw li:before{  }
 }@media only screen and (max-width: 763px) { #iUQXDnoQPQsfn1La6mk1sy1bWVLGGKb2 { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMH4m0xKAc7W1DRq91zc0nhHNEsGMF2 { width:17.5rem;height:3.4375rem;top:95.3875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K67zQTK75IkfeNEK4gndPVWePJu52Rg6 { display:block; }
 }@media only screen and (max-width: 763px) { #geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr { display:none; }#geTLXvtGFCqEgRBRGWv8zzfpwTcV8WXr > .row .container { width:20rem;height:92.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rXqFN2dZGitMusdAkiyGT8q45KKbp0i4 { width:10.999375rem;height:2.59895625rem;top:8.4375rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spwOQ4GF21znu8xWVyRS3vgIGLLVMBK7 { width:14.0625rem;height:0.124783125rem;top:27rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxOeVXANEn8kclcEbrhIVbTx3ALbT0U3 { width:14.0625rem;height:14.0625rem;top:11.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfenef37Xi3IpgzfGJlrR3z0GDptXUHp { width:14.25rem;height:2.59895625rem;top:48.0625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoKmmHytblMTH5L2yEWAspRKl6GKd8BB { width:1.3125rem;height:1.3125rem;top:28.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlQ3uhSpdqB46IGwI1mCQ0aGsSazUoXG { width:1.3125rem;height:1.3125rem;top:28.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRPBsPwV2MoM5T7y2AyGXBz2yIag3cWb { width:14.0625rem;height:14.0625rem;top:31.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlRg8Diy2ANw6hXhAUrTZiX2Nw4CAkTP { width:14.0625rem;height:0.0625rem;top:46.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiLWomwJP6z0tT29rDa99OF9anciwx0 { width:13.811875rem;height:2.59895625rem;top:28.3125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtigTI03TOHoDtuTHUXAaAku2n5Qt595 { width:1.3125rem;height:1.3125rem;top:48.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEMZEbZ2RiVxPxW1DvvoF9xfLS870wc { width:1.3125rem;height:1.3125rem;top:48.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdGVxkU1uCbMrxBP78Ati3E4H6C4MTwC { width:14.0625rem;height:14.0625rem;top:50.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzgC4WGkhpc146lU7SGawfl7TQteAs4x { width:14.0625rem;height:0.0625rem;top:66rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSupFCPPkmqUD5LzAoeiltWZPiQxWoEs { width:14.0625rem;height:2.59895625rem;top:67.625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STUi7RfvGBSvwNvm1Tr2KVCFHRZSXoNy { width:1.3125rem;height:1.3125rem;top:67.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGrtmbGXlStXkOvcRvkAvBnitMrFioLg { width:1.3125rem;height:1.3125rem;top:68.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkCHWJ69vIsVWLnDvtmTaoSmTrkVtI5k { width:14.0625rem;height:14.0625rem;top:70.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksPydrNu2hcGKWfEMwN1xomWTAyR8N2s { width:14.0625rem;height:0.0618489375rem;top:86.124135971069rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLzGbfJAvTVCRXueFSRJCWc3VK7Keac { width:1.31185rem;height:1.31185rem;top:10.061849832535rem;left:3.2562935948372rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #K0osfMCrr1Pdil9KgJPgVHUUsc64xKER { width:1.3125rem;height:1.3125rem;top:8.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTrVs1zw8oUKf4rJ0fGaeitCpRP8Qig5 { width:1.31185rem;height:1.31185rem;top:9.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRqOulhyTaF5pT7xbHpr9HryMT8AUUnT { width:20rem;height:5.19791875rem;top:1.8728320598602rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFMeDcC3TrXgwVNphZTspi4Xbr5ogoh1 { width:18.625rem;height:3.4375rem;top:87.248699188231rem;left:0.68750005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRpvuGxmzWm8AZOdwdFCkdvbwr9rH2RA { display:block; }
 }@media only screen and (max-width: 763px) { #XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ { display:none; }#XOMCXTdKtUJfXxMezGgncWVcReWfg3MQ > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTimpzXpBPrMn8rx4ef9QcwEd0wHBWBc { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df089F5qRmTQzrbQOAQR6QlBDHUGeCcI { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 { display:none; }#SAadzydyq58rmdGcQiV0WqwNDsL6uDC8 > .row .container { width:20rem;height:42.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7MwseWK3yCJNn2a5UWIRoMyAr1Qgd2A { width:9.375rem;height:9.375rem;top:0.625rem;left:10.623698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETlLhFNbH5NON1VBkcKeMMVJR8Dbcgb { width:9.375rem;height:9.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icBLcTo5Rb3b2nhtGTA96NkKm1r0DBX9 { width:9.375rem;height:9.375rem;top:21.375010490417rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #he5FkaPsAyUEz1OFP4Je30pTNrKGCbHc { width:9.375rem;height:9.375rem;top:32.437480449676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crSu28nSZ5pfTXRuZnzTyiEb2tdRJuRO { width:9.375rem;height:9.375rem;top:32.436198234558rem;left:10.623698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #anxy5VKmzV0qmb7bi7S2JDkvVDlCU3cZ { width:9.375rem;height:9.375rem;top:21.375000476837rem;left:10.623698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUu8RWDc9gZrcs3zAsdSep4Bb5oD54y4 { width:9.375rem;height:9.375rem;top:10.75rem;left:10.623698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBC2MGec6AV2JRKRcKoW774SAhPbOrC { width:9.375rem;height:9.375rem;top:10.750020980835rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M { display:none; }#rqX2RCgQoyZfzO3fPLBOHSTT8ZkD017M > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eGClNZwPGFXm0XTC725sb3HKSptu3EXB { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpfq3Lv8KiCTvZrMLkqb7JlA19C6nOTp { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ { position:relative;z-index:auto;display:block; }#zHVJEIiUdVTwbBBs8e2CJKE8p9zV74eQ > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlcReZMmsfxHEe4MbL3qbrMpTTo6epZt { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3PsxXgtnm2gJdJep0aTzaoiLdRDHNf { width:10.1875rem;height:1.7875rem;top:4.0625rem;left:4.9062502980232rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x { display:none; }#HpFZLiRX46ywFrCz1ss0EqxlxAzUAk3x > .row .container { width:20rem;height:10.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GLxnInVsLwEv1ph46yGLUX3R07VEg9Vk { width:20rem;height:2.2734375rem;top:7.9869804382325rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7IE3qGOHU1r3i3EsPXyVxowDxPNWTPI { width:20rem;height:4.54948125rem;top:1.7994794845581rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ { display:block; }#IILWpfbO2TIiT30aFAbKWFbcHAXeFwsZ > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySSI6ARMTvlK4WeQeTzBKnH2M1JFavfO { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h58PtSuipRr3HEQwxNILLe1UpzDaLJ8B { width:20rem;height:4.55rem;top:8.421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ2LhnX8sUXxhT6N1ssQoHIeiJNyXUee { width:18.4375rem;height:1.54375rem;top:5.0859375rem;left:0.78125005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsU3EhzSIvhlmbtKAFX5ILHNRbWEtCTT { display:flex;width:3.125rem;height:3.125rem;top:1.7317709922791rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #Ba3zCL1C0URFM6sKVcf2ltvcB1v33vSC { width:20rem;height:12.5rem;top:15.022135257721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnkMvuUoeCuUMP30mL3FX9zyCWhFyoE { width:20rem;height:3.4125rem;top:23.40495rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhsIyOmpdTLiiZegTtMkV5qXQT9PyM5 { width:18.4375rem;height:3.0875rem;top:19.729166507721rem;left:0.78125005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #On0dUXqJ60BkKVQ5kJyHUXzVPtxpRUbT { display:flex;width:3.125rem;height:3.125rem;top:15.584635257721rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #o2UTN3OgTcoQurVImQ33kbKGV8coh439 { display:block; }#o2UTN3OgTcoQurVImQ33kbKGV8coh439 > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfKFgfzQ1fWxMBtkgXQAqQAtnQFiranA { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxr63gDVHO66XMuOAAbhyiycFfGDsed2 { width:20rem;height:3.4125rem;top:10.048177719116rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbODG9GsVhQLCLdslF8cabXuq2KBoWro { width:20rem;height:4.63125rem;top:4.9973964691162rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma5M1wC24InkqIgWEzZ8fvAyM72bXcCL { display:flex;width:3.125rem;height:3.125rem;top:1.7499885559082rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #x6rXQ29JkkJ75pNq6eZN1IJu8LUTzHum { width:20rem;height:12.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB8fDrbD3x2seCEPWH1sgwfKTHskxcAD { width:20rem;height:3.4125rem;top:23.5078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9PrWpFJR31b8S6wPHalq4DuTrQdzfFZ { width:20rem;height:4.63125rem;top:18.274740219116rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFWDU9M6XmquHT5hGWGoI66gCP4I51r5 { display:flex;width:3.125rem;height:3.125rem;top:15.3125rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg { display:block; }#NXN3Eoi5BArNQ1fag2znCDZ8NVVm2gmg > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuWbKMN0gzMX7TqPLNMBc9vkWudTBohq { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXV7mUBsnHsQO5S7ZSCTGXtBe8pMvVO { width:20rem;height:3.4125rem;top:9.32421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBHTyVCgDD7TPFfcAvNHR547bIxoviqg { width:20rem;height:3.0875rem;top:5.95703125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scnO74K2PIfDTVuiiU54NxHG2thd1n4K { display:flex;width:3.125rem;height:3.125rem;top:2rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #ZHbOE3ycFxRVqZ3tHAuHbqxLVoesKDB6 { width:20rem;height:12.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0P2FEBNrAFHoAnoxW9LvAhMKSyqkTrN { width:20rem;height:4.55rem;top:22.3203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK1MSyP0ZPyTgd1XSFvyKvenuFqS9ulw { width:20rem;height:3.0875rem;top:19.20703125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGG6Jytith35mNNbpLSFWVJW6EnSkr1 { display:flex;width:3.125rem;height:3.125rem;top:15.80859375rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 { display:block; }#cOusH1yWSCO2qku36TTnxEHuzU24ToQ9 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxV520i4Rg9QJXbJazeHdFkO6o9yam7v { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X97CL1izJQdmoa16B3CGKHhCwtvb00DS { width:20rem;height:4.55rem;top:8.44921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkZFVUl3TnA3nBsDUUS1bnOi17uoJ3B6 { width:20rem;height:3.0875rem;top:5.58203125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K38Mp5p2RfXbLncF0TZRQVz1XXXOJhuW { display:flex;width:3.125rem;height:3.125rem;top:1.8750114440918rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #u0O6oITtBhyHTRTigwflRqhOnmXWy1Lr { width:20rem;height:12.5rem;top:15.5846375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6gfsvWdum7tXX6S1e73gsy3WZkRBGDM { width:20rem;height:3.16875rem;top:23.40495rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNcL8UvgMMvkfgKEc43SBrOhMWXpETNu { width:20rem;height:3.0875rem;top:20.103912353516rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJzhA7iD40khF00oOL09XAxWbt9Vg0J0 { display:flex;width:3.125rem;height:3.125rem;top:16.146881103516rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #i8TSJniWOifeDZKlwpnXPnClLsBmfUfD { display:none; }#i8TSJniWOifeDZKlwpnXPnClLsBmfUfD > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OOv5TcWIHZF9PQC4uhTmOqs7INoU1II5 { width:20rem;height:3.8984375rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOxkA7dZ6wJf3amBbMyMcPwPfrUNZShi { width:20rem;height:2.92448125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2P6TLpS5SUzkLP0iuC4T18egcDrvDS9 { width:20rem;height:6.82425rem;top:10.632797241211rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTZCZUVAcIwV6q8egRfl0aXV2xsVMLs { width:4.5rem;height:0;top:19.828125rem;left:1.4270833134651rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuIgGSuUnVRDUlyGiLUgrF1TzyppcNtx { width:9.4375rem;height:5.36198125rem;top:21.399740219116rem;left:5.2812502980232rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZDzMc2x9To8fdKAKbsU7BkLrFFok3m1 { width:20rem;height:4.546875rem;top:29.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2ONIIKv3dHQEArUsRXGCyGQldKAQHb { width:19rem;height:3.4375rem;top:35.312501311302rem;left:0.50000005960464rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2EgDkH1FdRybc0C5T2XfINVGWHQsSUd { display:block; }
 }@media only screen and (max-width: 763px) { #m3AxiwhBAGL4g8lPes7ToceZKTPqVuwC { width:20rem;height:1.94791875rem;top:40.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXqySWgoUspDTRTWBsWuSK7cUy8ZFvU { width:16.0625rem;height:1.13671875rem;top:26.76171875rem;left:2.4375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtxSFm7SEh4RW0m8CIsckFqumTNZkvov { top:19.449199676514rem;left:3.6250002980233rem;width:12.75rem;height:1.4622375rem;z-index:15009;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS { display:block; }#R9paDN69i3VDkDAEmqcQ6cpvtikkPpqS > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lz669B2srklONfgGpJItObcHkgrpnPtU { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5nkunT8TR8xhB47D7WHySn8lWI2BsN5 { top:4.8874969482422rem;left:2.0312500596046rem;width:15.9375rem;height:2.625rem;background-color:#45a416;background-image:none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqySlMdZKIKxR0StSB6esnwQXeQiT25U { display:block; }
 }@media only screen and (max-width: 763px) { #vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 { display:none; }#vIwk0hWIgKSeAr23KVNt8If6dkEnkQ76 > .row .container { width:20rem;height:110.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m66auH3dSRG6TflRHKXLZLsmkafnADWs { width:20rem;height:53.6035rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIWUrGFG0oq56b0sM96rZX2i36EMZaHC { width:20rem;height:53.6035rem;top:56.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy { display:block; }#qeiaZmO8VOLluQoGLLn1y0Bxn21Js5fy > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g72wanOyqlDweWXxFP6sd85JzT6WHnOu { width:3.8125rem;height:3.8125rem;top:3.75rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4sK2XICRRC1TttXhCGsSTmAX6AWx3rK { width:3.8125rem;height:3.8125rem;top:9.124218940735rem;left:0.62343752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mlRf443VTMokMbTHrXZZzZ0lCEHZPb { width:3.125rem;height:3.125rem;top:4.09375rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZXa7OpDAzsk5OKg3tX7wzOuHmlsXT7u { width:3.125rem;height:3.125rem;top:9.467968940735rem;left:0.96757805347444rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azk7FTEJkOr8qLRfFNtqUAm75DZrvi0Z { display:flex;width:2.5rem;height:2.5rem;top:9.780468940735rem;left:1.2800781726837rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #y1kp1TyKUGTBXCsF2NVmKmid9heqiQD4 { display:flex;width:2.5rem;height:2.5rem;top:4.40625rem;left:1.2804687619209rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #EkFLw1wyTH2xUivK5lN0qAnDKy48qFh0 { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyTanpgryd8sb22bznWTCUBqfnpVgIut { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4dqJpyWc47G8NOaAkm6JMSVCiyd7KTD { width:3.8125rem;height:3.8125rem;top:14.498827934265rem;left:0.62343752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgtrbWLplC4ZKpuVU9Me82HnUGZQ5pKG { display:flex;width:2.5rem;height:2.5rem;top:15.155077934265rem;left:1.2800781726837rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oSqaTCptLNrkZtZiRKMXErwNb5XKnCD9 { width:3.125rem;height:3.125rem;top:14.842577934265rem;left:0.96757805347444rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB0HzoheP6cK8eTF7V8Ln4FH7gW0Bg4H { width:5.3125rem;height:0.0625rem;top:115.45877144165rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9WQmzhfQUk7hZcrZwC3TWuBOExxMmmc { width:12.6875rem;height:0.89375rem;top:5.2093750238419rem;left:5.3750002384186rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS7ZvqPQ762GI4Lu4S50TrCJOZwDKXv6 { width:10rem;height:0.89375rem;top:10.583593964577rem;left:5.3750002384186rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXHEe6TfVEdNcHzLGJAQhnItoqB23DP { width:13.875rem;height:0.89375rem;top:15.958202838898rem;left:5.3750002384186rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwamdGKDeHJwG3bc5z6nvoF2tcxyznFO { width:20rem;height:1.4625rem;top:1.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP { display:block; }#uBi5bhs0y7RWitNE5mXMglfCFoAd1BaP > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 { display:block; }#uVJAA6LdkAo3mwZd8lizmUOaIBqQbLc6 > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ksa98pbQ0PdW40r2OcfM93z03TGN4zw3 { width:9.375rem;height:1.4625rem;top:1.0625rem;left:6.6250000596044rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8yBtKyQHJQoII8kvRy3rgENAym1ynbz { width:16.1875rem;height:4.875rem;top:3.6500015258789rem;left:1.9062500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8  { width:16.6875rem;height:auto;top:10.462501525879rem;left:0.35546869039536rem; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 {display:block;}#twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 { width:16.6875rem;height:auto;top:10.462501525879rem;left:0.35546869039536rem; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #LpxQHWFzK2oDCDMiN4fTILXJCFRgKOHM {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #xOk5WT5Og4H1JvEbwuI7BCb8u18hxFMZ { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #iXg8OzzgE1uZ62yhxR342yM33nSXUlwI {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #qqOCbKSRmawQguFQ7wtXgZwBPexN49NV {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #hMveSekfo1Nc9tNQUUUIDP7zE7DPAMbD { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #m52I2blbFf6bQZOg7AJPk4iKNhCSznt3 {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #QETNtbcWXkmxZ9qyp8fu97ufzdALe1fn {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #XlWVcFsa4xJ7v22v1zMNBH3VTeCzc9dK { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #PLDN9vJ1WvqXFvpWhxzsfb47rtek4XTf {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #JEPToNPqeFQIpHra0dTWghPkkM70bR40 {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #v77NUFh7i2LvP36mX07ekXiB1UWzbIVA { display:block; }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #mr64vnVo7hNepfXZvJNM5KbGNSyrmdrK {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #dVrSJrLZv6cHIEIytb3OQK6fRFdHbDEn {  }
 }@media only screen and (max-width: 763px) { #twpA8BtBC5icREBwyVvwfQW16Z8mKXV8 #JzA98vfp753QLCd7P29K1Nyk2iNvePpt {  }
 }@media only screen and (max-width: 763px) { #QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm { display:block; }#QNRVFXvkHMtZkeH2nD6qwTKwLHhMRLZm > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGJGE0VEScwhmhVNe10uC1w3LzREUmcd { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZrALfgLCFqH1wFtSCqAzrmMVIqIKkpX { top:5.7328119277954rem;left:2.5625000596046rem;width:14.875rem;height:3.5rem;background-color:#45a416;background-image:none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTQ2hGUQ36ubmcVMGd2lzMNTbL7OxFx { display:block; }
 }@media only screen and (max-width: 763px) { #bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm { display:none; }#bhkxJ1zOThlaGDVe7lGGufFZaDRwzTVm > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y9gzFLeEf6nbFdABMGfhRzURsaIsv6UW { width:20rem;height:8.12175rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk67GMDRHdyJBPxEf6vyANy4arJiNxRd { width:20rem;height:25.987425rem;top:10.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyy2xz0NXpGFuUF9QCPIDWWPf0ETP7zl { width:20rem;height:8.12175rem;top:37.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7sNNSgo6LtLA7l1VHQcZ8Xgv7NwscMM { width:17.5rem;height:3.4375rem;top:47.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWXEzWERzgAJDUfdRbhcWWJ8vlzC61mi { display:block; }
 }@media only screen and (max-width: 763px) { #Pcn3Xs217faqxB7PksM2UnLm4kcG2kdl { width:20rem;height:6.497375rem;top:51.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OeBlTNTUtw1X3TytQowrpm1XyBThob { width:20rem;height:1.625rem;top:27rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p51slNa1GfNUlvqgZVt52pBROXxlP56T { width:13.875rem;height:2.625rem;top:13.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKukltH17Xi5CZ2QdunqH5DdEHL25DbK { width:7.5rem;height:2.625rem;top:16.0625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biA0p1toPlg6IAviXiB8qZhHmIfct9Q4 { width:15.6875rem;height:2.75rem;top:28.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ZH1NvTDUXzafPKtnclqsrXZDVn1pAa { width:20rem;height:2.75rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aooRCTwdZMfubXXNeRUnHwaoPIblhiuL { width:14.625rem;height:2.75rem;top:34.125rem;left:2.6875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P { display:block; }#AxEqpLZQmwNnAsOwxambXTtOtB0UpT2P > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL03TfxbeISEeHupyd4b1vhnHTwsiNLf { width:10.3125rem;height:10.3125rem;top:11.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7EWnUqy6Fu0ZAJJd54d3094mZb9sp1y { width:11.375rem;height:11.375rem;top:11.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsphLi4yZRRkO39xBz5UbyHAsrKTtEu { width:19rem;height:27.625rem;top:8.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzlcEToSgQe7iFe6OwfZ7Z8AccM0y9XW { width:3.24978125rem;height:0.0618489375rem;top:35.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsdAfidEZVD6sb44XrvTFbLSlz5Z3Js { width:5.25rem;height:9.993875rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfcDZLXeKhM4sEHRC66fTbaDtv0WRP4L { width:19.0625rem;height:27.6248125rem;top:36.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ainc8yt8wycexAAnov25xG3RlWRRa1zH { width:15.75rem;height:3.2rem;top:50.9375rem;left:2.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Obc1SVSTPTQ9k9xXKzUrdO3JKGEXaGb0 { width:3.24978125rem;height:0.0618489375rem;top:60.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpaavAZGTAeHhmCd4m9mXMAFFh1Q7ChC { width:11.375rem;height:11.375rem;top:38.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvHOv2iFgNilSlHPGUggN4oLeVe8FrV1 { width:10.3125rem;height:10.3125rem;top:39rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTuLfielivf8u6Q7vswxl8lAhfsVZkrD { width:3.24978125rem;height:0.0618489375rem;top:91.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RWW6FnLQux9DccfVTInByWQZMklP4G { width:11.3748125rem;height:11.3748125rem;top:66.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDDUTAuqfeLJX2yo5gqGwvclu6cO5E9b { width:7.7495625rem;height:7.7495625rem;top:73.317054748538rem;left:6.5603299736975rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXw3gJatVWMJSgoco6fMzOB1o0wo2kXq { width:10.3125rem;height:10.3125rem;top:67.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJTpbRkTF4NieOoyop0KARa0nWBWyLp { width:19rem;height:27.5625rem;top:64.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD1NWMlpuH7MowWplm1pfeMeQ0Kg341r { width:20rem;height:1.70625rem;top:1.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQ5NkStMl1T71tOes53UAICxfwoOkRWE { width:20rem;height:2.6rem;top:4.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKtZ735sFtuL88qAn2UJRmmaagAnmLLP { width:15.686875rem;height:6.4rem;top:79.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #yTZCngF6lLxU3lDr5rgsBeFJmrgbMVrk { width:15.75rem;height:8rem;top:23.4375rem;left:2.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Npr8u6qOIzaZfLJrTZwqnedU5ALCO4ZU { width:8.2498125rem;height:1.5625rem;top:32.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBifiF924wnwKJWdUuwSIfHll3MmCz1n { width:8.186875rem;height:1.5505625rem;top:57.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT2Smx3gKAC9WWNK1f0q5ZXLztrbwP4w { width:8.1875rem;height:1.550698121927rem;top:88.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMLO5VyLWmZIpyeO7SdT82GhFcEWiOz { width:3.125rem;height:2.6rem;top:8.5750002861025rem;left:0.49921876192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXDCTmoenWXEfwAolMUUEsBz0eqLq0d6 { width:3.125rem;height:2.6rem;top:36.5rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHy43LAkIfLAdm6xvohGJpxhDh3QZ9Tk { width:3.125rem;height:2.6rem;top:64.75rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0R0l3g3rgr5O1uxidvZNHAO5AdQizHq { width:17.5rem;height:3.4375rem;top:93.436721801756rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quz9gFP6BzEqeqWLk4fZgWbRg1Dl2hd4 { display:block; }
 }@media only screen and (max-width: 763px) { #uRIZELkTFrWPDQD7cL8o3OSm82qk4o2V { display:flex;width:3.125rem;height:3.125rem;top:97.748441696169rem;left:4.8125000596046rem; }
#uRIZELkTFrWPDQD7cL8o3OSm82qk4o2V > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #co00kScrInrzocoanib95ZIy4Q0pkTyu { display:flex;width:3.125rem;height:3.125rem;top:97.748441696169rem;left:11.624218523503rem; }
#co00kScrInrzocoanib95ZIy4Q0pkTyu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ { display:none; }#XOs25BAApPc6vzwWRKIIxaK1Iq67MJAJ > .row .container { width:20rem;height:33.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E04ln2Zi42A7S8Ua5TpedFvTdGzuQoN3 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddaJtPzt7NwUwB3KUOI69TlIf3VnF80z { width:20rem;height:1.625rem;top:16.843750953674rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZz6luQ9DZZLOdNK27EXBZXN3iUac8iA { height:11.21875rem;width:20rem;top:4.0624504089356rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to2omXKAwmzp2EhNEA9g6ndAutzz5QUf { height:11.21875rem;width:20rem;top:20.156250953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz { display:none; }#pKwxXpZEnMCW4e1fb91REIZzZCGcTTBz > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G { display:none; }#Tn8i59ODnMLb2BToh66ZI2RozdhLcd2G > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OwmCUWEl3fUZH1VGJbLvdcbnwb7qmRNe { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGF1GFFmSSTbq8wbgS9gpczCQlRaC42S { display:block; }
 }@media only screen and (max-width: 763px) { #C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 { display:none; }#C2W3z5dbUFSqOzKdAbz7nao9qOUezFl8 > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gbvkccbT2y5nViHZ6mTw8uxJKff8u0IC { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTUBwUzugiWvF9p0NgTIxDALvQKxrpk { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO { display:none; }#NfeRJJiwMcqC6t9TviiwomgwBgvPMtAO > .row .container { width:20rem;height:63.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBwR00GRJCAvp9TpUyMoD4Q3kfZw5tLP { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsMPFOn5oBp2m4UKlIkOBZgVvJd8SBx { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U { display:none; }#NCdvNwcV8SxF23ORmx1nhPmVZ8HeU86U > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #li9zl6bgiXpRm4SB3CI2IqTC3PKNImQl { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZg33Fdos69k9zMh1volyMBOAxhafPtJ { width:20rem;height:7.79625rem;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUoTDAsgxkzkDyKncvDQU0UeNVDGmnWR { width:20rem;height:35.73575rem;top:13.9875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTlIQsMwXRpqLpvSVWyZZ4cf6Twvl4wl { width:17.5rem;height:3.4375rem;top:50.9875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRlTai74J9sTPv2knsv3QwFkRonff6nt { display:block; }
 }@media only screen and (max-width: 763px) { #LlFKk7eviQT5lfDSemJPggJLXe6NIugW { width:20rem;height:3.2487rem;top:55.675rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu { display:none; }#Q53rAvAvTqVRoVLTc2LapmKKhZLlzSsu > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hus1KyrAFWP4xIZblh5svMHIUgXC3UyZ { width:20rem;height:4.54948125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBVxB4XG398Vc32yJrVgUoDS37Uxxyp1 { width:20rem;height:4.546875rem;top:7.26171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA7WqqbxIIrqeCCSU7HkDA3u9hD5kP0F { width:17.5rem;height:3.4375rem;top:14.07421875rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRMM2p0ONwigyz3WoIfB3OSJOatcsNXr { display:block; }
 }@media only screen and (max-width: 763px) { #TcRL1HcQqaTS9FC4XG3c1vKSDmMoVfPR { width:20rem;height:2.19270625rem;top:19.94921875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7kFFRwa5BAixnxs0sNDr8TV5rW6Gw8e { width:20rem;height:20.791675rem;top:23.337240219116rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp { display:none; }#n3TBLCaUe0mlO9uDXJtdtCdxbxArfJxp > .row .container { width:20rem;height:32rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U2tM1EhwkcvXwfBEtU9T0ruwvFgDSR7g { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHc7TeXlvkBEMsPpo8TT0TRKDwJX8wrk { width:20rem;height:1.625rem;top:16.630208015442rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzPEnFeas5yTs2zHa5iMDRi9teofWPMS { height:11.1301875rem;width:20rem;top:3.7499580383301rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2EabB1kfRJ4IQRbwgkWG7d1ISNU1M9 { height:11.1301875rem;width:20rem;top:19.505208015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hccfeCOmb8FffC6877R5JNmUnBQDkTMc { display:none; }#hccfeCOmb8FffC6877R5JNmUnBQDkTMc > .row .container { width:20rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a { display:none; }#C7MtgEb4dTrKgflGtEDuIshRnmGAfo7a > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJtRM4oSnWIMa8mFf0VugWwrWIF54ovX { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehsrioLmsvVexe3GtgSgfxT0XElqQdgb { width:20rem;height:8.12175rem;top:7.7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDRk5oBrXkupoToUA1RcGwmaB1mrEwaK { width:17.5rem;height:3.4375rem;top:17.075rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2eayTGT4vr6lSfJQ8kZRRo7P88FQqbT { display:block; }
 }@media only screen and (max-width: 763px) { #qRuXMDhowOPaNE2DHIEqnaZguR1l6wyH { width:20rem;height:5.19748125rem;top:21.7625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKuK3FZrTa5QwDE0Cuncvtc9LAJPrAL { width:20rem;height:25.9896rem;top:28.2125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0H6fKSM4z6nzs3uIc1FlRACrZ3ygC1g { display:block; } #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection *:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="text"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="email"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection input[type="tel"]:focus-visible, #vdPODqq4bv6wETbwONxDLAyrNp6bzNBk.widget-smartsection textarea:focus-visible { outline: none; } #s0H6fKSM4z6nzs3uIc1FlRACrZ3ygC1g > .row .container { position:relative;display:block; } }