.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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#uIf8Qsq4TmcqShwsqPIOoFhV6o2g59t3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:2.375rem;left:31.9375rem;display:block; }
#slBnLzLAMmBEkI5mA130he00uvMcTwDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vFzoHOZaq0J0m2azRr53oDpQb3cXmbbO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:2.375rem;left:27.625rem;display:none; }
#B9XRCEr6Bps5sdqmP5OvdaWmhZRzwm9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HLzmGEVxi3uGTkfbqGD8el2TvetApgZx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:2.375rem;left:41.8125rem;display:block; }
#ltN68rpIsAc3A3dxhF7SQBP1AvqHWiIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xvfluf8WDUv1Mft1TTf5GOrREdHkVdr2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:2.375rem;left:50.8125rem;display:block; }
#JzWlhTwG4JPUrpkru6MdE1WDX25yWvXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SN77gLsWxO7EQD1QrFgqsANfEyt6PwHc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:14.1875rem;top:1.1555989980698rem;left:0rem;overflow:hidden;display:block; }
#JQGm5KBiI0S3oda7BmMEPWeB7qJXRFbK { z-index:100006;top:2.1875rem;left:61.937500953674rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(123deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(123deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MqHW6zd7NBN0gA3UEoyh3mGe6Vz1TSQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gzZV8eTRT3VqoupwC7zHTJhRsK23DnQM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#OV2XeW9d3m5PKs8CEzAThRrE6yT3hL4r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.75rem;top:6.0625rem;left:7.5rem;display:none; }
#Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK { position:relative;display:none; }#Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK { border-width: 0; border-radius: 0; }#Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK > .row .container > .video-iframe-container {  }#Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK > .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:18.75rem;width:75rem;position:relative;display:none; }#KWAA52wWXD5Ju4L8TvegJi0uRGQAssVU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:14.1875rem;top:1.1555989980698rem;left:0rem;overflow:hidden;display:none; }
#zxVoHSbX4TTMVqEMBHkKGbHCXOyzcCJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#dBxNCLTaqzLRpgH1ZeAOqWGhQSggIi69 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.5rem;left:7.5rem;display:none; }
#Op4RtN1SWWMeF37TpnZnww51KhIyA9zy { position:relative;display:none; }#Op4RtN1SWWMeF37TpnZnww51KhIyA9zy { border-width: 0; border-radius: 0; }#Op4RtN1SWWMeF37TpnZnww51KhIyA9zy > .row .container > .video-iframe-container {  }#Op4RtN1SWWMeF37TpnZnww51KhIyA9zy > .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:18.75rem;width:75rem;position:relative;display:none; }#x60daTRhGU3nwAnTKFhmclUMzhCLpIt2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:14.1875rem;top:1.1555989980698rem;left:0rem;overflow:hidden;display:none; }
#rim0e1P776NB7IqnkiJgZWfGhiWrfG13 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#SvtQgPeMNicz0OzfzCuQfHhd55211hJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { background-color: transparent; background-image: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container > .video-iframe-container { display: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container { display: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .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); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { border-width: 0; border-radius: 0; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container {  }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#g8Jgx63HLi1r2NxIPQxbAwE1nLF9SSOq { color:#008c4f;display:block;width:39rem;position:absolute;font-family:nunito2;font-size:4rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.724609375rem;left:0rem;height:10.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bVAkP0am0SCqFeU189WRS3kiyg1vasTR { color:#8d8d8d;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:18.1865234375rem;left:0rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#zNL9HgrKNRJR9sxeJuLbgKTdaa99JKdz { z-index:100005;top:40.07421875rem;left:2.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(123deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(123deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AJlasV2zGtbdv7ioeVVltm0sQKK4QOUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fK9go2I6yKTAWDmKxRfiMG8967hPN1sJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:75rem;display:none; }
#KUINnTC6oHsDprA78h3Tnmgw7w4kd0O6 { color:#8d8d8d;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:21rem;left:2.3125rem;height:1.3808625rem;display:block; }
#GANTgpml4JkOkHSXQVtqOs2pEWzrAoKu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:75rem;display:none; }
#vTOefVd1XtCfe3361nkMoQFhQ3Ew9XTJ { color:#378648;display:block;width:7.1875rem;position:absolute;font-family:nunito2;font-size:2.625rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:38.859375rem;left:31.4921875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#b06lzcWr1SWoQinQ3BEsTlzULB5ltg7u { color:#7cbe7d;display:block;width:4.0625rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:40.171875rem;left:37.1796875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tdccEnkNFTp7uPXKcBnZuUL3qIC1NOfS { color:#7cbe7d;display:block;width:5.18663125rem;position:absolute;font-family:nunito2;font-size:0.6875rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:39.359375rem;left:37.1796875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WOXfiuLbrguNlcxxl6mPh8HzSNp2767T { position:absolute;display:block;z-index:100042;background-color:#008c4f;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:0.5625rem;width:0.5625rem;top:21.28125rem;left:1.125rem;display:block; }
#Dl68Xr0H6JCtsfahT9Pg5ex8pr7PRLqu { position:absolute;display:block;z-index:100043;background-color:#008c4f;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:10.375rem;width:0.125rem;top:21.5302734375rem;left:0rem;display:block; }
#i32yG5zH7ubzlmSCB1UB1QO68sfS5FDB { position:absolute;display:block;z-index:100044;background-color:#008c4f;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.125rem;width:1.25rem;top:21.505859375rem;left:0rem;display:block; }
#JluRdHe8JINaoRXMtBfTlo7rd5SO1mVF { color:#8d8d8d;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100050;line-height:1.3;letter-spacing:0;top:22.380859375rem;left:2.3427734375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxZP4aOHwbfT6hxJZyJ3HXsc8KHrVxaF { position:absolute;display:block;z-index:100045;background-color:#008c4f;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.125rem;width:1.25rem;top:26.943359375rem;left:0rem;display:block; }
#yN2LJGMoA1RnZ4t7JgG7xzTuCuByE2yK { position:absolute;display:block;z-index:100043;background-color:#008c4f;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:0.5625rem;width:0.5625rem;top:26.724609375rem;left:1.125rem;display:block; }
#Lf3QA7mpd5kQwsES5s8Wt3CNLT15vNfu { color:#8d8d8d;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:26.0625rem;left:2.3125rem;height:1.3808625rem;display:block; }
#Pg39htdNetyI3tCWL97QoOGHmDCJWf9Q { color:#8d8d8d;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:27.4111328125rem;left:2.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VgfEhxopzmRQupKqRc08qE0miLIcUV74 { position:absolute;display:block;z-index:100046;background-color:#008c4f;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.125rem;width:1.25rem;top:31.818359375rem;left:0rem;display:block; }
#Txedp7QLGbLW1MMq4Qg6At8PTddaROB0 { color:#8d8d8d;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:31.1875rem;left:2.3125rem;height:1.3808625rem;display:block; }
#Dx5XvtK8MCewzEX5ZM9akUO7vQQZZRvN { position:absolute;display:block;z-index:100044;background-color:#008c4f;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:0.5625rem;width:0.5625rem;top:31.599609375rem;left:1.125rem;display:block; }
#L5GELJTiIiZ74mXRMTC7J5XePiTJWPSX { color:#8d8d8d;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:32.5751953125rem;left:2.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XozchCeuW9s0c3fbszUO8dcQGWJZNP6l { color:#008c4f;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100054;line-height:1.4;letter-spacing:0;top:37.6376953125rem;left:2.375rem;height:1.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6PLoWQqrANJFJKFxRJ6EdvQTOpIX8Vx { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.125rem;width:46rem;top:13.4052734375rem;left:31.875rem;overflow:hidden;display:block; }
#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container { background-color: transparent; background-image: none; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container > .video-iframe-container { display: none; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row > .video-iframe-container { display: none; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .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); }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container { border-width: 0; border-radius: 0; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row > .video-iframe-container {  }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;position:relative;display:block; }#IfIHq9le6EAgsC1Dn5lzWTveB61uXdPT { color:#575757;display:block;width:56.125rem;position:absolute;font-family:nunito2;font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#demTSdIcrTLvIVnFQITGB35ORgFGNQp5 { position:absolute;display:block;z-index:100003;background-color:#1f99ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:20.375rem;width:24.1875rem;top:18.625rem;left:1.875rem;display:block; }
#wEoNL1ytJSEOZ11h0sssTuwmtTcOkd9B { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:nunito2;font-size:1.8125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.78125rem;height:4.7109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mrsk1JXWRZOyU951UHpr06ZRWkcwzPB8 { position:absolute;display:block;z-index:99997;background-color:#008c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:16.4375rem;width:23.9375rem;top:18.8125rem;left:49.125rem;display:block; }
#XRnwiSzmGQWJU6sDSfqufph3L511wAwF { position:absolute;display:block;z-index:100051;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(237deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(237deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(237deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(237deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:15.0625rem;width:23.875rem;top:17.1875rem;left:25.5625rem;display:block; }
#MBQzCuyL5DCLgUp7J6FNRtlGCQWytPLE { color:#7cbe7d;display:block;width:5.18663125rem;position:absolute;font-family:nunito2;font-size:0.8125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:28.125rem;left:68.6875rem;height:1.015625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DchZq0OxUffvWMNR8Zbp7kyZhGEpXsTZ { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.16) ;height:23.1875rem;width:71.875rem;top:0.75rem;left:1.5625rem;display:none; }
#WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV { color:#8d8d8d;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:40.375rem;left:3.5rem;height:;display:block; }#WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
#Ty1xmkMUKW4cTkuN1bUbowZKpNEdKnp2 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:nunito2;font-size:2rem;font-weight:300;z-index:100052;line-height:1.3;letter-spacing:0;top:19.125rem;left:26.03125rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omndNGWi87mGokvVmuIMSWtB8FRF2kxL { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:nunito2;font-size:1.6875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:20.068359375rem;left:49.03125rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2cdUDeHi85VqOEwD4ahVxWuXU6vNfIC { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:35.125rem;width:24.1875rem;top:25.375rem;left:1.9375rem;display:block; }
#sezoFTTiMCgtQMs13wmD11rGpBMQb12V { color:#8d8d8d;display:block;width:18.9980625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:42.9375rem;left:5.25rem;height:;display:block; }#sezoFTTiMCgtQMs13wmD11rGpBMQb12V li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#sezoFTTiMCgtQMs13wmD11rGpBMQb12V li:before{  }
#QPlNNbbq9xCZV012EO7Va60VcLo1lEo9 { position:absolute;display:block;z-index:99995;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;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:35.25rem;width:23.6875rem;top:25.3125rem;left:49.25rem;display:block; }
#AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo { color:#8d8d8d;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:40.375rem;left:50.53125rem;height:;display:block; }#AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
#W4hVhm71K111nseSvZv7Eg7hbLdJ6KuA { position:absolute;display:block;z-index:100053;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;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:29.1875rem;width:23.9375rem;top:31.9375rem;left:25.5625rem;display:block; }
#yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi { color:#8d8d8d;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100054;line-height:1.5;letter-spacing:0;top:33.375rem;left:27.375rem;height:;display:block; }#yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
#aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF { color:#8d8d8d;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100055;line-height:1.5;letter-spacing:0;top:39.625rem;left:29.25rem;height:;display:block; }#aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF li:before{  }
#e4K5vp2FXKOund8Hr6yigJvIiotlXcCV { z-index:100058;top:54.875rem;left:28.75rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(123deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(123deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qASVlIwVHZbRmVBGK2yqSoq1gWHJnQBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lq2bZBluKKVCgcDihCm64O2sHeRnCH4l { z-index:100059;top:54.1875rem;left:5.25rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(123deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(123deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nmLTuh7qTfB6N4TxzT2ZGB4yZxtCKsUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AH8WVu5HJQGVTVkHLyWQhc4NJsbwo2F4 { z-index:100060;top:54.1875rem;left:52.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(123deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(123deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(123deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WgBTyK3mDGGZUdgF137fZxcDMRoa6TXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sERUyxaIWOBXt07KBg3BHmx8Q31sv5qr { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:nunito2;font-size:3.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:24.375rem;left:8.3125rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUg5lvWcvBEL0LKiRTIpJAsW1VEof1kT { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:nunito2;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1;letter-spacing:0;top:27.5625rem;left:15.375rem;height:0.87510625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ka0x8wR2gqDh1JPixGDaqThLexEG63Qf { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:nunito2;font-size:3.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:24.3125rem;left:55.25rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dobq4NBrpCwJiTnkfpT6rVlDanTMToTC { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:nunito2;font-size:0.875rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:27.4375rem;left:62.8125rem;height:0.87510625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqUpTHklRzZZTfSIaX1xggL2yWEJUhwO { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:nunito2;font-size:3.9375rem;font-weight:300;z-index:100061;line-height:1.3;letter-spacing:0;top:24.3193359375rem;left:32.0625rem;height:5.1188125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nA9t2mc81dJKNhP0aBbXB12TbR5vZBpy { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:nunito2;font-size:0.875rem;font-weight:300;z-index:100062;line-height:1;letter-spacing:0;top:27.4375rem;left:39.4375rem;height:0.87510625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgHxbxBml2Z77lUzmdx9VgUGyMyfTabP { color:#8d8d8d;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:52rem;left:29.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;display:block; }
#E3nnClUkyHeBeC7fANlsiAASUGeLCrpg { color:#8d8d8d;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100056;line-height:1.5;letter-spacing:0;top:42.75rem;left:29.3125rem;height:;display:block; }#E3nnClUkyHeBeC7fANlsiAASUGeLCrpg li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#E3nnClUkyHeBeC7fANlsiAASUGeLCrpg li:before{  }
#EDnsTELD56IsF3upm01rRprcdWLggLhb { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:nunito2;font-size:0.625rem;font-weight:300;z-index:100063;line-height:1.4;letter-spacing:0;top:29.3046875rem;left:3.65625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W508QJ5BEJWvHshc57QngXzinxGTgpKO { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:nunito2;font-size:0.625rem;font-weight:300;z-index:100064;line-height:1.3;letter-spacing:0;top:33.80078125rem;left:3.65625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NytyAT9TxNne9Vdee62ggUKrdfNEoM8t { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:25.5625rem;left:15.5625rem;height:1.00043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#neWDOM1dSVUfqyRsLpmSEguOsDHmAfU2 { color:#8d8d8d;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:52rem;left:5.25rem;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;display:block; }
#tS5T0RpQS4WLzzfwhRer1uslZbbm4qaB { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:300;z-index:100065;line-height:1.3;letter-spacing:0;top:29.4921875rem;left:27.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFnKuUlMIUisSZPXu1M8NQe7iCfufnWa { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:300;z-index:100066;line-height:1.3;letter-spacing:0;top:30.375rem;left:50.84375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fbff;background-image:none;position:relative;display:block; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container { background-color: transparent; background-image: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container > .video-iframe-container { display: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row > .video-iframe-container { display: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .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); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container { border-width: 0; border-radius: 0; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row > .video-iframe-container {  }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#aEaGkEN3RdnuUKTCszKc3bbK0fws86E0 { color:#8d8d8d;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:22.0615234375rem;left:0.1875rem;height:0;display:none; }
#TDOzCRIli0bTRH7T8oervqzSyilOVcgT { color:#575757;display:block;width:13.375rem;position:absolute;font-family:nunito2;font-size:2.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:11.6806640625rem;left:7.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pAHTTCbemrucqskrbVT4RW1pVO8JOi0c { color:#8d8d8d;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:6.7621498107913rem;left:37.811417579651rem;height:0;text-align:left;text-align-last:left;display:none; }
#twB40uPU4bT7n3FADSZLyG9TMS2dXble { color:#8d8d8d;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:14.6875rem;left:35.1875rem;height:2.8125rem;display:block; }
#ENcR6wVL30khO2b2R4sn1AicnVpFEAE5 { color:#8d8d8d;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:21.8125rem;left:35.1875rem;height:2.8125rem;display:block; }
#uoTUynIgdSuhASAJ6Fb9NZR1A4ofqzPd { color:#575757;display:block;width:15.375rem;position:absolute;font-family:nunito2;font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:3.8125rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#ecWHOr8z3ta7gIFnFiWP1lpU4zrsJWTe { color:#575757;display:block;width:22.7495rem;position:absolute;font-family:nunito2;font-size:1.0625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.6875rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#hVb5CVXmxuXRTRq5bDQyxqZu7CLZKHfy { color:#575757;display:block;width:21.3745rem;position:absolute;font-family:nunito2;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:19.9375rem;left:35.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#d2PbZlNlEG4p09heuccgmCmsXTTt8r6p { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.436625rem;width:37.5rem;top:14.373912334442rem;left:0rem;overflow:hidden;display:none; }
#oUHBvdTr5JIKbxkqlJCxRdkBHVMaoAyN { color:#8d8d8d;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:5.6875rem;left:35.1875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#KA51U15GpDXepV6fsbg41HvTITt55L9h { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:5.193359375rem;left:29.875rem;overflow:hidden;display:block; }
#VnrVihE0uAWh3h7OORodXvbqmsN6480p { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:13.49951171875rem;left:30.21875rem;overflow:hidden;display:block; }
#t5h6Ppcw8OgwyAAbu8hu4veaoCDrfE0o { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:20.5rem;left:30.09375rem;overflow:hidden;display:block; }
#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container { border-width: 0; border-radius: 0; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row > .video-iframe-container {  }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:none; }#E0T3IwDIqP8EQm2owUiT8gGF78bS1n2t { color:#8d8d8d;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:22.0615234375rem;left:0.1875rem;height:0;display:none; }
#TSHRumOOinuEVzBfSddsrb3GTvLpXXJc { color:#8d8d8d;display:block;width:25.1855625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100049;line-height:1.7;letter-spacing:0;top:13.9375rem;left:8rem;height:4.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uS11DCH0FMaG3bl3dT1RwnNaDNuULzSI { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100050;line-height:1.7;letter-spacing:0;top:18.875rem;left:20.4375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hG3c1uQd3r2zQo1FTmPxeknSJZWJLzme { color:#575757;display:block;width:5.4362rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:17.875rem;left:26.375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z7cKsSBoMrqcR9nLMRucBzQW2wBF6bmk { color:#8d8d8d;display:block;width:25.1855625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100038;line-height:1.7;letter-spacing:0;top:37.9375rem;left:9.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ldQNefwfFBK0STikvEm63r8TWw38NAMp { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100055;line-height:1.7;letter-spacing:0;top:30.125rem;left:15.375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TbU6J7fPSAFTxXRZQkZZu7cnbkdnRwWL { color:#575757;display:block;width:6.4995625rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:41.5rem;left:26.1875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XluUoIyKT258CH5f2TDowAkzxAVGAT7F { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100039;line-height:1.7;letter-spacing:0;top:42.875rem;left:21.3125rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hUOEfeZ94mPb3QK1xdq5pwiTG6XXnSLh { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:10.4373125rem;width:29.124375rem;top:21.9375rem;left:1.75rem;display:block; }
#pUTooeAqRNZWkZ918s76dRKsTvNJDuc9 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.9987rem;top:22.8125rem;left:2.6875rem;overflow:hidden;display:none; }
#KAs4yPcIBPoKqFLgaIbOeUwic17cBUmy { color:#8d8d8d;display:block;width:25.1855625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100052;line-height:1.7;letter-spacing:0;top:25.0625rem;left:2.6875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQ219wfAHqAeFt9nPOVNcwifJUeiDCCK { color:#575757;display:block;width:6.875rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:29rem;left:19.9375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VUnNuwSETI5ow3cGGt5buaoh1e8SvLh2 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:10.625rem;width:29.125rem;top:34.124350547791rem;left:7.1875009536744rem;display:block; }
#W7UzCB2knqtAeICbMchS6bX0TfFQ7rCB { color:#575757;display:block;width:70.5625rem;position:absolute;font-family:nunito2;font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:3.74951171875rem;left:2.21875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o5o6SatCB289P5y3g7fqncpoSyT94ThO { color:#8d8d8d;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:6.7621498107913rem;left:37.811417579651rem;height:0;text-align:left;text-align-last:left;display:none; }
#Tv8xF4q029kZwlKHfayiqKnfv2oo24iz { color:#8d8d8d;display:block;width:25.374375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:23.75rem;left:46.3125rem;height:4.5rem;display:block; }
#XRh4UhU5uxZAJTFpwMz3B7fWXGXGr0ev { color:#8d8d8d;display:block;width:24.561625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:33.625rem;left:46.3125rem;height:4.5rem;display:block; }
#Ukc970oi5BFMaaESIrpkUrkOtkOQmrlF { color:#575757;display:block;width:24.375rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.5rem;left:46.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#pJAz7ExDR2txJL68N2h0uwHNLvMGBRTr { color:#575757;display:block;width:22.7495625rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:21.625rem;left:46.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#QvpuOuFIGyMphcV5akiPkcBHpm7PdOMa { color:#575757;display:block;width:21.3748125rem;position:absolute;font-family:nunito2;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.3125rem;left:46.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#yrxTl5JHS17HezQSTrfUAbNF1t6wpKcu { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.436625rem;width:37.5rem;top:14.373912334442rem;left:0rem;overflow:hidden;display:none; }
#BTonTNQWoXFbqWOiMHRJQPtgZEaCUmHK { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.9987rem;top:22.8125rem;left:2.6875rem;overflow:hidden;display:block; }
#Cm4ZJRidJxFOK5sOxkBKhRT5G4OWZTbv { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.9987rem;top:22.8125rem;left:2.6875rem;overflow:hidden;display:block; }
#dmUSZHllPNHxohPBa262q48vL5cQSUyx { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.9987rem;top:11.068793773651rem;left:7.9980478286744rem;overflow:hidden;display:block; }
#iAMBH39vZuWBRaoakoI2DBBfyCVIaZxX { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.49956875rem;width:1.9987rem;top:35.109593868256rem;left:9.1221780776975rem;overflow:hidden;display:block; }
#WTz2nSSrzwQs4V8TZkMSVZcAsW6KQ36m { color:#8d8d8d;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:14.312072753906rem;left:46.311852455139rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container { background-color: transparent; background-image: none; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container > .video-iframe-container { display: none; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row > .video-iframe-container { display: none; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .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); }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container { border-width: 0; border-radius: 0; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row > .video-iframe-container {  }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#CvlvFTdct3Wz5VZ8CmbyyyfLl7XZfDMy { color:#575757;display:block;width:75rem;position:absolute;font-family:nunito2;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.499351978302rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gxpBnTtF06MPoz6ceZnqK9QZONqpWgem { position:absolute;display:block;z-index:100001;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.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.1) ;height:7.9989375rem;width:7.9989375rem;top:14.75rem;left:5.4375rem;display:block; }
#Jx9TTFbLxFb2HuUQBmT0ilb9sxKrnvmK { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(236deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(236deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(236deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(236deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(236deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.9984rem;width:1.9984rem;top:14.4375rem;left:5.625rem;display:block; }
#dwUPR2TadXcJLTUX49FEHI1wJweJ8xGK { color:#575757;display:block;width:1.9975125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RP9vVA0kCXPenop5THJGlal8vPFkg5Qt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.93555rem;width:57.8125rem;top:17.068132400512rem;left:6.0655384063721rem;overflow:hidden;display:block; }
#I5IzFQP0i3CGwTTAymaRs0QDxaJDRMHq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:16.75rem;left:7.5625rem;overflow:hidden;display:block; }
#rIlJMpWHeGkLXq2HXBT8A1GH9Bw7Ja6u { position:absolute;display:block;z-index:100006;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.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.1) ;height:7.9989375rem;width:7.9989375rem;top:14.8125rem;left:24.1875rem;display:block; }
#AbRfOK07EHwPdnvAXu4ghiPwaiPbObiT { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:16.8125rem;left:26.1875rem;overflow:hidden;display:block; }
#pA2FWUbNL3kktBuDlswDt4yKs94uH9la { color:#575757;display:block;width:1.99706875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:15.07275390625rem;left:24.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RsTB0SEUffW4uu5Wpado8ztxcoafiiZ1 { position:absolute;display:block;z-index:100011;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.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.1) ;height:7.9989375rem;width:7.9989375rem;top:14.8125rem;left:42.9375rem;display:block; }
#OiodhTCvMAryNLcd3Ogv8DEWUBBb03dl { color:#575757;display:block;width:1.9975125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:15.0625rem;left:43.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#AKLUhZvZS1NnmyHq5c4lwixVf8kaobDn { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:16.9375rem;left:45rem;overflow:hidden;display:block; }
#gfU4BOmD011TreR1r5TqvhAEMyKFbTv9 { color:#8d8d8d;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100015;line-height:1.4;letter-spacing:0;top:24.5625rem;left:39.9365234375rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#wictbA6qpqfWBdhiQAOW5EsTr0xDEKoN { color:#8d8d8d;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:24.5625rem;left:19.7490234375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#ZohgQKegrk6rsBUxNLHdmfTmDX59PXWF { color:#8d8d8d;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:24.5625rem;left:1.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#yagIRHuT1i4enlenq1DeAwB1gkOa2J7B { color:#8d8d8d;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.4;letter-spacing:0;top:24.5625rem;left:57.7490234375rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#vfTyeC4SEJ5pJQ7nvDLDRoyVmRx1HrQg { position:absolute;display:block;z-index:100016;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.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.1) ;height:7.9989375rem;width:7.9989375rem;top:14.8125rem;left:61.625rem;display:block; }
#hWoXWbE8MEqRnSRCgb85qw9aB41GirAK { color:#575757;display:block;width:1.9975125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:15rem;left:61.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#w7Q3KHw9Vh3Hc1iIlyl3TCC7cAFvF4mm { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.9375rem;top:16.8125rem;left:63.625rem;overflow:hidden;display:block; }
#hUx9JSFEGVIN38DTlsLT88Itzqq9wXwR { position:absolute;display:block;z-index:100024;background-color:transparent;background-image: -webkit-linear-gradient(235deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(235deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(235deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(235deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(235deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.99805rem;width:1.99805rem;top:14.75rem;left:24.1875rem;display:block; }
#ekLEl2L06efct1lk7WDLuzdagCzEib55 { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(235deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(235deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(235deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(235deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(235deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.99805rem;width:1.99805rem;top:14.75rem;left:43.125rem;display:block; }
#tW8zxPXXqFxZobHLftut4p8eDGbuB6cQ { position:absolute;display:block;z-index:100026;background-color:transparent;background-image: -webkit-linear-gradient(236deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(236deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(236deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(236deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(236deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.99805rem;width:1.99805rem;top:14.75rem;left:61.94189453125rem;display:block; }
#Tg4EtGsZGE4gTPoAKbwRc76CFtxuykzf { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.3125rem;width:50.4375rem;top:34.0625rem;left:12.28125rem;display:block; }
#FvA9u9AuciS089GqdI8ET1LWrteFUFff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container { background-color: transparent; background-image: none; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container > .video-iframe-container { display: none; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row > .video-iframe-container { display: none; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .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); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container { border-width: 0; border-radius: 0; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row > .video-iframe-container {  }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#db7bBsMCTTMXL6wDSRzb08VsgFIlWkX2 { color:#575757;display:block;width:75rem;position:absolute;font-family:nunito2;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container { background-color: transparent; background-image: none; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container > .video-iframe-container { display: none; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row > .video-iframe-container { display: none; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .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); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container { border-width: 0; border-radius: 0; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row > .video-iframe-container {  }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#e2TX41ZkPVyQ7XSA8JSVDisbkzfO4iCH { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#zC2GH7TK7zvoVWXBgi088kdpMfNl8EdO { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#oNU9dseA9BPLmmA8ASVXVuL0Vyf52tnp { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#wtckhPTnlswK1VGMBUKyB45CKOvpI6ia { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.6884765625rem;left:6.375rem;display:none; }
#dadh2thuNq6quIccBJ500Z10S0oPWQMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container { background-color: transparent; background-image: none; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container > .video-iframe-container { display: none; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row > .video-iframe-container { display: none; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .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); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container { border-width: 0; border-radius: 0; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row > .video-iframe-container {  }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#lhQE1LUcMDxUL66wsFURUCU84d9OiNqe { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:2.1;letter-spacing:0;top:1.1875rem;left:9rem;height:2.0996125rem;display:block; }
#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container { background-color: transparent; background-image: none; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container > .video-iframe-container { display: none; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row > .video-iframe-container { display: none; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .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); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container { border-width: 0; border-radius: 0; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row > .video-iframe-container {  }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#sCr5PkMgOmZDm6F90tEuzTTUnqUgV4cI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0.0625rem;left:6.3740234375rem;display:block; }
#RwQiHON2Ol1MwxK6o3CQIn2tqEM2UBPO { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#hDxBzFXwn0RGSUb1aZs2x8qQDl8XWm82 { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#aDRM62Khy60Cf7WdLoutKynF0NySr5HO { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.625rem;left:6.375rem;display:none; }
#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container { background-color: transparent; background-image: none; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container > .video-iframe-container { display: none; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row > .video-iframe-container { display: none; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .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); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container { border-width: 0; border-radius: 0; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row > .video-iframe-container {  }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#SnLcNTIu6l0w37gUnIl1GaS8zwHhlgHQ { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:2.1;letter-spacing:0;top:0rem;left:8.9365234375rem;height:25.195325rem;display:block; }
#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container { background-color: transparent; background-image: none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container > .video-iframe-container { display: none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row > .video-iframe-container { display: none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .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); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container { border-width: 0; border-radius: 0; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row > .video-iframe-container {  }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#QvHutFwwMpBoZNzRuTbun4TTbeUx4EGB { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.06201175rem;width:62.249rem;top:0.93798828125rem;left:6.37548828125rem;display:block; }
#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container { background-color: transparent; background-image: none; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container > .video-iframe-container { display: none; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row > .video-iframe-container { display: none; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .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); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container { border-width: 0; border-radius: 0; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row > .video-iframe-container {  }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#vrU8MdV0EVnyWT5VK2pMuJMAFnygq8xU { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.875rem;left:6.375rem;display:block; }
#GNF5lrszuuWHvKwJsNm2GxFCfiqTD92K { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.625rem;left:9.5rem;height:1.625rem;font-style:normal;display:block; }
#gIvyF09SfQztiBpR8i6E8wh4sBLJCElU { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.06201175rem;width:62.2495rem;top:1.9375rem;left:6.3740234375rem;display:none; }
#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container { background-color: transparent; background-image: none; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container > .video-iframe-container { display: none; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row > .video-iframe-container { display: none; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .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); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container { border-width: 0; border-radius: 0; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row > .video-iframe-container {  }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#R6JyQQElx4VsNmSU5ivCnIBTMk3lgm9o { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:2;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:14rem;display:block; }
#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container { background-color: transparent; background-image: none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container > .video-iframe-container { display: none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row > .video-iframe-container { display: none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .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); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container { border-width: 0; border-radius: 0; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row > .video-iframe-container {  }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#ff5k7z0PswmRpdlPETXNvVg6gOpNhFul { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062144875rem;width:62.249625rem;top:1.9375rem;left:6.37428855896rem;display:block; }
#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container { background-color: transparent; background-image: none; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container > .video-iframe-container { display: none; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row > .video-iframe-container { display: none; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .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); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container { border-width: 0; border-radius: 0; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row > .video-iframe-container {  }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#SFJ0MxEwoSngp6RUsttVAmD7ZchFFwO9 { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.875rem;left:6.375rem;display:block; }
#vHyUoSJP61hTe3TuDfUrt1unDWX5TTxp { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.625rem;left:10.125rem;height:1.625rem;font-style:normal;display:block; }
#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container { background-color: transparent; background-image: none; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container > .video-iframe-container { display: none; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row > .video-iframe-container { display: none; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .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); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container { border-width: 0; border-radius: 0; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row > .video-iframe-container {  }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#cT1TXxORcHuy94UrOX1DtBmu0ZmXNAxb { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:3.5996125rem;display:block; }
#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container { background-color: transparent; background-image: none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container > .video-iframe-container { display: none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row > .video-iframe-container { display: none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .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); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container { border-width: 0; border-radius: 0; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row > .video-iframe-container {  }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#TictXcZ7TcKNNf8GJynSd4Pp4uWAHUx7 { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062144875rem;width:62.249625rem;top:1.875rem;left:6.37428855896rem;display:block; }
#OUArpDv1ANKnJHWlvqeGZeklMXdAv6AK { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:1.8759765625rem;left:6.37548828125rem;display:block; }
#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container { background-color: transparent; background-image: none; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container > .video-iframe-container { display: none; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row > .video-iframe-container { display: none; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .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); }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container { border-width: 0; border-radius: 0; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row > .video-iframe-container {  }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#FMviFW0D19w0R50azotwZF7vqybrS6eQ { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.125rem;height:1.625rem;font-style:normal;display:block; }
#ybUIcPF1tvJFhGAlsuxIPJERTPaOmsK9 { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.1875rem;left:6.375rem;display:block; }
#db7a4DB2ABiwOW7m0TfiADwEvQnReTVq { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:7.4384765625rem;left:6.375rem;display:none; }
#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container { background-color: transparent; background-image: none; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container > .video-iframe-container { display: none; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row > .video-iframe-container { display: none; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .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); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container { border-width: 0; border-radius: 0; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row > .video-iframe-container {  }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#r0NSk1mo4XlhqqZzf1B5mL8xPTKI4gPU { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:8.99903125rem;display:block; }
#o95lmZpPxSJsdwrCHrJak7UnzPOEfI5h { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:13.1884765625rem;left:6.375rem;display:block; }
#oGQKCP8er210HTZyf291ooGRLVeagopC { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:13.1884765625rem;left:8.3740234375rem;display:block; }
#J3sbwltAxMOLRZgPfT8I63s6JRqR94Ng { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:13.1884765625rem;left:8.3740234375rem;display:block; }
#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container { background-color: transparent; background-image: none; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container > .video-iframe-container { display: none; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row > .video-iframe-container { display: none; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .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); }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container { border-width: 0; border-radius: 0; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row > .video-iframe-container {  }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#WaE8rr9ehckh2fUGN8Ni7NBux5b8STwJ { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.125rem;height:1.625rem;font-style:normal;display:block; }
#ZpHxAfRbQFxU8aEPoXXrXrokSZXlqkMP { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.1875rem;left:6.375rem;display:block; }
#CJBdgX3lT3Zmw8Kc1GJGckXpJnr9xxXf { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:7.4384765625rem;left:6.375rem;display:block; }
#CET02N3ZQfqvuHWw9OPAeTTETVw7PE2a { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:0rem;left:6.37548828125rem;display:block; }
#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container { background-color: transparent; background-image: none; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container > .video-iframe-container { display: none; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row > .video-iframe-container { display: none; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .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); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container { border-width: 0; border-radius: 0; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row > .video-iframe-container {  }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#hINWIm98QEHVCeFFHNbT0G69nSdtO0nH { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:1.79980625rem;display:block; }
#zMKaVSaO1V7b9U5UTzEUatgPahpmkxoZ { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:4.8134765625rem;left:9.1865234375rem;display:block; }
#mpqaT3Q3MHIyuhXolhb8fuld9OAkxU3k { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.2480625rem;top:4.8134765625rem;left:7.3125rem;display:block; }
#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container { background-color: transparent; background-image: none; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container > .video-iframe-container { display: none; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row > .video-iframe-container { display: none; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .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); }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container { border-width: 0; border-radius: 0; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row > .video-iframe-container {  }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#nQk8wXKRHUFWxckw4TqLWUO4wJsfhW5P { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.123046875rem;height:1.625rem;font-style:normal;display:block; }
#ESSPtTmFMvZwTLEAArOAqUlTz97r7kHz { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.1875rem;left:6.375rem;display:block; }
#SHgs7Diq9CpFo0ZAligWkUfG1LtG9ymn { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:7.4384765625rem;left:6.9365234375rem;display:block; }
#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container { background-color: transparent; background-image: none; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container > .video-iframe-container { display: none; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row > .video-iframe-container { display: none; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .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); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container { border-width: 0; border-radius: 0; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row > .video-iframe-container {  }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#MmTVEVZKkO8ooNLNQ0iP0G3l4ugBMOrT { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:1.79980625rem;display:block; }
#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container { background-color: transparent; background-image: none; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container > .video-iframe-container { display: none; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row > .video-iframe-container { display: none; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .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); }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container { border-width: 0; border-radius: 0; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row > .video-iframe-container {  }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#i2hhLHJiGPBI5JipvU4uc1mAByIKVTPh { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.123046875rem;height:1.625rem;font-style:normal;display:block; }
#we4Z6PBhTpcTCC1mT8HvnqrdqUk3Guke { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.1875rem;left:6.375rem;display:block; }
#RneEsL6yxPxuT7nVviy7ey5urcAm6XKq { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:7.4384765625rem;left:6.9365234375rem;display:block; }
#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container { background-color: transparent; background-image: none; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container > .video-iframe-container { display: none; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row > .video-iframe-container { display: none; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .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); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container { border-width: 0; border-radius: 0; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row > .video-iframe-container {  }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#XTdZWJ7UfWRW6yte72LyVqkLP5T2htz3 { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:3.5996125rem;display:block; }
#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container { background-color: transparent; background-image: none; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container > .video-iframe-container { display: none; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row > .video-iframe-container { display: none; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .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); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container { border-width: 0; border-radius: 0; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row > .video-iframe-container {  }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#BJEyQDamS7ADcRL5kdW5GE89v2OCzyJb { color:#575757;display:block;width:75rem;position:absolute;font-family:nunito2;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TlHWp4cgwcHU4aLmG7fpIeWtdaG2XciW { color:#575757;display:block;width:75rem;position:absolute;font-family:nunito2;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container { background-color: transparent; background-image: none; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container > .video-iframe-container { display: none; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row > .video-iframe-container { display: none; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .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); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container { border-width: 0; border-radius: 0; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row > .video-iframe-container {  }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container { background-color: transparent; background-image: none; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container > .video-iframe-container { display: none; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row > .video-iframe-container { display: none; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .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); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container { border-width: 0; border-radius: 0; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row > .video-iframe-container {  }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#IeL7ZNCwcTqcgvbK0pHSN0sO1sdJNCcA { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#EHR16ngUcTU21Moi4v82GuZultSQKEaZ { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#h45VvGJLTiccI38f8lxs9rMfJlWGzMKG { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#OmfCKCvsNTWR13IZ4mr7PQooTBCN7WOc { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container { background-color: transparent; background-image: none; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container > .video-iframe-container { display: none; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row > .video-iframe-container { display: none; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .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); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container { border-width: 0; border-radius: 0; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row > .video-iframe-container {  }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#GxpnnF0MdJoCIqKMZlmcFhLrutMnTwGy { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:5.4rem;display:block; }
#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container { background-color: transparent; background-image: none; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container > .video-iframe-container { display: none; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row > .video-iframe-container { display: none; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .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); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container { border-width: 0; border-radius: 0; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row > .video-iframe-container {  }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#xJEUlenTTxgNJVIZnmVx3LWaVDlbgzt8 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#D5qBJXiTvF7LP34TotkKfU1CBiUFduGz { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#KMT24IroIvrPkfey0wTHwieA39z2kqLp { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#XBQR5i7CJTQk3uTGz3nD006DfQhezMPo { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container { background-color: transparent; background-image: none; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container > .video-iframe-container { display: none; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row > .video-iframe-container { display: none; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .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); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container { border-width: 0; border-radius: 0; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row > .video-iframe-container {  }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#GNsX4WCzTBRDMptH2D6ix2H8dgMeSxeD { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.8125rem;left:10.125rem;height:5.4rem;display:block; }
#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container { background-color: transparent; background-image: none; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container > .video-iframe-container { display: none; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row > .video-iframe-container { display: none; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .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); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container { border-width: 0; border-radius: 0; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row > .video-iframe-container {  }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#NWOiUZnmCBxFuul0H5GQKLdJGhZUSDvG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#onvHtx3NfygMcwDNHIbguep8RtaQm3Oz { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#egVxcbpq3CD8k2qAGvt6ibGeQPXE39hu { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#z2n9DzvEN316rEV2br5fMWlz5A9NJgUi { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container { background-color: transparent; background-image: none; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container > .video-iframe-container { display: none; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row > .video-iframe-container { display: none; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .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); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container { border-width: 0; border-radius: 0; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row > .video-iframe-container {  }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#wSoIrkpsNZpTgiC6T7zNOAZgekq9k5rd { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:3.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container { background-color: transparent; background-image: none; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container > .video-iframe-container { display: none; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row > .video-iframe-container { display: none; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .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); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container { border-width: 0; border-radius: 0; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row > .video-iframe-container {  }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#dv6rDd8JXHruD0QoIS9GmtnoBfW5z3zW { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#oJssdLiypVafrLWlczFJVOIBfMVnI4kF { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#FlyzHXuUAMJx7mX5yJIb8inydXc48Xw4 { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#leJv9x9zffVizlzQson7NGOz72Vy7r2V { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container { background-color: transparent; background-image: none; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container > .video-iframe-container { display: none; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row > .video-iframe-container { display: none; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .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); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container { border-width: 0; border-radius: 0; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row > .video-iframe-container {  }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#tTqdwaPRNv5ohUkpDmdEZTDapXQ9Tela { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.12428855896rem;height:5.4rem;text-align:justify;text-align-last:initial;display:block; }
#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container { background-color: transparent; background-image: none; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container > .video-iframe-container { display: none; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row > .video-iframe-container { display: none; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .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); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container { border-width: 0; border-radius: 0; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row > .video-iframe-container {  }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#Tk60FQUhgLgaWEGeUnkq33ThBbMWQHMp { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#vDM7lTJnQFBTJizOTq5Th7vTaNiMRFb2 { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#x0T6GU1FIhhqULKAfTeKiFeBSuV7Knh7 { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#h5pw4hUgv4qNT5unQpMGw2Sb29Ht3d88 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container { background-color: transparent; background-image: none; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container > .video-iframe-container { display: none; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row > .video-iframe-container { display: none; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .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); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container { border-width: 0; border-radius: 0; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row > .video-iframe-container {  }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#TfTQ7Kz3NM8gazvK64EcDRFfXshUO82G { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.875rem;left:8.125rem;height:3.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container { background-color: transparent; background-image: none; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container > .video-iframe-container { display: none; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row > .video-iframe-container { display: none; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .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); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container { border-width: 0; border-radius: 0; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row > .video-iframe-container {  }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#orJzTozIdTQER48ASI5ikS6tnLPbe3MM { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#xo3fzv306dRPOseP8sd4iVDzoy1hqJXc { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#yF6TEPxpWWfBDXekB2yS1Cmz15MT6tNo { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#wIhuODEG2RsV4ufDsll6vQDZKVFWNriE { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container { background-color: transparent; background-image: none; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container > .video-iframe-container { display: none; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row > .video-iframe-container { display: none; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .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); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container { border-width: 0; border-radius: 0; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row > .video-iframe-container {  }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#sdIvoxo6wJvtRdTLtNzrrbgTgI384ALt { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.8880138397217rem;left:8.7500009536744rem;height:3.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container { background-color: transparent; background-image: none; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container > .video-iframe-container { display: none; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row > .video-iframe-container { display: none; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .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); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container { border-width: 0; border-radius: 0; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row > .video-iframe-container {  }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#td0N3mWqHcMAliKs22GHWSkolDEhVQT3 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:62.25rem;top:0rem;left:6.37428855896rem;display:block; }
#INacPOANpD0WzrqMoFAWpZPEeCC0X3qH { box-sizing:content-box;color:#107c42;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.375rem;left:6.3740234375rem;display:block; }
#fv4ZtKyyoWeumZTOU4llMhsTFAzHTSRa { color:#575757;display:block;width:55.875rem;position:absolute;font-family:nunito2;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#lSsDyM3KwFKaFRPGzwWHPT0HmcbTsc25 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0615234375rem;width:62.249rem;top:5.8134765625rem;left:6.375rem;display:block; }
#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container { background-color: transparent; background-image: none; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container > .video-iframe-container { display: none; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row > .video-iframe-container { display: none; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .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); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container { border-width: 0; border-radius: 0; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row > .video-iframe-container {  }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX { color:#8d8d8d;display:block;width:58.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:1.8880138397217rem;left:8.7500009536744rem;height:3.9121125rem;text-align:justify;text-align-last:initial;display:block; }#td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX li:before{  }
#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TG273mBm/bg_questions.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:none; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC.adaptive-delivery-prevent-bg, #OfQuIySmnur6Z8CIr8wkDAudT7B7LviC.lazyload, #OfQuIySmnur6Z8CIr8wkDAudT7B7LviC.lazyloading { background-image: none; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container { border-width: 0; border-radius: 0; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row > .video-iframe-container {  }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(255deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(255deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(255deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(255deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(255deg, #008c4f, #0b8ee3);background-size:auto !important;position:relative;display:block; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container { background-color: transparent; background-image: none; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container > .video-iframe-container { display: none; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row > .video-iframe-container { display: none; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .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); }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container { border-width: 0; border-radius: 0; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row > .video-iframe-container {  }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#FXpvqaNZ8ipkt9AB4eGluI12gW5ZGp1H { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.7;letter-spacing:0;top:29.5rem;left:62.6875rem;height:1.38129375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EwpSPJ7oLrBA5yQ05EThEUz3F1QWF0KB { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:27.9375rem;left:68.5625rem;height:1.5435125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vyffpwC07ryPIfntDKK33TtfpdT8xf3f { color:#8d8d8d;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100040;line-height:1.7;letter-spacing:0;top:18.4375rem;left:55rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJt4y13ThqMPMyONv5uhe3PiyQvAOTpk { color:#575757;display:block;width:5.4375rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:28.1875rem;left:15.5rem;height:1.5435125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ov1EouDQ9qth018y8OynRdaRBagyZChW { color:#bababa;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100036;line-height:1.7;letter-spacing:0;top:29.5625rem;left:9.5625rem;height:1.38129375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#olvvMcaK3V3xVgDUwPuu4GP3l5hmNybi { color:#8d8d8d;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.7;letter-spacing:0;top:18.4375rem;left:2rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0397wFD5Rp0VctU8y8C1uHcXxfZSxxZ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.374025rem;width:3.0620125rem;top:12.0625rem;left:54.375rem;overflow:hidden;display:block; }
#zmEhC24Tp8xls02HunVF8pBxromUrkLZ { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:28.1875rem;left:42.125rem;height:1.5435125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZTTake7ozFSWWAD0D0DdAd06oXUtm8kQ { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:29.5625rem;left:36.1875rem;height:1.38129375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qK6opePQWw3T4NVv4xPEUmgTwtRoC9b1 { color:#8d8d8d;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:18.5rem;left:29.1875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GhVhuKsQ7b5fCEqarUeL3OygQPLlhxzH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37305rem;width:3.0620125rem;top:12.3125rem;left:27.8125rem;overflow:hidden;display:block; }
#bTcSBPMwItWspuE8y9kn4fNuP2U7tprI { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:22.125rem;top:13.375rem;left:26.5rem;display:block; }
#RxMbLSNRwJDHWybWQeeUcPtvTuvGtiTz { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:22.125rem;top:13.375rem;left:0rem;display:block; }
#Pbu2xKATMTQ3hvTHEn1u9I0U4TQKbxPH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37305rem;width:3.0620125rem;top:12.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#V0ifzymSPKWyIIKNhElbhWqUhonsvqrs { position:absolute;display:block;z-index:99998;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:22.125rem;top:13.375rem;left:52.875rem;display:block; }
#alqsnoEUzXJkQKhvfO7Lpc8ona1J9Tbn { color:#575757;display:block;width:75rem;position:absolute;font-family:nunito2;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUqqzy4Aw7F5RGd9vzwVnZDX9rVeibmc { color:#8d8d8d;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:18.5rem;left:29.1875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xTxtcwmsXkHFgZD5bThoww9aRPr845Em { color:#8d8d8d;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100040;line-height:1.7;letter-spacing:0;top:18.4375rem;left:55rem;height:7.96875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qpMsIRsFhWFmubpscfygerUHixcapsc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(255deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(255deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(255deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(255deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(255deg, #008c4f, #0b8ee3);background-size:auto !important;position:relative;display:none; }#qpMsIRsFhWFmubpscfygerUHixcapsc9 > .row .container { border-width: 0; border-radius: 0; }#qpMsIRsFhWFmubpscfygerUHixcapsc9 > .row > .video-iframe-container {  }#qpMsIRsFhWFmubpscfygerUHixcapsc9 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:none; }#AcJUEs0qUKqcl53n1EO3xGM6dpN6iDEz { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100041;line-height:1.7;letter-spacing:0;top:18.6875rem;left:66.375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m7w7VtOMAtcQsNJJmdaRUukymbzm2R9P { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:17.125rem;left:72.25rem;height:1.54345625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pCroeiz4lp8o0IbKZZdahHP19GwXTRW5 { color:#8d8d8d;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100040;line-height:1.7;letter-spacing:0;top:7.625rem;left:57.4365234375rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBtElZzmqpyk2cu1T3wh1p85k6Evo6Td { color:#575757;display:block;width:5.4375rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.375rem;left:19.4375rem;height:1.54345625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MCiZclqZ5MAZuS4urEF6yh3vIZLpdwh7 { color:#bababa;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100036;line-height:1.7;letter-spacing:0;top:18.75rem;left:13.5rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MQoBG3wL2B1iTsLR2UTSyTruZAG5qEuR { color:#8d8d8d;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.7;letter-spacing:0;top:7.625rem;left:5.6875rem;height:7.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ep0hXN9q2iyCG92lTG9RHmocnFH7cTgI { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.374025rem;width:3.0620125rem;top:1.5rem;left:58.0625rem;overflow:hidden;display:block; }
#nBxxcJPPI6oLKznNXcENw9VCWVL3vrJ9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9995125rem;width:2.6245125rem;top:1.6875rem;left:4.9375rem;overflow:hidden;display:block; }
#HWM5I0RMD0vP0G7uxvlAzNLfmVfXaHi8 { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:17.375rem;left:45.8125rem;height:1.54345625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XJZhevbTI48q8efEainm2FWKcoMsiEbG { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:18.75rem;left:39.875rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uDan4vDQSlDe2FMpohCzKfITTqg7hsiK { color:#8d8d8d;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100024;line-height:1.7;letter-spacing:0;top:7.6875rem;left:32.875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpnwVdqXfsW4QBIaBXzOCpBOy1qrOJPr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37305rem;width:3.0620125rem;top:1.5rem;left:31.5rem;overflow:hidden;display:block; }
#A8MN7n3BwUCIoRPgTpwrt9pgLt15Klpx { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:22.125rem;top:2.1875rem;left:56.5625rem;display:block; }
#lZRSMB4VdI4bMeTMEXGsK3z65hE7lxeQ { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:22.125rem;top:2.1875rem;left:30.125rem;display:block; }
#bROkSyO7m8MrpTkoTu5Sv3XI8xZdkNF0 { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:22.125rem;top:2.5625rem;left:3.6875rem;display:block; }
#IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008c4f;background-image:none;position:relative;display:none; }#IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm > .row .container { border-width: 0; border-radius: 0; }#IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm > .row > .video-iframe-container {  }#IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:none; }#pztbG39GQ2i3c5s3FhWLCpM93kJpLT1C { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:14.5rem;width:29.125rem;top:1.625rem;left:7.0625rem;display:block; }
#ZssGrm1ziMWTCBSRzBoE221TGi2cEwwh { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:14.4998125rem;width:29.124375rem;top:3.0056426525116rem;left:43.811852455139rem;display:block; }
#xQUfBEFOes0TG2RpDrKTuTf8QxvzS2HM { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:14.4998125rem;width:29.124375rem;top:19.8125rem;left:17.9375rem;display:block; }
#r8Q3JXBnIAXQ9AzaAaWgEC0VhVNfRhHh { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37413125rem;width:3.06206875rem;top:2.4375rem;left:8.875rem;overflow:hidden;display:block; }
#KV1g0IwUFEyXmTXKgPExAo8HtKPJEeiG { color:#8d8d8d;display:block;width:25.186625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:6.625rem;left:8.9375rem;height:5.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eG0isuoQ8KvErya8IzKcamUIvvm0gEP6 { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:28.9375rem;height:1.527775rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D60rJqy2ILtsSwxlErXSU0tNVSsaLgme { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:13.9375rem;left:23rem;height:1.31944375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Uo0BOO5x3QU4IwiVHR0dn9V3FRf1sICC { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100047;line-height:1.7;letter-spacing:0;top:32.0625rem;left:33.875rem;height:1.31944375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iEgeW2kyp4eEF5qQCnETThQWMQVWQCnZ { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:30.875rem;left:39.875rem;height:1.527775rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eIfLxqXJJfOXvtHIO0sSlToMIK5x7n7R { color:#8d8d8d;display:block;width:25.186625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.7;letter-spacing:0;top:23.75rem;left:20rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlQaAxfWHq6x5WN25xwGWHVkgK4DhyLi { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37413125rem;width:3.06206875rem;top:20.75rem;left:19.8125rem;overflow:hidden;display:block; }
#yVq9uqRfMD8yoNehLufG2RIA5mdDFxbD { color:#8d8d8d;display:block;width:25.186625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100051;line-height:1.7;letter-spacing:0;top:8.0625rem;left:45.3125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RARTRPDdKA8twBCWci1nQ1alQpSR9kB6 { color:#575757;display:block;width:5.43728125rem;position:absolute;font-family:nunito2;font-size:1.1875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:14rem;left:65.3125rem;height:1.527775rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SxzFQPf5hSvKLGid51hfOiTEGBrhHUBV { color:#bababa;display:block;width:11.3748125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100052;line-height:1.7;letter-spacing:0;top:15.375rem;left:59.375rem;height:1.31944375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EpTkGRvliVw0nZIWnTAbH8K4kDB74N27 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37413125rem;width:3.06206875rem;top:3.875rem;left:45.25rem;overflow:hidden;display:block; }
#KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC > .row .container { border-width: 0; border-radius: 0; }#KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC > .row > .video-iframe-container {  }#KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:none; }#vS6HryWRJUlrRFtamURgIgONvQXHIn4G { color:#575757;display:block;width:75rem;position:absolute;font-family:nunito2;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QxoZxnRkFU81d4mdcw8NbX8BCRnD4SuB { color:#8d8d8d;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:21.998718261719rem;left:15.061851501465rem;height:4.31315rem;text-align:center;text-align-last:center;display:block; }
#acKi9s7xvA799rS8cvV38XO1STbzey9a { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(155deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(155deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(155deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(155deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(155deg, #008c4f, #0b8ee3);background-size:auto !important;border-top:0.0625rem solid #e5ebe9;border-left:0.0625rem solid #e5ebe9;border-right:0.0625rem solid #e5ebe9;border-bottom:0.0625rem solid #e5ebe9;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;height:21.0625rem;width:29.9375rem;top:13.4375rem;left:10.875rem;display:block; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-form-header {  }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#575757;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-text { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:18.75rem;box-sizing:border-box;height:2.6875rem;color:#107c42;font-size:1rem;overflow:hidden;font-family:"open sans";font-weight:700;font-style:normal; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-textarea { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:18.75rem;box-sizing:border-box;height:4.375rem;color:#107c42;font-size:1rem;overflow:hidden;font-family:"open sans";font-weight:700;font-style:normal; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-button { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #008c4f, #0b8ee3);background-image: -moz-linear-gradient(185deg, #008c4f, #0b8ee3);background-image: -ms-linear-gradient(185deg, #008c4f, #0b8ee3);background-image: -o-linear-gradient(185deg, #008c4f, #0b8ee3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4f', endColorstr='#0b8ee3' );";background-image: linear-gradient(185deg, #008c4f, #0b8ee3);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:17.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.16) ; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .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; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-container:first-of-type{padding-top:0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-container:last-of-type{padding-bottom:0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;position:absolute;top:15.75rem;left:43.75rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 {display:block;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;position:absolute;top:15.75rem;left:43.75rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #ckxVwePcIGrGeCk6uHr5CyvCPfRJWFLM { position:relative; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #roLfu8eTIgoFOI1DTiSUFo25Hm23U0Th { position:relative; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #DAzIcWMfCHT5tAQ3S8U5pyWzoRp5GelD { position:relative; }
#bgQipZhVWxGasWZ9KBuVnmTCl3IWL4GG { position:relative;display:block;z-index:100000;display:block; }
#EO3g0gdveb0RuabEo9lCTXWpJ0tniA7V { position:relative;display:block;z-index:100000;display:block; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #crArkuNbrwz8uTuF67WSrLWinD26bDs2 { position:relative; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #JDbFxfNNIkzXRQGvtJqAWvbCwLeDGdlJ { position:relative; }
#wlJJ0WoHM5LwlL1eCwyxOQBWdrHAla9P { color:#8d8d8d;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.8;letter-spacing:0;top:6.625rem;left:21.8125rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#E8CFhNTfGGBSpCKkuO5BZ2Uxnwr5lhB4 { position:absolute;display:block;z-index:100001;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;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.14) ;height:25rem;width:28.3125rem;top:11.75rem;left:40.25rem;display:block; }
#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #333d44, #323e39);background-image: -moz-linear-gradient(320deg, #333d44, #323e39);background-image: -ms-linear-gradient(320deg, #333d44, #323e39);background-image: -o-linear-gradient(320deg, #333d44, #323e39);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333d44', endColorstr='#323e39' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333d44', endColorstr='#323e39' );";background-image: linear-gradient(320deg, #333d44, #323e39);background-size:auto !important;position:relative;display:block; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container { background-color: transparent; background-image: none; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container > .video-iframe-container { display: none; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row > .video-iframe-container { display: none; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .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); }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container { border-width: 0; border-radius: 0; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row > .video-iframe-container {  }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#OdEBTp5KmUWprwXXuZ0KmIH6LCEFE63H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#XfZWSeGS5Zg2e6gMMuNIXBwikxN5sTZ4 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.0625rem;height:1.2999125rem;display:block; }
#fI4AF3MUD01iHSw1n16oKus85APtyDvZ { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.2493286132812rem;left:25.625003814698rem;height:1.2999125rem;display:block; }
#CRtKliJVBCX5o2KzFeI7Ipp0gRvpykyZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:1.8120727539062rem;left:22.686634063721rem;overflow:hidden;display:block; }
#GbAonNKS1u47HVLZeqSs6BS9p3uiCHeT { color:#008c4f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:62.5rem;height:1.29980625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIf8Qsq4TmcqShwsqPIOoFhV6o2g59t3 { width:7.3123125rem;height:3.4375rem;top:1.5rem;left:12.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slBnLzLAMmBEkI5mA130he00uvMcTwDd { display:block; }
 }@media only screen and (max-width: 763px) { #vFzoHOZaq0J0m2azRr53oDpQb3cXmbbO { width:3.18685rem;height:3.4375rem;top:1.5rem;left:8.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9XRCEr6Bps5sdqmP5OvdaWmhZRzwm9y { display:block; }
 }@media only screen and (max-width: 763px) { #HLzmGEVxi3uGTkfbqGD8el2TvetApgZx { width:8.5rem;height:3.4375rem;top:1.5rem;left:20.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltN68rpIsAc3A3dxhF7SQBP1AvqHWiIz { display:block; }
 }@media only screen and (max-width: 763px) { #xvfluf8WDUv1Mft1TTf5GOrREdHkVdr2 { width:8.5rem;height:3.4375rem;top:1.5625rem;left:27.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzWlhTwG4JPUrpkru6MdE1WDX25yWvXE { display:block; }
 }@media only screen and (max-width: 763px) { #SN77gLsWxO7EQD1QrFgqsANfEyt6PwHc { width:7rem;height:2.8125rem;top:1.8120727539062rem;left:0.68684899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQGm5KBiI0S3oda7BmMEPWeB7qJXRFbK { top:1.4995660781861rem;left:37.25586271286rem;width:9.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqHW6zd7NBN0gA3UEoyh3mGe6Vz1TSQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #gzZV8eTRT3VqoupwC7zHTJhRsK23DnQM { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV2XeW9d3m5PKs8CEzAThRrE6yT3hL4r { width:12.5rem;height:3.75rem;top:6.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK { display:none; }#Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KWAA52wWXD5Ju4L8TvegJi0uRGQAssVU { width:7rem;height:2.8125rem;top:1.8120727539062rem;left:0.68684899806975rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxVoHSbX4TTMVqEMBHkKGbHCXOyzcCJl { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBxNCLTaqzLRpgH1ZeAOqWGhQSggIi69 { width:12.5rem;height:1.25rem;top:7.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Op4RtN1SWWMeF37TpnZnww51KhIyA9zy { display:none; }#Op4RtN1SWWMeF37TpnZnww51KhIyA9zy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x60daTRhGU3nwAnTKFhmclUMzhCLpIt2 { width:7rem;height:2.8125rem;top:1.8120727539062rem;left:0.68684899806975rem;display:none; }
 }@media only screen and (max-width: 763px) { #rim0e1P776NB7IqnkiJgZWfGhiWrfG13 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SvtQgPeMNicz0OzfzCuQfHhd55211hJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #xcy8qkltN0cseBFOhTsLWSMRPoJI93ue { background-color:#ffffff;background-image:none;display:block; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { background-color: transparent; background-image: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container > .video-iframe-container { display: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container { display: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .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); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { width:47.75rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Jgx63HLi1r2NxIPQxbAwE1nLF9SSOq { width:39.8125rem;height:2.4375rem;top:3.875rem;left:0.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVAkP0am0SCqFeU189WRS3kiyg1vasTR { width:27rem;height:8.25rem;top:8.811851501465rem;left:0.68684899806975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNL9HgrKNRJR9sxeJuLbgKTdaa99JKdz { top:20.1875rem;left:0.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlasV2zGtbdv7ioeVVltm0sQKK4QOUE { display:block; }
 }@media only screen and (max-width: 763px) { #fK9go2I6yKTAWDmKxRfiMG8967hPN1sJ { top:3.8118500709534rem;left:25.860677805023rem;width:21.625rem;height:21.6875rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KUINnTC6oHsDprA78h3Tnmgw7w4kd0O6 { width:26.625rem;height:1.875rem;top:17.6240234375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GANTgpml4JkOkHSXQVtqOs2pEWzrAoKu { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTOefVd1XtCfe3361nkMoQFhQ3Ew9XTJ { width:7.1875rem;height:4.625rem;top:42.3125rem;left:35.3125rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b06lzcWr1SWoQinQ3BEsTlzULB5ltg7u { width:4.0625rem;height:2.4375rem;top:43.936634063721rem;left:41.873916149139rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdccEnkNFTp7uPXKcBnZuUL3qIC1NOfS { width:4.0625rem;height:1.1875rem;top:42.825523376465rem;left:41.841365337372rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOXfiuLbrguNlcxxl6mPh8HzSNp2767T { width:0.5625rem;height:0.5625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl68Xr0H6JCtsfahT9Pg5ex8pr7PRLqu { width:0.125rem;height:10.375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i32yG5zH7ubzlmSCB1UB1QO68sfS5FDB { width:1.25rem;height:0.125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JluRdHe8JINaoRXMtBfTlo7rd5SO1mVF { top:8.5959177017213rem;left:1.318359375rem;width:19.8730625rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxZP4aOHwbfT6hxJZyJ3HXsc8KHrVxaF { width:1.25rem;height:0.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN2LJGMoA1RnZ4t7JgG7xzTuCuByE2yK { width:0.5625rem;height:0.5625rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf3QA7mpd5kQwsES5s8Wt3CNLT15vNfu { width:26.625rem;height:1.875rem;top:17.6240234375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg39htdNetyI3tCWL97QoOGHmDCJWf9Q { top:8.5959177017213rem;left:1.318359375rem;width:19.8730625rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgfEhxopzmRQupKqRc08qE0miLIcUV74 { width:1.25rem;height:0.125rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txedp7QLGbLW1MMq4Qg6At8PTddaROB0 { width:26.625rem;height:1.875rem;top:17.6240234375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx5XvtK8MCewzEX5ZM9akUO7vQQZZRvN { width:0.5625rem;height:0.5625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5GELJTiIiZ74mXRMTC7J5XePiTJWPSX { top:8.5959177017213rem;left:1.318359375rem;width:19.8730625rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XozchCeuW9s0c3fbszUO8dcQGWJZNP6l { top:8.5959177017213rem;left:1.318359375rem;width:19.8730625rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6PLoWQqrANJFJKFxRJ6EdvQTOpIX8Vx { width:46rem;height:27.125rem;top:13.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi { display:block; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container { width:47.75rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfIHq9le6EAgsC1Dn5lzWTveB61uXdPT { width:47.7495625rem;height:1.9375rem;top:0.87347888946531rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #demTSdIcrTLvIVnFQITGB35ORgFGNQp5 { width:16.3125rem;height:12.25rem;top:9.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEoNL1ytJSEOZ11h0sssTuwmtTcOkd9B { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrsk1JXWRZOyU951UHpr06ZRWkcwzPB8 { width:15.875rem;height:12.3125rem;top:9.3164067268369rem;left:32.124568462372rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #XRnwiSzmGQWJU6sDSfqufph3L511wAwF { width:16.3125rem;height:12.3123125rem;top:9.2784295082094rem;left:16.0625rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #MBQzCuyL5DCLgUp7J6FNRtlGCQWytPLE { width:4.0625rem;height:1.1875rem;top:42.825523376465rem;left:41.841365337372rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DchZq0OxUffvWMNR8Zbp7kyZhGEpXsTZ { width:47.5rem;height:44.1873125rem;top:5.125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }#WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
 }@media only screen and (max-width: 763px) { #Ty1xmkMUKW4cTkuN1bUbowZKpNEdKnp2 { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omndNGWi87mGokvVmuIMSWtB8FRF2kxL { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2cdUDeHi85VqOEwD4ahVxWuXU6vNfIC { top:27.185331344604rem;left:0.88216149806975rem;width:23rem;height:9.6875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #sezoFTTiMCgtQMs13wmD11rGpBMQb12V { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }#sezoFTTiMCgtQMs13wmD11rGpBMQb12V li:before{  }
 }@media only screen and (max-width: 763px) { #QPlNNbbq9xCZV012EO7Va60VcLo1lEo9 { top:27.185331344604rem;left:0.88216149806975rem;width:23rem;height:9.6875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }#AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
 }@media only screen and (max-width: 763px) { #W4hVhm71K111nseSvZv7Eg7hbLdJ6KuA { top:27.185331344604rem;left:0.88216149806975rem;width:23rem;height:9.6875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }#yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
 }@media only screen and (max-width: 763px) { #aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }#aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF li:before{  }
 }@media only screen and (max-width: 763px) { #e4K5vp2FXKOund8Hr6yigJvIiotlXcCV { top:20.1875rem;left:0.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qASVlIwVHZbRmVBGK2yqSoq1gWHJnQBL { display:block; }
 }@media only screen and (max-width: 763px) { #lq2bZBluKKVCgcDihCm64O2sHeRnCH4l { top:20.1875rem;left:0.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLTuh7qTfB6N4TxzT2ZGB4yZxtCKsUA { display:block; }
 }@media only screen and (max-width: 763px) { #AH8WVu5HJQGVTVkHLyWQhc4NJsbwo2F4 { top:20.1875rem;left:0.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBTyK3mDGGZUdgF137fZxcDMRoa6TXo { display:block; }
 }@media only screen and (max-width: 763px) { #sERUyxaIWOBXt07KBg3BHmx8Q31sv5qr { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUg5lvWcvBEL0LKiRTIpJAsW1VEof1kT { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0x8wR2gqDh1JPixGDaqThLexEG63Qf { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dobq4NBrpCwJiTnkfpT6rVlDanTMToTC { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUpTHklRzZZTfSIaX1xggL2yWEJUhwO { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA9t2mc81dJKNhP0aBbXB12TbR5vZBpy { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgHxbxBml2Z77lUzmdx9VgUGyMyfTabP { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3nnClUkyHeBeC7fANlsiAASUGeLCrpg { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }#E3nnClUkyHeBeC7fANlsiAASUGeLCrpg li:before{  }
 }@media only screen and (max-width: 763px) { #EDnsTELD56IsF3upm01rRprcdWLggLhb { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W508QJ5BEJWvHshc57QngXzinxGTgpKO { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NytyAT9TxNne9Vdee62ggUKrdfNEoM8t { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neWDOM1dSVUfqyRsLpmSEguOsDHmAfU2 { width:16.5625rem;height:3rem;top:23.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS5T0RpQS4WLzzfwhRer1uslZbbm4qaB { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFnKuUlMIUisSZPXu1M8NQe7iCfufnWa { width:11.8125rem;height:1.25rem;top:11.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/DTgWK50g/bg_section1_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM.adaptive-delivery-prevent-bg, #oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM.lazyload, #oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM.lazyloading { background-image: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container { background-color: transparent; background-image: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container > .video-iframe-container { display: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row > .video-iframe-container { display: none; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .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); }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container { width:47.75rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEaGkEN3RdnuUKTCszKc3bbK0fws86E0 { width:15.625rem;height:7.125rem;top:8.1875rem;left:30.25rem;font-size:0.8125rem;z-index:100003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDOzCRIli0bTRH7T8oervqzSyilOVcgT { width:45.4373125rem;height:1.9375rem;top:1.7480487823486rem;left:1.1555989980698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHTTCbemrucqskrbVT4RW1pVO8JOi0c { width:17rem;height:0;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #twB40uPU4bT7n3FADSZLyG9TMS2dXble { width:15.4980625rem;height:4.75rem;top:29.698354244232rem;left:30.312501430511rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENcR6wVL30khO2b2R4sn1AicnVpFEAE5 { width:13.5623125rem;height:4.75rem;top:21rem;left:30.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uoTUynIgdSuhASAJ6Fb9NZR1A4ofqzPd { width:15.061875rem;height:1.25rem;top:6.125rem;left:30.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecWHOr8z3ta7gIFnFiWP1lpU4zrsJWTe { width:17.5rem;height:1.25rem;top:19rem;left:30.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVb5CVXmxuXRTRq5bDQyxqZu7CLZKHfy { width:12.6248125rem;height:1.25rem;top:27.185332775116rem;left:30.249566555023rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2PbZlNlEG4p09heuccgmCmsXTTt8r6p { width:26.311875rem;height:18.499375rem;top:12.055122375488rem;left:0rem;z-index:99996;display:none; }
 }@media only screen and (max-width: 763px) { #oUHBvdTr5JIKbxkqlJCxRdkBHVMaoAyN { width:17rem;height:0;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KA51U15GpDXepV6fsbg41HvTITt55L9h { width:3.9375rem;height:3.9375rem;top:5.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnrVihE0uAWh3h7OORodXvbqmsN6480p { width:3.25rem;height:3.25rem;top:13.4375rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5h6Ppcw8OgwyAAbu8hu4veaoCDrfE0o { width:3.5rem;height:3.5rem;top:20.5rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liRNPLgGntJzMZKsFu4JT6sDHxd22qUB { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/DTgWK50g/bg_section1_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB.adaptive-delivery-prevent-bg, #liRNPLgGntJzMZKsFu4JT6sDHxd22qUB.lazyload, #liRNPLgGntJzMZKsFu4JT6sDHxd22qUB.lazyloading { background-image: none; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container { background-color: transparent; background-image: none; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container > .video-iframe-container { display: none; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row > .video-iframe-container { display: none; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .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); }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container { width:47.75rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0T3IwDIqP8EQm2owUiT8gGF78bS1n2t { width:15.625rem;height:7.125rem;top:8.1875rem;left:30.25rem;font-size:0.8125rem;z-index:100003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSHRumOOinuEVzBfSddsrb3GTvLpXXJc { top:8.5959177017213rem;left:1.318359375rem;width:19.8730625rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS11DCH0FMaG3bl3dT1RwnNaDNuULzSI { top:14.935982069001rem;left:8.4418406486512rem;width:11.3748125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG3c1uQd3r2zQo1FTmPxeknSJZWJLzme { top:13.687066555023rem;left:14.312066555023rem;width:5.43728125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7cKsSBoMrqcR9nLMRucBzQW2wBF6bmk { top:30.741109848023rem;left:2.4500868320465rem;width:21.4985rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldQNefwfFBK0STikvEm63r8TWw38NAMp { top:35.363499959931rem;left:8.5785593986512rem;width:11.3748125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbU6J7fPSAFTxXRZQkZZu7cnbkdnRwWL { top:34.045140584931rem;left:14.448785305023rem;width:5.4362rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XluUoIyKT258CH5f2TDowAkzxAVGAT7F { top:24.443360647187rem;left:12.009549617767rem;width:11.3748125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUOEfeZ94mPb3QK1xdq5pwiTG6XXnSLh { top:6.1067709922791rem;left:0rem;width:22.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTooeAqRNZWkZ918s76dRKsTvNJDuc9 { width:1.81206875rem;height:1.31185rem;top:6.4941411018369rem;left:1.318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAs4yPcIBPoKqFLgaIbOeUwic17cBUmy { top:19.845919132232rem;left:4.128689289093rem;width:20rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ219wfAHqAeFt9nPOVNcwifJUeiDCCK { top:23.123916625976rem;left:17.254775524139rem;width:6rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUnNuwSETI5ow3cGGt5buaoh1e8SvLh2 { top:17.309024652466rem;left:2.6302084922791rem;width:23rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UzCB2knqtAeICbMchS6bX0TfFQ7rCB { width:45.4373125rem;height:1.9375rem;top:1.7480487823486rem;left:1.1555989980698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5o6SatCB289P5y3g7fqncpoSyT94ThO { width:17rem;height:0;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tv8xF4q029kZwlKHfayiqKnfv2oo24iz { width:15.4980625rem;height:4.75rem;top:29.698354244232rem;left:30.312501430511rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XRh4UhU5uxZAJTFpwMz3B7fWXGXGr0ev { width:13.5623125rem;height:4.75rem;top:21rem;left:30.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ukc970oi5BFMaaESIrpkUrkOtkOQmrlF { width:15.061875rem;height:1.25rem;top:6.125rem;left:30.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJAz7ExDR2txJL68N2h0uwHNLvMGBRTr { width:17.5rem;height:1.25rem;top:19rem;left:30.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvpuOuFIGyMphcV5akiPkcBHpm7PdOMa { width:12.6248125rem;height:1.25rem;top:27.185332775116rem;left:30.249566555023rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yrxTl5JHS17HezQSTrfUAbNF1t6wpKcu { width:26.311875rem;height:18.499375rem;top:12.055122375488rem;left:0rem;z-index:99996;display:none; }
 }@media only screen and (max-width: 763px) { #BTonTNQWoXFbqWOiMHRJQPtgZEaCUmHK { width:1.81206875rem;height:1.31185rem;top:17.893879413605rem;left:3.1304254531861rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #Cm4ZJRidJxFOK5sOxkBKhRT5G4OWZTbv { width:1.81206875rem;height:1.31185rem;top:28.503690719604rem;left:1.318359375rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #dmUSZHllPNHxohPBa262q48vL5cQSUyx { width:1.81206875rem;height:1.31185rem;top:28.503690719604rem;left:1.318359375rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #iAMBH39vZuWBRaoakoI2DBBfyCVIaZxX { width:1.81206875rem;height:1.31185rem;top:28.503690719604rem;left:1.318359375rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #WTz2nSSrzwQs4V8TZkMSVZcAsW6KQ36m { width:17rem;height:0;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ { display:block; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvlvFTdct3Wz5VZ8CmbyyyfLl7XZfDMy { width:47.75rem;height:1.9375rem;top:4.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpBnTtF06MPoz6ceZnqK9QZONqpWgem { width:7.9375rem;height:7.9375rem;top:14.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx9TTFbLxFb2HuUQBmT0ilb9sxKrnvmK { width:1.9375rem;height:1.9375rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwUPR2TadXcJLTUX49FEHI1wJweJ8xGK { width:1.9375rem;height:1.25rem;top:14.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP9vVA0kCXPenop5THJGlal8vPFkg5Qt { width:44rem;height:2.9375rem;top:16.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5IzFQP0i3CGwTTAymaRs0QDxaJDRMHq { width:3.9375rem;height:3.9375rem;top:16.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlJMpWHeGkLXq2HXBT8A1GH9Bw7Ja6u { width:7.9375rem;height:7.9375rem;top:14.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbRfOK07EHwPdnvAXu4ghiPwaiPbObiT { width:3.9375rem;height:3.9375rem;top:16.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA2FWUbNL3kktBuDlswDt4yKs94uH9la { width:1.9375rem;height:1.25rem;top:14.3125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsTB0SEUffW4uu5Wpado8ztxcoafiiZ1 { width:7.9375rem;height:7.9375rem;top:14.3125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiodhTCvMAryNLcd3Ogv8DEWUBBb03dl { width:1.9375rem;height:1.25rem;top:14.3125rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKLUhZvZS1NnmyHq5c4lwixVf8kaobDn { width:3.9375rem;height:3.9375rem;top:16.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfU4BOmD011TreR1r5TqvhAEMyKFbTv9 { width:9.375rem;height:4.75rem;top:24.5625rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wictbA6qpqfWBdhiQAOW5EsTr0xDEKoN { width:11.0625rem;height:4.75rem;top:24.5625rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZohgQKegrk6rsBUxNLHdmfTmDX59PXWF { width:9rem;height:4.75rem;top:24.5625rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yagIRHuT1i4enlenq1DeAwB1gkOa2J7B { width:11.3125rem;height:5.9375rem;top:24.5625rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTyeC4SEJ5pJQ7nvDLDRoyVmRx1HrQg { width:7.9375rem;height:7.9375rem;top:14.8125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWoXWbE8MEqRnSRCgb85qw9aB41GirAK { width:1.9375rem;height:1.25rem;top:14.75rem;left:38.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Q3KHw9Vh3Hc1iIlyl3TCC7cAFvF4mm { width:3.9375rem;height:3.9375rem;top:16.8125rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUx9JSFEGVIN38DTlsLT88Itzqq9wXwR { width:1.9375rem;height:1.9375rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekLEl2L06efct1lk7WDLuzdagCzEib55 { width:1.9375rem;height:1.9375rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8zxPXXqFxZobHLftut4p8eDGbuB6cQ { width:1.9375rem;height:1.9375rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4EtGsZGE4gTPoAKbwRc76CFtxuykzf { width:47.75rem;height:26.803903345725rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvA9u9AuciS089GqdI8ET1LWrteFUFff { display:block; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db7bBsMCTTMXL6wDSRzb08VsgFIlWkX2 { width:47.75rem;height:1.9375rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RniF0nolgvSnvPwRVPMCbaaAtimJFmGO { display:block; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2TX41ZkPVyQ7XSA8JSVDisbkzfO4iCH { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC2GH7TK7zvoVWXBgi088kdpMfNl8EdO { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNU9dseA9BPLmmA8ASVXVuL0Vyf52tnp { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtckhPTnlswK1VGMBUKyB45CKOvpI6ia { width:47.75rem;height:0;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadh2thuNq6quIccBJ500Z10S0oPWQMP { display:block; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhQE1LUcMDxUL66wsFURUCU84d9OiNqe { width:42.1875rem;height:1.8125rem;top:2.25rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw { display:block; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCr5PkMgOmZDm6F90tEuzTTUnqUgV4cI { width:47.75rem;height:0.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwQiHON2Ol1MwxK6o3CQIn2tqEM2UBPO { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxBzFXwn0RGSUb1aZs2x8qQDl8XWm82 { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDRM62Khy60Cf7WdLoutKynF0NySr5HO { width:47.75rem;height:0;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkHl1rfKgltSFMesbN53lQMsrfel4aW { display:block; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnLcNTIu6l0w37gUnIl1GaS8zwHhlgHQ { width:42.1875rem;height:29rem;top:2.25rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf { display:none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QvHutFwwMpBoZNzRuTbun4TTbeUx4EGB { width:47.75rem;height:0;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol { display:block; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrU8MdV0EVnyWT5VK2pMuJMAFnygq8xU { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNF5lrszuuWHvKwJsNm2GxFCfiqTD92K { width:44.5625rem;height:1.25rem;top:0.9375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIvyF09SfQztiBpR8i6E8wh4sBLJCElU { width:47.75rem;height:0;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm { display:block; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6JyQQElx4VsNmSU5ivCnIBTMk3lgm9o { width:43.9375rem;height:12.25rem;top:1.0625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd { display:none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ff5k7z0PswmRpdlPETXNvVg6gOpNhFul { width:47.75rem;height:0;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO { display:block; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFJ0MxEwoSngp6RUsttVAmD7ZchFFwO9 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyUoSJP61hTe3TuDfUrt1unDWX5TTxp { width:44.5rem;height:1.25rem;top:0.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpUJXRvS7a15oHyuiMhP28h49xrDxdbo { display:block; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container { width:47.75rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT1TXxORcHuy94UrOX1DtBmu0ZmXNAxb { width:42.6875rem;height:4.6875rem;top:0.90625rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy { display:none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container { width:47.75rem;height:2.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TictXcZ7TcKNNf8GJynSd4Pp4uWAHUx7 { width:47.75rem;height:0;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUArpDv1ANKnJHWlvqeGZeklMXdAv6AK { width:47.75rem;height:0;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZiTUNqvcgftViIgt6kpPe67MB2s0S4n { display:block; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMviFW0D19w0R50azotwZF7vqybrS6eQ { width:44.5rem;height:1.25rem;top:1.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUIcPF1tvJFhGAlsuxIPJERTPaOmsK9 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #db7a4DB2ABiwOW7m0TfiADwEvQnReTVq { width:47.75rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR9c79J67kJI4TpEXyg6kDdqRy090mpJ { display:block; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0NSk1mo4XlhqqZzf1B5mL8xPTKI4gPU { width:43.3125rem;height:9.375rem;top:0.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o95lmZpPxSJsdwrCHrJak7UnzPOEfI5h { width:47.75rem;height:0;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGQKCP8er210HTZyf291ooGRLVeagopC { width:47.75rem;height:0;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3sbwltAxMOLRZgPfT8I63s6JRqR94Ng { width:47.75rem;height:0;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok { display:block; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaE8rr9ehckh2fUGN8Ni7NBux5b8STwJ { width:44.5rem;height:1.25rem;top:1rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpHxAfRbQFxU8aEPoXXrXrokSZXlqkMP { width:3.125rem;height:3.125rem;top:0.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJBdgX3lT3Zmw8Kc1GJGckXpJnr9xxXf { width:47.75rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CET02N3ZQfqvuHWw9OPAeTTETVw7PE2a { width:47.75rem;height:0;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX { display:block; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hINWIm98QEHVCeFFHNbT0G69nSdtO0nH { width:42.1875rem;height:1.5625rem;top:1.25rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMKaVSaO1V7b9U5UTzEUatgPahpmkxoZ { width:47.75rem;height:0;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpqaT3Q3MHIyuhXolhb8fuld9OAkxU3k { width:47.75rem;height:0;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqpJmug7KETkbTLyhMs4BIuVrNT20yx { display:block; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQk8wXKRHUFWxckw4TqLWUO4wJsfhW5P { width:44.5rem;height:1.25rem;top:1rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSPtTmFMvZwTLEAArOAqUlTz97r7kHz { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgs7Diq9CpFo0ZAligWkUfG1LtG9ymn { width:47.75rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5enqFyOZZuHIoJuTk20mOME4XHRdTA { display:block; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmTVEVZKkO8ooNLNQ0iP0G3l4ugBMOrT { width:41.5rem;height:1.5625rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO { display:block; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hhLHJiGPBI5JipvU4uc1mAByIKVTPh { width:44.5rem;height:2.5rem;top:1rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we4Z6PBhTpcTCC1mT8HvnqrdqUk3Guke { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RneEsL6yxPxuT7nVviy7ey5urcAm6XKq { width:47.75rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db91R3aRb0zdtzTDTstFQEDF2rAR0530 { display:block; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTdZWJ7UfWRW6yte72LyVqkLP5T2htz3 { width:41.5rem;height:4.6875rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 { display:block; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJEyQDamS7ADcRL5kdW5GE89v2OCzyJb { width:47.75rem;height:1.9375rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHWp4cgwcHU4aLmG7fpIeWtdaG2XciW { width:47.75rem;height:1.9375rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH { display:block; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container { width:47.75rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz { display:block; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeL7ZNCwcTqcgvbK0pHSN0sO1sdJNCcA { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHR16ngUcTU21Moi4v82GuZultSQKEaZ { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h45VvGJLTiccI38f8lxs9rMfJlWGzMKG { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmfCKCvsNTWR13IZ4mr7PQooTBCN7WOc { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I { display:block; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxpnnF0MdJoCIqKMZlmcFhLrutMnTwGy { width:41.5rem;height:6.25rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk { display:block; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJEUlenTTxgNJVIZnmVx3LWaVDlbgzt8 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qBJXiTvF7LP34TotkKfU1CBiUFduGz { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMT24IroIvrPkfey0wTHwieA39z2kqLp { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQR5i7CJTQk3uTGz3nD006DfQhezMPo { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG { display:block; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNsX4WCzTBRDMptH2D6ix2H8dgMeSxeD { width:41.5rem;height:6.25rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT { display:block; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWOiUZnmCBxFuul0H5GQKLdJGhZUSDvG { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onvHtx3NfygMcwDNHIbguep8RtaQm3Oz { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egVxcbpq3CD8k2qAGvt6ibGeQPXE39hu { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2n9DzvEN316rEV2br5fMWlz5A9NJgUi { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJRITV93hyVbrCtnnzxMow5D9Bm800Z { display:block; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSoIrkpsNZpTgiC6T7zNOAZgekq9k5rd { width:41.5rem;height:4.6875rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 { display:block; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dv6rDd8JXHruD0QoIS9GmtnoBfW5z3zW { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJssdLiypVafrLWlczFJVOIBfMVnI4kF { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlyzHXuUAMJx7mX5yJIb8inydXc48Xw4 { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJv9x9zffVizlzQson7NGOz72Vy7r2V { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R { display:block; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTqdwaPRNv5ohUkpDmdEZTDapXQ9Tela { width:41.5rem;height:6.25rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 { display:block; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk60FQUhgLgaWEGeUnkq33ThBbMWQHMp { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDM7lTJnQFBTJizOTq5Th7vTaNiMRFb2 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0T6GU1FIhhqULKAfTeKiFeBSuV7Knh7 { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pw4hUgv4qNT5unQpMGw2Sb29Ht3d88 { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW { display:block; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfTQ7Kz3NM8gazvK64EcDRFfXshUO82G { width:41.4995625rem;height:3.125rem;top:1.2488813400269rem;left:3.1239149570465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD { display:block; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orJzTozIdTQER48ASI5ikS6tnLPbe3MM { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3fzv306dRPOseP8sd4iVDzoy1hqJXc { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF6TEPxpWWfBDXekB2yS1Cmz15MT6tNo { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhuODEG2RsV4ufDsll6vQDZKVFWNriE { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw { display:block; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdIvoxo6wJvtRdTLtNzrrbgTgI384ALt { width:41.5rem;height:4.6875rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 { display:block; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #td0N3mWqHcMAliKs22GHWSkolDEhVQT3 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INacPOANpD0WzrqMoFAWpZPEeCC0X3qH { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv4ZtKyyoWeumZTOU4llMhsTFAzHTSRa { width:43.375rem;height:1.25rem;top:0.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSsDyM3KwFKaFRPGzwWHPT0HmcbTsc25 { width:47.75rem;height:0;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuVScFrwFfHmizKClguGw8t7oHQ3M5vB { display:block; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX { width:41.5rem;height:3.4375rem;top:0.75rem;left:3.125rem;font-size:0.875rem;display:block; }#td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX li:before{  }
 }@media only screen and (max-width: 763px) { #OfQuIySmnur6Z8CIr8wkDAudT7B7LviC { display:none; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X { display:block; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXpvqaNZ8ipkt9AB4eGluI12gW5ZGp1H { top:23.125rem;left:33.875rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpSPJ7oLrBA5yQ05EThEUz3F1QWF0KB { top:21.75rem;left:39.8125rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyffpwC07ryPIfntDKK33TtfpdT8xf3f { top:15.125rem;left:25.25rem;width:19.9375rem;height:5.27778125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJt4y13ThqMPMyONv5uhe3PiyQvAOTpk { top:14.9375rem;left:16.1875rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1EouDQ9qth018y8OynRdaRBagyZChW { top:16.3125rem;left:10.25rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvvMcaK3V3xVgDUwPuu4GP3l5hmNybi { top:10.25rem;left:1.25rem;width:19.875rem;height:5.277775rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0397wFD5Rp0VctU8y8C1uHcXxfZSxxZ { width:3.0625rem;height:2.375rem;top:12.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmEhC24Tp8xls02HunVF8pBxromUrkLZ { top:14.9375rem;left:15.6875rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTake7ozFSWWAD0D0DdAd06oXUtm8kQ { top:16.3125rem;left:9.75rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK6opePQWw3T4NVv4xPEUmgTwtRoC9b1 { top:8.75rem;left:1.375rem;width:21.5rem;height:2.6388875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVhuKsQ7b5fCEqarUeL3OygQPLlhxzH { width:3.0625rem;height:2.375rem;top:5.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcSBPMwItWspuE8y9kn4fNuP2U7tprI { width:22.125rem;height:18.8125rem;top:13.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxMbLSNRwJDHWybWQeeUcPtvTuvGtiTz { width:22.125rem;height:18.8125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbu2xKATMTQ3hvTHEn1u9I0U4TQKbxPH { width:3.0625rem;height:2.375rem;top:5.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ifzymSPKWyIIKNhElbhWqUhonsvqrs { width:22.125rem;height:18.8125rem;top:13.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alqsnoEUzXJkQKhvfO7Lpc8ona1J9Tbn { top:5.09375rem;left:0rem;width:47.75rem;height:3.8888875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUqqzy4Aw7F5RGd9vzwVnZDX9rVeibmc { top:8.75rem;left:1.375rem;width:21.5rem;height:2.6388875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTxtcwmsXkHFgZD5bThoww9aRPr845Em { top:15.125rem;left:25.25rem;width:19.9375rem;height:5.27778125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpMsIRsFhWFmubpscfygerUHixcapsc9 { display:none; }#qpMsIRsFhWFmubpscfygerUHixcapsc9 > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AcJUEs0qUKqcl53n1EO3xGM6dpN6iDEz { top:23.125rem;left:33.875rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7w7VtOMAtcQsNJJmdaRUukymbzm2R9P { top:21.75rem;left:39.8125rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCroeiz4lp8o0IbKZZdahHP19GwXTRW5 { top:15.125rem;left:25.25rem;width:19.9375rem;height:5.27778125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBtElZzmqpyk2cu1T3wh1p85k6Evo6Td { top:14.9375rem;left:16.1875rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCiZclqZ5MAZuS4urEF6yh3vIZLpdwh7 { top:16.3125rem;left:10.25rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQoBG3wL2B1iTsLR2UTSyTruZAG5qEuR { top:10.25rem;left:1.25rem;width:19.875rem;height:5.277775rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep0hXN9q2iyCG92lTG9RHmocnFH7cTgI { width:3.0625rem;height:2.375rem;top:12.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxxcJPPI6oLKznNXcENw9VCWVL3vrJ9 { width:3.0625rem;height:2.375rem;top:5.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWM5I0RMD0vP0G7uxvlAzNLfmVfXaHi8 { top:14.9375rem;left:15.6875rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJZhevbTI48q8efEainm2FWKcoMsiEbG { top:16.3125rem;left:9.75rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDan4vDQSlDe2FMpohCzKfITTqg7hsiK { top:8.75rem;left:1.375rem;width:21.5rem;height:2.6388875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpnwVdqXfsW4QBIaBXzOCpBOy1qrOJPr { width:3.0625rem;height:2.375rem;top:5.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8MN7n3BwUCIoRPgTpwrt9pgLt15Klpx { width:22.125rem;height:18.8125rem;top:2.1875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZRSMB4VdI4bMeTMEXGsK3z65hE7lxeQ { width:22.125rem;height:18.8125rem;top:2.1875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bROkSyO7m8MrpTkoTu5Sv3XI8xZdkNF0 { width:22.125rem;height:18.8125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm { display:none; }#IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pztbG39GQ2i3c5s3FhWLCpM93kJpLT1C { top:4.1875rem;left:0rem;width:23rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZssGrm1ziMWTCBSRzBoE221TGi2cEwwh { top:4.1875rem;left:0rem;width:23rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQUfBEFOes0TG2RpDrKTuTf8QxvzS2HM { top:4.1875rem;left:0rem;width:23rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Q3JXBnIAXQ9AzaAaWgEC0VhVNfRhHh { width:3.0625rem;height:2.375rem;top:12.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV1g0IwUFEyXmTXKgPExAo8HtKPJEeiG { top:15.6875rem;left:25.3125rem;width:20.5625rem;height:5.27778125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG0isuoQ8KvErya8IzKcamUIvvm0gEP6 { top:20.75rem;left:39.5625rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D60rJqy2ILtsSwxlErXSU0tNVSsaLgme { top:22.125rem;left:33.625rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo0BOO5x3QU4IwiVHR0dn9V3FRf1sICC { top:16.125rem;left:10.0625rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEgeW2kyp4eEF5qQCnETThQWMQVWQCnZ { top:14.75rem;left:16rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfLxqXJJfOXvtHIO0sSlToMIK5x7n7R { top:9.875rem;left:1.375rem;width:21.6875rem;height:6.59725rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQaAxfWHq6x5WN25xwGWHVkgK4DhyLi { width:3.0625rem;height:2.375rem;top:5.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVq9uqRfMD8yoNehLufG2RIA5mdDFxbD { top:16.125rem;left:25.3125rem;width:20rem;height:2.6388875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RARTRPDdKA8twBCWci1nQ1alQpSR9kB6 { top:21.25rem;left:40rem;width:5.4375rem;height:1.31944375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxzFQPf5hSvKLGid51hfOiTEGBrhHUBV { top:22.625rem;left:34.0625rem;width:11.375rem;height:1.31944375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpTkGRvliVw0nZIWnTAbH8K4kDB74N27 { width:3.0625rem;height:2.375rem;top:12.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC { display:none; }#KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC > .row .container { width:47.75rem;height:39.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vS6HryWRJUlrRFtamURgIgONvQXHIn4G { width:47.75rem;height:1.9375rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoZxnRkFU81d4mdcw8NbX8BCRnD4SuB { width:47.75rem;height:3.125rem;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acKi9s7xvA799rS8cvV38XO1STbzey9a { width:29.9375rem;height:21.0625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-regular-label { width:30.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-text { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-textarea { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-select { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-button { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-checkbox-label { width:29.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3  { width:30.875rem;height:auto;top:21.5rem;left:0rem; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .radio-container { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 {display:block;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 { width:30.875rem;height:auto;top:21.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #ckxVwePcIGrGeCk6uHr5CyvCPfRJWFLM {  }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #roLfu8eTIgoFOI1DTiSUFo25Hm23U0Th {  }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #DAzIcWMfCHT5tAQ3S8U5pyWzoRp5GelD {  }
 }@media only screen and (max-width: 763px) { #bgQipZhVWxGasWZ9KBuVnmTCl3IWL4GG { display:block; }
 }@media only screen and (max-width: 763px) { #EO3g0gdveb0RuabEo9lCTXWpJ0tniA7V { display:block; }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #crArkuNbrwz8uTuF67WSrLWinD26bDs2 {  }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #JDbFxfNNIkzXRQGvtJqAWvbCwLeDGdlJ {  }
 }@media only screen and (max-width: 763px) { #wlJJ0WoHM5LwlL1eCwyxOQBWdrHAla9P { width:47.75rem;height:3.125rem;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8CFhNTfGGBSpCKkuO5BZ2Uxnwr5lhB4 { top:27.185331344604rem;left:0.88216149806975rem;width:23rem;height:9.6875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc { display:block; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdEBTp5KmUWprwXXuZ0KmIH6LCEFE63H { width:3rem;height:3rem;top:1.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfZWSeGS5Zg2e6gMMuNIXBwikxN5sTZ4 { width:9.1875rem;height:1.25rem;top:2.8125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4AF3MUD01iHSw1n16oKus85APtyDvZ { width:14.375rem;height:1.25rem;top:7.9375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtKliJVBCX5o2KzFeI7Ipp0gRvpykyZ { width:2.875rem;height:2.875rem;top:7rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbAonNKS1u47HVLZeqSs6BS9p3uiCHeT { width:12.5rem;height:1.25rem;top:7.9375rem;left:26.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIf8Qsq4TmcqShwsqPIOoFhV6o2g59t3 { width:9.375rem;height:3.4375rem;top:7rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #slBnLzLAMmBEkI5mA130he00uvMcTwDd { display:block; }
 }@media only screen and (max-width: 763px) { #vFzoHOZaq0J0m2azRr53oDpQb3cXmbbO { width:3.75rem;height:3.4375rem;top:16.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9XRCEr6Bps5sdqmP5OvdaWmhZRzwm9y { display:block; }
 }@media only screen and (max-width: 763px) { #HLzmGEVxi3uGTkfbqGD8el2TvetApgZx { width:10.75rem;height:3.4375rem;top:25.75rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltN68rpIsAc3A3dxhF7SQBP1AvqHWiIz { display:block; }
 }@media only screen and (max-width: 763px) { #xvfluf8WDUv1Mft1TTf5GOrREdHkVdr2 { width:12.25rem;height:3.4375rem;top:0rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzWlhTwG4JPUrpkru6MdE1WDX25yWvXE { display:block; }
 }@media only screen and (max-width: 763px) { #SN77gLsWxO7EQD1QrFgqsANfEyt6PwHc { width:9.125rem;height:3.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQGm5KBiI0S3oda7BmMEPWeB7qJXRFbK { top:0rem;left:4.125rem;width:11.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqHW6zd7NBN0gA3UEoyh3mGe6Vz1TSQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #gzZV8eTRT3VqoupwC7zHTJhRsK23DnQM { top:0.5625rem;left:15.84375rem;width:3.125rem;height:3.125rem;z-index:100021;color:#007e3a;display:block; }
 }@media only screen and (max-width: 763px) { #OV2XeW9d3m5PKs8CEzAThRrE6yT3hL4r { top:6.0625rem;left:7.5rem;width:12.5rem;height:3.75rem;z-index:100022;font-family:nunito2;display:block; }
 }@media only screen and (max-width: 763px) { #Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK { display:none; }#Hq5iVDlQQDMrii1z5qoDQPvmTIOeCUAK > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KWAA52wWXD5Ju4L8TvegJi0uRGQAssVU { width:9.125rem;height:3.625rem;top:1.3125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #zxVoHSbX4TTMVqEMBHkKGbHCXOyzcCJl { top:1.5625rem;left:15.28125rem;width:3.125rem;height:3.125rem;z-index:100022;color:#007e3a;display:block; }
 }@media only screen and (max-width: 763px) { #dBxNCLTaqzLRpgH1ZeAOqWGhQSggIi69 { top:7.5rem;left:7.5rem;width:12.5rem;height:1.25rem;z-index:100023;font-family:nunito2;display:block; }
 }@media only screen and (max-width: 763px) { #Op4RtN1SWWMeF37TpnZnww51KhIyA9zy { display:block; }#Op4RtN1SWWMeF37TpnZnww51KhIyA9zy > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x60daTRhGU3nwAnTKFhmclUMzhCLpIt2 { width:9.125rem;height:3.625rem;top:1.3125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #rim0e1P776NB7IqnkiJgZWfGhiWrfG13 { top:1.873779296875rem;left:10.99853515625rem;width:8.18725rem;height:2.5rem;z-index:100007;font-size:0.8125rem;background-color:#008c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"nunito sans";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #SvtQgPeMNicz0OzfzCuQfHhd55211hJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #xcy8qkltN0cseBFOhTsLWSMRPoJI93ue { background-color:transparent;background-image:url("https://images.assets-landingi.com/R5TthRRx/bg_top.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue.adaptive-delivery-prevent-bg, #xcy8qkltN0cseBFOhTsLWSMRPoJI93ue.lazyload, #xcy8qkltN0cseBFOhTsLWSMRPoJI93ue.lazyloading { background-image: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { background-color: transparent; background-image: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container > .video-iframe-container { display: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row > .video-iframe-container { display: none; }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .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); }#xcy8qkltN0cseBFOhTsLWSMRPoJI93ue > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Jgx63HLi1r2NxIPQxbAwE1nLF9SSOq { width:20rem;height:4.875rem;top:1.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVAkP0am0SCqFeU189WRS3kiyg1vasTR { width:16.0625rem;height:3rem;top:19.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #zNL9HgrKNRJR9sxeJuLbgKTdaa99JKdz { top:42.3564453125rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlasV2zGtbdv7ioeVVltm0sQKK4QOUE { display:block; }
 }@media only screen and (max-width: 763px) { #fK9go2I6yKTAWDmKxRfiMG8967hPN1sJ { width:20rem;height:20.057803468208rem;top:39.436849594116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUINnTC6oHsDprA78h3Tnmgw7w4kd0O6 { width:6rem;height:1.13720625rem;top:23.525390625rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GANTgpml4JkOkHSXQVtqOs2pEWzrAoKu { top:3.4375rem;left:0rem;width:19.75rem;height:19.75rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vTOefVd1XtCfe3361nkMoQFhQ3Ew9XTJ { width:7.1875rem;height:0;top:56.06201171875rem;left:6.375rem;font-size:2rem;z-index:100033;display:none; }
 }@media only screen and (max-width: 763px) { #b06lzcWr1SWoQinQ3BEsTlzULB5ltg7u { width:4.0625rem;height:0;top:62.15576171875rem;left:7.9375rem;font-size:1.6875rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #tdccEnkNFTp7uPXKcBnZuUL3qIC1NOfS { width:5.1245125rem;height:0;top:59.89013671875rem;left:7.4375rem;font-size:0.8125rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 763px) { #WOXfiuLbrguNlcxxl6mPh8HzSNp2767T { width:0.5625rem;height:0.5625rem;top:23.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl68Xr0H6JCtsfahT9Pg5ex8pr7PRLqu { width:0.125rem;height:9.5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i32yG5zH7ubzlmSCB1UB1QO68sfS5FDB { width:1.25rem;height:0.125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JluRdHe8JINaoRXMtBfTlo7rd5SO1mVF { width:17.375rem;height:2.0996125rem;top:24.8125rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vxZP4aOHwbfT6hxJZyJ3HXsc8KHrVxaF { width:1.25rem;height:0.125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN2LJGMoA1RnZ4t7JgG7xzTuCuByE2yK { width:0.5625rem;height:0.5625rem;top:28.26171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf3QA7mpd5kQwsES5s8Wt3CNLT15vNfu { width:6.6875rem;height:1.13720625rem;top:27.962890625rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pg39htdNetyI3tCWL97QoOGHmDCJWf9Q { width:17.125rem;height:3.15rem;top:29.2109375rem;left:2.5625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VgfEhxopzmRQupKqRc08qE0miLIcUV74 { width:1.25rem;height:0.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txedp7QLGbLW1MMq4Qg6At8PTddaROB0 { width:9.875rem;height:1.13720625rem;top:33rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dx5XvtK8MCewzEX5ZM9akUO7vQQZZRvN { width:0.5625rem;height:0.5625rem;top:33.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5GELJTiIiZ74mXRMTC7J5XePiTJWPSX { width:16.8125rem;height:4.2rem;top:34.3330078125rem;left:2.5625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XozchCeuW9s0c3fbszUO8dcQGWJZNP6l { width:16.25rem;height:2.275rem;top:39.025390625rem;left:2.625rem;font-size:0.4375rem;line-height:1.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #N6PLoWQqrANJFJKFxRJ6EdvQTOpIX8Vx { width:20rem;height:11.793478260869rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi { display:block; }#mMfTOdtyDqi6FQbMbHXVl9bXq1cVQuFi > .row .container { width:20rem;height:129.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfIHq9le6EAgsC1Dn5lzWTveB61uXdPT { width:20rem;height:7.8rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #demTSdIcrTLvIVnFQITGB35ORgFGNQp5 { width:20rem;height:14.6875rem;top:14.1357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEoNL1ytJSEOZ11h0sssTuwmtTcOkd9B { width:20rem;height:4.05rem;top:15.1865234375rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mrsk1JXWRZOyU951UHpr06ZRWkcwzPB8 { width:20rem;height:12.5rem;top:94.193359375rem;left:0rem;background-color:#008c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XRnwiSzmGQWJU6sDSfqufph3L511wAwF { width:20rem;height:12.5rem;top:54.3125rem;left:0rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #MBQzCuyL5DCLgUp7J6FNRtlGCQWytPLE { width:5.1245125rem;height:0;top:139rem;left:12.625rem;font-size:0.8125rem;z-index:100041;display:none; }
 }@media only screen and (max-width: 763px) { #DchZq0OxUffvWMNR8Zbp7kyZhGEpXsTZ { width:20rem;height:31.1875rem;top:21.625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV { width:16.8125rem;height:3rem;top:31.3125rem;left:1.59375rem;font-size:1rem;display:block; }#WOwIVdoCIrfBi23RIzrEBIxtfeh9LSpV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
 }@media only screen and (max-width: 763px) { #Ty1xmkMUKW4cTkuN1bUbowZKpNEdKnp2 { width:20rem;height:4.3875rem;top:55.125rem;left:0rem;font-size:1.6875rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #omndNGWi87mGokvVmuIMSWtB8FRF2kxL { width:20rem;height:4.3875rem;top:95.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2cdUDeHi85VqOEwD4ahVxWuXU6vNfIC { width:20rem;height:31.25rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sezoFTTiMCgtQMs13wmD11rGpBMQb12V { width:15.375rem;height:7.59375rem;top:35.5rem;left:1.59375rem;font-size:0.8125rem;display:block; }#sezoFTTiMCgtQMs13wmD11rGpBMQb12V li:before{  }
 }@media only screen and (max-width: 763px) { #QPlNNbbq9xCZV012EO7Va60VcLo1lEo9 { width:20rem;height:27rem;top:204.45118125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo { width:18.3125rem;height:11.5rem;top:108.6875rem;left:1.1875rem;font-size:1rem;display:block; }#AsxuNE1hyQnwUxFFJ5moK5ZGvCDqqmMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
 }@media only screen and (max-width: 763px) { #W4hVhm71K111nseSvZv7Eg7hbLdJ6KuA { width:20rem;height:21.9375rem;top:106.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi { width:15rem;height:4.25rem;top:67.125rem;left:1.1875rem;font-size:1rem;display:block; }#yb6rPoNB2KLTs8oSxLJXJEczNpBlOToi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/OQ1e2bKB/Component_4_166.png); }
 }@media only screen and (max-width: 763px) { #aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF { width:17.3125rem;height:2.4375rem;top:73.1875rem;left:1.5rem;font-size:0.8125rem;display:block; }#aIisKIQUcUHPSkrLb3T8KTZdHDAcOGqF li:before{  }
 }@media only screen and (max-width: 763px) { #e4K5vp2FXKOund8Hr6yigJvIiotlXcCV { top:87.3125rem;left:1.25rem;width:17.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qASVlIwVHZbRmVBGK2yqSoq1gWHJnQBL { display:block; }
 }@media only screen and (max-width: 763px) { #lq2bZBluKKVCgcDihCm64O2sHeRnCH4l { top:47.1875rem;left:1.21875rem;width:17.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLTuh7qTfB6N4TxzT2ZGB4yZxtCKsUA { display:block; }
 }@media only screen and (max-width: 763px) { #AH8WVu5HJQGVTVkHLyWQhc4NJsbwo2F4 { top:122.75rem;left:1.25rem;width:17.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBTyK3mDGGZUdgF137fZxcDMRoa6TXo { display:block; }
 }@media only screen and (max-width: 763px) { #sERUyxaIWOBXt07KBg3BHmx8Q31sv5qr { width:5.8125rem;height:4.2246125rem;top:19.2861328125rem;left:5.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUg5lvWcvBEL0LKiRTIpJAsW1VEof1kT { width:3.9375rem;height:0.8125rem;top:21.625rem;left:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka0x8wR2gqDh1JPixGDaqThLexEG63Qf { width:7.5625rem;height:4.2246125rem;top:99.57421875rem;left:4.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dobq4NBrpCwJiTnkfpT6rVlDanTMToTC { width:3.9375rem;height:0.8125rem;top:101.9375rem;left:11.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUpTHklRzZZTfSIaX1xggL2yWEJUhwO { width:7.5625rem;height:4.2246125rem;top:59.375rem;left:4.375rem;font-size:3.25rem;z-index:100064;display:block; }
 }@media only screen and (max-width: 763px) { #nA9t2mc81dJKNhP0aBbXB12TbR5vZBpy { width:3.9375rem;height:0.8125rem;top:61.6875rem;left:11.25rem;font-size:0.8125rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #wgHxbxBml2Z77lUzmdx9VgUGyMyfTabP { width:15.8125rem;height:1.625rem;top:83.6875rem;left:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3nnClUkyHeBeC7fANlsiAASUGeLCrpg { width:16.25rem;height:5.875rem;top:76.25rem;left:1.5rem;font-size:0.8125rem;display:block; }#E3nnClUkyHeBeC7fANlsiAASUGeLCrpg li:before{  }
 }@media only screen and (max-width: 763px) { #EDnsTELD56IsF3upm01rRprcdWLggLhb { width:18.25rem;height:1.8375rem;top:23.4375rem;left:0.875rem;font-size:0.4375rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #W508QJ5BEJWvHshc57QngXzinxGTgpKO { width:18.625rem;height:2.6rem;top:25.5rem;left:0.8125rem;font-size:0.5rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #NytyAT9TxNne9Vdee62ggUKrdfNEoM8t { width:3.9375rem;height:0.8125rem;top:20.1875rem;left:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neWDOM1dSVUfqyRsLpmSEguOsDHmAfU2 { width:14.375rem;height:0.8125rem;top:44.375rem;left:2.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS5T0RpQS4WLzzfwhRer1uslZbbm4qaB { width:20rem;height:1.625rem;top:63.599609375rem;left:0rem;font-size:1.25rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #dFnKuUlMIUisSZPXu1M8NQe7iCfufnWa { width:20rem;height:1.54375rem;top:104.111328125rem;left:0rem;font-size:1.1875rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM { display:block; }#oymsS0EqQ2Vk8bNUnHlNteLckRSXngLM > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEaGkEN3RdnuUKTCszKc3bbK0fws86E0 { width:15.625rem;height:0;top:15.562065124512rem;left:0.12478297948837rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TDOzCRIli0bTRH7T8oervqzSyilOVcgT { width:17rem;height:1.94970625rem;top:1.4375rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pAHTTCbemrucqskrbVT4RW1pVO8JOi0c { width:20rem;height:3.75rem;top:14.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #twB40uPU4bT7n3FADSZLyG9TMS2dXble { width:16rem;height:4.875rem;top:33.59765625rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENcR6wVL30khO2b2R4sn1AicnVpFEAE5 { width:15.75rem;height:3.65625rem;top:22.9375rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uoTUynIgdSuhASAJ6Fb9NZR1A4ofqzPd { width:10.5625rem;height:2.5996125rem;top:6.041015625rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ecWHOr8z3ta7gIFnFiWP1lpU4zrsJWTe { width:10.3125rem;height:2.5996125rem;top:19.185546875rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVb5CVXmxuXRTRq5bDQyxqZu7CLZKHfy { width:7.5rem;height:2.5996125rem;top:29.31005859375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2PbZlNlEG4p09heuccgmCmsXTTt8r6p { width:19.375rem;height:13.5623125rem;top:10.386177062988rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUHBvdTr5JIKbxkqlJCxRdkBHVMaoAyN { width:15.9375rem;height:7.3125rem;top:9.78515625rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KA51U15GpDXepV6fsbg41HvTITt55L9h { width:3.9375rem;height:3.9375rem;top:5.28466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnrVihE0uAWh3h7OORodXvbqmsN6480p { width:3.25rem;height:3.25rem;top:19.03515625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5h6Ppcw8OgwyAAbu8hu4veaoCDrfE0o { width:3.5rem;height:3.5rem;top:29.03515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liRNPLgGntJzMZKsFu4JT6sDHxd22qUB { display:none; }#liRNPLgGntJzMZKsFu4JT6sDHxd22qUB > .row .container { width:20rem;height:85.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E0T3IwDIqP8EQm2owUiT8gGF78bS1n2t { width:15.625rem;height:0;top:15.562065124512rem;left:0.12478297948837rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSHRumOOinuEVzBfSddsrb3GTvLpXXJc { width:13.8115rem;height:4.25rem;top:6.9267578125rem;left:3.130859375rem;font-size:0.6875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uS11DCH0FMaG3bl3dT1RwnNaDNuULzSI { width:11.3115rem;height:1.125rem;top:13.2666015625rem;left:8.6885rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG3c1uQd3r2zQo1FTmPxeknSJZWJLzme { width:5.374025rem;height:0.9375rem;top:12.017578125rem;left:14.625975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7cKsSBoMrqcR9nLMRucBzQW2wBF6bmk { width:12.874rem;height:3.1875rem;top:56.037140625rem;left:2.4423828125rem;font-size:0.6875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ldQNefwfFBK0STikvEm63r8TWw38NAMp { width:11.3115rem;height:1.125rem;top:60.6601875rem;left:8.5712890625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbU6J7fPSAFTxXRZQkZZu7cnbkdnRwWL { width:6.4365rem;height:0.9375rem;top:59.341828125rem;left:13.5635rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XluUoIyKT258CH5f2TDowAkzxAVGAT7F { width:11.3115rem;height:1.125rem;top:42.1787421875rem;left:8.6885rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUOEfeZ94mPb3QK1xdq5pwiTG6XXnSLh { width:16.3115rem;height:8.125rem;top:4.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTooeAqRNZWkZ918s76dRKsTvNJDuc9 { width:1.4375rem;height:0.6875rem;top:4.8251953125rem;left:3.130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAs4yPcIBPoKqFLgaIbOeUwic17cBUmy { width:14.5615rem;height:3.1875rem;top:37.5810859375rem;left:2.810546875rem;font-size:0.6875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BQ219wfAHqAeFt9nPOVNcwifJUeiDCCK { width:6.875rem;height:0.9375rem;top:40.8584296875rem;left:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUnNuwSETI5ow3cGGt5buaoh1e8SvLh2 { width:17.375rem;height:8.5rem;top:35.0439765625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UzCB2knqtAeICbMchS6bX0TfFQ7rCB { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5o6SatCB289P5y3g7fqncpoSyT94ThO { width:20rem;height:3.75rem;top:14.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tv8xF4q029kZwlKHfayiqKnfv2oo24iz { width:20rem;height:3.9375rem;top:65.5351875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRh4UhU5uxZAJTFpwMz3B7fWXGXGr0ev { width:20rem;height:3.9375rem;top:47.2939765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ukc970oi5BFMaaESIrpkUrkOtkOQmrlF { width:20rem;height:1.25rem;top:24.7314765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJAz7ExDR2txJL68N2h0uwHNLvMGBRTr { width:20rem;height:1.25rem;top:44.7939765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvpuOuFIGyMphcV5akiPkcBHpm7PdOMa { width:20rem;height:1.25rem;top:63.0351875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrxTl5JHS17HezQSTrfUAbNF1t6wpKcu { width:19.375rem;height:13.5623125rem;top:10.386177062988rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTonTNQWoXFbqWOiMHRJQPtgZEaCUmHK { width:1.25rem;height:0.875rem;top:35.6289375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm4ZJRidJxFOK5sOxkBKhRT5G4OWZTbv { width:1.25rem;height:0.875rem;top:53.7998359375rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmUSZHllPNHxohPBa262q48vL5cQSUyx { width:1.93685rem;height:1.4019125rem;top:53.7998359375rem;left:1.3115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAMBH39vZuWBRaoakoI2DBBfyCVIaZxX { width:1.93685rem;height:1.4019125rem;top:53.7998359375rem;left:1.3115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTz2nSSrzwQs4V8TZkMSVZcAsW6KQ36m { width:20rem;height:6.5625rem;top:27.2314765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ { display:block; }#oc9eNVfvmfvJNF9fdcqnXuXTHMT3k6vZ > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvlvFTdct3Wz5VZ8CmbyyyfLl7XZfDMy { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpBnTtF06MPoz6ceZnqK9QZONqpWgem { width:6.625rem;height:6.625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx9TTFbLxFb2HuUQBmT0ilb9sxKrnvmK { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwUPR2TadXcJLTUX49FEHI1wJweJ8xGK { width:1.936525rem;height:1.29980625rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP9vVA0kCXPenop5THJGlal8vPFkg5Qt { width:20rem;height:1.3621016216216rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5IzFQP0i3CGwTTAymaRs0QDxaJDRMHq { width:3.9375rem;height:3.9375rem;top:7.21875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlJMpWHeGkLXq2HXBT8A1GH9Bw7Ja6u { width:6.625rem;height:6.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbRfOK07EHwPdnvAXu4ghiPwaiPbObiT { width:3.625rem;height:3.625rem;top:17rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA2FWUbNL3kktBuDlswDt4yKs94uH9la { width:1.936525rem;height:1.29980625rem;top:15.76220703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsTB0SEUffW4uu5Wpado8ztxcoafiiZ1 { width:6.625rem;height:6.625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiodhTCvMAryNLcd3Ogv8DEWUBBb03dl { width:1.936525rem;height:1.29980625rem;top:24.94970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKLUhZvZS1NnmyHq5c4lwixVf8kaobDn { width:3.4375rem;height:3.4375rem;top:26.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfU4BOmD011TreR1r5TqvhAEMyKFbTv9 { width:12.0625rem;height:3.675rem;top:26.16259765625rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wictbA6qpqfWBdhiQAOW5EsTr0xDEKoN { width:11.875rem;height:2.45rem;top:16.23828125rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZohgQKegrk6rsBUxNLHdmfTmDX59PXWF { width:11.75rem;height:3.4125rem;top:7.06884765625rem;left:7.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yagIRHuT1i4enlenq1DeAwB1gkOa2J7B { width:11.875rem;height:6.125rem;top:34.00146484375rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vfTyeC4SEJ5pJQ7nvDLDRoyVmRx1HrQg { width:6.625rem;height:6.625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWoXWbE8MEqRnSRCgb85qw9aB41GirAK { width:1.936525rem;height:1.29980625rem;top:34.18896484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Q3KHw9Vh3Hc1iIlyl3TCC7cAFvF4mm { width:3.4375rem;height:3.4375rem;top:35.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUx9JSFEGVIN38DTlsLT88Itzqq9wXwR { width:1.9375rem;height:1.9375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekLEl2L06efct1lk7WDLuzdagCzEib55 { width:1.9375rem;height:1.9375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8zxPXXqFxZobHLftut4p8eDGbuB6cQ { width:1.9375rem;height:1.9375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4EtGsZGE4gTPoAKbwRc76CFtxuykzf { height:11.2265625rem;width:20rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvA9u9AuciS089GqdI8ET1LWrteFUFff { background-color:#ffffff;background-image:none;display:block; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container { background-color: transparent; background-image: none; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container > .video-iframe-container { display: none; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row > .video-iframe-container { display: none; }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .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); }#FvA9u9AuciS089GqdI8ET1LWrteFUFff > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db7bBsMCTTMXL6wDSRzb08VsgFIlWkX2 { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RniF0nolgvSnvPwRVPMCbaaAtimJFmGO { background-color:#ffffff;background-image:none;display:block; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container { background-color: transparent; background-image: none; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container > .video-iframe-container { display: none; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row > .video-iframe-container { display: none; }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .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); }#RniF0nolgvSnvPwRVPMCbaaAtimJFmGO > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2TX41ZkPVyQ7XSA8JSVDisbkzfO4iCH { width:20rem;height:0.0625rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zC2GH7TK7zvoVWXBgi088kdpMfNl8EdO { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNU9dseA9BPLmmA8ASVXVuL0Vyf52tnp { width:16.6875rem;height:1.29980625rem;top:2.162109375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtckhPTnlswK1VGMBUKyB45CKOvpI6ia { width:20rem;height:0;top:4.15625rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #dadh2thuNq6quIccBJ500Z10S0oPWQMP { background-color:#ffffff;background-image:none;display:block; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container { background-color: transparent; background-image: none; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container > .video-iframe-container { display: none; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row > .video-iframe-container { display: none; }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .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); }#dadh2thuNq6quIccBJ500Z10S0oPWQMP > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhQE1LUcMDxUL66wsFURUCU84d9OiNqe { width:18.1875rem;height:3.4121125rem;top:1.25rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw { background-color:#ffffff;background-image:none;display:block; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container { background-color: transparent; background-image: none; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container > .video-iframe-container { display: none; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row > .video-iframe-container { display: none; }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .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); }#d2PfoSP7MvXqQkRoqVgI7gR28hkUvcqw > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCr5PkMgOmZDm6F90tEuzTTUnqUgV4cI { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwQiHON2Ol1MwxK6o3CQIn2tqEM2UBPO { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxBzFXwn0RGSUb1aZs2x8qQDl8XWm82 { width:16.6875rem;height:1.29980625rem;top:2.224609375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDRM62Khy60Cf7WdLoutKynF0NySr5HO { width:20rem;height:0;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBkHl1rfKgltSFMesbN53lQMsrfel4aW { background-color:#ffffff;background-image:none;display:block; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container { background-color: transparent; background-image: none; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container > .video-iframe-container { display: none; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row > .video-iframe-container { display: none; }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .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); }#ZBkHl1rfKgltSFMesbN53lQMsrfel4aW > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnLcNTIu6l0w37gUnIl1GaS8zwHhlgHQ { width:18.1875rem;height:51.1875rem;top:1.25rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf { background-color:#ffffff;background-image:none;display:block; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container { background-color: transparent; background-image: none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container > .video-iframe-container { display: none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row > .video-iframe-container { display: none; }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .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); }#NTh93TLEmiAAl90l9WTT7Fk4arqhbiXf > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvHutFwwMpBoZNzRuTbun4TTbeUx4EGB { width:20rem;height:0.0625rem;top:1.21875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol { background-color:#ffffff;background-image:none;display:block; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container { background-color: transparent; background-image: none; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container > .video-iframe-container { display: none; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row > .video-iframe-container { display: none; }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .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); }#z81TobvPqJXa1RaVe3MfDp7FnTCKs2ol > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrU8MdV0EVnyWT5VK2pMuJMAFnygq8xU { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNF5lrszuuWHvKwJsNm2GxFCfiqTD92K { width:16.6875rem;height:2.5996125rem;top:1.51220703125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIvyF09SfQztiBpR8i6E8wh4sBLJCElU { width:20rem;height:0;top:1.3125rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm { background-color:#ffffff;background-image:none;display:block; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container { background-color: transparent; background-image: none; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container > .video-iframe-container { display: none; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row > .video-iframe-container { display: none; }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .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); }#O1ggDI8Ih1g6Mq4fbKJZV2Ik6dfMyoVm > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6JyQQElx4VsNmSU5ivCnIBTMk3lgm9o { width:17.5625rem;height:26.25rem;top:1.25rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd { background-color:#ffffff;background-image:none;display:block; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container { background-color: transparent; background-image: none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container > .video-iframe-container { display: none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row > .video-iframe-container { display: none; }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .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); }#RLqmWa0WJ9to49rsdcDT1kflSHmFMgWd > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff5k7z0PswmRpdlPETXNvVg6gOpNhFul { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO { background-color:#ffffff;background-image:none;display:block; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container { background-color: transparent; background-image: none; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container > .video-iframe-container { display: none; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row > .video-iframe-container { display: none; }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .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); }#P7MJ19cPZNcTIAgLVxh99gMC1cxoocyO > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFJ0MxEwoSngp6RUsttVAmD7ZchFFwO9 { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyUoSJP61hTe3TuDfUrt1unDWX5TTxp { width:14.25rem;height:2.5996125rem;top:1.51220703125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpUJXRvS7a15oHyuiMhP28h49xrDxdbo { background-color:#ffffff;background-image:none;display:block; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container { background-color: transparent; background-image: none; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container > .video-iframe-container { display: none; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row > .video-iframe-container { display: none; }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .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); }#KpUJXRvS7a15oHyuiMhP28h49xrDxdbo > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT1TXxORcHuy94UrOX1DtBmu0ZmXNAxb { width:18.375rem;height:9.45rem;top:0.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy { background-color:#ffffff;background-image:none;display:block; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container { background-color: transparent; background-image: none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container > .video-iframe-container { display: none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row > .video-iframe-container { display: none; }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .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); }#RP49KvcyuMnw2SFrqtFkWDZN2T9g5pUy > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TictXcZ7TcKNNf8GJynSd4Pp4uWAHUx7 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUArpDv1ANKnJHWlvqeGZeklMXdAv6AK { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZiTUNqvcgftViIgt6kpPe67MB2s0S4n { display:block; }#aZiTUNqvcgftViIgt6kpPe67MB2s0S4n > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMviFW0D19w0R50azotwZF7vqybrS6eQ { width:15.1875rem;height:3.9rem;top:1.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUIcPF1tvJFhGAlsuxIPJERTPaOmsK9 { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #db7a4DB2ABiwOW7m0TfiADwEvQnReTVq { width:20rem;height:0;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR9c79J67kJI4TpEXyg6kDdqRy090mpJ { background-color:#ffffff;background-image:none;display:block; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container { background-color: transparent; background-image: none; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container > .video-iframe-container { display: none; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row > .video-iframe-container { display: none; }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .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); }#UR9c79J67kJI4TpEXyg6kDdqRy090mpJ > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0NSk1mo4XlhqqZzf1B5mL8xPTKI4gPU { width:18.5rem;height:20.475rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o95lmZpPxSJsdwrCHrJak7UnzPOEfI5h { width:20rem;height:0;top:26.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGQKCP8er210HTZyf291ooGRLVeagopC { width:20rem;height:0;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3sbwltAxMOLRZgPfT8I63s6JRqR94Ng { width:20rem;height:0;top:22.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok { display:block; }#Kz74zOxrfFEP9dwBEs2y20BVHrTaT8Ok > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaE8rr9ehckh2fUGN8Ni7NBux5b8STwJ { width:15.5615rem;height:2.5996125rem;top:1.51220703125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpHxAfRbQFxU8aEPoXXrXrokSZXlqkMP { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJBdgX3lT3Zmw8Kc1GJGckXpJnr9xxXf { width:20rem;height:0;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CET02N3ZQfqvuHWw9OPAeTTETVw7PE2a { width:20rem;height:0;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX { background-color:#ffffff;background-image:none;display:block; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container { background-color: transparent; background-image: none; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container > .video-iframe-container { display: none; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row > .video-iframe-container { display: none; }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .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); }#vDSQ84l4qC5Hz4ORRFpZOZF5rUfPscHX > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hINWIm98QEHVCeFFHNbT0G69nSdtO0nH { width:18.4375rem;height:3.15rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMKaVSaO1V7b9U5UTzEUatgPahpmkxoZ { width:20rem;height:0;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpqaT3Q3MHIyuhXolhb8fuld9OAkxU3k { width:20rem;height:0;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkqpJmug7KETkbTLyhMs4BIuVrNT20yx { display:block; }#RkqpJmug7KETkbTLyhMs4BIuVrNT20yx > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQk8wXKRHUFWxckw4TqLWUO4wJsfhW5P { width:14.5rem;height:1.29980625rem;top:2.162109375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSPtTmFMvZwTLEAArOAqUlTz97r7kHz { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgs7Diq9CpFo0ZAligWkUfG1LtG9ymn { width:20rem;height:0;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xK5enqFyOZZuHIoJuTk20mOME4XHRdTA { background-color:#ffffff;background-image:none;display:block; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container { background-color: transparent; background-image: none; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container > .video-iframe-container { display: none; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row > .video-iframe-container { display: none; }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .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); }#xK5enqFyOZZuHIoJuTk20mOME4XHRdTA > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmTVEVZKkO8ooNLNQ0iP0G3l4ugBMOrT { width:18.5rem;height:3.15rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO { display:block; }#xgfT8oTckzr4TLAvaQuwy3n8ndHQGlNO > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hhLHJiGPBI5JipvU4uc1mAByIKVTPh { width:14.5rem;height:5.2rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we4Z6PBhTpcTCC1mT8HvnqrdqUk3Guke { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RneEsL6yxPxuT7nVviy7ey5urcAm6XKq { width:20rem;height:0;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Db91R3aRb0zdtzTDTstFQEDF2rAR0530 { background-color:#ffffff;background-image:none;display:block; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container { background-color: transparent; background-image: none; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container > .video-iframe-container { display: none; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row > .video-iframe-container { display: none; }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .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); }#Db91R3aRb0zdtzTDTstFQEDF2rAR0530 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTdZWJ7UfWRW6yte72LyVqkLP5T2htz3 { width:18.499rem;height:11.025rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 { background-color:#ffffff;background-image:none;display:block; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container { background-color: transparent; background-image: none; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container > .video-iframe-container { display: none; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row > .video-iframe-container { display: none; }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .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); }#rF29PirPBXHnz3gF5NZCwB8iXvR08Un2 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJEyQDamS7ADcRL5kdW5GE89v2OCzyJb { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHWp4cgwcHU4aLmG7fpIeWtdaG2XciW { width:20rem;height:1.94970625rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH { background-color:#ffffff;background-image:none;display:block; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container { background-color: transparent; background-image: none; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container > .video-iframe-container { display: none; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row > .video-iframe-container { display: none; }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .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); }#m3EpDMV1T1bFGcT4GAS7g2NTARqQeykH > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz { background-color:#ffffff;background-image:none;display:block; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container { background-color: transparent; background-image: none; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container > .video-iframe-container { display: none; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row > .video-iframe-container { display: none; }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .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); }#lADlLU8Q0B3uLebUG0Bz7n7FVt9hmMoz > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeL7ZNCwcTqcgvbK0pHSN0sO1sdJNCcA { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHR16ngUcTU21Moi4v82GuZultSQKEaZ { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h45VvGJLTiccI38f8lxs9rMfJlWGzMKG { width:16.6875rem;height:5.2rem;top:2.025390625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmfCKCvsNTWR13IZ4mr7PQooTBCN7WOc { width:20rem;height:0;top:11.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I { background-color:#ffffff;background-image:none;display:block; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container { background-color: transparent; background-image: none; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container > .video-iframe-container { display: none; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row > .video-iframe-container { display: none; }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .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); }#f3s4q0ZchdbEDL6zOeius6OgDpzMMo8I > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxpnnF0MdJoCIqKMZlmcFhLrutMnTwGy { width:18.5rem;height:14.175rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk { background-color:#ffffff;background-image:none;display:block; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container { background-color: transparent; background-image: none; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container > .video-iframe-container { display: none; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row > .video-iframe-container { display: none; }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .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); }#peTek1MgrpsAEmOZWQ5dsb2R7lmDe0Pk > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJEUlenTTxgNJVIZnmVx3LWaVDlbgzt8 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5qBJXiTvF7LP34TotkKfU1CBiUFduGz { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMT24IroIvrPkfey0wTHwieA39z2kqLp { width:16.6875rem;height:1.29980625rem;top:2.162109375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQR5i7CJTQk3uTGz3nD006DfQhezMPo { width:20rem;height:0;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG { background-color:#ffffff;background-image:none;display:block; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container { background-color: transparent; background-image: none; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container > .video-iframe-container { display: none; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row > .video-iframe-container { display: none; }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .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); }#mlRkbU1TVcPk0lKIT6tkgTVTw30LDXNG > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNsX4WCzTBRDMptH2D6ix2H8dgMeSxeD { width:18.5rem;height:14.175rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT { background-color:#ffffff;background-image:none;display:block; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container { background-color: transparent; background-image: none; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container > .video-iframe-container { display: none; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row > .video-iframe-container { display: none; }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .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); }#Ubch5E84gwfGPTe1rgdNe59g9Rhk2WDT > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWOiUZnmCBxFuul0H5GQKLdJGhZUSDvG { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #onvHtx3NfygMcwDNHIbguep8RtaQm3Oz { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egVxcbpq3CD8k2qAGvt6ibGeQPXE39hu { width:15.5rem;height:3.9rem;top:2rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2n9DzvEN316rEV2br5fMWlz5A9NJgUi { width:20rem;height:0;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdJRITV93hyVbrCtnnzxMow5D9Bm800Z { background-color:#ffffff;background-image:none;display:block; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container { background-color: transparent; background-image: none; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container > .video-iframe-container { display: none; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row > .video-iframe-container { display: none; }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .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); }#MdJRITV93hyVbrCtnnzxMow5D9Bm800Z > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSoIrkpsNZpTgiC6T7zNOAZgekq9k5rd { width:18.5rem;height:9.45rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 { background-color:#ffffff;background-image:none;display:block; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container { background-color: transparent; background-image: none; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container > .video-iframe-container { display: none; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row > .video-iframe-container { display: none; }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .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); }#SmyOPLZk0phKzNAIGPSulOT6Sg7afzw4 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dv6rDd8JXHruD0QoIS9GmtnoBfW5z3zW { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJssdLiypVafrLWlczFJVOIBfMVnI4kF { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlyzHXuUAMJx7mX5yJIb8inydXc48Xw4 { width:11.375rem;height:2.5996125rem;top:1.61181640625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJv9x9zffVizlzQson7NGOz72Vy7r2V { width:20rem;height:0;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R { background-color:#ffffff;background-image:none;display:block; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container { background-color: transparent; background-image: none; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container > .video-iframe-container { display: none; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row > .video-iframe-container { display: none; }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .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); }#VZF9dErHx5ENFLOhuJpRdGsye0dg3w9R > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTqdwaPRNv5ohUkpDmdEZTDapXQ9Tela { width:18.5rem;height:12.6rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 { background-color:#ffffff;background-image:none;display:block; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container { background-color: transparent; background-image: none; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container > .video-iframe-container { display: none; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row > .video-iframe-container { display: none; }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .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); }#zCAo36gCbV3bLRLP73HEsPT8yBd1U5F5 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk60FQUhgLgaWEGeUnkq33ThBbMWQHMp { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDM7lTJnQFBTJizOTq5Th7vTaNiMRFb2 { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0T6GU1FIhhqULKAfTeKiFeBSuV7Knh7 { width:11.125rem;height:2.5996125rem;top:1.51220703125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pw4hUgv4qNT5unQpMGw2Sb29Ht3d88 { width:20rem;height:0;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW { background-color:#ffffff;background-image:none;display:block; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container { background-color: transparent; background-image: none; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container > .video-iframe-container { display: none; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row > .video-iframe-container { display: none; }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .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); }#hptu0kiOcFJ390UqqQ4aBayQfMbbaLRW > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfTQ7Kz3NM8gazvK64EcDRFfXshUO82G { width:18.5rem;height:6.3rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD { background-color:#ffffff;background-image:none;display:block; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container { background-color: transparent; background-image: none; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container > .video-iframe-container { display: none; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row > .video-iframe-container { display: none; }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .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); }#tFKKRrhrFGPoRh4FCRgWZU2Fy7NRXAoD > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orJzTozIdTQER48ASI5ikS6tnLPbe3MM { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo3fzv306dRPOseP8sd4iVDzoy1hqJXc { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF6TEPxpWWfBDXekB2yS1Cmz15MT6tNo { width:16.6875rem;height:3.9rem;top:1.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhuODEG2RsV4ufDsll6vQDZKVFWNriE { width:20rem;height:0;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw { background-color:#ffffff;background-image:none;display:block; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container { background-color: transparent; background-image: none; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container > .video-iframe-container { display: none; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row > .video-iframe-container { display: none; }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .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); }#M7sA11tgUIxU4f6EXQP9uJAXsSlT1szw > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdIvoxo6wJvtRdTLtNzrrbgTgI384ALt { width:18.5rem;height:7.875rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 { background-color:#ffffff;background-image:none;display:block; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container { background-color: transparent; background-image: none; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container > .video-iframe-container { display: none; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row > .video-iframe-container { display: none; }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .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); }#lHA9trNb8Sfmzfc2ikseEzPPKXog2z53 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #td0N3mWqHcMAliKs22GHWSkolDEhVQT3 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INacPOANpD0WzrqMoFAWpZPEeCC0X3qH { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv4ZtKyyoWeumZTOU4llMhsTFAzHTSRa { width:16.6875rem;height:1.29980625rem;top:2.1494140625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSsDyM3KwFKaFRPGzwWHPT0HmcbTsc25 { width:20rem;height:0;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuVScFrwFfHmizKClguGw8t7oHQ3M5vB { background-color:#ffffff;background-image:none;display:block; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container { background-color: transparent; background-image: none; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container > .video-iframe-container { display: none; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row > .video-iframe-container { display: none; }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .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); }#XuVScFrwFfHmizKClguGw8t7oHQ3M5vB > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX { width:18.5rem;height:6.6125rem;top:1.25rem;left:0.75rem;font-size:0.875rem;display:block; }#td5F5Cy6KseDNFnEZ2fizZ7N9O4npwhX li:before{  }
 }@media only screen and (max-width: 763px) { #OfQuIySmnur6Z8CIr8wkDAudT7B7LviC { background-color:#ffffff;background-image:none;display:block; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container { background-color: transparent; background-image: none; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container > .video-iframe-container { display: none; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row > .video-iframe-container { display: none; }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .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); }#OfQuIySmnur6Z8CIr8wkDAudT7B7LviC > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X { display:block; }#mHThLdLKi8oA6JxZ1I6vgQ16lAgv465X > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXpvqaNZ8ipkt9AB4eGluI12gW5ZGp1H { width:11.3745rem;height:1.59375rem;top:59.5rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpSPJ7oLrBA5yQ05EThEUz3F1QWF0KB { width:5.4370125rem;height:1.3808625rem;top:58.3125rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyffpwC07ryPIfntDKK33TtfpdT8xf3f { width:17.4370625rem;height:0;top:55.683525rem;left:1.25rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oJt4y13ThqMPMyONv5uhe3PiyQvAOTpk { width:5.4370125rem;height:1.3808625rem;top:20.0625rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1EouDQ9qth018y8OynRdaRBagyZChW { width:11.3745rem;height:1.59375rem;top:21.125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvvMcaK3V3xVgDUwPuu4GP3l5hmNybi { width:13.875rem;height:9.6rem;top:27.125rem;left:3.0625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0397wFD5Rp0VctU8y8C1uHcXxfZSxxZ { width:3.0620125rem;height:2.374025rem;top:24.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmEhC24Tp8xls02HunVF8pBxromUrkLZ { width:5.4370125rem;height:1.3808625rem;top:37.625rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTake7ozFSWWAD0D0DdAd06oXUtm8kQ { width:11.3745rem;height:1.59375rem;top:38.6875rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK6opePQWw3T4NVv4xPEUmgTwtRoC9b1 { width:18.1875rem;height:0;top:11.41845703125rem;left:0.90625rem;font-size:1.1875rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GhVhuKsQ7b5fCEqarUeL3OygQPLlhxzH { width:3.0620125rem;height:2.374025rem;top:6.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcSBPMwItWspuE8y9kn4fNuP2U7tprI { width:16.375rem;height:15.8125rem;top:25.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxMbLSNRwJDHWybWQeeUcPtvTuvGtiTz { width:16.375rem;height:15.8125rem;top:7.6875rem;left:1.8125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #Pbu2xKATMTQ3hvTHEn1u9I0U4TQKbxPH { width:3rem;height:2.32519375rem;top:41.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ifzymSPKWyIIKNhElbhWqUhonsvqrs { width:16.375rem;height:19.375rem;top:42.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alqsnoEUzXJkQKhvfO7Lpc8ona1J9Tbn { width:20rem;height:2.03125rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUqqzy4Aw7F5RGd9vzwVnZDX9rVeibmc { width:12.3125rem;height:8rem;top:9.625rem;left:3.875rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #xTxtcwmsXkHFgZD5bThoww9aRPr845Em { width:12rem;height:12.8rem;top:44.8125rem;left:4rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #qpMsIRsFhWFmubpscfygerUHixcapsc9 { display:none; }#qpMsIRsFhWFmubpscfygerUHixcapsc9 > .row .container { width:20rem;height:128.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AcJUEs0qUKqcl53n1EO3xGM6dpN6iDEz { width:11.3748125rem;height:1.31944375rem;top:65.7528625rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7w7VtOMAtcQsNJJmdaRUukymbzm2R9P { width:5.43728125rem;height:1.31944375rem;top:63.183525rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCroeiz4lp8o0IbKZZdahHP19GwXTRW5 { width:17.4370625rem;height:6.25rem;top:55.683525rem;left:1.25rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QBtElZzmqpyk2cu1T3wh1p85k6Evo6Td { width:5.43728125rem;height:1.31944375rem;top:11.999786376953rem;left:14.56271875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCiZclqZ5MAZuS4urEF6yh3vIZLpdwh7 { width:11.3748125rem;height:1.31944375rem;top:13.374542236328rem;left:8.6251875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQoBG3wL2B1iTsLR2UTSyTruZAG5qEuR { width:17.374125rem;height:5rem;top:7.3122863769531rem;left:1.25rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ep0hXN9q2iyCG92lTG9RHmocnFH7cTgI { width:3.06206875rem;height:2.37413125rem;top:52.0595rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxxcJPPI6oLKznNXcENw9VCWVL3vrJ9 { width:3.06206875rem;height:2.37413125rem;top:2.8743286132812rem;left:1.4995660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWM5I0RMD0vP0G7uxvlAzNLfmVfXaHi8 { width:5.43728125rem;height:1.31944375rem;top:11.999786376953rem;left:14.56271875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJZhevbTI48q8efEainm2FWKcoMsiEbG { width:11.3748125rem;height:1.31944375rem;top:13.374542236328rem;left:8.6251875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDan4vDQSlDe2FMpohCzKfITTqg7hsiK { width:16.9998125rem;height:3.75rem;top:5.8127136230469rem;left:1.374783039093rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DpnwVdqXfsW4QBIaBXzOCpBOy1qrOJPr { width:3.06206875rem;height:2.37413125rem;top:2.8743286132812rem;left:1.4995660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8MN7n3BwUCIoRPgTpwrt9pgLt15Klpx { width:20rem;height:18.8125rem;top:108.4472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZRSMB4VdI4bMeTMEXGsK3z65hE7lxeQ { width:20rem;height:18.8125rem;top:88.3847rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bROkSyO7m8MrpTkoTu5Sv3XI8xZdkNF0 { width:20rem;height:18.8125rem;top:68.3222rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm { display:none; }#IgrqWIZF4tqHyGReq1TKndgNtCD8IfCm > .row .container { width:20rem;height:81.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pztbG39GQ2i3c5s3FhWLCpM93kJpLT1C { width:20rem;height:18.186875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZssGrm1ziMWTCBSRzBoE221TGi2cEwwh { width:20rem;height:14.436875rem;top:20.6865rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQUfBEFOes0TG2RpDrKTuTf8QxvzS2HM { width:20rem;height:14.436875rem;top:36.373rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Q3JXBnIAXQ9AzaAaWgEC0VhVNfRhHh { width:3.06206875rem;height:2.37413125rem;top:52.0595rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV1g0IwUFEyXmTXKgPExAo8HtKPJEeiG { width:17.3123125rem;height:6.25rem;top:59.30755rem;left:1.3125rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eG0isuoQ8KvErya8IzKcamUIvvm0gEP6 { width:5.43728125rem;height:1.31944375rem;top:71.80755rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D60rJqy2ILtsSwxlErXSU0tNVSsaLgme { width:11.3748125rem;height:1.31944375rem;top:74.3768875rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo0BOO5x3QU4IwiVHR0dn9V3FRf1sICC { width:11.3748125rem;height:1.31944375rem;top:13.186828613281rem;left:8.6251875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEgeW2kyp4eEF5qQCnETThQWMQVWQCnZ { width:5.43728125rem;height:1.31944375rem;top:11.812072753906rem;left:14.56271875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfLxqXJJfOXvtHIO0sSlToMIK5x7n7R { width:16.1870625rem;height:7.0833125rem;top:6.9368286132812rem;left:1.374783039093rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wlQaAxfWHq6x5WN25xwGWHVkgK4DhyLi { width:3.06206875rem;height:2.37413125rem;top:2.8743286132812rem;left:1.4995660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVq9uqRfMD8yoNehLufG2RIA5mdDFxbD { width:16.1870625rem;height:3.75rem;top:66.80755rem;left:1.875rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RARTRPDdKA8twBCWci1nQ1alQpSR9kB6 { width:5.43728125rem;height:1.31944375rem;top:76.946225rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxzFQPf5hSvKLGid51hfOiTEGBrhHUBV { width:11.3748125rem;height:1.31944375rem;top:79.5155625rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpTkGRvliVw0nZIWnTAbH8K4kDB74N27 { width:3.06206875rem;height:2.37413125rem;top:55.683525rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC { background-color:#ffffff;background-image:none;display:none; }#KwuqnFl0sou6bEpueMGkrpXUxBDX5NaC > .row .container { width:20rem;height:49.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vS6HryWRJUlrRFtamURgIgONvQXHIn4G { width:20rem;height:1.94970625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoZxnRkFU81d4mdcw8NbX8BCRnD4SuB { width:17.6875rem;height:3.5625rem;top:12.78515625rem;left:1.15625rem;font-size:1.1875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #acKi9s7xvA799rS8cvV38XO1STbzey9a { width:19.875rem;height:17.375rem;top:10.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3  { width:17.5rem;height:auto;top:28.5rem;left:0rem;background-color:transparent;background-image:none; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 {display:block;}#vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 { width:17.5rem;height:auto;top:28.5rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #ckxVwePcIGrGeCk6uHr5CyvCPfRJWFLM {  }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #roLfu8eTIgoFOI1DTiSUFo25Hm23U0Th {  }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #DAzIcWMfCHT5tAQ3S8U5pyWzoRp5GelD {  }
 }@media only screen and (max-width: 763px) { #bgQipZhVWxGasWZ9KBuVnmTCl3IWL4GG { display:block; }
 }@media only screen and (max-width: 763px) { #EO3g0gdveb0RuabEo9lCTXWpJ0tniA7V { display:block; }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #crArkuNbrwz8uTuF67WSrLWinD26bDs2 {  }
 }@media only screen and (max-width: 763px) { #vs4VqHa9vB2pCW8Pz2KfO37C7reQzGo3 #JDbFxfNNIkzXRQGvtJqAWvbCwLeDGdlJ {  }
 }@media only screen and (max-width: 763px) { #wlJJ0WoHM5LwlL1eCwyxOQBWdrHAla9P { width:17.5625rem;height:3.1494125rem;top:4.63671875rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8CFhNTfGGBSpCKkuO5BZ2Uxnwr5lhB4 { width:20rem;height:19.875rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc { display:block; }#NqhsSAcaAeUAmLUWx4Tqa8fqm70TJ1Sc > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdEBTp5KmUWprwXXuZ0KmIH6LCEFE63H { width:3rem;height:3rem;top:2.5rem;left:8.4996448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfZWSeGS5Zg2e6gMMuNIXBwikxN5sTZ4 { width:9.1868125rem;height:1.3rem;top:6.1247844696045rem;left:5.4048295617104rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fI4AF3MUD01iHSw1n16oKus85APtyDvZ { width:14.375rem;height:1.3rem;top:18.25rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRtKliJVBCX5o2KzFeI7Ipp0gRvpykyZ { width:2.875rem;height:2.875rem;top:14.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbAonNKS1u47HVLZeqSs6BS9p3uiCHeT { width:12.5rem;height:1.29980625rem;top:20.749290466309rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }