.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:36.8125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.875rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zwRHgw13zJEp60qCR4007cRQSa40RUv3 { color:#1f333b;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0673828125rem;left:6.25rem;height:1.4619125rem;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5927734375rem;left:45.75rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5927734375rem;left:52.25rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:59.25rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.5625rem;left:64.25rem;display:block; }
#wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:69.5rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.34375rem;left:3.3125rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:16.3125rem;left:1.875rem;height:5.90625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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:39.4375rem;width:22.125rem;top:4.4375rem;left:42.125rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#007375;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:10.1875rem;left:36.125rem;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#1f333b;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:28.18359375rem;left:23.1875rem;height:2.4433625rem;text-align:left;text-align-last:left;display:block; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#ffcc80;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:7.25rem;width:0.125rem;top:24.625rem;left:1.8125rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:19.625rem;left:33.5625rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#1f333b;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:20.21875rem;left:33.625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:10.9375rem;left:38rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:14.1875rem;width:7.1875rem;top:27.4375rem;left:60.3125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#dWFc9oxIxLvW0rc5ucQhTSTcS1HLbqoN { position:absolute;display:block;z-index:15040;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:11.875rem;width:21.25rem;top:23.46875rem;left:1.875rem;overflow:hidden;display:block; }
#xSV9Gxl0IG2v5lGTem2KmTwoG75h8TdL { color:#1f333b;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.626953125rem;left:23.1875rem;height:2.35546875rem;font-style:normal;display:block; }
#RzBSFizgsnszVnObTMCThKZbEQrEXo3q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:1.017578125rem;left:1.875rem; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.58203125rem;left:15.625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container { background-color: transparent; background-image: none; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container > .video-iframe-container { display: none; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row > .video-iframe-container { display: none; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .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); }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container { border-width: 0; border-radius: 0; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#qkbpB2RIDFPUWRHamyQ85r1bgtDCrDKp { position:absolute;display:block;z-index:15000;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:16.625rem;top:1.3125rem;left:2.875rem;display:block; }
#i9efKMhGx7Ab41ow1SqGJqDblm9LcyfG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:3.40625rem;left:7.59375rem;overflow:hidden;display:block; }
#KQf3RT1KGRlgAR1gtiRNhP82N68weNZk { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.546875rem;left:2.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnBBKzUOymo71N8Jqi9nEqSTIS21UDup { position:absolute;display:block;z-index:15004;background-color:#81cec9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:16.625rem;top:1.3125rem;left:20.3125rem;display:block; }
#npEyxNz9R3OoAkMIks4oARAUWUVm6X23 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.546875rem;left:20.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUkU6iuK8Txtd71kh5aftQadRpUe1tu6 { 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:7.1875rem;width:7.1875rem;top:3.40625rem;left:25.03125rem;overflow:hidden;display:block; }
#NT1hlRpmAx6vzrSI5iBNlkUSD98x2fcf { position:absolute;display:block;z-index:15008;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:16.75rem;top:1.25rem;left:37.8125rem;display:block; }
#b1AHeRgZNzURLy060nvtpVdyM0WkOWAe { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.546875rem;left:37.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vekc5HReTJM4DdsKNUc6bCkatmFovBmq { 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:7.8125rem;width:7.8125rem;top:3.09375rem;left:42.28125rem;overflow:hidden;display:block; }
#vZdnO36XIgNWk6K4NDdnEzSQigWTzZUC { position:absolute;display:block;z-index:15007;background-color:#81cec9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:16.625rem;top:1.3125rem;left:55.5rem;display:block; }
#gGAEPbndA3UANmg0m79wCVm61kk9CswT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:55.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3ZLAIsBbaGzHTcouSTkLEAdTuOWb4nx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:4.75rem;left:61.5625rem;overflow:hidden;display:block; }
#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ { position:relative;display:block; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ { background-color: transparent; background-image: none; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row .container > .video-iframe-container { display: none; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row > .video-iframe-container { display: none; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .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); }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ { border-width: 0; border-radius: 0; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .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; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mvTNLIBNxkO2QXo8ZVsxdJ5vKoE7fDEq { color:#1f333b;display:block;width:48.625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.55078125rem;left:13.1875rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#c0e4e1;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.875rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#1f333b;display:block;width:4.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.3994140625rem;left:3.125rem;height:7.19925rem;text-align:left;text-align-last:left;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { 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:15.125rem;width:18.75rem;top:15.125rem;left:2.5rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { 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:15.125rem;width:18.75rem;top:0rem;left:28.125rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:21.25rem;left:28.4375rem;height:7.19921875rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:28.4375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#007375;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.875rem;width:18.75rem;top:15.125rem;left:28.125rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { 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:15.125rem;width:18.75rem;top:15.125rem;left:53.75rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#1f333b;display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.3994140625rem;left:54.09375rem;height:7.19925rem;text-align:left;text-align-last:left;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:53.75rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:#ffcc80;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.875rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }
#xdzMdF7wUh8Am6fkB3NcSNL3G00e7BUd { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:2.0244140625rem;left:6.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#WJuZBfs4y42e4oT85XTQxGn3cVNHR2R6 { color:#1f333b;display:block;width:11rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:2.34375rem;left:8.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBX8Ds4LWAVdp05y45KTsnrINs7K1xnC { color:#1f333b;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:17.59375rem;left:33.0625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#em7nAD6SISeQxnuvlcdqTiogiOPIS5QT { color:#1f333b;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:2.34375rem;left:57.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.09375rem;left:31.5rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:15.625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.2265625rem;left:2.5rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.8984375rem;left:2.5rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { 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;opacity:1;top:0.375rem;left:2.5rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.8984375rem;left:28.96875rem;height:6.796875rem;text-align:left;text-align-last:left;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.2265625rem;left:28.96875rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:29rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.8984375rem;left:53.96875rem;height:6.796875rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.2265625rem;left:53.96875rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:54.625rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:2.5rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:29rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:54rem;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.8125rem;left:32rem;display:block; }
#JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { background-color: transparent; background-image: none; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container > .video-iframe-container { display: none; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row > .video-iframe-container { display: none; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .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); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { border-width: 0; border-radius: 0; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#NPtxG5es15EKoCsSnqxhdVEl65rDKV9c { position:absolute;display:block;z-index:15004;background-color:#234446;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:33.1875rem;width:19.125rem;top:10.625rem;left:27.9375rem;display:block; }
#o10ioeCrMy5Imi5kaVBhIfTOlDOkBRDn { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:33.1875rem;width:19.125rem;top:10.625rem;left:2.5rem;display:block; }
#ydu3gvNxVt40LkX5DHpdm9xEMNcorEX8 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:33.1875rem;width:19.125rem;top:10.625rem;left:53.375rem;display:block; }
#rnLWnapBM8SxqRsm54lQTAnbPJVKNHTb { background-color:#234446;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.6875rem;left:5.1875rem;display:block; }
#ZS94UHHLqWxlo3ZfN5JeEMll41DpBeQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOwpz5wELP38286RQnXGmVBiItyr2OSu { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:30.625rem;display:block; }
#CPgFqNxJkTlLo6fn1mLp6oEKAl9ksHXk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4d2V0HHbwhZV2PLxUOPlPGdxwowvsMS { background-color:#234446;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:56.0625rem;display:block; }
#B7Hh1xU3IipphvMs7QMI8DyJDXm5ayGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGhrei2OZQOETlgiR5zw2Fs6omdTvahg { color:#234446;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5kp4amiGeZgEETbzZTzXU1hTGX297rE { color:#234446;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.9375rem;left:6.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbRRcottNpb5dtIoIhkvrpai1P6RI2Vf { color:#234446;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.1875rem;left:6.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLEK7kGZ495qtpdNxpzldf6F2Z5EyNNm { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.3125rem;left:5.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sqyeHIk7Z0LNEEL31ygdM55nwWMt1nLd { color:#000000;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.4375rem;left:5.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgiR5hukeJbsDXqAU12lwfEc8A37vRIp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.6875rem;left:6.25rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#gM97poPzKI2SsTz268tSUreKJwU8nZuD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6875rem;left:31.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbK6pdAVs3qsdixXTeGH3TGBAAnUackc { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:32.75rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvBwUw9hODI9VkMffVwQP5wBuHazFxlu { color:#f8f8f8;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21rem;left:30.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OeymoAqDw8qsykeHXxCCK6yu9WHhMToP { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.5rem;left:30.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKnRmkaArdvScRPgUUigitxrHMmkxbsx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:29.1875rem;left:31.8125rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#BDMAs9TNuBsc7Uq9tBlAa2nwznnD6nWn { color:#234446;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:57.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2rZNrpLGR5di7NgJG7gpUkOH95N20bg { color:#234446;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.6875rem;left:57.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3svkSF6mnRQKIEEcMToFQBs50cvNqtv { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.8125rem;left:56.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZUyDfabvWPEtvznEG3HiXRLbw89dECXr { color:#000000;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.1875rem;left:56.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukL1LKhyHXSmWARLGoREVxNavVRVmlOi { color:#071638;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:27.875rem;left:57.25rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDbn1CU8owwK70dz5iFwslozTPvG6phG { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:23.9375rem;top:1.8125rem;left:6.75rem;overflow:hidden;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:#c0e4e1;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:5.875rem;width:12.0625rem;top:0.5625rem;left:4.875rem;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.25rem;left:6.75rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.8125rem;left:6.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:32.32421875rem;left:6.75rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:32.3125rem;left:43.125rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:43.125rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { 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:23.5625rem;width:23.875rem;top:1.25rem;left:43.125rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:#ffcc80;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:5.875rem;width:12.0625rem;top:20.25rem;left:56.875rem;display:block; }
#GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:43.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#bkce2vDf1Toqd5BcTki63uZAyTZogxq8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.5rem;left:6.5rem; }
#wiOOu2gCM4nPPzwp4oQfdMQMo5XmBH5G { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.375rem;left:10.5rem; }
#satpippOlXTkaXpfOpEhWvCM6daq2Sk5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.375rem;left:47.125rem; }
#pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.5rem;left:43.125rem; }
#vAxryeS89qBOrEHCbwGWQX2WJgeXfIac { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.5rem;left:8.5rem; }
#eonDed3padzT7hR3yAmFUskh4Xefhgnp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.5rem;left:45.0625rem; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007375;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; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { background-color: transparent; background-image: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .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); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { border-width: 0; border-radius: 0; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { color:rgba(255,255,255,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { color:rgba(255,255,255,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007375;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; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { background-color: transparent; background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .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); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:1.46875rem;left:11.15625rem;display:block; }
#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:15.0625rem;width:7.1875rem;top:0rem;left:7.5rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:15.0625rem;width:7.1875rem;top:17.4375rem;left:60.3125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA { position:relative;display:block; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA { background-color: transparent; background-image: none; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row .container > .video-iframe-container { display: none; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row > .video-iframe-container { display: none; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .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); }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA { border-width: 0; border-radius: 0; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .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; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007375; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:400;font-size:1.5rem;color:#1f333b;height:auto;font-style:normal; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;color:#1f333b;height:auto;line-height:1.5;overflow:hidden; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_be6cf71053dba7d8c25772f9897b0be936d5c299.svg");background-size:contain !important; }#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-trigger.adaptive-delivery-prevent-bg, #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-trigger.lazyload, #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-trigger.lazyloading { background-image: none; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:0rem;left:6.875rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #ug932TW4JfpWGIPoSephm0kX8JVe7071 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #q2Qz2y1B6GS80DNon1mXkenvspskbJuE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #kTaBARqBZ2c03MggTvfzlNSy40lnswch { display:block;position:relative; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #FQ94Kc2ykdpEr0QSOGMNRld02T7WH1yn {  }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #XRfWe90w1CMf5RHXM09nVUlRLVOgGLsn {  }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #tl6rAlxZ9SbT5SERM9Bl1MWPg3fAVwqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #gxvxznOAmnmeT0ngFi2NTlIpMlMWLJzA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #KeBI4AHna42pRz1TEwC98SyzQvuLXLzF { display:block;position:relative; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #Xp7CE0Q1sJGeUOTNWhKt6D8ap0rl8bP9 {  }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #FzDTZVpkcTpev9ZVOps5OazULlX9SyBB { display:none; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #PETDDwfJzsek947BeoXiibcfc3N8bD7f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #aZasKFmSTtqUvE9PUmSt8e97XC58TpAH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #dOR00z7buvtgBKzC3SMFrOT4LEyVsqHa { display:block;position:relative; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #O1if4B4vEp19AbmQ0vTB7cm7mmCM5kIB {  }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #bNp5W2XaRs1ouGHGSGriTylOT5GeIlIy { display:none; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:60.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2rem;left:8.1875rem;height:6.2988125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQvpa10lTGJHg6ykA2IzKgdlJMIu16tz { background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.25rem;left:25.875rem;display:block; }
#m0n4kR6MUL77tqOW2f83ORPw2w6wzlyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#ffcc80;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:5.25rem;width:0.125rem;top:10.0625rem;left:12.25rem;display:block; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:20.5rem;left:12.25rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:#1f333b;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:21.0625rem;left:12.25rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:21.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.625rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:4.375rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-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.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#1f333b;width:17rem;height:3.25rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.375rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.0625rem;left:38.625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.0625rem;left:38.625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Q2VrisLqRAw91Ky21wXe2XIslpcvoAuS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NJlRNabqmBXv5FoWnxSrZfTsHa8GAHGl { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZHlGRkxu2f9CJiaTwR3BbgKJ02B5rcv4 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #f1G5wgIXxSdnQkiha71G9S0a6fyfXShR { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #pBz1eMyAIJIOQZFPmtlFJRK4JZ3voXud { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dbm2NKKR2K9p8fQb79Jhu9s6mgLokKh3 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:#ffcc80;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:21.9375rem;width:26.1875rem;top:9.875rem;left:36.875rem;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:15.625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:24.4375rem;top:18.8125rem;left:14.1875rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.8125rem;width:7.1875rem;top:26.5625rem;left:60.3125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#bDTgormq24MUu1L5ra9P6adAXOvCxLdN { color:#007375;display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:3.6875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.45703125rem;left:20.125rem;height:4.79296875rem;display:block; }
#Rex7cDJXIyCPxPn5Each7RneTclETtUW { color:#007375;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:10.126953125rem;left:13.34375rem;height:3.4121125rem;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.5rem;left:2.5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:6.5rem;left:27.5rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:27.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:52.5rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:52.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:36.8125rem;height:;top:5.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwRHgw13zJEp60qCR4007cRQSa40RUv3 { width:12.5rem;height:1.4375rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.5625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:4.4375rem;height:2.25rem;top:1.5625rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.5rem;height:2.375rem;top:1.5625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:19.875rem;height:3.25rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:29.5rem;height:5.9375rem;top:16.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:22.125rem;height:39.4375rem;top:4.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:18.875rem;height:2.4375rem;top:28.125rem;left:9.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:19.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:20.1875rem;left:20rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:10.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:27.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWFc9oxIxLvW0rc5ucQhTSTcS1HLbqoN { top:23.4375rem;left:0rem;width:21.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSV9Gxl0IG2v5lGTem2KmTwoG75h8TdL { top:30.625rem;left:9.5625rem;width:20.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzBSFizgsnszVnObTMCThKZbEQrEXo3q { top:1rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:2.5625rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzoFtQLONI2t9JSiTwKasMm0m90Su3ac { display:block; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkbpB2RIDFPUWRHamyQ85r1bgtDCrDKp { width:16.625rem;height:16.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9efKMhGx7Ab41ow1SqGJqDblm9LcyfG { width:7.1875rem;height:7.1875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQf3RT1KGRlgAR1gtiRNhP82N68weNZk { width:16.875rem;height:4.0625rem;top:11.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBBKzUOymo71N8Jqi9nEqSTIS21UDup { width:16.625rem;height:16.4375rem;top:1.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npEyxNz9R3OoAkMIks4oARAUWUVm6X23 { width:16.875rem;height:4.0625rem;top:11.5rem;left:6.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUkU6iuK8Txtd71kh5aftQadRpUe1tu6 { width:7.1875rem;height:7.1875rem;top:3.375rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1hlRpmAx6vzrSI5iBNlkUSD98x2fcf { width:16.75rem;height:16.5625rem;top:1.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1AHeRgZNzURLy060nvtpVdyM0WkOWAe { width:16.875rem;height:4.0625rem;top:11.5rem;left:24.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekc5HReTJM4DdsKNUc6bCkatmFovBmq { width:7.8125rem;height:7.8125rem;top:3.0625rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZdnO36XIgNWk6K4NDdnEzSQigWTzZUC { width:16.625rem;height:16.4375rem;top:1.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAEPbndA3UANmg0m79wCVm61kk9CswT { width:16.875rem;height:2rem;top:12.5625rem;left:30.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZLAIsBbaGzHTcouSTkLEAdTuOWb4nx { width:4.5rem;height:4.5rem;top:4.75rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ { display:block; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvTNLIBNxkO2QXo8ZVsxdJ5vKoE7fDEq { width:47.75rem;height:3.125rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:4.3125rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:18.75rem;height:7.1875rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:15.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:15.125rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:18.125rem;height:7.1875rem;top:21.25rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:16.0625rem;height:4.0625rem;top:16.6875rem;left:15.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:15.125rem;top:15.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:18.0625rem;height:7.1875rem;top:6.375rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdzMdF7wUh8Am6fkB3NcSNL3G00e7BUd { width:18.75rem;height:;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJuZBfs4y42e4oT85XTQxGn3cVNHR2R6 { width:11rem;height:2.25rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBX8Ds4LWAVdp05y45KTsnrINs7K1xnC { width:14.6875rem;height:2.25rem;top:17.5625rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #em7nAD6SISeQxnuvlcdqTiogiOPIS5QT { width:14.6875rem;height:2.25rem;top:2.3125rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:12rem;height:3.25rem;top:3.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:2.875rem;top:4.5rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.25rem;top:2.3125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:3.875rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:3.375rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:6.75rem;top:8.875rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:15rem;height:3.875rem;top:4.1875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:6.75rem;top:8.875rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:3.875rem;top:4.1875rem;left:30.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:12rem;height:3.25rem;top:2.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #foVlLclJsF0ge9RceNWObw5zbO2TRrX6 { display:block; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPtxG5es15EKoCsSnqxhdVEl65rDKV9c { top:10.625rem;left:12.625rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o10ioeCrMy5Imi5kaVBhIfTOlDOkBRDn { top:10.625rem;left:0rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydu3gvNxVt40LkX5DHpdm9xEMNcorEX8 { top:10.625rem;left:28.5rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnLWnapBM8SxqRsm54lQTAnbPJVKNHTb { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS94UHHLqWxlo3ZfN5JeEMll41DpBeQy { display:block; }
 }@media only screen and (max-width: 763px) { #nOwpz5wELP38286RQnXGmVBiItyr2OSu { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPgFqNxJkTlLo6fn1mLp6oEKAl9ksHXk { display:block; }
 }@media only screen and (max-width: 763px) { #h4d2V0HHbwhZV2PLxUOPlPGdxwowvsMS { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Hh1xU3IipphvMs7QMI8DyJDXm5ayGp { display:block; }
 }@media only screen and (max-width: 763px) { #TGhrei2OZQOETlgiR5zw2Fs6omdTvahg { top:2.0625rem;left:6.75rem;width:25rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kp4amiGeZgEETbzZTzXU1hTGX297rE { top:11.9375rem;left:1.6875rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRRcottNpb5dtIoIhkvrpai1P6RI2Vf { top:15.1875rem;left:2.3125rem;width:11.25rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLEK7kGZ495qtpdNxpzldf6F2Z5EyNNm { top:20.3125rem;left:0.8125rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyeHIk7Z0LNEEL31ygdM55nwWMt1nLd { top:22.4375rem;left:0.5rem;width:14.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgiR5hukeJbsDXqAU12lwfEc8A37vRIp { top:28.6875rem;left:1.6875rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM97poPzKI2SsTz268tSUreKJwU8nZuD { top:12.6875rem;left:18.125rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbK6pdAVs3qsdixXTeGH3TGBAAnUackc { top:16rem;left:19.0625rem;width:10.6875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBwUw9hODI9VkMffVwQP5wBuHazFxlu { top:21rem;left:17.25rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeymoAqDw8qsykeHXxCCK6yu9WHhMToP { top:24.5rem;left:16.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKnRmkaArdvScRPgUUigitxrHMmkxbsx { top:29.1875rem;left:18.125rem;width:12.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMAs9TNuBsc7Uq9tBlAa2nwznnD6nWn { top:11.375rem;left:34.4375rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2rZNrpLGR5di7NgJG7gpUkOH95N20bg { top:14.6875rem;left:35.0625rem;width:11.25rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3svkSF6mnRQKIEEcMToFQBs50cvNqtv { top:19.8125rem;left:33.375rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyDfabvWPEtvznEG3HiXRLbw89dECXr { top:23.1875rem;left:32.75rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukL1LKhyHXSmWARLGoREVxNavVRVmlOi { top:27.875rem;left:34.4375rem;width:12.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:3.125rem;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:43.75rem;height:1.75rem;top:11.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:23.9375rem;height:23.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:23.9375rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:23.9375rem;height:1.3125rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:23.9375rem;height:5.375rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:5.375rem;top:32.3125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:27.25rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:23.875rem;height:23.5625rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:20.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:23.9375rem;height:1.3125rem;top:29.8125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkce2vDf1Toqd5BcTki63uZAyTZogxq8 { width:1.3125rem;height:1.3125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiOOu2gCM4nPPzwp4oQfdMQMo5XmBH5G { width:1.625rem;height:1.625rem;top:39.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #satpippOlXTkaXpfOpEhWvCM6daq2Sk5 { width:1.625rem;height:1.625rem;top:39.375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { width:1.3125rem;height:1.3125rem;top:39.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAxryeS89qBOrEHCbwGWQX2WJgeXfIac { width:1.3125rem;height:1.3125rem;top:39.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonDed3padzT7hR3yAmFUskh4Xefhgnp { width:1.3125rem;height:1.3125rem;top:39.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:43.75rem;height:3.125rem;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:43.75rem;height:1.75rem;top:11.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { width:47.75rem;height:26.792111506524rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15.0625rem;top:17.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA { display:block; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H { display:flex;height:auto;width:27.8125rem;top:0rem;left:8.71875rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #ug932TW4JfpWGIPoSephm0kX8JVe7071 {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #q2Qz2y1B6GS80DNon1mXkenvspskbJuE {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #kTaBARqBZ2c03MggTvfzlNSy40lnswch {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #FQ94Kc2ykdpEr0QSOGMNRld02T7WH1yn {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #XRfWe90w1CMf5RHXM09nVUlRLVOgGLsn {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #tl6rAlxZ9SbT5SERM9Bl1MWPg3fAVwqE {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #gxvxznOAmnmeT0ngFi2NTlIpMlMWLJzA {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #KeBI4AHna42pRz1TEwC98SyzQvuLXLzF {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #Xp7CE0Q1sJGeUOTNWhKt6D8ap0rl8bP9 {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #FzDTZVpkcTpev9ZVOps5OazULlX9SyBB {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #PETDDwfJzsek947BeoXiibcfc3N8bD7f {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #aZasKFmSTtqUvE9PUmSt8e97XC58TpAH {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #dOR00z7buvtgBKzC3SMFrOT4LEyVsqHa {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #O1if4B4vEp19AbmQ0vTB7cm7mmCM5kIB {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #bNp5W2XaRs1ouGHGSGriTylOT5GeIlIy {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvpa10lTGJHg6ykA2IzKgdlJMIu16tz { width:23.25rem;height:3.25rem;top:12.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0n4kR6MUL77tqOW2f83ORPw2w6wzlyG { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.875rem;height:5.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:21.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:28.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:27.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:28.625rem;height:23.375rem;top:10.0625rem;left:16.625rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:28.625rem;height:23.375rem;top:10.0625rem;left:16.625rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Q2VrisLqRAw91Ky21wXe2XIslpcvoAuS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NJlRNabqmBXv5FoWnxSrZfTsHa8GAHGl {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZHlGRkxu2f9CJiaTwR3BbgKJ02B5rcv4 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #f1G5wgIXxSdnQkiha71G9S0a6fyfXShR {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #pBz1eMyAIJIOQZFPmtlFJRK4JZ3voXud {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dbm2NKKR2K9p8fQb79Jhu9s6mgLokKh3 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:26.1875rem;height:21.9375rem;top:9.875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:18.75rem;top:18.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:26.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDTgormq24MUu1L5ra9P6adAXOvCxLdN { top:2.4375rem;left:5.1875rem;width:42.5625rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rex7cDJXIyCPxPn5Each7RneTclETtUW { top:10.125rem;left:0rem;width:22rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:3.5625rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:18.125rem;height:5.375rem;top:6.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.25rem;top:3.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.75rem;top:6.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.25rem;top:3.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:2.54980625rem;top:7rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zwRHgw13zJEp60qCR4007cRQSa40RUv3 { width:10.8125rem;height:1.29980625rem;top:1.4375rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:1.875rem;top:4.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:3.5625rem;height:1.875rem;top:4.5625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:3.25rem;height:1.875rem;top:4.5625rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:19rem;height:3.375rem;top:67.2998046875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:6.75rem;top:47.1875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.8125rem;height:26.75rem;top:15.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:18.9375rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:20rem;height:1.59375rem;top:42.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0a323f;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:58.0244140625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.375rem;height:5.375rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:2.65625rem;top:34.375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:33.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWFc9oxIxLvW0rc5ucQhTSTcS1HLbqoN { width:19.875rem;height:11.0625rem;top:56.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSV9Gxl0IG2v5lGTem2KmTwoG75h8TdL { width:20rem;height:2.51855625rem;top:43.90625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzBSFizgsnszVnObTMCThKZbEQrEXo3q { display:flex;width:3.75rem;height:3.75rem;top:71.9248046875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:5.5996125rem;top:2.88671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzoFtQLONI2t9JSiTwKasMm0m90Su3ac { display:block; }#mzoFtQLONI2t9JSiTwKasMm0m90Su3ac > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkbpB2RIDFPUWRHamyQ85r1bgtDCrDKp { width:18.9375rem;height:18.75rem;top:0.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9efKMhGx7Ab41ow1SqGJqDblm9LcyfG { width:6.875rem;height:6.875rem;top:3.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQf3RT1KGRlgAR1gtiRNhP82N68weNZk { width:16.25rem;height:4.875rem;top:12.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-family:lato;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBBKzUOymo71N8Jqi9nEqSTIS21UDup { width:18.9375rem;height:18.75rem;top:20.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npEyxNz9R3OoAkMIks4oARAUWUVm6X23 { width:16.25rem;height:4.875rem;top:30.875rem;left:1.875rem;text-align:center;text-align-last:center;font-family:lato;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUkU6iuK8Txtd71kh5aftQadRpUe1tu6 { width:6.6875rem;height:6.6875rem;top:21.625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1hlRpmAx6vzrSI5iBNlkUSD98x2fcf { width:18.9375rem;height:18.75rem;top:39.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1AHeRgZNzURLy060nvtpVdyM0WkOWAe { width:20rem;height:4.875rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;font-family:lato;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekc5HReTJM4DdsKNUc6bCkatmFovBmq { width:7.375rem;height:7.375rem;top:41.9375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZdnO36XIgNWk6K4NDdnEzSQigWTzZUC { width:18.9375rem;height:18.75rem;top:59.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAEPbndA3UANmg0m79wCVm61kk9CswT { width:16.875rem;height:2.4375rem;top:72.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZLAIsBbaGzHTcouSTkLEAdTuOWb4nx { width:4.5rem;height:4.5rem;top:64rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ { display:block; }#vxUGCPgcOHOaV0KDblaJ9oqPokolrulJ > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvTNLIBNxkO2QXo8ZVsxdJ5vKoE7fDEq { width:20rem;height:8.3994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:4.0625rem;top:18.25rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:7.19925rem;top:23.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:16.125rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:7.19921875rem;top:56.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:50.875rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:16.125rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:8.999rem;top:88.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:83.5rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdzMdF7wUh8Am6fkB3NcSNL3G00e7BUd { width:18.75rem;height:0;top:98.9980625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJuZBfs4y42e4oT85XTQxGn3cVNHR2R6 { width:11rem;height:2.25rem;top:19.15625rem;left:6.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBX8Ds4LWAVdp05y45KTsnrINs7K1xnC { width:14.6875rem;height:2.25rem;top:51.78125rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #em7nAD6SISeQxnuvlcdqTiogiOPIS5QT { width:14.6875rem;height:2.25rem;top:84.40625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:11rem;height:3.25rem;top:2.59375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:20rem;height:1.29980625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:3.8984375rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:3.3984375rem;top:8.8984375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:6.796875rem;top:23.1484375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:3.8984375rem;top:19.25rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:14.25rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:6.796875rem;top:38.69921875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.94921875rem;top:35.5625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:30.9375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:14rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:30.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:11rem;height:3.25rem;top:2.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #foVlLclJsF0ge9RceNWObw5zbO2TRrX6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { background-color: transparent; background-image: none; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container > .video-iframe-container { display: none; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row > .video-iframe-container { display: none; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .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); }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { border-width: 0; border-radius: 0; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foVlLclJsF0ge9RceNWObw5zbO2TRrX6 > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPtxG5es15EKoCsSnqxhdVEl65rDKV9c { width:20rem;height:32.5rem;top:39.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o10ioeCrMy5Imi5kaVBhIfTOlDOkBRDn { width:20rem;height:32.4375rem;top:4.4111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydu3gvNxVt40LkX5DHpdm9xEMNcorEX8 { width:20rem;height:32.5625rem;top:71.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnLWnapBM8SxqRsm54lQTAnbPJVKNHTb { width:13.6875rem;height:4.0625rem;top:30.375rem;left:3.15625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZS94UHHLqWxlo3ZfN5JeEMll41DpBeQy { display:block; }
 }@media only screen and (max-width: 763px) { #nOwpz5wELP38286RQnXGmVBiItyr2OSu { width:13.6875rem;height:4.0625rem;top:64.0615234375rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #CPgFqNxJkTlLo6fn1mLp6oEKAl9ksHXk { display:block; }
 }@media only screen and (max-width: 763px) { #h4d2V0HHbwhZV2PLxUOPlPGdxwowvsMS { width:13.6875rem;height:4.0625rem;top:97.810546875rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #B7Hh1xU3IipphvMs7QMI8DyJDXm5ayGp { display:block; }
 }@media only screen and (max-width: 763px) { #TGhrei2OZQOETlgiR5zw2Fs6omdTvahg { width:20rem;height:2.5996125rem;top:0.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kp4amiGeZgEETbzZTzXU1hTGX297rE { width:20rem;height:2.5996125rem;top:6.185546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRRcottNpb5dtIoIhkvrpai1P6RI2Vf { width:9.125rem;height:3.0058625rem;top:9.66015625rem;left:5.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLEK7kGZ495qtpdNxpzldf6F2Z5EyNNm { width:14.25rem;height:1.29980625rem;top:13.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyeHIk7Z0LNEEL31ygdM55nwWMt1nLd { width:14.875rem;height:5.19921875rem;top:15.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgiR5hukeJbsDXqAU12lwfEc8A37vRIp { width:12.5rem;height:6.499rem;top:22.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM97poPzKI2SsTz268tSUreKJwU8nZuD { width:12.5rem;height:2.5996125rem;top:41.6875rem;left:3.748046875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbK6pdAVs3qsdixXTeGH3TGBAAnUackc { width:11.0625rem;height:3.0058625rem;top:45.5615234375rem;left:4.46875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBwUw9hODI9VkMffVwQP5wBuHazFxlu { width:14.25rem;height:1.29980625rem;top:50.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeymoAqDw8qsykeHXxCCK6yu9WHhMToP { width:14.875rem;height:2.5996125rem;top:52.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKnRmkaArdvScRPgUUigitxrHMmkxbsx { width:12.5rem;height:6.3984375rem;top:56.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMAs9TNuBsc7Uq9tBlAa2nwznnD6nWn { width:12.5rem;height:2.5996125rem;top:73.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2rZNrpLGR5di7NgJG7gpUkOH95N20bg { width:11.25rem;height:2.5996125rem;top:76.875rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3svkSF6mnRQKIEEcMToFQBs50cvNqtv { width:14.25rem;height:1.29980625rem;top:80.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyDfabvWPEtvznEG3HiXRLbw89dECXr { width:14.875rem;height:2.5996125rem;top:83.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukL1LKhyHXSmWARLGoREVxNavVRVmlOi { width:12.5rem;height:6.3984375rem;top:89.310546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.79980625rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:3.5996125rem;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:17.5rem;height:17.1875rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.94970625rem;top:19.625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:17.1875rem;height:1.13720625rem;top:22rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:5.3994125rem;top:24.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:7.19925rem;top:60.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.94970625rem;top:56.125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:17.5rem;height:17.1875rem;top:37.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:36.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:17.1875rem;height:1.29980625rem;top:58.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkce2vDf1Toqd5BcTki63uZAyTZogxq8 { display:flex;width:1.3125rem;height:1.3125rem;top:31.46875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #wiOOu2gCM4nPPzwp4oQfdMQMo5XmBH5G { display:flex;width:1.625rem;height:1.625rem;top:31.3125rem;left:4.84375rem; }
 }@media only screen and (max-width: 763px) { #satpippOlXTkaXpfOpEhWvCM6daq2Sk5 { display:flex;width:1.625rem;height:1.625rem;top:69.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { display:flex;width:1.3125rem;height:1.3125rem;top:70rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vAxryeS89qBOrEHCbwGWQX2WJgeXfIac { display:flex;width:1.3125rem;height:1.3125rem;top:31.46875rem;left:3.09375rem; }
 }@media only screen and (max-width: 763px) { #eonDed3padzT7hR3yAmFUskh4Xefhgnp { display:flex;width:1.3125rem;height:1.3125rem;top:70.03125rem;left:3.03125rem; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:20rem;height:5.5996125rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:20rem;height:1.29980625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:20rem;height:3.5996125rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { height:11.25rem;width:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:5.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:2.5996125rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA { display:block; }#QHWO0XG4R6tRHG9MMGBGlqQBh9DUvHUA > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-heading-text { font-size:1.375rem;height:auto; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H { display:flex;height:auto;width:18.75rem;top:0rem;left:0rem; }
#HwyRu2TeFhnityXyXkP5R1fUPfxILt3H .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #ug932TW4JfpWGIPoSephm0kX8JVe7071 {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #q2Qz2y1B6GS80DNon1mXkenvspskbJuE {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #kTaBARqBZ2c03MggTvfzlNSy40lnswch {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #FQ94Kc2ykdpEr0QSOGMNRld02T7WH1yn {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #XRfWe90w1CMf5RHXM09nVUlRLVOgGLsn {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #tl6rAlxZ9SbT5SERM9Bl1MWPg3fAVwqE {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #gxvxznOAmnmeT0ngFi2NTlIpMlMWLJzA {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #KeBI4AHna42pRz1TEwC98SyzQvuLXLzF {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #Xp7CE0Q1sJGeUOTNWhKt6D8ap0rl8bP9 {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #FzDTZVpkcTpev9ZVOps5OazULlX9SyBB {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #PETDDwfJzsek947BeoXiibcfc3N8bD7f {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #aZasKFmSTtqUvE9PUmSt8e97XC58TpAH {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #dOR00z7buvtgBKzC3SMFrOT4LEyVsqHa {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #O1if4B4vEp19AbmQ0vTB7cm7mmCM5kIB {  }
 }@media only screen and (max-width: 763px) { #HwyRu2TeFhnityXyXkP5R1fUPfxILt3H #bNp5W2XaRs1ouGHGSGriTylOT5GeIlIy {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:10.5rem;top:5.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvpa10lTGJHg6ykA2IzKgdlJMIu16tz { width:19.75rem;height:3.25rem;top:0.875rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0n4kR6MUL77tqOW2f83ORPw2w6wzlyG { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:6.6337890625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.3125rem;top:52.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:2.65625rem;top:53.5rem;left:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:14.1875rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:14.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Q2VrisLqRAw91Ky21wXe2XIslpcvoAuS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #NJlRNabqmBXv5FoWnxSrZfTsHa8GAHGl {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZHlGRkxu2f9CJiaTwR3BbgKJ02B5rcv4 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #f1G5wgIXxSdnQkiha71G9S0a6fyfXShR {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #pBz1eMyAIJIOQZFPmtlFJRK4JZ3voXud {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dbm2NKKR2K9p8fQb79Jhu9s6mgLokKh3 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:24.1875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:0.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:48.5rem;left:12.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #bDTgormq24MUu1L5ra9P6adAXOvCxLdN { width:20rem;height:2.5996125rem;top:2.34375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rex7cDJXIyCPxPn5Each7RneTclETtUW { width:17.25rem;height:5.84765rem;top:6.3359375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.29980625rem;top:4.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:3.5996125rem;top:6.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.75rem;height:5.39941875rem;top:14.1875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.29980625rem;top:11.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.79980625rem;top:23.5rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.29980625rem;top:20.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }