.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,242,221;--color-primary-1:183,213,141;--color-primary-2:110,171,26;--color-primary-3:55,86,13;--color-primary-4:17,26,4;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:51,51,51;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh { position:relative;display:block; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh { background-color: transparent; background-image: none; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .row .container > .video-iframe-container { display: none; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .row > .video-iframe-container { display: none; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .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); }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh { border-width: 0; border-radius: 0; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .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; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .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:8.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ER6wazQNya1LdcZTIkwHMLwyQl0PGfKN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.4375rem;top:2.8115234375rem;left:3.4375rem;overflow:hidden;display:block; }
#lPTNsEPcXUcub1a95L6ZxUyzOdMfXZ9q { color:rgba(var(--color-secondary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.8701171875rem;left:16.9375rem;height:2.1933625rem;font-style:normal;display:block; }
#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7da32a68-e554-4c20-9bcf-24a5c21cf430/pexelsphoto908071.jpeg");background-position:center !important;background-repeat:no-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;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:38.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ylyXV10ZKbE2gSbs3LrNVqht3Tbr7Erx { color:rgba(var(--color-secondary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14995;line-height:1.3;letter-spacing:0;top:19.25rem;left:8.875rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qCUwDCCFNuI5tAgpURSEF4MpGsPpzQf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:4.5rem;height:;display:block; }
#LV01R45VEcfeFNbTfNhlOBueXeMQbLHu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.1875rem;width:10.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:13.375rem;left:33.625rem; }
#K2QgfVM7NSvib3hU4QzeBHfTqayzxO8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.75rem;width:9.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:13.25rem;left:33.8125rem; }
#FDL15M4uLuzfOLihWGb7Tc1GAban2Llo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:19.5rem;left:3.375rem; }
#cAgsAVAw67n0Hy9tdTBUlbOZxnsupTIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:9.0625rem;left:2.9375rem; }
#IaKCCxwDLa830zIAKp6TJTztH1pp7iPK { color:rgba(var(--color-secondary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.875rem;height:2.5996125rem;font-style:normal;display:block; }
#MlnMH7Z3y5eztQErnCZKsGBt58ZfOZGO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:9.875rem;left:8.875rem;height:2.5996125rem;font-style:normal;display:block; }
#bpy8WyLNlbLr1WSzkKn7WP8K8G2NUGkD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:10.8125rem;width:8.125rem;top:1.0947265625rem;left:3.2109375rem;overflow:hidden;display:none; }
#DBI4CyxpJLMzWcBqz1KT0QDJ1FbKrTTs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-secondary-4),1);border-left:0.5625rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.125rem;width:42.625rem;top:3.1240234375rem;left:5.75rem;display:none; }
#tzcUfAtImaGMGpM3A3wPvzkM2LNRJ33X { color:#004673;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6865234375rem;left:12.5625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPntbySpH111CaTA9LCmt5Kcbx9TwRWK { color:rgba(var(--color-secondary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P2SS9tJ93raMMr2lFXxbzoxTm29uyMPo { color:rgba(var(--color-secondary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14994;line-height:1.3;letter-spacing:0;top:25.3125rem;left:8.875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zDlIrzglc27ASJLBPq8KKGb6PRG92Cgm { 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;top:25.6875rem;left:3.5625rem; }
#TDNNEPETwOgqqBfJx5xObgMn3kaQ3EEG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.9375rem;left:3.625rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-form-header {  }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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-4),1);width:25.6875rem;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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);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;width:25.6875rem;box-sizing:border-box;height:3.125rem;color:#004673;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);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;width:25.6875rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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:25.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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:4.75rem;margin-bottom:0.25rem;margin-left:4.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:16.125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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:dosis;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);float:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:first-of-type{padding-top:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:last-of-type{padding-bottom:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:44.375rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.6875rem;display:block;vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:44.375rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iH1wTfSSope6G0bS1pJNlDJ5M2hG3vqL { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #ha3eRQf8G1QCeKGBEZlr4RFQEEHVQXR6 { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #uWVnFKAd4H2vat9O3adL2Pm6oUnBVFky { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #kVN4y1Xos4UtKvX3lg326kGZCf1eaHmv { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #hPapcKtOQKTM5C8GJGJs5OAsfmNh1fw2 { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #h3LPvMR6gAlQzv6cr47tcufovKKSh9OE { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe { position:relative; }
#wH2Q7dT73PJyzQ1MiDu9RIvRvXfJ1dfC { color:rgba(var(--color-secondary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.9140625rem;left:45.75rem;height:3.8994125rem;font-style:normal;display:block; }
#FGNEZNnaoMqS3QMVTZiXcovTIrvyfSyu { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:14.625rem;left:8.875rem;height:2.5996125rem;font-style:normal;display:block; }
#HaDizpXlVzoyOUiOeFE8uaFcqs18RgkQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.625rem;left:3.6875rem; }
#x6KG5oBkhmtIz6cGU4mQv9Hc63AQJz3c { color:rgba(var(--color-secondary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:32.1875rem;left:51.65625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#O028zTPwC5uxngHQtUpTP6hSXvbkOsxi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:7.4375rem;left:1.875rem;display:none; }
#adrbdrnqfn0TdHM8ctqn7DJCv6Uxkk5v { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:34.912109375rem;left:57.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#StbFwb1FlPkElDi2Hxr1TIcTmnQAykhp { color:rgba(var(--color-secondary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.974609375rem;left:48.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QTwWIQiCTr9I1yDqFierHsK0fnfZ9ONx { color:rgba(var(--color-secondary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.974609375rem;left:58.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { 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; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { color:rgba(var(--color-secondary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:1.69921875rem;left:2.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BqP3Te5xyGAVR60RLbyTqSn8TWBLUhK7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.1875rem;top:5.71875rem;left:12.125rem;overflow:hidden;display:block; }
#TkKkVAGClZuNEcQPq4aHBycDRgLgpTIE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.9375rem;top:5.34375rem;left:2rem;overflow:hidden;display:block; }
#w1cacH5tP53QGokAPkvV0H9aA2kdDOOr { 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:2rem;width:7.4375rem;top:5.46875rem;left:21.4375rem;overflow:hidden;display:block; }
#M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { 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:1.625rem;width:7.6875rem;top:5.96875rem;left:30.6875rem;overflow:hidden;display:block; }
#TaMdzWGwL01gXw9XvT6qzoAUOKz6maWg { 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.9375rem;width:8.0625rem;top:5.625rem;left:44.9375rem;overflow:hidden;display:block; }
#cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { 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:2.5625rem;width:2.625rem;top:4.96875rem;left:40.5rem;overflow:hidden;display:block; }
#FCkqkatyniFlFLT8yndJdWug60WnWE5c { color:rgba(var(--color-secondary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:1.69921875rem;left:2.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PbyvrV9znK8JXLfql68zN8zxtTyoSJLt { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:11.125rem;top:2.4990234375rem;left:25.90625rem;display:none; }
#EuuJlh5p4A4Df9kaM4AA66qMsTycRaTQ { 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.625rem;width:5.75rem;top:5.78125rem;left:55.125rem;overflow:hidden;display:block; }
#cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { 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:2rem;width:4.6875rem;top:5.28125rem;left:63.21875rem;overflow:hidden;display:block; }
#Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.28125rem;left:69.875rem;height:1.29980625rem;font-style:normal;display:block; }
#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7da32a68-e554-4c20-9bcf-24a5c21cf430/pexelsphoto908071.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd.adaptive-delivery-prevent-bg, #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd.lazyload, #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd.lazyloading { background-image: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { background-color: transparent; background-image: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container > .video-iframe-container { display: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.96); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container { display: none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .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); }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { border-width: 0; border-radius: 0; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd::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; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { font-size:0.875rem;font-family:arial;height:81.8125rem;width:75rem;position:relative;display:block; }#tC9pQbin8SkehTRUHnl2urKn61gRNrsd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:10.8125rem;width:8.125rem;top:9.0947265625rem;left:3.2109375rem;overflow:hidden;display:block; }
#d7wyCX782n8WRTAW462GfOMqVlXAvmqy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-secondary-4),1);border-left:0.5625rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.125rem;width:42.625rem;top:11.1240234375rem;left:5.75rem;display:block; }
#DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { color:#004673;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:12.6865234375rem;left:11.875rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { color:rgba(var(--color-secondary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:28.3115234375rem;left:19.1875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aP3dqX61yGRJEScDc45ET3XV4CQtqGyF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.9375rem;width:42.625rem;top:34.4375rem;left:28.5rem;display:block; }
#tth1FTee9pOVgk7JbyTTRwcxIgbmLKPi { color:rgba(var(--color-secondary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:50.3125rem;left:37.3125rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT0WAB6OLrel0AHQN8130ivoXc43Np6q { color:#004673;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:36.0625rem;left:30.0625rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqPpeyTVTz9y1lmBnB7QTpe90vTUfX8d { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:31.4375rem;left:65.9296875rem;overflow:hidden;display:block; }
#veSXE1wk0mJKfZA56xnd111TTOTTXmhR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-secondary-4),1);border-left:0.625rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:42.625rem;top:56.4375rem;left:5.6875rem;display:block; }
#qstG0QyJO8AQxfuQX987CWhLT4gOsnoX { color:rgba(var(--color-secondary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:75.3125rem;left:18.8125rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzqZ77wIBzT3lIPX3unuJo6KLWfuHHTF { color:#004673;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:58.8125rem;left:12.15625rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoAcqGuRKitDGHbPxmoltkunecNSLnup { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:10.4375rem;width:7.75rem;top:52.75rem;left:3.3984375rem;overflow:hidden;display:block; }
#IrRNtpncBvPmIUtdTtRtIxctmN5NGleC { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.375rem;left:21rem;height:2.2744125rem;font-style:normal;display:block; }
#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { 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; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { background-color: transparent; background-image: none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container > .video-iframe-container { display: none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row > .video-iframe-container { display: none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .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); }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { border-width: 0; border-radius: 0; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7da32a68-e554-4c20-9bcf-24a5c21cf430/pexelsphoto908071.jpeg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5.adaptive-delivery-prevent-bg, #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5.lazyload, #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5.lazyloading { background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { color:#004673;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { color:rgba(var(--color-secondary-4),1);display:block;width:66.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:4.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rr7r2On4Ww2hJumPMbLJdDkNi77fzMNG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:9.125rem;top:14.873046875rem;left:50.71875rem;display:none; }
#G1ggoQKbab56qTf5bFXuhUSHwdVqot0a { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:9.125rem;top:14.873046875rem;left:50.71875rem;display:none; }
#QwqvaZ3luUkCmkklRDTWZS0QgMr6MxGk { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:9.125rem;top:14.873046875rem;left:50.71875rem;display:none; }
#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7da32a68-e554-4c20-9bcf-24a5c21cf430/pexelsphoto908071.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA.adaptive-delivery-prevent-bg, #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA.lazyload, #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA.lazyloading { background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { border-width: 0; border-radius: 0; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::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; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.375rem;width:15.625rem;top:9rem;left:2rem;display:block; }
#qRA63h2saXCqO91gmoa0la5XqnumggZQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:5.9375rem;left:6.6875rem;display:block; }
#W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.3125rem;width:15.625rem;top:9.0625rem;left:19.875rem;display:block; }
#nxLcoZ4xImuTuDk5yiCXOVi6JqDP9LpU { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:5.9375rem;left:24.5625rem;display:block; }
#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.7421875rem;left:3.5625rem;height:6.49903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHUPQlfMswSikFefrI7xlefel4T99y2n { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.28125rem;left:3.5625rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:25.3125rem;top:1.3125rem;left:43.5625rem;overflow:hidden;display:block; }
#oNQlhrNg5TTiIwTpCJ5y4028mfVFJFCz { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.0625rem;left:58.75rem;display:block; }
#QhTiLwa1IuapOCP3BLL7pVkNS9bTv2Vn { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.8125rem;left:58.75rem;display:block; }
#y7QgvPLdxV2TGVyivHJ6ZGWCpiG77h5T { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:10.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akLKJhy58ufWlQBvd7ygWXhCOSmRUHvB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.96875rem;left:7.71875rem; }
#xna4mToEAMGKTgHzwEX2HNwiaSCoPyTt { color:rgba(var(--color-primary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.28125rem;left:21.34375rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HL6y5zpJoRlfD9DM7uTu2D4rD4iTxS74 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.09375rem;left:21.4375rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHTXaDTKNopxIw8iRADSuaoTa8Ocu0cP { 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:15026;top:7.03125rem;left:25.65625rem; }
#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { position:relative;display:block; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { background-color: transparent; background-image: none; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container > .video-iframe-container { display: none; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row > .video-iframe-container { display: none; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .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); }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { border-width: 0; border-radius: 0; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .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; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .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:7rem;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; }#IsvC9KR6VTzTBWUzMTuTtTnReg6V9h0S { background-color:rgba(var(--color-secondary-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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.78125rem;left:27.25rem;display:block; }
#cqyr9JJCt0cV991JgsRTVvF45XFUcTOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7da32a68-e554-4c20-9bcf-24a5c21cf430/pexelsphoto908071.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22.adaptive-delivery-prevent-bg, #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22.lazyload, #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22.lazyloading { background-image: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { background-color: transparent; background-image: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container > .video-iframe-container { display: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container { display: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .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); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { border-width: 0; border-radius: 0; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22::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; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:25.3125rem;top:1.875rem;left:4.9375rem;overflow:hidden;display:block; }
#JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:11.875rem;left:2.5625rem;display:block; }
#J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:15.625rem;left:2.5625rem;display:block; }
#iheXaL2Fen9FU2UyzyklmI3scehRV3Iv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.25rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3BvbSFNasiaO3F9TLNHZSMm7oKPafPE { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:6.84375rem;left:42.84375rem;display:block; }
#kUQKI3rxhzOaObqenztWss4TR1agwtOe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:7.875rem;left:43.875rem; }
#OBqSEoMOCkwpXCRooFlDk6l1gTCJz0WG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:6.80078125rem;left:60.53125rem;display:block; }
#ACISfuwwTNmAvTugG34kdnRui3DJFc7h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:7.45703125rem;left:61.1875rem; }
#wseT3cngNyUWHxCFUJRpFf2JZo5uttqa { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.375rem;width:15.625rem;top:10rem;left:38.15625rem;display:block; }
#qGpSsO6AtN5S6mXTqDMqVbgt9fHVq7at { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.375rem;width:15.625rem;top:10rem;left:55.84375rem;display:block; }
#CvXvCKT6ZcTQPyRHfz96WAUse7q3mTVQ { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.61328125rem;left:38.84375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8xXkbLLT0VrzS9bgogS1W8EFXJJVzEK { color:rgba(var(--color-primary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.53125rem;left:56.84375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUm4F93uT93kO4zGRdBk2v7Nrp0P3K0B { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:17.828125rem;left:57.09375rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMdXBV4oT4TszULQ19v4ctBw2GTbVHnz { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.9267578125rem;left:39.5rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { position:relative;display:block; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { background-color: transparent; background-image: none; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container > .video-iframe-container { display: none; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row > .video-iframe-container { display: none; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .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); }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { border-width: 0; border-radius: 0; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .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; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .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.0625rem;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; }#nzvCrx1fVZ4M98ZpGz8sKTUN7eBO7nXe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.875rem;left:28.59375rem;display:block; }
#PAhkPfs15SfNkMGPQTaXgpOXAOrB09FR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.78515625rem;left:5.84375rem;height:1.0556625rem;display:block; }
#crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78515625rem;left:54.53125rem;height:1.05615rem;display:block; }
#QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.78515625rem;left:60.90625rem;height:1.05615rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh { display:block; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER6wazQNya1LdcZTIkwHMLwyQl0PGfKN { top:2.75rem;left:0rem;width:12.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTNsEPcXUcub1a95L6ZxUyzOdMfXZ9q { top:3.8125rem;left:3.3125rem;width:27.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylyXV10ZKbE2gSbs3LrNVqht3Tbr7Erx { top:19.25rem;left:0rem;width:20.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCUwDCCFNuI5tAgpURSEF4MpGsPpzQf0 { top:11rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV01R45VEcfeFNbTfNhlOBueXeMQbLHu { top:13.375rem;left:20rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2QgfVM7NSvib3hU4QzeBHfTqayzxO8D { top:13.25rem;left:20.1875rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDL15M4uLuzfOLihWGb7Tc1GAban2Llo { top:19.5rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAgsAVAw67n0Hy9tdTBUlbOZxnsupTIw { top:9.0625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaKCCxwDLa830zIAKp6TJTztH1pp7iPK { top:5.125rem;left:0rem;width:20.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnMH7Z3y5eztQErnCZKsGBt58ZfOZGO { top:9.875rem;left:0rem;width:23.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpy8WyLNlbLr1WSzkKn7WP8K8G2NUGkD { top:1.0625rem;left:0rem;width:8.125rem;height:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBI4CyxpJLMzWcBqz1KT0QDJ1FbKrTTs { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzcUfAtImaGMGpM3A3wPvzkM2LNRJ33X { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPntbySpH111CaTA9LCmt5Kcbx9TwRWK { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2SS9tJ93raMMr2lFXxbzoxTm29uyMPo { top:25.3125rem;left:0rem;width:21.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDlIrzglc27ASJLBPq8KKGb6PRG92Cgm { top:25.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDNNEPETwOgqqBfJx5xObgMn3kaQ3EEG { top:4.9375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iH1wTfSSope6G0bS1pJNlDJ5M2hG3vqL {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #ha3eRQf8G1QCeKGBEZlr4RFQEEHVQXR6 { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #uWVnFKAd4H2vat9O3adL2Pm6oUnBVFky {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #kVN4y1Xos4UtKvX3lg326kGZCf1eaHmv {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #hPapcKtOQKTM5C8GJGJs5OAsfmNh1fw2 {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #h3LPvMR6gAlQzv6cr47tcufovKKSh9OE {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe {  }
 }@media only screen and (max-width: 763px) { #wH2Q7dT73PJyzQ1MiDu9RIvRvXfJ1dfC { top:4.875rem;left:22.0625rem;width:25.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGNEZNnaoMqS3QMVTZiXcovTIrvyfSyu { top:14.625rem;left:0rem;width:23.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaDizpXlVzoyOUiOeFE8uaFcqs18RgkQ { top:14.625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KG5oBkhmtIz6cGU4mQv9Hc63AQJz3c { top:32.1875rem;left:34.125rem;width:13.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O028zTPwC5uxngHQtUpTP6hSXvbkOsxi { top:7.4375rem;left:0rem;width:16.25rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #adrbdrnqfn0TdHM8ctqn7DJCv6Uxkk5v { top:34.875rem;left:43.96875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StbFwb1FlPkElDi2Hxr1TIcTmnQAykhp { top:34.9375rem;left:34.875rem;width:9.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwWIQiCTr9I1yDqFierHsK0fnfZ9ONx { top:34.9375rem;left:38.4375rem;width:9.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { top:1.6875rem;left:0rem;width:37.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqP3Te5xyGAVR60RLbyTqSn8TWBLUhK7 { top:5.6875rem;left:0rem;width:7.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKkVAGClZuNEcQPq4aHBycDRgLgpTIE { top:5.3125rem;left:0rem;width:7.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1cacH5tP53QGokAPkvV0H9aA2kdDOOr { top:5.4375rem;left:7.8125rem;width:7.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { top:5.9375rem;left:17.0625rem;width:7.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMdzWGwL01gXw9XvT6qzoAUOKz6maWg { top:5.625rem;left:31.3125rem;width:8.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { top:4.9375rem;left:26.875rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCkqkatyniFlFLT8yndJdWug60WnWE5c { top:1.6875rem;left:0rem;width:37.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbyvrV9znK8JXLfql68zN8zxtTyoSJLt { top:2.4375rem;left:12.28125rem;width:11.125rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuuJlh5p4A4Df9kaM4AA66qMsTycRaTQ { top:5.75rem;left:41.5rem;width:5.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { top:5.25rem;left:43.0625rem;width:4.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { top:6.25rem;left:44.8125rem;width:2.9375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { display:block; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC9pQbin8SkehTRUHnl2urKn61gRNrsd { top:9.0625rem;left:0rem;width:8.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wyCX782n8WRTAW462GfOMqVlXAvmqy { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP3dqX61yGRJEScDc45ET3XV4CQtqGyF { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tth1FTee9pOVgk7JbyTTRwcxIgbmLKPi { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0WAB6OLrel0AHQN8130ivoXc43Np6q { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPpeyTVTz9y1lmBnB7QTpe90vTUfX8d { top:31.4375rem;left:39.6875rem;width:7.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veSXE1wk0mJKfZA56xnd111TTOTTXmhR { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstG0QyJO8AQxfuQX987CWhLT4gOsnoX { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzqZ77wIBzT3lIPX3unuJo6KLWfuHHTF { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoAcqGuRKitDGHbPxmoltkunecNSLnup { top:52.75rem;left:0rem;width:7.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrRNtpncBvPmIUtdTtRtIxctmN5NGleC { top:3.375rem;left:0rem;width:33rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { display:block; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:47.75rem;height:5rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { width:47.75rem;height:3.0625rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7r2On4Ww2hJumPMbLJdDkNi77fzMNG { top:14.8125rem;left:33.0625rem;width:9.125rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1ggoQKbab56qTf5bFXuhUSHwdVqot0a { top:14.8125rem;left:33.0625rem;width:9.125rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwqvaZ3luUkCmkklRDTWZS0QgMr6MxGk { top:14.8125rem;left:33.0625rem;width:9.125rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRA63h2saXCqO91gmoa0la5XqnumggZQ { width:6.25rem;height:6.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxLcoZ4xImuTuDk5yiCXOVi6JqDP9LpU { width:6.25rem;height:6.25rem;top:5.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHUPQlfMswSikFefrI7xlefel4T99y2n { top:13.25rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { top:1.3125rem;left:22.4375rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNQlhrNg5TTiIwTpCJ5y4028mfVFJFCz { top:11.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTiLwa1IuapOCP3BLL7pVkNS9bTv2Vn { top:14.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7QgvPLdxV2TGVyivHJ6ZGWCpiG77h5T { top:1.25rem;left:4.125rem;width:15.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akLKJhy58ufWlQBvd7ygWXhCOSmRUHvB { top:6.9375rem;left:0.90625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xna4mToEAMGKTgHzwEX2HNwiaSCoPyTt { top:13.25rem;left:11.1875rem;width:12.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL6y5zpJoRlfD9DM7uTu2D4rD4iTxS74 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTXaDTKNopxIw8iRADSuaoTa8Ocu0cP { top:7rem;left:18.84375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { display:block; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsvC9KR6VTzTBWUzMTuTtTnReg6V9h0S { width:20.5rem;height:3.4375rem;top:1.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqyr9JJCt0cV991JgsRTVvF45XFUcTOt { display:block; }
 }@media only screen and (max-width: 763px) { #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { top:1.875rem;left:0rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { top:11.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { top:15.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iheXaL2Fen9FU2UyzyklmI3scehRV3Iv { top:1.875rem;left:23.875rem;width:22.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3BvbSFNasiaO3F9TLNHZSMm7oKPafPE { width:6.25rem;height:6.25rem;top:6.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUQKI3rxhzOaObqenztWss4TR1agwtOe { top:7.875rem;left:23.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqSEoMOCkwpXCRooFlDk6l1gTCJz0WG { width:6.25rem;height:6.25rem;top:6.75rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACISfuwwTNmAvTugG34kdnRui3DJFc7h { top:7.4375rem;left:40.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseT3cngNyUWHxCFUJRpFf2JZo5uttqa { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpSsO6AtN5S6mXTqDMqVbgt9fHVq7at { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvXvCKT6ZcTQPyRHfz96WAUse7q3mTVQ { top:13.5625rem;left:23.875rem;width:14.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xXkbLLT0VrzS9bgogS1W8EFXJJVzEK { top:13.5rem;left:34.125rem;width:13.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUm4F93uT93kO4zGRdBk2v7Nrp0P3K0B { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdXBV4oT4TszULQ19v4ctBw2GTbVHnz { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { display:block; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzvCrx1fVZ4M98ZpGz8sKTUN7eBO7nXe { width:17.8125rem;height:3.4375rem;top:1.875rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAhkPfs15SfNkMGPQTaXgpOXAOrB09FR { display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { top:1.75rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { top:1.75rem;left:40.90625rem;width:4.5625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { top:1.75rem;left:39.25rem;width:8.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kTMPQ4AgT8eAxHEtTbd3QkQTqGR7P5bh > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER6wazQNya1LdcZTIkwHMLwyQl0PGfKN { width:12.4375rem;height:4.6875rem;top:1.5rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTNsEPcXUcub1a95L6ZxUyzOdMfXZ9q { width:20rem;height:4.38671875rem;top:7.75rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:none;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:113.89941875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylyXV10ZKbE2gSbs3LrNVqht3Tbr7Erx { width:10.875rem;height:5.68359375rem;top:65.75390625rem;left:5.78125rem;font-size:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qCUwDCCFNuI5tAgpURSEF4MpGsPpzQf0 { width:12.5rem;height:0;top:87.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV01R45VEcfeFNbTfNhlOBueXeMQbLHu { width:10.1875rem;height:10.1875rem;top:67.3525390625rem;left:4.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2QgfVM7NSvib3hU4QzeBHfTqayzxO8D { width:9.75rem;height:9.75rem;top:65.2587890625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDL15M4uLuzfOLihWGb7Tc1GAban2Llo { width:2.875rem;height:2.875rem;top:67.158203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAgsAVAw67n0Hy9tdTBUlbOZxnsupTIw { width:3.375rem;height:3.375rem;top:50.705078125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaKCCxwDLa830zIAKp6TJTztH1pp7iPK { width:12.0625rem;height:3.41015625rem;top:45.6875rem;left:5.875rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MlnMH7Z3y5eztQErnCZKsGBt58ZfOZGO { width:13.8125rem;height:3.41015625rem;top:50.6875rem;left:5.78125rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bpy8WyLNlbLr1WSzkKn7WP8K8G2NUGkD { width:3.9375rem;height:5.25rem;top:74.75rem;left:3.75rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DBI4CyxpJLMzWcBqz1KT0QDJ1FbKrTTs { width:17.0625rem;height:28.8125rem;top:76.1875rem;left:1.5rem;z-index:15006;background-color:#e0e0e0;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;display:block; }
 }@media only screen and (max-width: 763px) { #tzcUfAtImaGMGpM3A3wPvzkM2LNRJ33X { width:15.5625rem;height:23.984375rem;top:80.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TPntbySpH111CaTA9LCmt5Kcbx9TwRWK { width:9.25rem;height:2.0996125rem;top:77.1875rem;left:8.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #P2SS9tJ93raMMr2lFXxbzoxTm29uyMPo { width:13rem;height:4.546875rem;top:59.751953125rem;left:5.78125rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zDlIrzglc27ASJLBPq8KKGb6PRG92Cgm { width:2.9375rem;height:2.9375rem;top:60.556640625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDNNEPETwOgqqBfJx5xObgMn3kaQ3EEG { width:2.75rem;height:2.75rem;top:46.017578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#e0e0e0;background-image:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#e0e0e0;background-image:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.25rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { width:17.5rem;height:auto;top:16.171875rem;left:0rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { width:17.5rem;height:auto;top:16.171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iH1wTfSSope6G0bS1pJNlDJ5M2hG3vqL {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #ha3eRQf8G1QCeKGBEZlr4RFQEEHVQXR6 { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #uWVnFKAd4H2vat9O3adL2Pm6oUnBVFky {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #kVN4y1Xos4UtKvX3lg326kGZCf1eaHmv {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #hPapcKtOQKTM5C8GJGJs5OAsfmNh1fw2 {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #h3LPvMR6gAlQzv6cr47tcufovKKSh9OE {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe {  }
 }@media only screen and (max-width: 763px) { #wH2Q7dT73PJyzQ1MiDu9RIvRvXfJ1dfC { width:17.0625rem;height:4.546875rem;top:12.32421875rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGNEZNnaoMqS3QMVTZiXcovTIrvyfSyu { width:14.125rem;height:2.2734375rem;top:55.9375rem;left:5.875rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HaDizpXlVzoyOUiOeFE8uaFcqs18RgkQ { width:2.625rem;height:2.625rem;top:55.76171875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KG5oBkhmtIz6cGU4mQv9Hc63AQJz3c { width:14.125rem;height:3.41015625rem;top:39.6630859375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O028zTPwC5uxngHQtUpTP6hSXvbkOsxi { top:7.4375rem;left:1.875rem;width:16.25rem;height:4.38671875rem;z-index:15030;font-weight:700;font-style:normal;font-size:1.6875rem;color:#333333;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adrbdrnqfn0TdHM8ctqn7DJCv6Uxkk5v { width:1.25rem;height:0;top:108.79980625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StbFwb1FlPkElDi2Hxr1TIcTmnQAykhp { width:9.6875rem;height:0;top:106.25rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwWIQiCTr9I1yDqFierHsK0fnfZ9ONx { width:9.3125rem;height:0;top:111.3496125rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:34.349609375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqP3Te5xyGAVR60RLbyTqSn8TWBLUhK7 { width:8.625rem;height:2.1875rem;top:6.224609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKkVAGClZuNEcQPq4aHBycDRgLgpTIE { width:8.6875rem;height:2.3125rem;top:2.037109375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1cacH5tP53QGokAPkvV0H9aA2kdDOOr { width:9.4375rem;height:2.625rem;top:10.662109375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { width:8.6875rem;height:1.9375rem;top:15.099609375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMdzWGwL01gXw9XvT6qzoAUOKz6maWg { width:8.6875rem;height:2.1875rem;top:23.537109375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { width:3.1875rem;height:3.125rem;top:18.537109375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCkqkatyniFlFLT8yndJdWug60WnWE5c { width:16.4375rem;height:3.8994125rem;top:4.625rem;left:4.96875rem;font-size:1rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbyvrV9znK8JXLfql68zN8zxtTyoSJLt { width:7.8125rem;height:0.4375rem;top:11.625rem;left:13.59375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EuuJlh5p4A4Df9kaM4AA66qMsTycRaTQ { width:5.75rem;height:1.625rem;top:26.974609375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { width:4.6875rem;height:2rem;top:29.849609375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { width:2.9375rem;height:0;top:33.099609375rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd { display:none; }#iFFhOTShNlhqL9gTiDqsOXMVNLOobXQd > .row .container { width:20rem;height:117.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tC9pQbin8SkehTRUHnl2urKn61gRNrsd { width:4.6875rem;height:6.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wyCX782n8WRTAW462GfOMqVlXAvmqy { width:19.4375rem;height:21.3125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1xPteuyBJhupRvsSmEvWuUP8dNyBCg { width:16.25rem;height:23.994125rem;top:11.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8oEglVbvKufOdKrbapM4hbyZ7H8KH { width:11.875rem;height:2.798825rem;top:21.4384765625rem;left:8.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP3dqX61yGRJEScDc45ET3XV4CQtqGyF { width:19.375rem;height:17.9375rem;top:76.4736875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tth1FTee9pOVgk7JbyTTRwcxIgbmLKPi { width:20rem;height:1.3994125rem;top:92.3486875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0WAB6OLrel0AHQN8130ivoXc43Np6q { width:20rem;height:27.193375rem;top:78.0986875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPpeyTVTz9y1lmBnB7QTpe90vTUfX8d { width:4.6875rem;height:6.25rem;top:106.5420625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veSXE1wk0mJKfZA56xnd111TTOTTXmhR { width:19.375rem;height:21.375rem;top:44.0556875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstG0QyJO8AQxfuQX987CWhLT4gOsnoX { width:20rem;height:1.3994125rem;top:62.9306875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzqZ77wIBzT3lIPX3unuJo6KLWfuHHTF { width:20rem;height:28.793rem;top:46.4306875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoAcqGuRKitDGHbPxmoltkunecNSLnup { width:4.6875rem;height:6.25rem;top:36.5556875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrRNtpncBvPmIUtdTtRtIxctmN5NGleC { width:20rem;height:0;top:114.0419921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F { display:none; }#Onx3rNz8t7GAkVPtLZnHCk6fXowrXA1F > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:9.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:19.625rem;height:4.3857375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3rODARUtpBIbW0SdNB8EbvTtpiQ5DIX { width:18.625rem;height:6.499rem;top:2.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rr7r2On4Ww2hJumPMbLJdDkNi77fzMNG { width:3.875rem;height:0.5rem;top:2.9384765625rem;left:11.46875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G1ggoQKbab56qTf5bFXuhUSHwdVqot0a { width:8rem;height:0.5rem;top:5.5625rem;left:8.40625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QwqvaZ3luUkCmkklRDTWZS0QgMr6MxGk { width:6.0625rem;height:0.5rem;top:6.810546875rem;left:1.34375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:14.3125rem;height:15.125rem;top:4.2607421875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRA63h2saXCqO91gmoa0la5XqnumggZQ { width:6.25rem;height:6.25rem;top:1.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { width:14.3125rem;height:15.125rem;top:24.2109375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxLcoZ4xImuTuDk5yiCXOVi6JqDP9LpU { width:6.25rem;height:6.25rem;top:21.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:12.5rem;height:7.3095625rem;top:11.140625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHUPQlfMswSikFefrI7xlefel4T99y2n { width:12.5rem;height:1.54361875rem;top:8.6796875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyePWFXnU3cDs0kkeLepD8CC0UKiTQnH { width:18.8125rem;height:18.8125rem;top:54.3984375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNQlhrNg5TTiIwTpCJ5y4028mfVFJFCz { width:12.5rem;height:12.5rem;top:74.4609375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhTiLwa1IuapOCP3BLL7pVkNS9bTv2Vn { width:12.5rem;height:12.5rem;top:78.2109375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7QgvPLdxV2TGVyivHJ6ZGWCpiG77h5T { width:15.625rem;height:2.2744125rem;top:1.25rem;left:2.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #akLKJhy58ufWlQBvd7ygWXhCOSmRUHvB { width:4.1875rem;height:4.1875rem;top:2.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xna4mToEAMGKTgHzwEX2HNwiaSCoPyTt { width:12.6875rem;height:1.54361875rem;top:28.2421875rem;left:3.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL6y5zpJoRlfD9DM7uTu2D4rD4iTxS74 { width:12.5rem;height:7.79883125rem;top:30.6796875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTXaDTKNopxIw8iRADSuaoTa8Ocu0cP { width:4.0625rem;height:4.0625rem;top:22.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF { display:block; }#O0Ufm6nPu6PisLJmDViGlNSOM3VJWpxF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsvC9KR6VTzTBWUzMTuTtTnReg6V9h0S { width:16.5rem;height:3.4375rem;top:0.96875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqyr9JJCt0cV991JgsRTVvF45XFUcTOt { display:block; }
 }@media only screen and (max-width: 763px) { #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { width:18.8125rem;height:18.8125rem;top:18.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { width:12.5rem;height:12.5rem;top:5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iheXaL2Fen9FU2UyzyklmI3scehRV3Iv { width:20rem;height:4.548825rem;top:38.8125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3BvbSFNasiaO3F9TLNHZSMm7oKPafPE { width:6.25rem;height:6.25rem;top:0.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUQKI3rxhzOaObqenztWss4TR1agwtOe { width:4.1875rem;height:4.1875rem;top:1.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqSEoMOCkwpXCRooFlDk6l1gTCJz0WG { width:6.25rem;height:6.25rem;top:23.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACISfuwwTNmAvTugG34kdnRui3DJFc7h { width:4.9375rem;height:4.9375rem;top:24.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseT3cngNyUWHxCFUJRpFf2JZo5uttqa { width:15.625rem;height:17.375rem;top:4.4228515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpSsO6AtN5S6mXTqDMqVbgt9fHVq7at { width:15.625rem;height:17.375rem;top:27.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvXvCKT6ZcTQPyRHfz96WAUse7q3mTVQ { width:14.25rem;height:3.0859375rem;top:8.0361328125rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xXkbLLT0VrzS9bgogS1W8EFXJJVzEK { width:13.625rem;height:3.0859375rem;top:31.125rem;left:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUm4F93uT93kO4zGRdBk2v7Nrp0P3K0B { width:13.125rem;height:7.79883125rem;top:35.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdXBV4oT4TszULQ19v4ctBw2GTbVHnz { width:12.9375rem;height:7.79883125rem;top:12.349609375rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA { display:block; }#mS84T4VUDWE5IDseMRMXXH9Jxe5QSxtA > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzvCrx1fVZ4M98ZpGz8sKTUN7eBO7nXe { width:17.8125rem;height:3.4375rem;top:1.875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAhkPfs15SfNkMGPQTaXgpOXAOrB09FR { display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { width:12.5rem;height:1.0559875rem;top:1.25rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { width:4.5625rem;height:1.0559875rem;top:3.5546875rem;left:7.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { width:8.5rem;height:1.0559875rem;top:5.859375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }