.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:222,224,226;--color-primary-1:147,150,158;--color-primary-2:38,45,60;--color-primary-3:19,23,30;--color-primary-4:6,7,9;--color-secondary-0:255,240,205;--color-secondary-1:255,210,105;--color-secondary-2:255,180,5;--color-secondary-3:255,171,5;--color-secondary-4:51,36,1;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zqa6PTWtibs/unsplash/aasing-gwok-zqa6PTWtibs-photo-1727532028095-4f45e7083bf4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { position:absolute;display:block;z-index:15000;background-color:#e8eeef;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.5rem;width:28.75rem;top:14.6875rem;left:0rem;display:block; }
#VKeNVXoQVTOEqUHlnC95NNpOhKRfUUO8 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.6875rem;left:5.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:17.9375rem;left:2.5625rem;height:11.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { background-color:rgba(var(--color-secondary-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: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.1875rem;left:2.5625rem;display:block; }
#Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRz0oKoligUDNqP0S38OVZCidmEU2L0E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:1.4375rem;left:1.3125rem;overflow:hidden;display:block; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .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); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.0625rem;width:60rem;position:relative;display:block; }#NnGLAAQy9hfdLriehaRLOcuBm2Ag7I8g { 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:19.0625rem;width:10.3125rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#oMWrARM0VG7l9P6bvXgoDvDtooOQi00F { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:31.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:rgba(var(--color-primary-2),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.25rem;left:31.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:rgba(var(--color-tertiary-2),0.7);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.65625rem;left:31rem;height:15.46875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9QZXoadM0bQTVQdbKdzAxbOtyvy0TnW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:14.0625rem;top:14.875rem;left:14.375rem;overflow:hidden;display:block; }
#oSSw6gvRFGEP5UwVMs1leBSH50sMzQWJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:14.1875rem;top:5rem;left:14.3125rem;overflow:hidden;display:block; }
#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { background-color: transparent; background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .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); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { border-width: 0; border-radius: 0; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.4375rem;width:60rem;position:relative;display:block; }#uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { color:rgba(var(--color-primary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.34375rem;left:0rem;height:2.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.375rem;top:6.8125rem;left:0rem;display:block; }
#gnT1RbGuDcWEJwC4EwUFUfwIZkmPKuUo { 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:1.875rem;width:1.75rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#zzZUB6oHQyWTqLWRt1THfKq5C3IPTH1M { color:rgba(var(--color-tertiary-2),0.7);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BhgcqK1wM4Fhyza7BItk10oyz3TOhT1L { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.75rem;top:12.625rem;left:0rem;overflow:hidden;display:block; }
#M7nL5S1ODFMUlz9Kxiva2OtpGBJESkkr { color:rgba(var(--color-tertiary-2),0.7);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { color:rgba(var(--color-tertiary-2),0.7);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:15.625rem;height:12.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5r5oki1q0GNzAenf6T076UVTMKSZuko { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.1875rem;left:15.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gIQuGTMVii69q8aC36kSPB4eetVX47Dd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.25rem;top:6.8125rem;left:41.5rem;overflow:hidden;display:block; }
#uTdTWNqcIGMyK8W9eGUNBzdcs174ZiLU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.75rem;top:16.3125rem;left:0rem;overflow:hidden;display:block; }
#CIfgZaqxd0ug87FB3TuzcT3ClJ2nEVRL { color:rgba(var(--color-tertiary-2),0.7);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNRDbsaOe6yT5kNOQNgLTiWAX00FoVye { background-color:rgba(var(--color-secondary-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: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.29296875rem;left:22.03125rem;display:block; }
#u3mqTnhVrEO4OHy0gT44nWTHZ2glGItU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { background-color: transparent; background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .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); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { border-width: 0; border-radius: 0; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41.1875rem;width:60rem;position:relative;display:block; }#EuGD72greys3iK6iOQyUOPGMMr5nAQkO { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.55029296875rem;left:0rem;height:2.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.375rem;top:10.3125rem;left:0rem;display:block; }
#EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:15rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XfLSPX8U0vivTg9O5ewak62NtV39eTBL { color:rgba(var(--color-tertiary-2),0.7);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hWz6nNdhisSGehURWuWyq2fiilN2TyHw { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:27.25rem;left:11.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { color:rgba(var(--color-tertiary-2),0.7);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:29.125rem;left:11.875rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:15rem;left:44.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { color:rgba(var(--color-tertiary-2),0.7);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16.875rem;left:44.375rem;height:9.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:27.25rem;left:33.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { color:rgba(var(--color-tertiary-2),0.7);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:29.125rem;left:33.4375rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xrh7A10098KDBM2hxWyfO4oPV8BVpRVD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:26.6875rem;top:8.6875rem;left:16.1875rem;overflow:hidden;display:block; }
#vSL9vdVivSASeb8ugHxP8AgJP1tHt81H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vhDuIVAUwZcDnzzGdlpMqf8VLmsFsKEU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pxcBglDWB0Or0lZvUTfxbio1yPBTxcRH { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#evnsfnrxeOsuBpkRb2o39Fo90oVLh0mW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sDVNDibaEbWUDIWHOfhopIftscQeA6sU { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#VM0ruwEieekEffwmFqebVzlJ3Uy9Bw6m { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#JtPJTqlMk6ip6xk8fm3OWmJdSDutFR2T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yG5MctJulAvyuZlFLEqHnrGkbmgiTrkV { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9aXdxX1A/template_image_Windows_Sale3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.adaptive-delivery-prevent-bg, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyload, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyloading { background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.75rem;width:60rem;position:relative;display:block; }#vNTRrKTdpA5WdzeOUysXRCc2T29SwJdl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.99951171875rem;left:6.875rem;overflow:hidden;display:block; }
#NXIGhmLEIRhZSozN869k1Dkd38qJ0d7H { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.98681640625rem;left:11.0625rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.3125rem;left:6.875rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:6.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-tertiary-2),0.15) ;height:25.5625rem;width:20rem;top:4.0625rem;left:35rem;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-form-header {  }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:16.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:16.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),0.5);vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .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; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:first-of-type{padding-top:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:last-of-type{padding-bottom:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.71875rem;left:35.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-info-text { font-size:0.75rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.71875rem;left:35.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { position:relative;display:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HHCoWHRPT926ghTqv4sPymOWZbi0iPSq { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HPzrmDsPCVy3k88DCQ4CodcmcvvrzCAd { position:relative;z-index:2; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mp3ikb9sx7SihFn1a2lxHLDSfT7Fiqk6 { position:relative; }
#WolaXSCJpPUIgDFzKA5TBMfHOaZFTM7k { position:relative;display:block;z-index:100000;display:block; }
#i8epk3w6IsS9uhkeOC4TrriPoPczAAna { position:relative;display:block;z-index:100000;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { width:28.75rem;height:27.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeNVXoQVTOEqUHlnC95NNpOhKRfUUO8 { width:20.1875rem;height:;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:23.625rem;height:11.3125rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:15.9375rem;height:4.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #hRz0oKoligUDNqP0S38OVZCidmEU2L0E { width:5.3125rem;height:5.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnGLAAQy9hfdLriehaRLOcuBm2Ag7I8g { width:10.3125rem;height:19.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMWrARM0VG7l9P6bvXgoDvDtooOQi00F { width:28.375rem;height:;top:5.25rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:28.3125rem;height:;top:5.25rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:28.375rem;height:15.4375rem;top:8.625rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QZXoadM0bQTVQdbKdzAxbOtyvy0TnW { top:14.875rem;left:8.25rem;width:14.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSw6gvRFGEP5UwVMs1leBSH50sMzQWJ { top:5rem;left:8.1875rem;width:14.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { width:23.5625rem;height:2.1875rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { width:4.375rem;height:0.125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT1RbGuDcWEJwC4EwUFUfwIZkmPKuUo { width:1.75rem;height:1.875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZUB6oHQyWTqLWRt1THfKq5C3IPTH1M { width:7.5625rem;height:1.1875rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhgcqK1wM4Fhyza7BItk10oyz3TOhT1L { width:1.75rem;height:1.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7nL5S1ODFMUlz9Kxiva2OtpGBJESkkr { width:6.5rem;height:1.1875rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:23.4375rem;height:12.625rem;top:8.75rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5r5oki1q0GNzAenf6T076UVTMKSZuko { width:23.5rem;height:;top:6.1875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIQuGTMVii69q8aC36kSPB4eetVX47Dd { width:15.25rem;height:15.5625rem;top:6.8125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdTWNqcIGMyK8W9eGUNBzdcs174ZiLU { width:1.75rem;height:1.875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIfgZaqxd0ug87FB3TuzcT3ClJ2nEVRL { width:6.5rem;height:1.1875rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNRDbsaOe6yT5kNOQNgLTiWAX00FoVye { width:15.9375rem;height:4.375rem;top:29.25rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3mqTnhVrEO4OHy0gT44nWTHZ2glGItU { display:block; }
 }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:47.75rem;height:2.1875rem;top:6.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { width:4.375rem;height:0.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:15.625rem;height:;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:15.625rem;height:7.875rem;top:16.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWz6nNdhisSGehURWuWyq2fiilN2TyHw { width:15.625rem;height:;top:27.25rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:15.625rem;height:7.875rem;top:29.125rem;left:5.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { width:15.625rem;height:;top:15rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { width:15.625rem;height:9.1875rem;top:16.875rem;left:32.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { width:15.625rem;height:;top:27.25rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { width:15.625rem;height:7.875rem;top:29.125rem;left:27.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrh7A10098KDBM2hxWyfO4oPV8BVpRVD { top:8.6875rem;left:10.0625rem;width:26.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSL9vdVivSASeb8ugHxP8AgJP1tHt81H { display:none; }
 }@media only screen and (max-width: 763px) { #vhDuIVAUwZcDnzzGdlpMqf8VLmsFsKEU { display:none; }
 }@media only screen and (max-width: 763px) { #pxcBglDWB0Or0lZvUTfxbio1yPBTxcRH { display:none; }
 }@media only screen and (max-width: 763px) { #evnsfnrxeOsuBpkRb2o39Fo90oVLh0mW { display:none; }
 }@media only screen and (max-width: 763px) { #sDVNDibaEbWUDIWHOfhopIftscQeA6sU { display:none; }
 }@media only screen and (max-width: 763px) { #VM0ruwEieekEffwmFqebVzlJ3Uy9Bw6m { display:none; }
 }@media only screen and (max-width: 763px) { #JtPJTqlMk6ip6xk8fm3OWmJdSDutFR2T { display:none; }
 }@media only screen and (max-width: 763px) { #yG5MctJulAvyuZlFLEqHnrGkbmgiTrkV { display:none; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNTRrKTdpA5WdzeOUysXRCc2T29SwJdl { width:3.4375rem;height:3.4375rem;top:7.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXIGhmLEIRhZSozN869k1Dkd38qJ0d7H { width:20.1875rem;height:1.4375rem;top:8.9375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:26.3125rem;height:3.75rem;top:13.3125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:25rem;height:;top:18.4375rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { width:20rem;height:25.5625rem;top:4.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:16.75rem;height:auto;top:5.6875rem;left:28.5rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:16.75rem;height:auto;top:5.6875rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HHCoWHRPT926ghTqv4sPymOWZbi0iPSq {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HPzrmDsPCVy3k88DCQ4CodcmcvvrzCAd {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mp3ikb9sx7SihFn1a2lxHLDSfT7Fiqk6 {  }
 }@media only screen and (max-width: 763px) { #WolaXSCJpPUIgDFzKA5TBMfHOaZFTM7k { display:block; }
 }@media only screen and (max-width: 763px) { #i8epk3w6IsS9uhkeOC4TrriPoPczAAna { display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { width:20rem;height:22rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeNVXoQVTOEqUHlnC95NNpOhKRfUUO8 { width:15.625rem;height:1.29980625rem;top:10.5625rem;left:3.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:15.625rem;height:8.25rem;top:11.1875rem;left:2.03125rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:15.9375rem;height:4.375rem;top:21.5625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #hRz0oKoligUDNqP0S38OVZCidmEU2L0E { width:3.875rem;height:3.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnGLAAQy9hfdLriehaRLOcuBm2Ag7I8g { width:7.625rem;height:14.125rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oMWrARM0VG7l9P6bvXgoDvDtooOQi00F { width:20rem;height:1.29980625rem;top:22.75rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:20rem;height:1.0996125rem;top:22.875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:20rem;height:18.375rem;top:24.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QZXoadM0bQTVQdbKdzAxbOtyvy0TnW { width:11.0625rem;height:7.25rem;top:11.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSw6gvRFGEP5UwVMs1leBSH50sMzQWJ { width:10.875rem;height:5.9375rem;top:4.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { width:20rem;height:1.0996125rem;top:3.375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { width:4.375rem;height:0.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT1RbGuDcWEJwC4EwUFUfwIZkmPKuUo { width:1.75rem;height:1.875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZUB6oHQyWTqLWRt1THfKq5C3IPTH1M { width:13.375rem;height:1.29980625rem;top:8.375rem;left:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BhgcqK1wM4Fhyza7BItk10oyz3TOhT1L { width:1.75rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7nL5S1ODFMUlz9Kxiva2OtpGBJESkkr { width:12.5rem;height:1.29980625rem;top:12.0625rem;left:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:20rem;height:16.5rem;top:21.125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o5r5oki1q0GNzAenf6T076UVTMKSZuko { width:15.8125rem;height:1.0996125rem;top:7.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIQuGTMVii69q8aC36kSPB4eetVX47Dd { width:14.25rem;height:14.5625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdTWNqcIGMyK8W9eGUNBzdcs174ZiLU { width:1.75rem;height:1.875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIfgZaqxd0ug87FB3TuzcT3ClJ2nEVRL { width:6.5rem;height:1.29980625rem;top:15.6875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNRDbsaOe6yT5kNOQNgLTiWAX00FoVye { width:15.9375rem;height:4.375rem;top:66.1875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3mqTnhVrEO4OHy0gT44nWTHZ2glGItU { display:block; }
 }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:20rem;height:2.19970625rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { width:4.375rem;height:0.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { width:19.9375rem;height:1.4624rem;top:3.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:7.5625rem;height:1.0996125rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:10.5625rem;height:5.25rem;top:13rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWz6nNdhisSGehURWuWyq2fiilN2TyHw { width:6.8125rem;height:1.0996125rem;top:40.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:8.9375rem;height:5.25rem;top:41.8125rem;left:0.125rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { width:7.4375rem;height:1.0996125rem;top:17.1875rem;left:12.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { width:9.875rem;height:6.125rem;top:18.6875rem;left:10rem;text-align:right;text-align-last:right;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { width:8.75rem;height:1.0996125rem;top:38.5625rem;left:11.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { width:9.875rem;height:5.25rem;top:40.25rem;left:10rem;text-align:right;text-align-last:right;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrh7A10098KDBM2hxWyfO4oPV8BVpRVD { width:20rem;height:13.1875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSL9vdVivSASeb8ugHxP8AgJP1tHt81H { top:33.75rem;left:4.9375rem;width:1.0625rem;height:1.0625rem;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vhDuIVAUwZcDnzzGdlpMqf8VLmsFsKEU { top:23.375rem;left:1.6875rem;width:1.0625rem;height:1.0625rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pxcBglDWB0Or0lZvUTfxbio1yPBTxcRH { top:18.8125rem;left:2.125rem;width:0.125rem;height:4.1875rem;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #evnsfnrxeOsuBpkRb2o39Fo90oVLh0mW { top:28rem;left:16.8125rem;width:1.0625rem;height:1.0625rem;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sDVNDibaEbWUDIWHOfhopIftscQeA6sU { top:24.90625rem;left:17.28125rem;width:0.125rem;height:2.5625rem;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VM0ruwEieekEffwmFqebVzlJ3Uy9Bw6m { top:35.349609375rem;left:5.40625rem;width:0.125rem;height:4.1875rem;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JtPJTqlMk6ip6xk8fm3OWmJdSDutFR2T { top:33.9375rem;left:13.1875rem;width:1.0625rem;height:1.0625rem;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yG5MctJulAvyuZlFLEqHnrGkbmgiTrkV { top:35.375rem;left:13.65625rem;width:0.125rem;height:2.5625rem;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNTRrKTdpA5WdzeOUysXRCc2T29SwJdl { width:1.75rem;height:1.75rem;top:1.39990234375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXIGhmLEIRhZSozN869k1Dkd38qJ0d7H { width:15.625rem;height:1.29980625rem;top:1.62451171875rem;left:2.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:14.875rem;height:5.9121125rem;top:4.93115234375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:18.125rem;height:4.548825rem;top:12.28125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { width:20rem;height:29.25rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:16.75rem;height:auto;top:20.27490234375rem;left:0.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:16.75rem;height:auto;top:20.27490234375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HHCoWHRPT926ghTqv4sPymOWZbi0iPSq {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HPzrmDsPCVy3k88DCQ4CodcmcvvrzCAd {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mp3ikb9sx7SihFn1a2lxHLDSfT7Fiqk6 {  }
 }@media only screen and (max-width: 763px) { #WolaXSCJpPUIgDFzKA5TBMfHOaZFTM7k { display:block; }
 }@media only screen and (max-width: 763px) { #i8epk3w6IsS9uhkeOC4TrriPoPczAAna { display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }