.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-input-select option {
  color: #000;
}
.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 {
  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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container {  }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#nce9dAZGy5aeGuNgkGxpdgKl2mzq6mUc { background-color:#99cc33;background-image:none;border-top:0.125rem solid #99cc33;border-left:0.125rem solid #99cc33;border-right:0.125rem solid #99cc33;border-bottom:0.125rem solid #99cc33;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.59375rem;left:60.375rem;display:block; }
#lSnvmXg8Eme7JSiymsJ3CNhPIpJA4xe3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aUwMvCdKqVUfzcqRmoxEgo4Hsu756AhC { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:16.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#cQbgyohbTKF56KZF2CqQxetK78754qTb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e355101d-02b6-4591-a4b7-9237ebf987b9/panels.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#cQbgyohbTKF56KZF2CqQxetK78754qTb.adaptive-delivery-prevent-bg, #cQbgyohbTKF56KZF2CqQxetK78754qTb.lazyload, #cQbgyohbTKF56KZF2CqQxetK78754qTb.lazyloading { background-image: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container { background-color: transparent; background-image: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.59); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container > .video-iframe-container { display: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.59); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row > .video-iframe-container { display: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .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); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container { border-width: 0; border-radius: 0; }#cQbgyohbTKF56KZF2CqQxetK78754qTb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row > .video-iframe-container {  }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#b8Q8DQF0R53EXr3u7TbLfbTiAwhuF4ZO { position:absolute;display:block;z-index:100000;background-color:#99cc33;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;height:12.375rem;width:8.125rem;top:5.7625002861023rem;left:0rem;display:block; }
#ZUhCFKsEMf5PIoUqsHeDmwkSEcyshkCp { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:6.1500010490417rem;left:1.9375rem;height:11.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r3WiIMRBwaNPcCSAg4WRyZmmM0fIX0fM { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:20.287500858307rem;left:25.250000953674rem;height:3.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TQontc29w4yytwV8VxKQkHNcN000hTwA { position:absolute;display:block;z-index:100001;background-color:#197278;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;height:34.5rem;width:27rem;top:7.125rem;left:45.8125rem;display:block; }
#Ld7x3ZIU1f9tBXgiCrw8bPDt0Wf58SJG { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:"montserrat extrabold";font-size:4.0625rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:18.775000095367rem;left:2.0625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u9FWkBBm9IR1AmP3cy4TKGcJSt2h0rF4 { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:26.543751239777rem;left:2.25rem;height:1.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oCcXEs5upXDfXJ0OiUCAvmefoOeqNgx0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:6.125rem;top:28.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#BD5l1hODenmNG30dVoK4vnrJFvn3ucD3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:7.0625rem;top:29.5625rem;left:15.5625rem;overflow:hidden;display:block; }
#S9ioiDwg7uOEiWEqs2lLOVaemkzVRRTx { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:4.4375rem;top:29rem;left:9.6875rem;overflow:hidden;display:block; }
#tRCVB6ZXa8CikxN7cVpqonNN1QNK029l { color:#ffffff;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:9.75rem;left:48rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-form-header {  }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-text {padding-top: 0; padding-bottom: 0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-select {padding-top: 0; padding-bottom: 0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .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; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-button { 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:#99cc33;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:21.625rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp [class*="-text"]:-moz-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp [class*="-text"]::-moz-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp [class*="-text"]:-ms-input-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp [class*="-text"]::-webkit-input-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .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:montserrat;line-height:1.3;font-size:0.5rem;font-weight:300;color:#ffffff;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .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; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .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:"montserrat semi bold";font-size:0.75rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-container:first-of-type{padding-top:0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-container:last-of-type{padding-bottom:0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:12.5625rem;left:47.375rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.5rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp {display:block;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:12.5625rem;left:47.375rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #LM2Czk53bn5WOwtN3S7FGBfTGgwgCveJ { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #MpBuTfyNLnVHnGOKis2rMsOSeBssIx4W { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #A9afa76WXzLTT8ZTMFpUK0fTrMvtc7tn { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #gyr7HMJLeKcANCcvzUTHZzXSf4Ohb2UF { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #hCXcahT8Uk0tAhMuAvsUv3FNawDmcCLT { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #z0tusRLHvnGwdBkIn4FV3aVTKbuhBrFM { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #WwiuBStSKSf3AaJGcq9TVFhZz9kZVlcm { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #N92JRwL30c4AgC4yDbamGgFZxp70ghfl { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pdFh92sD9WEgvGvxryQhrBpPl0GbCAN9 { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #Nqt5iK4Km9cAlT0K2HVaOofB4zeC7Tg1 { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #wLk3at9fQvOolEKyCpuP4Gt09WGU8SQy { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pBqDmgEs3g37VxUPOX597JvDQpopUMb2 { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #v0oxsy0Tk79BEOuDwUHGis6L2C4He3ct { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #v0oxsy0Tk79BEOuDwUHGis6L2C4He3ct .container-column{width:33%;;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #ABOvWJCKDGKSvxMFdACVar3IX9XSZQfV { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #TzsPCpTrVdlSCFCShNVaA2VRkuVcdEZX { position:relative;z-index:2; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #wLyneRJceHXecioGFX837FxTHLRJEKB7 { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #nhnvJGg15dq7ZspPrmxIm3hv167LkbX0 { position:relative;z-index:2; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #SDt2E1Kh4quV2pSO7Re0DokvS4dhiz0x { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #KbeCwtOHhTAdEAfoOh2qiTa83bTcMDpm { position:relative;z-index:2; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #yqfymVl0hW3kuT6eFJvl412mHiEawZZk { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pCXnpxKgnSZRwDvWECVXGkbX1SvTFekw { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #mi4LKNy9d7n5zVBq6FwrnMnubT3Svrvd { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #RhyghJaPVqzoJPmJfG3DRk5LEyStdZF9 { position:relative;display:block;z-index:100000; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #uZoqv4NmtqKtcqFbvf9zK3yrk4K3q2K7 { position:relative;display:block;z-index:100000; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #T4qgHZTVUTbmLodnTXET9DPulZCkdrD9 { position:relative; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #lZKiyXPHRtsH8o1aQlPoPVn5WC7EZJHs { position:relative;z-index:2; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #ZhcxqpbhtD4phuxISPxzS62BLihrJuJ8 { position:relative; }
#OBTF3Avy444ibDim9i3mcnJPxipQ9eaV { position:absolute;display:block;z-index:100008;background-color:#fbfdff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:7.3125rem;width:7.3125rem;top:2.75rem;left:67.5rem;display:block; }
#akVqehfc4f3yMcxW1ioGE1wgX9oxcGH0 { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:6.75rem;left:68.09375rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JODszQ0CuR7TThwQ3rrsK0lJHuXSoqKE { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"montserrat extrabold";font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:4.5625rem;left:68.34375rem;height:2.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKkxwS1zMJ7IV5Gv4tWKsr5kZb4IFMKq { color:#212121;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:4.8125rem;left:72.9375rem;height:2.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X0WWnssAU96miXiEPeCIahGS6IvTJTxT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:7.3125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:2.75rem;left:67.5rem;display:block; }
#u1pKq02VsxT2XLqQMkWDhq1u40yTELEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container { background-color: transparent; background-image: none; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container > .video-iframe-container { display: none; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row > .video-iframe-container { display: none; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .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); }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container { border-width: 0; border-radius: 0; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row > .video-iframe-container {  }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container { background-color: transparent; background-image: none; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container > .video-iframe-container { display: none; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row > .video-iframe-container { display: none; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .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); }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container { border-width: 0; border-radius: 0; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row > .video-iframe-container {  }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#DuWxH03BdVWSG5oKVBmuud85mJbTUqb6 { position:absolute;display:block;z-index:100003;background-color:#99cc33;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;height:8.625rem;width:9.25rem;top:5rem;left:0rem;display:block; }
#yhT7AQo5NGF9x7q2GBMVOGFW6tGm7Krp { color:#101010;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:7.125rem;left:2.8125rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d8TIsLoiEMPwvR2pAfUAc2tJmQ3ZfAqu { color:rgba(16,16,16,0.7);display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:17.8125rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTPH4ksKUmcZSKlV0NIygKgVoVJTQDaW { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.125rem solid #99cc33;border-left:0.125rem solid #99cc33;border-right:0.125rem solid #99cc33;border-bottom:0.125rem solid #99cc33;height:21.1875rem;width:22.8125rem;top:3.6875rem;left:51.875rem;display:block; }
#BTSa7bTQDoWsDG2T2OZgWFZCiKRKiB26 { position:absolute;display:block;z-index:100005;background-color:#99cc33;background-image:url("https://images.assets-landingi.com/uc/9050fe6b-d549-4608-b0cb-b98c218219e4/depositphotos_598697954stockphototechnicianchecksmaintenancesolarpanels.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:31rem;top:5.875rem;left:41.75rem;display:block; }#BTSa7bTQDoWsDG2T2OZgWFZCiKRKiB26.adaptive-delivery-prevent-bg, #BTSa7bTQDoWsDG2T2OZgWFZCiKRKiB26.lazyload, #BTSa7bTQDoWsDG2T2OZgWFZCiKRKiB26.lazyloading { background-image: none; }
#NGc9wMHhgxxqLxNLH72a0M99D1XDrN7c { position:absolute;display:block;z-index:100008;background-color:#99cc33;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;height:1.625rem;width:1.75rem;top:26.3125rem;left:61.4375rem;display:block; }
#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container { background-color: transparent; background-image: none; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container > .video-iframe-container { display: none; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row > .video-iframe-container { display: none; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .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); }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container { border-width: 0; border-radius: 0; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row > .video-iframe-container {  }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#q192KDQkzfkpIGHUHcCU6XdLl9fD5ewy { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:4.6875rem;left:5.875rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HomzEvLGPqceI1rSEGPSGTsiOtdA2taK { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:2.75rem;left:5.78125rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d4TcLaHOzALyO7GrDDwKV0CNisxTmsPi { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:2.9375rem;left:31.875rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fPksasI9u22c8g2235Zni9LTcQ6sqA10 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:4.6875rem;left:31.875rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VN3LvNRBf8FmFL527h4X7EkTrogVN0u3 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:2.9375rem;left:56.3125rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h9g7wFvfFRrLhmO56DsoOwG9NS9x0eKv { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:4.6875rem;left:56.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WGSnyHRL3opH6NXJg3cc1yB1m55fxGVT { position:absolute;display:block;z-index:100008;background-color:#197278;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;height:0.0625rem;width:4.3125rem;top:4.224609375rem;left:5.8125rem;display:block; }
#GDKbOHrT73sGwEadn34m3ARrTM6LeQwW { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:0.0625rem;width:4.3125rem;top:4.25rem;left:31.875rem;display:block; }
#I15eXcticzFmV29Ge04XcQd98waic8Mr { position:absolute;display:block;z-index:100010;background-color:#197278;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;height:0.0625rem;width:4.3125rem;top:4.25rem;left:56.3125rem;display:block; }
#FOrUpQrFOFE8umgeOLpGLuNPqJvZTlg2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:2.78125rem;left:1.3125rem;overflow:hidden;display:block; }
#S3lIBHvlFBRlNq67FZhI1SeTtRv1bZgv { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:3.1875rem;left:27.4375rem;overflow:hidden;display:block; }
#qFGwGgiDoPZcO1ZcfcWasbhsT9fg9uM3 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:2.75rem;left:51.6875rem;overflow:hidden;display:block; }
#h3tqX08Ienx7CBmZkWMfDMfdb8RqSV6U { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:4.6875rem;left:56.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98ee046c-039c-4beb-8b4d-09771c5c4360/panelsky.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.adaptive-delivery-prevent-bg, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.lazyload, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.lazyloading { background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { background-color: transparent; background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,11,0.57); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,11,0.57); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .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); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { border-width: 0; border-radius: 0; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container {  }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { color:#101010;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:6.5rem;left:18.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { color:rgba(16,16,16,0.7);display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:11.375rem;left:18.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJAK50aqshIUX9RHoHouEomqQCCDRoPp { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 1.125rem rgba(0,0,0,0.1) ;height:20rem;width:22.75rem;top:22.1875rem;left:0rem;display:block; }
#P0Hbn2f0rhhQGnei54W0v4fZh6Ta85BF { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:8.5625rem;top:23.41015625rem;left:6.5rem;overflow:hidden;display:block; }
#qLISeH2OU56KlnqVqWT9SV8fU8bTpaHz { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.625rem;top:23.9375rem;left:33.5625rem;overflow:hidden;display:block; }
#omsMMq2qOp6m0T5rM9iezXeTb4iMqoBo { position:absolute;display:block;z-index:99999;background-color:#f08e35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:21.5625rem;top:29.5625rem;left:0rem;display:block; }
#RsQIpvKr0rTW5m02MGxDFlPwhVdcLpeL { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 1.125rem rgba(0,0,0,0.1) ;height:31.375rem;width:22.75rem;top:22.125rem;left:26.125rem;display:block; }
#DOwNNK72OlEzWsRkBBgFaxIGIQ72cxF6 { position:absolute;display:block;z-index:99997;background-color:#0fbbd7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.375rem;width:21.4375rem;top:29.5625rem;left:26.125rem;display:block; }
#KpTGoOxw2p1qZrzMqlmZVwpLCfRuvsk1 { position:absolute;display:block;z-index:99993;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 1.125rem rgba(0,0,0,0.1) ;height:31.375rem;width:22.75rem;top:22.125rem;left:52.25rem;display:block; }
#qfToh3uFi9RmwGKMiMMENHfbi8NylI7i { position:absolute;display:block;z-index:99994;background-color:#f4cc37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.375rem;width:21.4375rem;top:29.5625rem;left:52.25rem;display:block; }
#VwFVNLMAQX1f2UHyOscTQHJ7hJFg3TzF { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:8.625rem;top:24.6875rem;left:59.3125rem;overflow:hidden;display:block; }
#lxIrS8WP5n6crL6hqt0kS689QvSBFrh2 { color:#101010;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:0.875rem;left:2.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bSbKCsRgDrAK4yCX3vTegkbfdQkXCms1 { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:1.25rem;left:6.375rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#InGkui3GNmPnu3gBFDhxpTfcavP8XDTf { color:#101010;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:0.875rem;left:7.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U2ZD8g9fND4HAIXnJa3rHHbwByK4AXJL { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:1.3125rem;left:12.875rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:4.625rem;left:1.125rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 li:before{  }
#vF2CNkeTkb9yULGaHCT6dPUBv32DusUD { color:#101010;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:0.8125rem;left:27.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TpAT1mUnGo1Tt8eGWdXesykyI5U5C4iS { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:1.25rem;left:31.9375rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CVqMoO4lnfFTayXbd1edkIhL6Jg6WTgq { color:#101010;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:0.75rem;left:33.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kaOJCRutg3HgSMks7TNPiD0BPpeNJbz4 { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:1.25rem;left:38.625rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u34t3iLFNgIDIhHFRzXmh6WSHrConqwT { color:rgba(16,16,16,0.7);display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3000068664551rem;left:27.750000953674rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:4.8125rem;left:27.5625rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe li:before{  }
#wGXVCh9oDqgA2TT6dc74hE5LLD4sqTUQ { color:rgba(16,16,16,0.7);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:15.587501525879rem;left:26.906250953674rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hV0GkJVOD7WbetCv8U3hV8muw37KGLIV { color:rgba(16,16,16,0.7);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:53.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TWuIBSa5b4GrsAyvxdTiUA1l1kPE8xDh { color:rgba(16,16,16,0.7);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:2.3369140625rem;left:53.5rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:4.8125rem;left:53.687500953674rem;height:10.3125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS li:before{  }
#dySRSekrICWgiH9py07rArVIJWZiT6FS { color:rgba(16,16,16,0.7);display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:0.52500152587891rem;left:55.062500953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GP3319IW6XaNHUvrLK018h7uDcEck2ss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;opacity:1;top:0.45000457763672rem;left:63.812504768369rem;display:none; }
#aEAdDLBM0Z083BNKyTsAC6SW5kNbBoQP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:1.75rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.125rem;left:54.6875rem;display:none; }
#OdFH5GMTFdESIB6WXbTGHCSCQIyHDWdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { background-color: transparent; background-image: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .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); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { border-width: 0; border-radius: 0; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container {  }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#TshUWmBHXN0JPfcwysy6yiBZvc6ue0cF { color:#101010;display:block;width:4.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:0.875rem;left:2.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyiSknqKrEoUtIVDtsxhRzSe1irypCU8 { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:1.25rem;left:6.375rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qubrJX0d93Dsf1JrXNq2X9AATy4A79vB { color:#101010;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:0.875rem;left:7.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MgKS4PxcXzaoSVW2fgyVZzdiAbLAZFOa { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:1.3125rem;left:12.875rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTJiu42DCoTND7wnJw8dbe7ktIR6TCgc { color:#101010;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:0.8125rem;left:27.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:4.625rem;left:1.125rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST li:before{  }
#lpLgiUkwnR9k3TAOySePph4ZvoMPHHi0 { color:#101010;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:0.75rem;left:33.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REDPuMgNR28sU0EXThaqDl9VoK0wLsDd { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:1.25rem;left:31.9375rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JndK0WQIa8ZIdvVog49DdziATEpikHze { color:#101010;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:1.25rem;left:38.625rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vvlo4rlclNIdAka8SW7kOdHWmivHKihn { color:rgba(16,16,16,0.7);display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3000068664551rem;left:27.750000953674rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:4.8125rem;left:27.5625rem;height:6.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO li:before{  }
#wo05NFpmXxzcfAaAcuhhPVg4DMf9iAIT { color:rgba(16,16,16,0.7);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:15.587501525879rem;left:26.906250953674rem;height:3.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eyvwbFo0AQtca7q4mdWmAN2iCPd9QXOG { color:rgba(16,16,16,0.7);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:53.5rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPrugv4DORFWBhNS5HXtvPETmgVeZTmP { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:4.8125rem;left:53.687500953674rem;height:8.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yPrugv4DORFWBhNS5HXtvPETmgVeZTmP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yPrugv4DORFWBhNS5HXtvPETmgVeZTmP li:before{  }
#t9aX6kfWacZq90F9TRD51HvpKG7WmaB8 { color:rgba(16,16,16,0.7);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:2.3369140625rem;left:53.5rem;height:0.89355625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { background-color: transparent; background-image: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { border-width: 0; border-radius: 0; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container {  }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#ptuZTgEt8B1ziOg77gR7SxFND0BwM59P { color:rgba(16,16,16,0.7);display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:0.52500152587891rem;left:55.062500953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJzSFESIOJaSsW4XVwlRWXhO8lTcVy6G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;opacity:1;top:0.45000457763672rem;left:63.812504768369rem; }
#h2tAzXPtMClOZImHT6KABBo82Lv1SoVl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:1.75rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.125rem;left:54.6875rem;display:block; }
#GDa8bmVNaPLWg4io8bdgWSKPzAuX9Utc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dfa29131-9cb4-4b03-a462-d2fba6116119/Pompaciepla.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p.adaptive-delivery-prevent-bg, #FiBp75TPkGHWI6dTAq0B4OrGTokXe61p.lazyload, #FiBp75TPkGHWI6dTAq0B4OrGTokXe61p.lazyloading { background-image: none; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container { background-color: transparent; background-image: none; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,114,120,0.82); }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container > .video-iframe-container { display: none; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,114,120,0.82); }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row > .video-iframe-container { display: none; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .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); }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container { border-width: 0; border-radius: 0; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row > .video-iframe-container {  }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#lTFam4hTH3XeSsIVqmfp96RW7TdrZJrs { position:absolute;display:block;z-index:100003;background-color:#99cc33;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;height:8.625rem;width:9.25rem;top:7.625rem;left:0rem;display:block; }
#X2Gu6ohar33hbmN3dbF1dCGA8Ow57MCk { color:#101010;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:9.75rem;left:2.8125rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cK1UZWCg02rfebydmzNwRHlnpSOCqzAv { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:8.1875rem;left:25.6875rem;height:6.7988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vndLQ19gEWvsqhFPHVZAQg3etKW2fdve { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.8125rem;left:25.6875rem;display:block; }
#bzEhG3aTN72fvAcin7G5vxaMtI15PDgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh { position:relative;display:block; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh { background-color: transparent; background-image: none; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row .container > .video-iframe-container { display: none; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row > .video-iframe-container { display: none; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .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); }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh { border-width: 0; border-radius: 0; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row .container > .video-iframe-container {  }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .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:14.0625rem;width:75rem;position:relative;display:block; }#QPtfd1xFnLGZSUHx1X0I5WkTlUWDGF50 { color:#101010;display:block;width:44.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:6.0625rem;left:15.250000953674rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#veuJAKb8ikyKZ4Tpif49HeImS5DNCCJy { color:rgba(16,16,16,0.7);display:block;width:46.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:9.0625rem;left:14.187500953674rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA { position:relative;display:block; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA { background-color: transparent; background-image: none; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row .container > .video-iframe-container { display: none; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row > .video-iframe-container { display: none; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .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); }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA { border-width: 0; border-radius: 0; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row .container > .video-iframe-container {  }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .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.875rem;width:75rem;position:relative;display:block; }#ESusgci69aEWzQT6xO2U0DkMpKG3EMFO { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QB2yQTfod8nPIUsJndV1QxTxIDLAKpFz { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:1.3125rem;left:25.375rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pfw1qhWwbd5D8upE4I8wX77wDRZuOxXm { position:absolute;display:block;z-index:100007;background-color:#99cc33;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;height:2.75rem;width:1.6875rem;top:1.375rem;left:25.1875rem;display:block; }
#CIzZrQ0T0iCGTqdtL6ezS5HZs5bqtGot { position:absolute;display:block;z-index:100004;background-color:#99cc33;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;height:2.9375rem;width:1.6875rem;top:1.3125rem;left:4.8125rem;display:block; }
#zZHSHtUU6aHCpQFZ3zkSy791TllW6qug { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:1.3125rem;left:5.0625rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKVvy3b58fcUMQp7HAUb1EPx80WBcUzA { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.8125rem;left:27.75rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZyNchlGWFBzTz2utrVcwqPO5UgArpzEd { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:2.125rem;left:51.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v3R8DZTnxnKaQMApTDSbPxOnZX7ag39E { position:absolute;display:block;z-index:100010;background-color:#99cc33;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;height:2.8125rem;width:1.6875rem;top:1.6875rem;left:48.625rem;display:block; }
#xvRMqXlzlNmytZcFLt4McRUEeZnxxnWw { color:rgba(16,16,16,0.7);display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:1.625rem;left:48.875rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B { position:relative;display:block; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B { background-color: transparent; background-image: none; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row .container > .video-iframe-container { display: none; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row > .video-iframe-container { display: none; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .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); }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B { border-width: 0; border-radius: 0; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row .container > .video-iframe-container {  }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .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:10.4375rem;width:75rem;position:relative;display:block; }#ueQ4eUBMlda3yCBbsnUJRwptpKKRwUfo { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:6.75rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cqTg0lFaCdIn4qKdG8izu1N9qSLmbgFm { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:0.625rem;left:25.3125rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPHuV5FfOdMzZUtDt3QHuq2XVVcTveXL { position:absolute;display:block;z-index:100007;background-color:#99cc33;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;height:2.75rem;width:1.6875rem;top:0.6875rem;left:25.0625rem;display:block; }
#J3NCA3qHCaBw4tFFCTC0OeZk60Vbdc4Z { position:absolute;display:block;z-index:100004;background-color:#99cc33;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;height:2.9375rem;width:1.6875rem;top:0.625rem;left:4.6875rem;display:block; }
#vGs6gxstga2mVgtzaIkUhWOWv4mIsCEl { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:0.625rem;left:4.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFT6EdmqJE8lw7F9Qc8K6DwuPF937lM4 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:1.125rem;left:27.625rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l3UfEL2XCIzAWoC8JqzOSvuvzGi18nBz { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:1.4375rem;left:51.0625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IIrSGTn5c2DRAZ64KipFBDZiifh0iLNB { position:absolute;display:block;z-index:100010;background-color:#99cc33;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;height:2.8125rem;width:1.6875rem;top:1rem;left:48.5rem;display:block; }
#OrAdmf5Bsg0yZIxk5pZAzwahSGyN0V4c { color:rgba(16,16,16,0.7);display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:0.9375rem;left:48.75rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container { background-color: transparent; background-image: none; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container > .video-iframe-container { display: none; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row > .video-iframe-container { display: none; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .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); }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container { border-width: 0; border-radius: 0; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row > .video-iframe-container {  }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#nPV3I6qBWFdFywKmcgWioG6Ak9LZMS9S { position:absolute;display:block;z-index:100003;background-color:#99cc33;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;height:8.625rem;width:9.25rem;top:5rem;left:0rem;display:block; }
#kt53arVxAEZnl1DFp3ez9k0wXqrJasCG { color:#101010;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:7.125rem;left:2.8125rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w1kTB3vhPB9XcJ1dSQsAdlK6hQmNE52M { color:rgba(16,16,16,0.7);display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:15.125rem;left:2.8125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTJETfhxlf6VunaPTHiXdFRXlAlophAc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container { background-color: transparent; background-image: none; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container > .video-iframe-container { display: none; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row > .video-iframe-container { display: none; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .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); }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container { border-width: 0; border-radius: 0; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row > .video-iframe-container {  }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#H7xK257pp3911eEZmq48ctn2twA7mMTp { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#POK2rq71WBK6XZynwzcITuLJxiEdCa6r { 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:100009;top:13.4375rem;left:72.875rem; }
#QbJWmnvNRWy8TThzVTdxaW3tT9gqfgbq { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#VAelqHvTIRcuGgzX1m7x6OlJIs6Cz1z3 { color:rgba(16,16,16,0.7);display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.4375rem;left:51rem;height:5.09911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MJNqTlT2D8gqcBWaTv9ZzHX5wpnCTkCi { color:rgba(16,16,16,0.7);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:6.75rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:9.4375rem;left:40rem;height:10.7998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxlnVJ0ZVHsTvPJxniTdR6lETA1aQALb { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container { background-color: transparent; background-image: none; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container > .video-iframe-container { display: none; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row > .video-iframe-container { display: none; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .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); }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container { border-width: 0; border-radius: 0; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row > .video-iframe-container {  }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#tk9EMnuWmVNcSfNVTofMZkub6NP5FJ8F { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#zTgTS2Asizo9ZPIegnlU0cec6BvPsvhc { 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:100009;top:13.4375rem;left:72.875rem; }
#QCKFk6JbTRWbU2cAKBviF4rxevwXWFQm { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#E1cSlUOvtlvGrz4mkT87bydwSRrJvKEG { 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:100011;top:13.5rem;left:31.9375rem; }
#zoJm200Q8bV8A8sgvwnNWT7FEyMw7nVq { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#ymTivaKCNVVGKMtuKJ2JgM6agyHMaB1f { color:rgba(16,16,16,0.7);display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.650009155274rem;left:51rem;height:1.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6wSbIEpSlsyPJcIxR2TzumX643uNcT2 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#cVVeO8qtVGTsITCMDKAqN9Q7tqubxNhA { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:11.893753051757rem;left:41.300000190735rem;overflow:hidden;display:block; }
#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container { background-color: transparent; background-image: none; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container > .video-iframe-container { display: none; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row > .video-iframe-container { display: none; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .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); }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container { border-width: 0; border-radius: 0; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row > .video-iframe-container {  }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#VTpFIx87A8VVqddc9U3z5u6s8ppBervo { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#GGOeNKJvwbI4O6G2zbKyd6TNd2ba9GCh { 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:100009;top:13.4375rem;left:72.875rem; }
#XFTKlOawf53d5yENinmWpeUVQy9M2C8u { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#PZCLCI3TNQJRZUPPeDieUPSXEh7fRNMK { 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:100011;top:13.5rem;left:31.9375rem; }
#kG9NAWfsNmQTn0gZ9X49GMThl0kvz3nO { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#q6A3smkA0w07F7reNDp6RTK3PxE1dWrc { color:rgba(16,16,16,0.7);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.649993896484rem;left:51.000000953674rem;height:3.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3rXXuTmXvrTwEfTxKcM2cHImlDz6pw8 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#hwvU4S9t8BdMsST8IvNE386TtZN4mpnK { color:rgba(16,16,16,0.7);display:block;width:9.1875rem;position:absolute;font-family:"montserrat extrabold";font-size:7.875rem;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:8.5625rem;left:40.800000190735rem;height:12.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q9r0r07915XoI659zrdJsrFFbGiVE5WT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container { background-color: transparent; background-image: none; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container > .video-iframe-container { display: none; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row > .video-iframe-container { display: none; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .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); }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container { border-width: 0; border-radius: 0; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row > .video-iframe-container {  }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#BATFkLD9aAlPKCUT3T7oOfxkUIrZ4g4L { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#VuLUSbG26I2LvWU6uSW2VoFpT9EPtMD9 { 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:100009;top:13.4375rem;left:72.875rem; }
#CDzNEVgIXgMH3UkCvtBsdGWMRV3wl5A3 { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#U0CBTonqkIzhfmhcbDqQBtoX1XqWEydB { 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:100011;top:13.5rem;left:31.9375rem; }
#xoNVkXtm5K1x5Qv4vBoAMzniBoakF8fv { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#zGNW2bWczg42w79LRhmcTePeUtkxuQCT { color:rgba(16,16,16,0.7);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.649993896484rem;left:51.000000953674rem;height:3.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkKwrVMDAx8s8pi4Ayz2tN9bMI2FMtOB { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#DpdSLpF99BblvX3OwpQFHUotaghhTpqM { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:3.5625rem;top:11.91796875rem;left:43.162499427796rem;overflow:hidden;display:block; }
#PlCvWNH9q1NxVCE1GAQxXx0lQ9IwFqvg { position:absolute;display:block;z-index:100022;background-color:#197278;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;height:5.1875rem;width:2.625rem;top:12.399230957031rem;left:43.912499427796rem;display:block; }
#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container { background-color: transparent; background-image: none; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container > .video-iframe-container { display: none; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row > .video-iframe-container { display: none; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .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); }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container { border-width: 0; border-radius: 0; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row > .video-iframe-container {  }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#l3drv7vFiZbezLhGqRquDSuTNnV66wpt { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#zG4eqsEE3syKCGt1bIk1rofNFJZTkI6H { 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:100009;top:13.4375rem;left:72.875rem; }
#lfOpAuhfadqwhyTylP15XPiNwG1Uqn62 { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#KVzCvX8f73gcT3GIGpBNV15GaABAGoPG { 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:100011;top:13.5rem;left:31.9375rem; }
#wc4VTRrs1QUP93L2oLP6rPHKt4Xgngg1 { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#TXqUg1xcVmX5wKzPnQbSTdPsW3zMzfPV { color:rgba(16,16,16,0.7);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.649993896484rem;left:51.000000953674rem;height:5.09911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOL8V9yxCRMmSgI1VgbV7sFnnuIbOz45 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#o8GGc4iKU6zL9SUHKBB8aswopGODT7T1 { color:rgba(16,16,16,0.7);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:8.125rem;font-weight:300;z-index:100016;line-height:1.6;letter-spacing:0;top:8.1625061035156rem;left:42.487500190735rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgwmNPR0p3VftRcVrMq7Zm4lMfwpB5uz { position:absolute;display:block;z-index:100015;background-color:#197278;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;height:5.5rem;width:3.25rem;top:12.100006103516rem;left:43.862500190735rem;display:block; }
#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container { background-color: transparent; background-image: none; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container > .video-iframe-container { display: none; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row > .video-iframe-container { display: none; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .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); }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container { border-width: 0; border-radius: 0; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row > .video-iframe-container {  }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#Roky6hcmey657CLND1ZEL7T2UOkbvNa7 { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#i585RzMk6mGJwF9zqEiQdpJAyFxDax5e { 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:100009;top:13.4375rem;left:72.875rem; }
#y3frZXmS2EtK2r6uIiB41s6fSdUN5QyN { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#HGP2p3OwuGpxbkgmeKG2I9Iu9TtT6NFd { 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:100011;top:13.5rem;left:31.9375rem; }
#NCQeaDy1xTfFGhRNndWa5VpqDpAEoXEq { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#gVB120znLlo4w5IPgCdTmvBLH4k7LGyT { color:rgba(16,16,16,0.7);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.649993896484rem;left:51.000000953674rem;height:3.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MsTL7FKRWrb2OE1ryUrFTAIVQ3WEqo2o { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#CZiXmUllAxtSlyNkOHUGOLNgtCWkhurP { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:6.375rem;top:11.930480957031rem;left:41.787499427796rem;overflow:hidden;display:block; }
#fl6mXzdeuJWGnw0W4NDNsf86iAsG6yQw { position:absolute;display:block;z-index:100019;background-color:#197278;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;height:4.8125rem;width:2.9375rem;top:12.461730957031rem;left:44.037499427796rem;display:block; }
#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container { background-color: transparent; background-image: none; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container > .video-iframe-container { display: none; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row > .video-iframe-container { display: none; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .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); }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container { border-width: 0; border-radius: 0; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row > .video-iframe-container {  }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#OkNS5zM4KRkKqQe5qVv9UaZCHTtdZH1O { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#ZqQgGSQk7ILHIo2gcwEJWKPWoHT7qmt9 { 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:100009;top:13.4375rem;left:72.875rem; }
#zy0reF5KAsqFQg2BOVCaZlzcaE2XwUXo { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#Ctw6IX2tT71Rqxmi5yhBLRLz6wlAmopA { 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:100011;top:13.5rem;left:31.9375rem; }
#CboGrnoiyH0XdtL9ZPbaEQOBCg3sTQfU { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#QO0iT9q3m7sHTxKtPd1lCTHDf7doBEtl { color:rgba(16,16,16,0.7);display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:10.69921875rem;left:49.987500190735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wcXlNVBOsicHRLD5vrlQHOyffzgdXqsk { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#NFDMzLz2KkurWcw6oPcrIWT6xCsk8cMD { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:4.4375rem;top:11.930450439453rem;left:41.925000190735rem;overflow:hidden;display:block; }
#zWTkbhTdR9aQE9TIT3T3rgGAVnmhWHfx { position:absolute;display:block;z-index:100018;background-color:#197278;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;height:4.875rem;width:4.875rem;top:12.288299560547rem;left:42.925000190735rem;display:block; }
#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container { background-color: transparent; background-image: none; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container > .video-iframe-container { display: none; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row > .video-iframe-container { display: none; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .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); }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container { border-width: 0; border-radius: 0; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row > .video-iframe-container {  }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#cVOyKcX5t0np9Jbnf5ch7IbR7RKlx6bS { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#ebX4XT3B26DfN8b2HqQaBOXKc70TU1FN { 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:100009;top:13.4375rem;left:72.875rem; }
#MO1NmPNTw0Z3Z83glQfPc30dEGT0ryV9 { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#Wvr5ZPHbzToJkLqaWG3r3NiAl8506tK8 { 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:100011;top:13.5rem;left:31.9375rem; }
#gyZXiiiF5eyd05id1nMheTsG5qp8oFm9 { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#sSR7cRO162SqzpB1tBROJNZ2pHehTfR8 { color:rgba(16,16,16,0.7);display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:11.837524414062rem;left:51rem;height:5.09911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRPOUct8ZQx2iAXvKd9qp3wqFlbPzEyq { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#aWTfIVT5CWn9dyMz6vSQf55MV3WousbD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.4375rem;top:12.012512207031rem;left:42.237500190735rem;overflow:hidden;display:block; }
#fipSewv0cXB6kB2JLWShVBBUgoKKa9Sl { position:absolute;display:block;z-index:100017;background-color:#197278;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;height:4.875rem;width:4.875rem;top:12.725006103516rem;left:42.175000190735rem;display:block; }
#loBEckipT8JBqBdK6mzaIdBOpsveVbQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container { background-color: transparent; background-image: none; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container > .video-iframe-container { display: none; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row > .video-iframe-container { display: none; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .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); }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container { border-width: 0; border-radius: 0; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row > .video-iframe-container {  }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#atipkZFttGPQTJpAOf59R5o93x6TOC9p { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13rem;left:72.4375rem;display:block; }
#R1cU8PhuQNITgRoJcSBPpEF5JRclGbW4 { 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:100009;top:13.4375rem;left:72.875rem; }
#KfHNd8q33K9bLwTpKs2b3zaw5X3oEzNl { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#Dk5nWWx3em2Lw2x0cToQeRytEflsTCd6 { 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:100011;top:13.5rem;left:31.9375rem; }
#Nrg5BXcDyQdXvuQG0Q8boGbHgf30ps91 { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#wc8EvG8xugyTkhZmUDrEKX4298Tdq0PM { color:rgba(16,16,16,0.7);display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:12.611724853516rem;left:51rem;height:3.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pzLcU4mPST3IKTctEO6ffO0G7icor8KC { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#u8bv11nsTsx5nk7PIKcyVzT57xoMigBZ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6rem;top:11.69921875rem;left:42.425000190735rem;overflow:hidden;display:block; }
#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container { background-color: transparent; background-image: none; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container > .video-iframe-container { display: none; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row > .video-iframe-container { display: none; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .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); }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container { border-width: 0; border-radius: 0; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row > .video-iframe-container {  }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#I5N93yqivTkKHxHc2upXELe0VElO2zNi { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:13.0625rem;left:31.4375rem;display:block; }
#DsSLWzoORmbJ61Aq76I49FCw4wdV8I8f { 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:100011;top:13.5rem;left:31.9375rem; }
#Tq1gQ0VXpLlmv0n9kXSRXEhsJyKuvqWi { position:absolute;display:block;z-index:100009;background-color:#197278;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;height:13.875rem;width:36.625rem;top:7.9375rem;left:34.812500953674rem;display:block; }
#xuDsB75J9evxLt0u9wqk1FoTaBbqv27B { color:rgba(16,16,16,0.7);display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:13.4375rem;left:51.000000953674rem;height:1.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSn35TR1mJrhByIo5pZXluKuoRocVkIm { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;height:6.875rem;width:6.875rem;top:11.3125rem;left:38.5rem;display:block; }
#mHrDhkAQauKXqR9ChM5r26JVFO5oeVy4 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:5.375rem;top:12.175018310547rem;left:41.800000190735rem;overflow:hidden;display:block; }
#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 { position:relative;display:block; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 { background-color: transparent; background-image: none; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row .container > .video-iframe-container { display: none; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row > .video-iframe-container { display: none; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .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); }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 { border-width: 0; border-radius: 0; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row .container > .video-iframe-container {  }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .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:4rem;width:75rem;position:relative;display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a702fcd-41d2-4e15-84f9-7a56260bc492/f1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.adaptive-delivery-prevent-bg, #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.lazyload, #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.lazyloading { background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { background-color: transparent; background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.48); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.48); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .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); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { border-width: 0; border-radius: 0; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container {  }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { position:absolute;display:block;z-index:100003;background-color:#99cc33;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;height:10.75rem;width:9.5rem;top:7.9375rem;left:5.6875rem;display:block; }
#L4W8BGEV13DS6LvmyGVlPmX8I7M4MKqW { color:#101010;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:10.25rem;left:7.9375rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ThMz9GXXwtMgo0VS1oCb4H9mXq7bfMsU { color:rgba(16,16,16,0.7);display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:20.375rem;left:7.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbacTBDJIkKJJ1ppbTJSsDAQbAG9uiTo { position:absolute;display:block;z-index:100002;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;height:32.75rem;width:29.25rem;top:0rem;left:42.4375rem;display:block; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-form-header {  }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-text {padding-top: 0; padding-bottom: 0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-select {padding-top: 0; padding-bottom: 0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .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; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-button { 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:#197278;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:21.75rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay [class*="-text"]:-moz-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay [class*="-text"]::-moz-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay [class*="-text"]:-ms-input-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay [class*="-text"]::-webkit-input-placeholder { color:rgba(70,69,69,0.35);font-family:montserrat;font-size:0.8125rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .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:montserrat;line-height:1.3;font-size:0.5rem;font-weight:300;color:#000000;vertical-align:top;width:20.5rem;overflow:hidden;font-style:normal; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .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; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .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:"montserrat semi bold";font-size:0.75rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;text-align:left;text-align-last:left; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-container:first-of-type{padding-top:0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-container:last-of-type{padding-bottom:0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:2.0625rem;left:45.03125rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.75rem;display:block;vertical-align:top; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.5rem;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; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay {display:block;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:2.0625rem;left:45.03125rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #BNQmB4WxdfazikMvJIFMLh7xUE0h4vqG { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #nvOh7dZCopV8i0Qh7V5pTPBc25T1WI5r { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #mA7dF4fturE67k5bT5IN9MEfATqDLEN6 { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #Z7K4Hn24TgcMh1TP5c8O0mdbSCfhnA88 { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #AOJPLB379rlS6ugBCsJ920mGot9TmlXL { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #EF4woRKFO8mt4ixNz351OhhViw9BEmp4 { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #VM8d2Q9OzwsFh6kTWsSBFb9DBbOqJoro { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #xqhWp16DBEfp42R1qcFy3K0FciIq5Iqa { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #vcImavQC2iXteNawsOU9WPTSrPipQQIn { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #so4iSSykzCvis3U9758AQfUSss67X0t0 { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #H8PcP6nqLZyCNOkp37G26nmaZ1kW3bIl { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #Jhh13KH124pCgRlngMRHuAGgTQlGnyfT { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #c3pv0v1xk8vFGa6Fb4CRHRSVlQTyN1OH { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #c3pv0v1xk8vFGa6Fb4CRHRSVlQTyN1OH .container-column{width:33%;;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #cZNTNAppdIxJ3VVflSVAgJmyn3hHA3IB { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #yRMw1QkvI6DZdxTakao2ssFZX9SkfcQl { position:relative;z-index:2; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #nGqWmzAGdyBVex1AmM4cXaacz3tZNtoV { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #oJxWooTRzrS15fnhdNA8N2qzPTaGCkpc { position:relative;z-index:2; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #liyFWy4Fy4OtZrqIta1QgOblslLLI5fz { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #b5SHZCl2T6KOa4VKTt2qxVxlVIy1EWZD { position:relative;z-index:2; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #xyATZBhZmPqFQze9FqSlOn5EFgQxDwAm { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #WBK1Wzr0IWBWG7oBJ3TWgs5pRSxGmnkH { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #n5bVVApPIXw8MRpcyox6TxE5K6iJVoDI { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #v9hWzP7R0JgfOPEucEBvD3gTGg7CvEoz { position:relative;display:block;z-index:100000; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #JNNya9zQtRSGelB0Th7RHTHOAund1XPQ { position:relative;display:block;z-index:100000; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #dVNvO8lhTyVKO2rIX7sTZFSTeXlx2L6P { position:relative; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #PAFNKRR5SJCdIttkIVCH7cAGETJC2Uty { position:relative;z-index:2; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #wru1KGXwiWGXsK85XdZZlcAgpCBD7Ouo { position:relative; }
#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99cc33;background-image:none;position:relative;display:block; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container { background-color: transparent; background-image: none; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container > .video-iframe-container { display: none; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row > .video-iframe-container { display: none; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .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); }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container { border-width: 0; border-radius: 0; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row > .video-iframe-container {  }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nce9dAZGy5aeGuNgkGxpdgKl2mzq6mUc { width:14.625rem;height:2.9375rem;top:0.5625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSnvmXg8Eme7JSiymsJ3CNhPIpJA4xe3 { display:block; }
 }@media only screen and (max-width: 763px) { #aUwMvCdKqVUfzcqRmoxEgo4Hsu756AhC { top:0.8125rem;left:0rem;width:16.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQbgyohbTKF56KZF2CqQxetK78754qTb { display:block; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8Q8DQF0R53EXr3u7TbLfbTiAwhuF4ZO { width:8.125rem;height:12.375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhCFKsEMf5PIoUqsHeDmwkSEcyshkCp { width:40.75rem;height:11.25rem;top:6.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3WiIMRBwaNPcCSAg4WRyZmmM0fIX0fM { width:2.125rem;height:3.1875rem;top:20.25rem;left:11.625000953674rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQontc29w4yytwV8VxKQkHNcN000hTwA { width:27rem;height:34.5rem;top:7.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7x3ZIU1f9tBXgiCrw8bPDt0Wf58SJG { width:23.3125rem;height:4.8125rem;top:18.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FWkBBm9IR1AmP3cy4TKGcJSt2h0rF4 { width:26.625rem;height:1.25rem;top:26.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCcXEs5upXDfXJ0OiUCAvmefoOeqNgx0 { top:28.4375rem;left:0rem;width:6.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5l1hODenmNG30dVoK4vnrJFvn3ucD3 { top:29.5625rem;left:1.9375rem;width:7.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ioiDwg7uOEiWEqs2lLOVaemkzVRRTx { top:29rem;left:0rem;width:4.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCVB6ZXa8CikxN7cVpqonNN1QNK029l { width:23rem;height:3rem;top:9.75rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-text {padding-top: 0; padding-bottom: 0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-select {padding-top: 0; padding-bottom: 0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp  { width:21.625rem;height:auto;top:12.5625rem;left:23.625rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp {display:block;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp { width:21.625rem;height:auto;top:12.5625rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #LM2Czk53bn5WOwtN3S7FGBfTGgwgCveJ {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #MpBuTfyNLnVHnGOKis2rMsOSeBssIx4W {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #A9afa76WXzLTT8ZTMFpUK0fTrMvtc7tn {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #gyr7HMJLeKcANCcvzUTHZzXSf4Ohb2UF {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #hCXcahT8Uk0tAhMuAvsUv3FNawDmcCLT {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #z0tusRLHvnGwdBkIn4FV3aVTKbuhBrFM {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #WwiuBStSKSf3AaJGcq9TVFhZz9kZVlcm {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #N92JRwL30c4AgC4yDbamGgFZxp70ghfl {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pdFh92sD9WEgvGvxryQhrBpPl0GbCAN9 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #Nqt5iK4Km9cAlT0K2HVaOofB4zeC7Tg1 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #wLk3at9fQvOolEKyCpuP4Gt09WGU8SQy {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pBqDmgEs3g37VxUPOX597JvDQpopUMb2 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #v0oxsy0Tk79BEOuDwUHGis6L2C4He3ct {  }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #v0oxsy0Tk79BEOuDwUHGis6L2C4He3ct .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #ABOvWJCKDGKSvxMFdACVar3IX9XSZQfV {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #TzsPCpTrVdlSCFCShNVaA2VRkuVcdEZX {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #wLyneRJceHXecioGFX837FxTHLRJEKB7 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #nhnvJGg15dq7ZspPrmxIm3hv167LkbX0 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #SDt2E1Kh4quV2pSO7Re0DokvS4dhiz0x {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #KbeCwtOHhTAdEAfoOh2qiTa83bTcMDpm {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #yqfymVl0hW3kuT6eFJvl412mHiEawZZk {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pCXnpxKgnSZRwDvWECVXGkbX1SvTFekw {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #mi4LKNy9d7n5zVBq6FwrnMnubT3Svrvd {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #RhyghJaPVqzoJPmJfG3DRk5LEyStdZF9 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #uZoqv4NmtqKtcqFbvf9zK3yrk4K3q2K7 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #T4qgHZTVUTbmLodnTXET9DPulZCkdrD9 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #lZKiyXPHRtsH8o1aQlPoPVn5WC7EZJHs {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #ZhcxqpbhtD4phuxISPxzS62BLihrJuJ8 {  }
 }@media only screen and (max-width: 763px) { #OBTF3Avy444ibDim9i3mcnJPxipQ9eaV { top:2.75rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akVqehfc4f3yMcxW1ioGE1wgX9oxcGH0 { width:6.5rem;height:1.1875rem;top:6.75rem;left:41.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODszQ0CuR7TThwQ3rrsK0lJHuXSoqKE { width:4.5625rem;height:;top:4.5625rem;left:43.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKkxwS1zMJ7IV5Gv4tWKsr5kZb4IFMKq { width:1.375rem;height:2.1875rem;top:4.8125rem;left:46.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0WWnssAU96miXiEPeCIahGS6IvTJTxT { width:7.3125rem;height:7.3125rem;top:2.75rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pKq02VsxT2XLqQMkWDhq1u40yTELEw { display:block; }
 }@media only screen and (max-width: 763px) { #S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q { display:block; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq { display:block; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuWxH03BdVWSG5oKVBmuud85mJbTUqb6 { width:9.25rem;height:8.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT7AQo5NGF9x7q2GBMVOGFW6tGm7Krp { width:14rem;height:4.125rem;top:7.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8TIsLoiEMPwvR2pAfUAc2tJmQ3ZfAqu { width:37.375rem;height:;top:17.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPH4ksKUmcZSKlV0NIygKgVoVJTQDaW { width:22.8125rem;height:21.1875rem;top:3.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTSa7bTQDoWsDG2T2OZgWFZCiKRKiB26 { width:31rem;height:21.1875rem;top:5.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGc9wMHhgxxqLxNLH72a0M99D1XDrN7c { width:1.75rem;height:1.625rem;top:26.3125rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 { display:block; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q192KDQkzfkpIGHUHcCU6XdLl9fD5ewy { width:18.375rem;height:3rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HomzEvLGPqceI1rSEGPSGTsiOtdA2taK { width:18.5625rem;height:1.1875rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4TcLaHOzALyO7GrDDwKV0CNisxTmsPi { width:10rem;height:1.1875rem;top:2.9375rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPksasI9u22c8g2235Zni9LTcQ6sqA10 { width:18.375rem;height:3.125rem;top:4.6875rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN3LvNRBf8FmFL527h4X7EkTrogVN0u3 { width:10rem;height:1.1875rem;top:2.9375rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9g7wFvfFRrLhmO56DsoOwG9NS9x0eKv { width:17.8125rem;height:;top:4.6875rem;left:29.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGSnyHRL3opH6NXJg3cc1yB1m55fxGVT { top:4.1875rem;left:0rem;width:4.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDKbOHrT73sGwEadn34m3ARrTM6LeQwW { top:4.25rem;left:18.25rem;width:4.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15eXcticzFmV29Ge04XcQd98waic8Mr { top:4.25rem;left:42.6875rem;width:4.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOrUpQrFOFE8umgeOLpGLuNPqJvZTlg2 { top:2.75rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lIBHvlFBRlNq67FZhI1SeTtRv1bZgv { top:3.1875rem;left:13.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGwGgiDoPZcO1ZcfcWasbhsT9fg9uM3 { top:2.75rem;left:38.0625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3tqX08Ienx7CBmZkWMfDMfdb8RqSV6U { width:15.25rem;height:;top:25.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:37.4375rem;height:;top:6.5rem;left:4.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:33.125rem;height:;top:11.375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:22.75rem;height:20rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Hbn2f0rhhQGnei54W0v4fZh6Ta85BF { top:23.375rem;left:0rem;width:8.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLISeH2OU56KlnqVqWT9SV8fU8bTpaHz { top:23.9375rem;left:19.9375rem;width:6.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsMMq2qOp6m0T5rM9iezXeTb4iMqoBo { width:21.5625rem;height:11.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsQIpvKr0rTW5m02MGxDFlPwhVdcLpeL { width:22.75rem;height:31.375rem;top:22.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOwNNK72OlEzWsRkBBgFaxIGIQ72cxF6 { width:21.4375rem;height:22.375rem;top:29.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTGoOxw2p1qZrzMqlmZVwpLCfRuvsk1 { width:22.75rem;height:31.375rem;top:22.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfToh3uFi9RmwGKMiMMENHfbi8NylI7i { width:21.4375rem;height:22.375rem;top:29.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFVNLMAQX1f2UHyOscTQHJ7hJFg3TzF { top:24.6875rem;left:39.125rem;width:8.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxIrS8WP5n6crL6hqt0kS689QvSBFrh2 { width:4.25rem;height:1.5rem;top:0.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSbKCsRgDrAK4yCX3vTegkbfdQkXCms1 { width:1.375rem;height:0.9375rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #InGkui3GNmPnu3gBFDhxpTfcavP8XDTf { width:5.625rem;height:1.5rem;top:0.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2ZD8g9fND4HAIXnJa3rHHbwByK4AXJL { width:1.375rem;height:0.9375rem;top:1.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 { width:18.0625rem;height:;top:4.625rem;left:0rem;font-size:0.6875rem;display:none; }#SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 li:before{  }
 }@media only screen and (max-width: 763px) { #vF2CNkeTkb9yULGaHCT6dPUBv32DusUD { width:5rem;height:1.5rem;top:0.8125rem;left:13.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpAT1mUnGo1Tt8eGWdXesykyI5U5C4iS { width:1.375rem;height:0.9375rem;top:1.25rem;left:18.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVqMoO4lnfFTayXbd1edkIhL6Jg6WTgq { width:5.625rem;height:1.5rem;top:0.75rem;left:19.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaOJCRutg3HgSMks7TNPiD0BPpeNJbz4 { width:1.375rem;height:0.9375rem;top:1.25rem;left:25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u34t3iLFNgIDIhHFRzXmh6WSHrConqwT { width:19.125rem;height:1.8125rem;top:2.25rem;left:14.125000953674rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe { width:19.3125rem;height:9.625rem;top:4.8125rem;left:13.9375rem;font-size:0.6875rem;display:none; }#t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe li:before{  }
 }@media only screen and (max-width: 763px) { #wGXVCh9oDqgA2TT6dc74hE5LLD4sqTUQ { width:20rem;height:;top:15.5625rem;left:13.281250953674rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV0GkJVOD7WbetCv8U3hV8muw37KGLIV { width:16.875rem;height:1.4375rem;top:0.8125rem;left:30.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWuIBSa5b4GrsAyvxdTiUA1l1kPE8xDh { width:16.875rem;height:0.875rem;top:2.3125rem;left:30.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS { width:19.1875rem;height:;top:4.8125rem;left:28.5625rem;font-size:0.6875rem;display:none; }#R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS li:before{  }
 }@media only screen and (max-width: 763px) { #dySRSekrICWgiH9py07rArVIJWZiT6FS { width:8.75rem;height:;top:0.5rem;left:39rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP3319IW6XaNHUvrLK018h7uDcEck2ss { top:0.4375rem;left:46.75rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEAdDLBM0Z083BNKyTsAC6SW5kNbBoQP { width:10.6875rem;height:1.75rem;top:0.125rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdFH5GMTFdESIB6WXbTGHCSCQIyHDWdW { display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TshUWmBHXN0JPfcwysy6yiBZvc6ue0cF { width:4.25rem;height:1.5rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyiSknqKrEoUtIVDtsxhRzSe1irypCU8 { width:1.375rem;height:0.9375rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qubrJX0d93Dsf1JrXNq2X9AATy4A79vB { width:5.625rem;height:1.5rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKS4PxcXzaoSVW2fgyVZzdiAbLAZFOa { width:1.375rem;height:0.9375rem;top:1.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTJiu42DCoTND7wnJw8dbe7ktIR6TCgc { width:5rem;height:1.5rem;top:0.8125rem;left:13.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST { width:18.0625rem;height:;top:4.625rem;left:0rem;font-size:0.6875rem;display:block; }#OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST li:before{  }
 }@media only screen and (max-width: 763px) { #lpLgiUkwnR9k3TAOySePph4ZvoMPHHi0 { width:5.625rem;height:1.5rem;top:0.75rem;left:19.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REDPuMgNR28sU0EXThaqDl9VoK0wLsDd { width:1.375rem;height:0.9375rem;top:1.25rem;left:18.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndK0WQIa8ZIdvVog49DdziATEpikHze { width:1.375rem;height:0.9375rem;top:1.25rem;left:25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvlo4rlclNIdAka8SW7kOdHWmivHKihn { width:19.125rem;height:1.8125rem;top:2.25rem;left:14.125000953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO { width:19.3125rem;height:9.625rem;top:4.8125rem;left:13.9375rem;font-size:0.6875rem;display:block; }#Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO li:before{  }
 }@media only screen and (max-width: 763px) { #wo05NFpmXxzcfAaAcuhhPVg4DMf9iAIT { width:20rem;height:;top:15.5625rem;left:13.281250953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvwbFo0AQtca7q4mdWmAN2iCPd9QXOG { width:16.875rem;height:1.4375rem;top:0.8125rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPrugv4DORFWBhNS5HXtvPETmgVeZTmP { width:19.1875rem;height:;top:4.8125rem;left:28.5625rem;font-size:0.6875rem;display:block; }#yPrugv4DORFWBhNS5HXtvPETmgVeZTmP li:before{  }
 }@media only screen and (max-width: 763px) { #t9aX6kfWacZq90F9TRD51HvpKG7WmaB8 { width:16.875rem;height:0.875rem;top:2.3125rem;left:30.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptuZTgEt8B1ziOg77gR7SxFND0BwM59P { width:8.75rem;height:;top:0.5rem;left:39rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJzSFESIOJaSsW4XVwlRWXhO8lTcVy6G { top:0.4375rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2tAzXPtMClOZImHT6KABBo82Lv1SoVl { width:10.6875rem;height:1.75rem;top:0.125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDa8bmVNaPLWg4io8bdgWSKPzAuX9Utc { display:block; }
 }@media only screen and (max-width: 763px) { #FiBp75TPkGHWI6dTAq0B4OrGTokXe61p { display:block; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTFam4hTH3XeSsIVqmfp96RW7TdrZJrs { width:9.25rem;height:8.625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Gu6ohar33hbmN3dbF1dCGA8Ow57MCk { width:15.875rem;height:4.1875rem;top:9.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK1UZWCg02rfebydmzNwRHlnpSOCqzAv { width:46.1875rem;height:8.25rem;top:8.1875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vndLQ19gEWvsqhFPHVZAQg3etKW2fdve { width:17.3125rem;height:3.4375rem;top:17.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzEhG3aTN72fvAcin7G5vxaMtI15PDgh { display:block; }
 }@media only screen and (max-width: 763px) { #wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh { display:block; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPtfd1xFnLGZSUHx1X0I5WkTlUWDGF50 { width:44.5rem;height:;top:6.0625rem;left:1.6250009536743rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veuJAKb8ikyKZ4Tpif49HeImS5DNCCJy { width:46.625rem;height:;top:9.0625rem;left:0.56250095367432rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA { display:block; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESusgci69aEWzQT6xO2U0DkMpKG3EMFO { width:15.625rem;height:5.375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2yQTfod8nPIUsJndV1QxTxIDLAKpFz { width:1.25rem;height:2.375rem;top:1.3125rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw1qhWwbd5D8upE4I8wX77wDRZuOxXm { width:1.6875rem;height:2.75rem;top:1.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzZrQ0T0iCGTqdtL6ezS5HZs5bqtGot { width:1.6875rem;height:2.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZHSHtUU6aHCpQFZ3zkSy791TllW6qug { width:1.25rem;height:2.375rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVvy3b58fcUMQp7HAUb1EPx80WBcUzA { width:18.25rem;height:5.375rem;top:1.8125rem;left:14.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNchlGWFBzTz2utrVcwqPO5UgArpzEd { width:19rem;height:5.375rem;top:2.125rem;left:28.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3R8DZTnxnKaQMApTDSbPxOnZX7ag39E { width:1.6875rem;height:2.8125rem;top:1.6875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvRMqXlzlNmytZcFLt4McRUEeZnxxnWw { width:1.3125rem;height:2.375rem;top:1.625rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPdab9kE3mxQss2J7FJlRccEbIcyEW4B { display:block; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQ4eUBMlda3yCBbsnUJRwptpKKRwUfo { width:15.625rem;height:4rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTg0lFaCdIn4qKdG8izu1N9qSLmbgFm { width:1.25rem;height:2.375rem;top:0.625rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHuV5FfOdMzZUtDt3QHuq2XVVcTveXL { width:1.6875rem;height:2.75rem;top:0.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3NCA3qHCaBw4tFFCTC0OeZk60Vbdc4Z { width:1.6875rem;height:2.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGs6gxstga2mVgtzaIkUhWOWv4mIsCEl { width:1.25rem;height:;top:0.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFT6EdmqJE8lw7F9Qc8K6DwuPF937lM4 { width:17.4375rem;height:5.375rem;top:1.125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UfEL2XCIzAWoC8JqzOSvuvzGi18nBz { width:17.6875rem;height:4rem;top:1.4375rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIrSGTn5c2DRAZ64KipFBDZiifh0iLNB { width:1.6875rem;height:2.8125rem;top:1rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrAdmf5Bsg0yZIxk5pZAzwahSGyN0V4c { width:1.3125rem;height:2.375rem;top:0.9375rem;left:35.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G17PmAaTDS4dkd7zmTtIawqTTyINzn { display:block; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPV3I6qBWFdFywKmcgWioG6Ak9LZMS9S { width:9.25rem;height:8.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt53arVxAEZnl1DFp3ez9k0wXqrJasCG { width:22.4375rem;height:4.1875rem;top:7.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1kTB3vhPB9XcJ1dSQsAdlK6hQmNE52M { width:23.25rem;height:6rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJETfhxlf6VunaPTHiXdFRXlAlophAc { display:block; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7xK257pp3911eEZmq48ctn2twA7mMTp { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POK2rq71WBK6XZynwzcITuLJxiEdCa6r { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbJWmnvNRWy8TThzVTdxaW3tT9gqfgbq { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAelqHvTIRcuGgzX1m7x6OlJIs6Cz1z3 { width:16.3125rem;height:4.9375rem;top:12.4375rem;left:31.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJNqTlT2D8gqcBWaTv9ZzHX5wpnCTkCi { width:9.1875rem;height:10.75rem;top:9.4375rem;left:26.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlnVJ0ZVHsTvPJxniTdR6lETA1aQALb { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 { display:block; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk9EMnuWmVNcSfNVTofMZkub6NP5FJ8F { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgTS2Asizo9ZPIegnlU0cec6BvPsvhc { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKFk6JbTRWbU2cAKBviF4rxevwXWFQm { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1cSlUOvtlvGrz4mkT87bydwSRrJvKEG { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoJm200Q8bV8A8sgvwnNWT7FEyMw7nVq { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTivaKCNVVGKMtuKJ2JgM6agyHMaB1f { width:17.75rem;height:3.25rem;top:12.625rem;left:30rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wSbIEpSlsyPJcIxR2TzumX643uNcT2 { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVVeO8qtVGTsITCMDKAqN9Q7tqubxNhA { top:11.875rem;left:27.675000190735rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb { display:block; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTpFIx87A8VVqddc9U3z5u6s8ppBervo { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOeNKJvwbI4O6G2zbKyd6TNd2ba9GCh { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTKlOawf53d5yENinmWpeUVQy9M2C8u { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZCLCI3TNQJRZUPPeDieUPSXEh7fRNMK { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG9NAWfsNmQTn0gZ9X49GMThl0kvz3nO { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6A3smkA0w07F7reNDp6RTK3PxE1dWrc { width:19.625rem;height:;top:12.625rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3rXXuTmXvrTwEfTxKcM2cHImlDz6pw8 { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwvU4S9t8BdMsST8IvNE386TtZN4mpnK { width:9.1875rem;height:12.5625rem;top:8.5625rem;left:27.175000190735rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9r0r07915XoI659zrdJsrFFbGiVE5WT { display:block; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BATFkLD9aAlPKCUT3T7oOfxkUIrZ4g4L { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLUSbG26I2LvWU6uSW2VoFpT9EPtMD9 { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzNEVgIXgMH3UkCvtBsdGWMRV3wl5A3 { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CBTonqkIzhfmhcbDqQBtoX1XqWEydB { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoNVkXtm5K1x5Qv4vBoAMzniBoakF8fv { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGNW2bWczg42w79LRhmcTePeUtkxuQCT { width:19.625rem;height:;top:12.625rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKwrVMDAx8s8pi4Ayz2tN9bMI2FMtOB { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdSLpF99BblvX3OwpQFHUotaghhTpqM { top:11.875rem;left:29.537499427796rem;width:3.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlCvWNH9q1NxVCE1GAQxXx0lQ9IwFqvg { top:12.375rem;left:30.287499427796rem;width:2.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbD8y84KAJHkTzTuuc9DHLSxUfDESraT { display:block; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3drv7vFiZbezLhGqRquDSuTNnV66wpt { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4eqsEE3syKCGt1bIk1rofNFJZTkI6H { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfOpAuhfadqwhyTylP15XPiNwG1Uqn62 { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzCvX8f73gcT3GIGpBNV15GaABAGoPG { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc4VTRrs1QUP93L2oLP6rPHKt4Xgngg1 { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqUg1xcVmX5wKzPnQbSTdPsW3zMzfPV { width:19.625rem;height:;top:12.625rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOL8V9yxCRMmSgI1VgbV7sFnnuIbOz45 { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GGc4iKU6zL9SUHKBB8aswopGODT7T1 { width:9.1875rem;height:13rem;top:8.125rem;left:28.862500190735rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwmNPR0p3VftRcVrMq7Zm4lMfwpB5uz { top:12.0625rem;left:30.237500190735rem;width:3.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT { display:block; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Roky6hcmey657CLND1ZEL7T2UOkbvNa7 { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i585RzMk6mGJwF9zqEiQdpJAyFxDax5e { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3frZXmS2EtK2r6uIiB41s6fSdUN5QyN { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2p3OwuGpxbkgmeKG2I9Iu9TtT6NFd { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQeaDy1xTfFGhRNndWa5VpqDpAEoXEq { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVB120znLlo4w5IPgCdTmvBLH4k7LGyT { width:19.625rem;height:;top:12.625rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTL7FKRWrb2OE1ryUrFTAIVQ3WEqo2o { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiXmUllAxtSlyNkOHUGOLNgtCWkhurP { top:11.875rem;left:28.162499427796rem;width:6.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl6mXzdeuJWGnw0W4NDNsf86iAsG6yQw { top:12.4375rem;left:30.412499427796rem;width:2.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 { display:block; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkNS5zM4KRkKqQe5qVv9UaZCHTtdZH1O { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqQgGSQk7ILHIo2gcwEJWKPWoHT7qmt9 { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy0reF5KAsqFQg2BOVCaZlzcaE2XwUXo { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctw6IX2tT71Rqxmi5yhBLRLz6wlAmopA { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CboGrnoiyH0XdtL9ZPbaEQOBCg3sTQfU { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0iT9q3m7sHTxKtPd1lCTHDf7doBEtl { width:20.25rem;height:;top:10.6875rem;left:27.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXlNVBOsicHRLD5vrlQHOyffzgdXqsk { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFDMzLz2KkurWcw6oPcrIWT6xCsk8cMD { top:11.875rem;left:28.300000190735rem;width:4.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTkbhTdR9aQE9TIT3T3rgGAVnmhWHfx { top:12.25rem;left:29.300000190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR { display:block; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVOyKcX5t0np9Jbnf5ch7IbR7RKlx6bS { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebX4XT3B26DfN8b2HqQaBOXKc70TU1FN { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO1NmPNTw0Z3Z83glQfPc30dEGT0ryV9 { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvr5ZPHbzToJkLqaWG3r3NiAl8506tK8 { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZXiiiF5eyd05id1nMheTsG5qp8oFm9 { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSR7cRO162SqzpB1tBROJNZ2pHehTfR8 { width:20.1875rem;height:4.9375rem;top:11.8125rem;left:27.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRPOUct8ZQx2iAXvKd9qp3wqFlbPzEyq { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTfIVT5CWn9dyMz6vSQf55MV3WousbD { top:12rem;left:28.612500190735rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fipSewv0cXB6kB2JLWShVBBUgoKKa9Sl { top:12.6875rem;left:28.550000190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loBEckipT8JBqBdK6mzaIdBOpsveVbQN { display:block; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atipkZFttGPQTJpAOf59R5o93x6TOC9p { top:13rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1cU8PhuQNITgRoJcSBPpEF5JRclGbW4 { top:13.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfHNd8q33K9bLwTpKs2b3zaw5X3oEzNl { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk5nWWx3em2Lw2x0cToQeRytEflsTCd6 { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrg5BXcDyQdXvuQG0Q8boGbHgf30ps91 { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc8EvG8xugyTkhZmUDrEKX4298Tdq0PM { width:16.1875rem;height:3.25rem;top:12.625rem;left:31.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzLcU4mPST3IKTctEO6ffO0G7icor8KC { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8bv11nsTsx5nk7PIKcyVzT57xoMigBZ { top:11.6875rem;left:28.800000190735rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBnM88FqS56cyk2ZFM51chfz1RuPH1a { display:block; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5N93yqivTkKHxHc2upXELe0VElO2zNi { top:13.0625rem;left:17.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsSLWzoORmbJ61Aq76I49FCw4wdV8I8f { top:13.5rem;left:18.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1gQ0VXpLlmv0n9kXSRXEhsJyKuvqWi { top:7.9375rem;left:5.25rem;width:36.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDsB75J9evxLt0u9wqk1FoTaBbqv27B { width:16.8125rem;height:1.625rem;top:13.4375rem;left:30.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSn35TR1mJrhByIo5pZXluKuoRocVkIm { top:11.3125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrDhkAQauKXqR9ChM5r26JVFO5oeVy4 { top:12.125rem;left:28.175000190735rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tarQOngUOusc1iNu1bO75xZSBOFCCrU9 { display:block; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:9.5rem;height:10.75rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4W8BGEV13DS6LvmyGVlPmX8I7M4MKqW { width:28.0625rem;height:6.1875rem;top:10.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMz9GXXwtMgo0VS1oCb4H9mXq7bfMsU { width:28.5rem;height:3rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbacTBDJIkKJJ1ppbTJSsDAQbAG9uiTo { top:0rem;left:18.5rem;width:29.25rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-regular-label { width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-text { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-text {padding-top: 0; padding-bottom: 0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-textarea { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-select { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-select {padding-top: 0; padding-bottom: 0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-button { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay  { width:21.75rem;height:auto;top:2.0625rem;left:23.5rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .radio-container { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay {display:block;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay { width:21.75rem;height:auto;top:2.0625rem;left:23.5rem; }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #BNQmB4WxdfazikMvJIFMLh7xUE0h4vqG {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #nvOh7dZCopV8i0Qh7V5pTPBc25T1WI5r {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #mA7dF4fturE67k5bT5IN9MEfATqDLEN6 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #Z7K4Hn24TgcMh1TP5c8O0mdbSCfhnA88 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #AOJPLB379rlS6ugBCsJ920mGot9TmlXL {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #EF4woRKFO8mt4ixNz351OhhViw9BEmp4 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #VM8d2Q9OzwsFh6kTWsSBFb9DBbOqJoro {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #xqhWp16DBEfp42R1qcFy3K0FciIq5Iqa {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #vcImavQC2iXteNawsOU9WPTSrPipQQIn {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #so4iSSykzCvis3U9758AQfUSss67X0t0 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #H8PcP6nqLZyCNOkp37G26nmaZ1kW3bIl {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #Jhh13KH124pCgRlngMRHuAGgTQlGnyfT {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #c3pv0v1xk8vFGa6Fb4CRHRSVlQTyN1OH {  }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #c3pv0v1xk8vFGa6Fb4CRHRSVlQTyN1OH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #cZNTNAppdIxJ3VVflSVAgJmyn3hHA3IB {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #yRMw1QkvI6DZdxTakao2ssFZX9SkfcQl {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #nGqWmzAGdyBVex1AmM4cXaacz3tZNtoV {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #oJxWooTRzrS15fnhdNA8N2qzPTaGCkpc {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #liyFWy4Fy4OtZrqIta1QgOblslLLI5fz {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #b5SHZCl2T6KOa4VKTt2qxVxlVIy1EWZD {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #xyATZBhZmPqFQze9FqSlOn5EFgQxDwAm {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #WBK1Wzr0IWBWG7oBJ3TWgs5pRSxGmnkH {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #n5bVVApPIXw8MRpcyox6TxE5K6iJVoDI {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #v9hWzP7R0JgfOPEucEBvD3gTGg7CvEoz {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #JNNya9zQtRSGelB0Th7RHTHOAund1XPQ {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #dVNvO8lhTyVKO2rIX7sTZFSTeXlx2L6P {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #PAFNKRR5SJCdIttkIVCH7cAGETJC2Uty {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #wru1KGXwiWGXsK85XdZZlcAgpCBD7Ouo {  }
 }@media only screen and (max-width: 763px) { #F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB { display:block; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nce9dAZGy5aeGuNgkGxpdgKl2mzq6mUc { width:9.5rem;height:1.875rem;top:0.65625rem;left:10.5rem;font-size:0.6875rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #lSnvmXg8Eme7JSiymsJ3CNhPIpJA4xe3 { display:block; }
 }@media only screen and (max-width: 763px) { #aUwMvCdKqVUfzcqRmoxEgo4Hsu756AhC { width:9.25rem;height:1.5625rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cQbgyohbTKF56KZF2CqQxetK78754qTb { background-color:transparent;background-image:url("https://images.assets-landingi.com/718m6063/bg_mobile.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cQbgyohbTKF56KZF2CqQxetK78754qTb.adaptive-delivery-prevent-bg, #cQbgyohbTKF56KZF2CqQxetK78754qTb.lazyload, #cQbgyohbTKF56KZF2CqQxetK78754qTb.lazyloading { background-image: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container { background-color: transparent; background-image: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container > .video-iframe-container { display: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row > .video-iframe-container { display: none; }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .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); }#cQbgyohbTKF56KZF2CqQxetK78754qTb > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8Q8DQF0R53EXr3u7TbLfbTiAwhuF4ZO { width:9.5rem;height:8rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhCFKsEMf5PIoUqsHeDmwkSEcyshkCp { width:19.5rem;height:6.75rem;top:2.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r3WiIMRBwaNPcCSAg4WRyZmmM0fIX0fM { width:2.0625rem;height:2.6875rem;top:10.6875rem;left:14rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQontc29w4yytwV8VxKQkHNcN000hTwA { width:20rem;height:40.125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7x3ZIU1f9tBXgiCrw8bPDt0Wf58SJG { width:13.4375rem;height:2.6875rem;top:10.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9FWkBBm9IR1AmP3cy4TKGcJSt2h0rF4 { width:15.0625rem;height:2rem;top:14.4619140625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCcXEs5upXDfXJ0OiUCAvmefoOeqNgx0 { width:5.5rem;height:3.5625rem;top:17.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5l1hODenmNG30dVoK4vnrJFvn3ucD3 { width:5.75rem;height:1.875rem;top:18.6494140625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ioiDwg7uOEiWEqs2lLOVaemkzVRRTx { width:3.75rem;height:2.375rem;top:18.1806640625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCVB6ZXa8CikxN7cVpqonNN1QNK029l { width:17.1875rem;height:4.3125rem;top:32.1875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-text {padding-top: 0; padding-bottom: 0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-select {padding-top: 0; padding-bottom: 0;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .widget-radio-label { font-size:0.8125rem;overflow:hidden;height:1.625rem;line-height:1.4; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp  { width:17.375rem;height:auto;top:36.0625rem;left:0rem; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp {display:block;}#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp { width:17.375rem;height:auto;top:36.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #LM2Czk53bn5WOwtN3S7FGBfTGgwgCveJ {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #MpBuTfyNLnVHnGOKis2rMsOSeBssIx4W {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #A9afa76WXzLTT8ZTMFpUK0fTrMvtc7tn {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #gyr7HMJLeKcANCcvzUTHZzXSf4Ohb2UF {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #hCXcahT8Uk0tAhMuAvsUv3FNawDmcCLT {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #z0tusRLHvnGwdBkIn4FV3aVTKbuhBrFM {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #WwiuBStSKSf3AaJGcq9TVFhZz9kZVlcm {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #N92JRwL30c4AgC4yDbamGgFZxp70ghfl {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pdFh92sD9WEgvGvxryQhrBpPl0GbCAN9 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #Nqt5iK4Km9cAlT0K2HVaOofB4zeC7Tg1 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #wLk3at9fQvOolEKyCpuP4Gt09WGU8SQy {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pBqDmgEs3g37VxUPOX597JvDQpopUMb2 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #v0oxsy0Tk79BEOuDwUHGis6L2C4He3ct {  }
#hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #v0oxsy0Tk79BEOuDwUHGis6L2C4He3ct .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #ABOvWJCKDGKSvxMFdACVar3IX9XSZQfV {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #TzsPCpTrVdlSCFCShNVaA2VRkuVcdEZX {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #wLyneRJceHXecioGFX837FxTHLRJEKB7 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #nhnvJGg15dq7ZspPrmxIm3hv167LkbX0 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #SDt2E1Kh4quV2pSO7Re0DokvS4dhiz0x {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #KbeCwtOHhTAdEAfoOh2qiTa83bTcMDpm {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #yqfymVl0hW3kuT6eFJvl412mHiEawZZk {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #pCXnpxKgnSZRwDvWECVXGkbX1SvTFekw {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #mi4LKNy9d7n5zVBq6FwrnMnubT3Svrvd {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #RhyghJaPVqzoJPmJfG3DRk5LEyStdZF9 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #uZoqv4NmtqKtcqFbvf9zK3yrk4K3q2K7 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #T4qgHZTVUTbmLodnTXET9DPulZCkdrD9 {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #lZKiyXPHRtsH8o1aQlPoPVn5WC7EZJHs {  }
 }@media only screen and (max-width: 763px) { #hQr4nB6TKkw5msUlFxabnqRFx94TVmzp #ZhcxqpbhtD4phuxISPxzS62BLihrJuJ8 {  }
 }@media only screen and (max-width: 763px) { #OBTF3Avy444ibDim9i3mcnJPxipQ9eaV { width:7.3125rem;height:7.3125rem;top:24.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akVqehfc4f3yMcxW1ioGE1wgX9oxcGH0 { width:6.5rem;height:1.1875rem;top:28.5rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODszQ0CuR7TThwQ3rrsK0lJHuXSoqKE { width:4.5625rem;height:2.1875rem;top:26.3125rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKkxwS1zMJ7IV5Gv4tWKsr5kZb4IFMKq { width:1.375rem;height:2.1875rem;top:26.5625rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0WWnssAU96miXiEPeCIahGS6IvTJTxT { width:7.3125rem;height:7.3125rem;top:24.3125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pKq02VsxT2XLqQMkWDhq1u40yTELEw { display:block; }
 }@media only screen and (max-width: 763px) { #S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q { display:block; }#S9Kxd9iFd8UPHCtlop5ncbl8z0kOK17q > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq { display:block; }#ZioFTf7ocpbc89lDKc7vpkD4Vaa0Lxfq > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuWxH03BdVWSG5oKVBmuud85mJbTUqb6 { width:9.25rem;height:8.625rem;top:1.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT7AQo5NGF9x7q2GBMVOGFW6tGm7Krp { width:12.5rem;height:4.5rem;top:3.375rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8TIsLoiEMPwvR2pAfUAc2tJmQ3ZfAqu { width:20rem;height:15.625rem;top:11.5rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPH4ksKUmcZSKlV0NIygKgVoVJTQDaW { width:16.625rem;height:17.875rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTSa7bTQDoWsDG2T2OZgWFZCiKRKiB26 { width:19rem;height:20.6875rem;top:29.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGc9wMHhgxxqLxNLH72a0M99D1XDrN7c { width:1.75rem;height:1.625rem;top:49rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 { display:block; }#Mvk5CeptSXR5z352VTCe1RCqmqwV2NU7 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q192KDQkzfkpIGHUHcCU6XdLl9fD5ewy { width:15.375rem;height:4rem;top:3.94921875rem;left:4.03125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HomzEvLGPqceI1rSEGPSGTsiOtdA2taK { width:12.8125rem;height:1.1875rem;top:1.474609375rem;left:4.03125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4TcLaHOzALyO7GrDDwKV0CNisxTmsPi { width:10rem;height:1.1875rem;top:10.3994140625rem;left:4.03125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPksasI9u22c8g2235Zni9LTcQ6sqA10 { width:15.6875rem;height:3rem;top:12.7744140625rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN3LvNRBf8FmFL527h4X7EkTrogVN0u3 { width:10rem;height:1.1875rem;top:18.3994140625rem;left:4.03125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9g7wFvfFRrLhmO56DsoOwG9NS9x0eKv { width:15.25rem;height:0;top:21.7744140625rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGSnyHRL3opH6NXJg3cc1yB1m55fxGVT { width:4.3125rem;height:0.0625rem;top:3.099609375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDKbOHrT73sGwEadn34m3ARrTM6LeQwW { width:4.3125rem;height:0.0625rem;top:11.9619140625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15eXcticzFmV29Ge04XcQd98waic8Mr { width:4.3125rem;height:0.0625rem;top:19.9619140625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOrUpQrFOFE8umgeOLpGLuNPqJvZTlg2 { width:2.8125rem;height:2.8125rem;top:0.724609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lIBHvlFBRlNq67FZhI1SeTtRv1bZgv { width:2.625rem;height:2.625rem;top:9.8681640625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGwGgiDoPZcO1ZcfcWasbhsT9fg9uM3 { width:2.9375rem;height:2.9375rem;top:17.6494140625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3tqX08Ienx7CBmZkWMfDMfdb8RqSV6U { width:15.25rem;height:3rem;top:20.625rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:19.875rem;height:9rem;top:3.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:17.625rem;height:2.5rem;top:12.875rem;left:0.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:18.75rem;height:18.375rem;top:18.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Hbn2f0rhhQGnei54W0v4fZh6Ta85BF { width:8.5625rem;height:5.5rem;top:19.96875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLISeH2OU56KlnqVqWT9SV8fU8bTpaHz { width:5.9375rem;height:3.75rem;top:41.25rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsMMq2qOp6m0T5rM9iezXeTb4iMqoBo { width:18.75rem;height:9.25rem;top:26.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsQIpvKr0rTW5m02MGxDFlPwhVdcLpeL { width:18.75rem;height:32.6875rem;top:39.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOwNNK72OlEzWsRkBBgFaxIGIQ72cxF6 { width:18.75rem;height:23.3125rem;top:47.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTGoOxw2p1qZrzMqlmZVwpLCfRuvsk1 { width:18.75rem;height:30.1875rem;top:74.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfToh3uFi9RmwGKMiMMENHfbi8NylI7i { width:18.75rem;height:20.6875rem;top:82.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFVNLMAQX1f2UHyOscTQHJ7hJFg3TzF { width:8.625rem;height:2.75rem;top:77.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxIrS8WP5n6crL6hqt0kS689QvSBFrh2 { width:4.25rem;height:1.5rem;top:28rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #bSbKCsRgDrAK4yCX3vTegkbfdQkXCms1 { width:0.8125rem;height:0.9375rem;top:28.4375rem;left:8.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #InGkui3GNmPnu3gBFDhxpTfcavP8XDTf { width:5.625rem;height:1.5rem;top:28rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZD8g9fND4HAIXnJa3rHHbwByK4AXJL { width:0.8125rem;height:0.9375rem;top:28.4375rem;left:14.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 { width:15.1875rem;height:3.1875rem;top:30.82421875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.6875rem;z-index:100006;display:block; }#SK9saXhPTJ7UcScgWUqRiVDVoFmTZ9T8 li:before{  }
 }@media only screen and (max-width: 763px) { #vF2CNkeTkb9yULGaHCT6dPUBv32DusUD { width:4.75rem;height:1.5rem;top:48.8125rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #TpAT1mUnGo1Tt8eGWdXesykyI5U5C4iS { width:1.375rem;height:0.9375rem;top:49.125rem;left:8.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #CVqMoO4lnfFTayXbd1edkIhL6Jg6WTgq { width:5.625rem;height:1.5rem;top:48.8125rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #kaOJCRutg3HgSMks7TNPiD0BPpeNJbz4 { width:1.375rem;height:0.9375rem;top:49.1875rem;left:15.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #u34t3iLFNgIDIhHFRzXmh6WSHrConqwT { width:16.5rem;height:1.75rem;top:50.8125rem;left:1.28125rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe { width:17.5rem;height:9.625rem;top:53.6875rem;left:1.28125rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;z-index:100007;display:block; }#t2hqbnC56L3LxNyEvhrkSDd8VGqefzGe li:before{  }
 }@media only screen and (max-width: 763px) { #wGXVCh9oDqgA2TT6dc74hE5LLD4sqTUQ { width:17.25rem;height:5.625rem;top:64.125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #hV0GkJVOD7WbetCv8U3hV8muw37KGLIV { width:16.875rem;height:1.4375rem;top:83.6123046875rem;left:1.3125rem;text-align:justify;text-align-last:initial;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #TWuIBSa5b4GrsAyvxdTiUA1l1kPE8xDh { width:16.875rem;height:0.875rem;top:85.2373046875rem;left:1.3125rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS { width:16.75rem;height:11.3125rem;top:87.625rem;left:1.3125rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;z-index:100008;display:block; }#R5ySfVDrUv4Js64CGVHiB8PFwAraMoKS li:before{  }
 }@media only screen and (max-width: 763px) { #dySRSekrICWgiH9py07rArVIJWZiT6FS { width:8.75rem;height:0.875rem;top:100.1875rem;left:2.5625rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #GP3319IW6XaNHUvrLK018h7uDcEck2ss { width:1rem;height:1rem;top:100.125rem;left:11.1875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #aEAdDLBM0Z083BNKyTsAC6SW5kNbBoQP { width:10.375rem;height:1.75rem;top:99.75rem;left:2.34375rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #OdFH5GMTFdESIB6WXbTGHCSCQIyHDWdW { display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:20rem;height:62.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TshUWmBHXN0JPfcwysy6yiBZvc6ue0cF { width:4.25rem;height:1.5rem;top:1.25rem;left:7.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyiSknqKrEoUtIVDtsxhRzSe1irypCU8 { width:1.375rem;height:0.9375rem;top:4rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qubrJX0d93Dsf1JrXNq2X9AATy4A79vB { width:5.625rem;height:1.5rem;top:6.1999999880791rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKS4PxcXzaoSVW2fgyVZzdiAbLAZFOa { width:1.375rem;height:0.9375rem;top:8.9499999880794rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTJiu42DCoTND7wnJw8dbe7ktIR6TCgc { width:5rem;height:1.5rem;top:11.149999976158rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST { width:18.0625rem;height:3.1875rem;top:28.949999928474rem;left:0.9375rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }#OWBAJS3WMVOt5gMNsKXlZnPuK82bP0ST li:before{  }
 }@media only screen and (max-width: 763px) { #lpLgiUkwnR9k3TAOySePph4ZvoMPHHi0 { width:5.625rem;height:1.5rem;top:16.099999964238rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REDPuMgNR28sU0EXThaqDl9VoK0wLsDd { width:1.375rem;height:0.9375rem;top:13.899999976158rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndK0WQIa8ZIdvVog49DdziATEpikHze { width:1.375rem;height:0.9375rem;top:18.849999964238rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvlo4rlclNIdAka8SW7kOdHWmivHKihn { width:19.125rem;height:1.75rem;top:23.75rem;left:0.4375rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO { width:20rem;height:9.625rem;top:33.499999880791rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }#Rp9gy8R0m7mQboQRWrTAgX7MHnN0fQKO li:before{  }
 }@media only screen and (max-width: 763px) { #wo05NFpmXxzcfAaAcuhhPVg4DMf9iAIT { width:20rem;height:4.6875rem;top:44.887499690056rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyvwbFo0AQtca7q4mdWmAN2iCPd9QXOG { width:16.875rem;height:1.4375rem;top:21.049999952316rem;left:1.5625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPrugv4DORFWBhNS5HXtvPETmgVeZTmP { width:19.1875rem;height:10.3125rem;top:50.887499690056rem;left:0.375rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }#yPrugv4DORFWBhNS5HXtvPETmgVeZTmP li:before{  }
 }@media only screen and (max-width: 763px) { #t9aX6kfWacZq90F9TRD51HvpKG7WmaB8 { width:16.875rem;height:0.875rem;top:26.799999952316rem;left:1.5625rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:20rem;height:25.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ptuZTgEt8B1ziOg77gR7SxFND0BwM59P { width:8.75rem;height:0.875rem;top:1.25rem;left:5.625rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJzSFESIOJaSsW4XVwlRWXhO8lTcVy6G { width:1rem;height:1rem;top:3.3999999761581rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2tAzXPtMClOZImHT6KABBo82Lv1SoVl { width:10.6875rem;height:1.75rem;top:5.6494140625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDa8bmVNaPLWg4io8bdgWSKPzAuX9Utc { display:block; }
 }@media only screen and (max-width: 763px) { #FiBp75TPkGHWI6dTAq0B4OrGTokXe61p { display:block; }#FiBp75TPkGHWI6dTAq0B4OrGTokXe61p > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTFam4hTH3XeSsIVqmfp96RW7TdrZJrs { width:9.25rem;height:8.625rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Gu6ohar33hbmN3dbF1dCGA8Ow57MCk { width:16.5625rem;height:4.5rem;top:3.3125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK1UZWCg02rfebydmzNwRHlnpSOCqzAv { width:20rem;height:13.5rem;top:11.375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vndLQ19gEWvsqhFPHVZAQg3etKW2fdve { width:17.3125rem;height:3.4375rem;top:27.32421875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzEhG3aTN72fvAcin7G5vxaMtI15PDgh { display:block; }
 }@media only screen and (max-width: 763px) { #wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh { display:block; }#wZT8NKCyB6eunPMhyaPgm3zchsaqZqFh > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPtfd1xFnLGZSUHx1X0I5WkTlUWDGF50 { width:20rem;height:4.5rem;top:2.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veuJAKb8ikyKZ4Tpif49HeImS5DNCCJy { width:20rem;height:1.5625rem;top:7.375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA { display:block; }#RwRpI260QXBF6TTCad6Xd0IEiBzlZFMA > .row .container { width:20rem;height:19.9609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESusgci69aEWzQT6xO2U0DkMpKG3EMFO { width:17.5625rem;height:5.25rem;top:0.625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2yQTfod8nPIUsJndV1QxTxIDLAKpFz { width:1.25rem;height:2.375rem;top:6.1468505859375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw1qhWwbd5D8upE4I8wX77wDRZuOxXm { width:1.6875rem;height:2.75rem;top:5.9866943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzZrQ0T0iCGTqdtL6ezS5HZs5bqtGot { width:1.6875rem;height:2.9375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZHSHtUU6aHCpQFZ3zkSy791TllW6qug { width:1.25rem;height:2.375rem;top:0.25rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVvy3b58fcUMQp7HAUb1EPx80WBcUzA { width:17.8125rem;height:5.25rem;top:6.5078125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNchlGWFBzTz2utrVcwqPO5UgArpzEd { width:17.375rem;height:6.5625rem;top:13.399200439453rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3R8DZTnxnKaQMApTDSbPxOnZX7ag39E { width:1.6875rem;height:2.8125rem;top:12.986724853516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvRMqXlzlNmytZcFLt4McRUEeZnxxnWw { width:1.3125rem;height:2.375rem;top:13.19140625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPdab9kE3mxQss2J7FJlRccEbIcyEW4B { display:block; }#hPdab9kE3mxQss2J7FJlRccEbIcyEW4B > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQ4eUBMlda3yCBbsnUJRwptpKKRwUfo { width:17.5625rem;height:3.9375rem;top:0.625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTg0lFaCdIn4qKdG8izu1N9qSLmbgFm { width:1.25rem;height:2.375rem;top:6.1468505859375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHuV5FfOdMzZUtDt3QHuq2XVVcTveXL { width:1.6875rem;height:2.75rem;top:5.9866943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3NCA3qHCaBw4tFFCTC0OeZk60Vbdc4Z { width:1.6875rem;height:2.9375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGs6gxstga2mVgtzaIkUhWOWv4mIsCEl { width:1.25rem;height:2.375rem;top:0.25rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFT6EdmqJE8lw7F9Qc8K6DwuPF937lM4 { width:17.8125rem;height:5.25rem;top:6.5078125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UfEL2XCIzAWoC8JqzOSvuvzGi18nBz { width:17.375rem;height:3.9375rem;top:13.399200439453rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIrSGTn5c2DRAZ64KipFBDZiifh0iLNB { width:1.6875rem;height:2.8125rem;top:12.986724853516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrAdmf5Bsg0yZIxk5pZAzwahSGyN0V4c { width:1.3125rem;height:2.375rem;top:13.19140625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G17PmAaTDS4dkd7zmTtIawqTTyINzn { display:block; }#i6G17PmAaTDS4dkd7zmTtIawqTTyINzn > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPV3I6qBWFdFywKmcgWioG6Ak9LZMS9S { width:9.25rem;height:8.625rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt53arVxAEZnl1DFp3ez9k0wXqrJasCG { width:15.875rem;height:9rem;top:3.375rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1kTB3vhPB9XcJ1dSQsAdlK6hQmNE52M { width:17.9375rem;height:10.9375rem;top:13.625rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJETfhxlf6VunaPTHiXdFRXlAlophAc { display:block; }#aTJETfhxlf6VunaPTHiXdFRXlAlophAc > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7xK257pp3911eEZmq48ctn2twA7mMTp { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POK2rq71WBK6XZynwzcITuLJxiEdCa6r { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbJWmnvNRWy8TThzVTdxaW3tT9gqfgbq { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAelqHvTIRcuGgzX1m7x6OlJIs6Cz1z3 { width:16.3125rem;height:5.0625rem;top:11.4375rem;left:2.375rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJNqTlT2D8gqcBWaTv9ZzHX5wpnCTkCi { width:4.4375rem;height:5rem;top:5.875rem;left:2.375rem;text-align:justify;text-align-last:initial;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlnVJ0ZVHsTvPJxniTdR6lETA1aQALb { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 { display:block; }#PbT6tEMyJDnvnWz2acxJVzq30guaMaU6 > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk9EMnuWmVNcSfNVTofMZkub6NP5FJ8F { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgTS2Asizo9ZPIegnlU0cec6BvPsvhc { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKFk6JbTRWbU2cAKBviF4rxevwXWFQm { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1cSlUOvtlvGrz4mkT87bydwSRrJvKEG { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoJm200Q8bV8A8sgvwnNWT7FEyMw7nVq { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTivaKCNVVGKMtuKJ2JgM6agyHMaB1f { width:16.875rem;height:3.375rem;top:12.5869140625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wSbIEpSlsyPJcIxR2TzumX643uNcT2 { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVVeO8qtVGTsITCMDKAqN9Q7tqubxNhA { width:3.6875rem;height:3.6875rem;top:7.0869140625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb { display:block; }#zFzuyga7NuWFVhT3tTk3E4xJBC1o71Wb > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTpFIx87A8VVqddc9U3z5u6s8ppBervo { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOeNKJvwbI4O6G2zbKyd6TNd2ba9GCh { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTKlOawf53d5yENinmWpeUVQy9M2C8u { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZCLCI3TNQJRZUPPeDieUPSXEh7fRNMK { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG9NAWfsNmQTn0gZ9X49GMThl0kvz3nO { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6A3smkA0w07F7reNDp6RTK3PxE1dWrc { width:16.875rem;height:5.0625rem;top:11.9619140625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3rXXuTmXvrTwEfTxKcM2cHImlDz6pw8 { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwvU4S9t8BdMsST8IvNE386TtZN4mpnK { width:4.25rem;height:6.5625rem;top:5.625rem;left:3.0625rem;text-align:justify;text-align-last:initial;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9r0r07915XoI659zrdJsrFFbGiVE5WT { display:block; }#Q9r0r07915XoI659zrdJsrFFbGiVE5WT > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BATFkLD9aAlPKCUT3T7oOfxkUIrZ4g4L { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLUSbG26I2LvWU6uSW2VoFpT9EPtMD9 { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzNEVgIXgMH3UkCvtBsdGWMRV3wl5A3 { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CBTonqkIzhfmhcbDqQBtoX1XqWEydB { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoNVkXtm5K1x5Qv4vBoAMzniBoakF8fv { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGNW2bWczg42w79LRhmcTePeUtkxuQCT { width:15.1875rem;height:3.375rem;top:12.5869140625rem;left:2.375rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKwrVMDAx8s8pi4Ayz2tN9bMI2FMtOB { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdSLpF99BblvX3OwpQFHUotaghhTpqM { width:2.25rem;height:3.6875rem;top:7.35546875rem;left:3.224609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlCvWNH9q1NxVCE1GAQxXx0lQ9IwFqvg { width:2.3125rem;height:3.3125rem;top:7rem;left:3.349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbD8y84KAJHkTzTuuc9DHLSxUfDESraT { display:block; }#IbD8y84KAJHkTzTuuc9DHLSxUfDESraT > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3drv7vFiZbezLhGqRquDSuTNnV66wpt { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4eqsEE3syKCGt1bIk1rofNFJZTkI6H { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfOpAuhfadqwhyTylP15XPiNwG1Uqn62 { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzCvX8f73gcT3GIGpBNV15GaABAGoPG { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc4VTRrs1QUP93L2oLP6rPHKt4Xgngg1 { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqUg1xcVmX5wKzPnQbSTdPsW3zMzfPV { width:17.5rem;height:6.75rem;top:11.2744140625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOL8V9yxCRMmSgI1VgbV7sFnnuIbOz45 { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GGc4iKU6zL9SUHKBB8aswopGODT7T1 { width:3.5rem;height:7.6875rem;top:5.125rem;left:3.3623046875rem;text-align:justify;text-align-last:initial;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwmNPR0p3VftRcVrMq7Zm4lMfwpB5uz { width:2.0625rem;height:3.5rem;top:7.21875rem;left:4.0810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT { display:block; }#pdJkX1NBssBAlr2TH5XlnN2wwNm0CEhT > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Roky6hcmey657CLND1ZEL7T2UOkbvNa7 { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i585RzMk6mGJwF9zqEiQdpJAyFxDax5e { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3frZXmS2EtK2r6uIiB41s6fSdUN5QyN { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2p3OwuGpxbkgmeKG2I9Iu9TtT6NFd { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCQeaDy1xTfFGhRNndWa5VpqDpAEoXEq { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVB120znLlo4w5IPgCdTmvBLH4k7LGyT { width:15.5rem;height:5.0625rem;top:11.9375rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTL7FKRWrb2OE1ryUrFTAIVQ3WEqo2o { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiXmUllAxtSlyNkOHUGOLNgtCWkhurP { width:4.6875rem;height:4.1875rem;top:6.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl6mXzdeuJWGnw0W4NDNsf86iAsG6yQw { width:2.3125rem;height:2.875rem;top:7.3359375rem;left:3.224609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 { display:block; }#mFKssDuDPwdhfpn1a2uxAH41uA7dk9d1 > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkNS5zM4KRkKqQe5qVv9UaZCHTtdZH1O { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqQgGSQk7ILHIo2gcwEJWKPWoHT7qmt9 { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy0reF5KAsqFQg2BOVCaZlzcaE2XwUXo { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctw6IX2tT71Rqxmi5yhBLRLz6wlAmopA { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CboGrnoiyH0XdtL9ZPbaEQOBCg3sTQfU { width:20rem;height:20rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0iT9q3m7sHTxKtPd1lCTHDf7doBEtl { width:17.375rem;height:11.8125rem;top:11.76171875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXlNVBOsicHRLD5vrlQHOyffzgdXqsk { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFDMzLz2KkurWcw6oPcrIWT6xCsk8cMD { width:2.375rem;height:3.125rem;top:7.7880859375rem;left:3.3935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTkbhTdR9aQE9TIT3T3rgGAVnmhWHfx { width:2.5625rem;height:3.0625rem;top:7.3505859375rem;left:3.1748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR { display:block; }#eo7NQRIg1tunXaIX7ZkRT2Ng27SgqtqR > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVOyKcX5t0np9Jbnf5ch7IbR7RKlx6bS { width:2.5rem;height:2.5rem;top:1.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebX4XT3B26DfN8b2HqQaBOXKc70TU1FN { width:1.625rem;height:1.625rem;top:1.6875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO1NmPNTw0Z3Z83glQfPc30dEGT0ryV9 { width:2.5rem;height:2.5rem;top:1.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvr5ZPHbzToJkLqaWG3r3NiAl8506tK8 { width:1.625rem;height:1.625rem;top:1.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZXiiiF5eyd05id1nMheTsG5qp8oFm9 { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSR7cRO162SqzpB1tBROJNZ2pHehTfR8 { width:17.3125rem;height:6.75rem;top:11.4619140625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRPOUct8ZQx2iAXvKd9qp3wqFlbPzEyq { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTfIVT5CWn9dyMz6vSQf55MV3WousbD { width:2.9375rem;height:2.9375rem;top:7.88671875rem;left:2.6435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fipSewv0cXB6kB2JLWShVBBUgoKKa9Sl { width:2.375rem;height:3.0625rem;top:7.57421875rem;left:2.7373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loBEckipT8JBqBdK6mzaIdBOpsveVbQN { display:block; }#loBEckipT8JBqBdK6mzaIdBOpsveVbQN > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atipkZFttGPQTJpAOf59R5o93x6TOC9p { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1cU8PhuQNITgRoJcSBPpEF5JRclGbW4 { width:1.625rem;height:1.625rem;top:1.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfHNd8q33K9bLwTpKs2b3zaw5X3oEzNl { width:2.5rem;height:2.5rem;top:1.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk5nWWx3em2Lw2x0cToQeRytEflsTCd6 { width:1.625rem;height:1.625rem;top:1.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrg5BXcDyQdXvuQG0Q8boGbHgf30ps91 { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc8EvG8xugyTkhZmUDrEKX4298Tdq0PM { width:16.875rem;height:3.375rem;top:12.5625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzLcU4mPST3IKTctEO6ffO0G7icor8KC { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8bv11nsTsx5nk7PIKcyVzT57xoMigBZ { width:3.6875rem;height:3.6875rem;top:7.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBnM88FqS56cyk2ZFM51chfz1RuPH1a { display:block; }#PRBnM88FqS56cyk2ZFM51chfz1RuPH1a > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5N93yqivTkKHxHc2upXELe0VElO2zNi { width:2.5rem;height:2.5rem;top:1.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsSLWzoORmbJ61Aq76I49FCw4wdV8I8f { width:1.625rem;height:1.625rem;top:1.5rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq1gQ0VXpLlmv0n9kXSRXEhsJyKuvqWi { width:20rem;height:13.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuDsB75J9evxLt0u9wqk1FoTaBbqv27B { width:17.0625rem;height:1.6875rem;top:13.9375rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSn35TR1mJrhByIo5pZXluKuoRocVkIm { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrDhkAQauKXqR9ChM5r26JVFO5oeVy4 { width:4.5rem;height:4.5rem;top:7.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tarQOngUOusc1iNu1bO75xZSBOFCCrU9 { display:none; }#tarQOngUOusc1iNu1bO75xZSBOFCCrU9 > .row .container { width:20rem;height:2.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a702fcd-41d2-4e15-84f9-7a56260bc492/f1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.adaptive-delivery-prevent-bg, #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.lazyload, #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP.lazyloading { background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { background-color: transparent; background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.68); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,37,0.68); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .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); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:9.5rem;height:13.8125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4W8BGEV13DS6LvmyGVlPmX8I7M4MKqW { width:18.125rem;height:11.25rem;top:4.46875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMz9GXXwtMgo0VS1oCb4H9mXq7bfMsU { width:18.1875rem;height:6.25rem;top:18.5rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbacTBDJIkKJJ1ppbTJSsDAQbAG9uiTo { width:20rem;height:30.8125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-text {padding-top: 0; padding-bottom: 0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-select {padding-top: 0; padding-bottom: 0;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay  { width:17.5rem;height:auto;top:27.84375rem;left:0rem; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay {display:block;}#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay { width:17.5rem;height:auto;top:27.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #BNQmB4WxdfazikMvJIFMLh7xUE0h4vqG {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #nvOh7dZCopV8i0Qh7V5pTPBc25T1WI5r {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #mA7dF4fturE67k5bT5IN9MEfATqDLEN6 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #Z7K4Hn24TgcMh1TP5c8O0mdbSCfhnA88 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #AOJPLB379rlS6ugBCsJ920mGot9TmlXL {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #EF4woRKFO8mt4ixNz351OhhViw9BEmp4 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #VM8d2Q9OzwsFh6kTWsSBFb9DBbOqJoro {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #xqhWp16DBEfp42R1qcFy3K0FciIq5Iqa {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #vcImavQC2iXteNawsOU9WPTSrPipQQIn {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #so4iSSykzCvis3U9758AQfUSss67X0t0 {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #H8PcP6nqLZyCNOkp37G26nmaZ1kW3bIl {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #Jhh13KH124pCgRlngMRHuAGgTQlGnyfT {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #c3pv0v1xk8vFGa6Fb4CRHRSVlQTyN1OH {  }
#GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #c3pv0v1xk8vFGa6Fb4CRHRSVlQTyN1OH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #cZNTNAppdIxJ3VVflSVAgJmyn3hHA3IB {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #yRMw1QkvI6DZdxTakao2ssFZX9SkfcQl {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #nGqWmzAGdyBVex1AmM4cXaacz3tZNtoV {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #oJxWooTRzrS15fnhdNA8N2qzPTaGCkpc {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #liyFWy4Fy4OtZrqIta1QgOblslLLI5fz {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #b5SHZCl2T6KOa4VKTt2qxVxlVIy1EWZD {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #xyATZBhZmPqFQze9FqSlOn5EFgQxDwAm {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #WBK1Wzr0IWBWG7oBJ3TWgs5pRSxGmnkH {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #n5bVVApPIXw8MRpcyox6TxE5K6iJVoDI {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #v9hWzP7R0JgfOPEucEBvD3gTGg7CvEoz {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #JNNya9zQtRSGelB0Th7RHTHOAund1XPQ {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #dVNvO8lhTyVKO2rIX7sTZFSTeXlx2L6P {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #PAFNKRR5SJCdIttkIVCH7cAGETJC2Uty {  }
 }@media only screen and (max-width: 763px) { #GJZECzoTgaUoFzk9dmAWA14WKsIRPIay #wru1KGXwiWGXsK85XdZZlcAgpCBD7Ouo {  }
 }@media only screen and (max-width: 763px) { #F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB { display:block; }#F41gPInaoKZUwmb6ftwtKlS0Ofv7BaFB > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }