.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e88ee5df-19cc-420c-856c-8e542cf4c409/sideviewmanplayinggolf1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container {  }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:#ffffff;display:block;width:29.437125rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:5.9366121292114rem;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;display:block; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:#ffffff;display:block;width:29.437125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.623933792114rem;left:0rem;height:6.99929375rem;font-style:normal;display:block; }
#aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:21.5625rem;top:4.125rem;left:38.4375rem;display:block; }
#Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:21.5625rem;top:11.3125rem;left:38.4375rem;display:block; }
#kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { color:#45454d;display:block;width:20.7493125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:38.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-form-header {  }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .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; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .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; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-container:first-of-type{padding-top:0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-container:last-of-type{padding-bottom:0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;position:absolute;top:16.875rem;left:39.25rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX {display:block;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;position:absolute;top:11.5rem;left:39.25rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #TeHE1VMKORaVpLrw2weCo1ZsikyFE1Z4 { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #eHvH1sHtiQZiWq0gUUAP90TL4AS1WNtU { position:relative;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #uKBoFTdfdo8eJRaapOrBEsrOnqedlo3D { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #qgNDsdvWvb9euT3sTtiByzveHOBiArqN { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #LB44FI0Mi3JWOlwsfr6hUtBty3L79WO7 { position:relative;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #VFLxTG8TKXVyqGyewdLK1oGKlN0t7EzH { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #I13mOq5wuqQfn2469ovnvpf26LTUGl2g { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #os4FZ44sN8t8yiB3TJP4B1aPywEde4Ss { position:relative;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #nnDRPrlZbkey9nTdTRRhxkoZrCrF1Ebv { position:relative; }
#ymU1fde0PRCUbnq4srxz4RpHcNEA4qaF { position:relative;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #WyIHKSVhgLgzJSZSOHINExTmXmrbixFG { position:relative; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #L4ZuVrFVlZS2gLwsOIqwrX2bgxXDpUSe { position:relative; }
#xuiDd2Haa4S7diF4y6lKEfNTMNI9ZmQT { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.43678855896rem;left:40.467862129211rem;display:block; }
#bTR7PGldUqSTnJ536zSfJ9LJCAXJccpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hridN8xphcC1cqKfVQMsFReoTy78tsAP { color:#ffffff;display:block;width:29.124625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:31.948684692382rem;left:0rem;height:2.9243625rem;font-style:normal;display:block; }
#R2GV4Mv8xBHvM9p1xlXh7wXnv8gQFrhT { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.6875rem;left:0rem;height:1.125rem;font-style:normal;display:block; }
#r9gnOXbToH8peAwxbS8yKTCN7SPuRzWf { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:18.0625rem;left:0rem;height:3.324225rem;font-style:normal;display:none; }
#UMtcVqQ1LUmAgkhTFhKmxXPJhaqfkw7K { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.875rem;left:35.125rem;height:15.46875rem;font-style:normal;display:none; }
#bg6MGHhRfaPOyhR5yKeZyUOUtyI1hsPu { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.875rem;left:35.125rem;height:15.46875rem;font-style:normal;display:none; }
#TNdIXsPMbmcptT2N4MOf8Ca3Z8BaDL4k { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#CyWKcrS8nBXGfBPepTPwlWLRz52DHoxC { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#NxqrwpZBgTVaBn7WnlTRyPXfFiNi5ogm { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#oN3cET6ikm2iVToyUdosmh3MoJMcBDyQ { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#kzVskW5hwxbUR2CqM0Mr3aP261OmvrXC { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#y7o4yTTz69TBL1xRXqksfBe3S9sx3h0K { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#EXeqecBxxJ0PU2Igde6JT1FwP7adH9qV { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#ewPutbtzdXmUNqlRoFLTQuuSsVpVKBsH { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.3125rem;left:0rem;height:10.5rem;font-style:normal;display:none; }
#KNrbDVRJcaB0iv1ZyphgVVXMN8MzXNqn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:9.1875rem;left:2.3125rem;display:none; }
#UiJCAmIw6wVMkLmUQ2hEdgopV9f8LpGN { color:#ffffff;display:block;width:29.437125rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:10.28675365448rem;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;display:block; }
#QoTvEEnJA51kTzBuHXL5OwOAHm7Z7GDa { color:#ffffff;display:block;width:29.437125rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:27.811611175537rem;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;display:block; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container {  }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:#1e1e27;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.5rem;left:35.125rem;height:5.9818875rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.03125rem;left:35.125rem;height:8.4375rem;font-style:normal;display:block; }
#G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { position:absolute;display:block;z-index:15008;background-color:#9a9b9b;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:3.125rem;top:11.6875rem;left:35.1875rem;display:block; }
#e9CJlf2xc6AhvC2wSENB6ipJ9tD426Qp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:16.9375rem;width:31rem;top:5.46875rem;left:0rem;overflow:hidden;display:block; }
#kpUorc1cVahIzDlGcN0XoLOInmS3nQay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { background-color: transparent; background-image: none; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container > .video-iframe-container { display: none; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row > .video-iframe-container { display: none; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .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); }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { border-width: 0; border-radius: 0; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row > .video-iframe-container {  }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#etdJ4CPfB5JKdQOge46OUBUuVGDJJdNX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:0rem;left:10rem;display:block; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container {  }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.96875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { background-color: transparent; background-image: none; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container > .video-iframe-container { display: none; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row > .video-iframe-container { display: none; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .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); }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { border-width: 0; border-radius: 0; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row > .video-iframe-container {  }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#op2CRPXozyxNCBW6uMlgUsg1hToxACZA { color:#45454d;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:14.1875rem;left:2.75rem;height:7.967875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:#1e1e27;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELwMCeh2BlA0qSOzzUTAxHFEXkhiCCQk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#StrcSmT9fmO39NHsH86e9EAct604BVrC { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.25rem;left:23.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:#1e1e27;display:block;width:13.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:23.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:14.1875rem;left:43.25rem;height:6.3743125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:43.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BugCqgFzODuadshbWw2dD5JH62uh4RHb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:43.25rem;overflow:hidden;display:block; }
#bAWAD6TAeQb8qMR0TlUKJutZuZu7TCe9 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:22.750001907349rem;overflow:hidden;display:block; }
#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { background-color: transparent; background-image: none; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container > .video-iframe-container { display: none; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row > .video-iframe-container { display: none; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .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); }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { border-width: 0; border-radius: 0; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row > .video-iframe-container {  }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#roGSafQRMa9gakCJ2Wpd3LL3MKn6KZss { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.0625rem;left:3.25rem;height:7.967875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nldP7ccyWJcJHDZTgTXLasZf7z5ETtlS { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBtkrrUWJE72ElDd9y02zKqxSSqhQ1B5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#zI5EpJ5n6b6dxWw11SCRwkXAo3h1kIGl { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:14.0625rem;left:23.25rem;height:7.967875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UhH8XAnGFsbweR0lamy4glkX32eG64eA { color:#1e1e27;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:23.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWfx1LGNoeg5S1XJqqTgEzpKmRNt46z7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:23.53125rem;overflow:hidden;display:block; }
#rrM5uTdNVymrLOZGaKDfpeyz96Go9BP4 { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.0625rem;left:43.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yb5kVve9WuFlG6Gb9szUTfbiRUuxoObl { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:43.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psknffv7K6kJu96LBKzI7TiXXXvXwzTE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:42.750001907349rem;overflow:hidden;display:block; }
#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container { background-color: transparent; background-image: none; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container > .video-iframe-container { display: none; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row > .video-iframe-container { display: none; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .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); }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container { border-width: 0; border-radius: 0; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row > .video-iframe-container {  }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#dzRaALAiN0wL1nprBaBKaLzxELaUPQX7 { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:15.5rem;left:3.25rem;height:4.78071875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#o9vwpxspVkN6p0XUaKiVLIlHtwEbrPLS { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMOzJW5lV3dU6rG7fi41ca4F6KpKdDS7 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#UVrDmlMr86CP6bSm21a1vgfbdJKJckvp { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:15.5rem;left:23.25rem;height:6.375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UxWLpyJ62TMX88R2UwGT2Ap35hcvrTzg { color:#1e1e27;display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:23.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUrv6hE858uzhSViTbuvdxqTc8oS5Qg3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:23.53125rem;overflow:hidden;display:block; }
#alKVNrl8frXVhVU8pmWWJH24IiQVhkvn { color:#45454d;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:15.5rem;left:43.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kpyW5gzbKTnbMsdzrqh6IKJhsrc2A8GR { color:#1e1e27;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:42.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y65BhThmLXO3g7VRQTKU04nI8DTFuxvT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.625rem;width:14.5rem;top:0rem;left:42.750001907349rem;overflow:hidden;display:block; }
#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { background-color: transparent; background-image: none; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container > .video-iframe-container { display: none; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row > .video-iframe-container { display: none; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .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); }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { border-width: 0; border-radius: 0; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row > .video-iframe-container {  }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#WfwVroM7ZzNp7qaqG3AEMZsEyPglxDI2 { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.6562519073486rem;left:21.250001907349rem;display:block; }
#ewofxza6eXn5MQ91rK84k3iivLSWfOlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { position:relative;display:block; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { background-color: transparent; background-image: none; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container > .video-iframe-container { display: none; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row > .video-iframe-container { display: none; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .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); }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { border-width: 0; border-radius: 0; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container > .video-iframe-container {  }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .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:9.0625rem;width:60rem;position:relative;display:block; }#taJERWZNztuwqZxA5HuNOzutRTTxVhMu { color:#87193d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.15625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqiMdstMqugaJkeslZoDJmey2i9rNeAi { position:relative;display:block; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi { background-color: transparent; background-image: none; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container > .video-iframe-container { display: none; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row > .video-iframe-container { display: none; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .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); }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi { border-width: 0; border-radius: 0; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container > .video-iframe-container {  }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .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:37.9375rem;width:60rem;position:relative;display:block; }#Ut3AXZhD41h7Bm3Q6O7Gc6cRUz3kLQJI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.3125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container {  }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#cJ5QhIOn4ke9ANqIVwXWPoOAP6RR4K1z { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.6562519073486rem;left:21.250001907349rem;display:block; }
#B1HE4TnfyTuJFWenVJwIPUoWa6dqnvnz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { background-color: transparent; background-image: none; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container > .video-iframe-container { display: none; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row > .video-iframe-container { display: none; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .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); }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { border-width: 0; border-radius: 0; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row > .video-iframe-container {  }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#lppyigrhudZIc2WHNWkBF9Nez0yGNNUI { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.71875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container {  }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.03125rem;left:21.25rem;overflow:hidden;display:block; }
#hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.15625rem;left:41.25rem;overflow:hidden;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.03125rem;left:1.03125rem;overflow:hidden;display:block; }
#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { background-color: transparent; background-image: none; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container > .video-iframe-container { display: none; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row > .video-iframe-container { display: none; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .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); }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { border-width: 0; border-radius: 0; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row > .video-iframe-container {  }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#U3UEK6UHopIGUGNvdgwzQRbfmBksBcuh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.03125rem;left:21.25rem;overflow:hidden;display:block; }
#gRDdnBDrWs9WGqSOFQDCkFgzx6xgdVsQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.03125rem;left:41.25rem;overflow:hidden;display:block; }
#d1w6uAkr5WsIdRxkwxzyPKP0mIkcvET4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#F5roRAD6ESGJsqigvmdhEOV00imWfBHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { background-color: transparent; background-image: none; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container > .video-iframe-container { display: none; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row > .video-iframe-container { display: none; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .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); }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { border-width: 0; border-radius: 0; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row > .video-iframe-container {  }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#EqikpVF6JUAMnprBmPUUvosPVATJPpn3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.21875rem;left:21.25rem;overflow:hidden;display:block; }
#VEHfWSfU2S2dWNvxpA4FvoTAVNtd2s8x { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#b8fUDFNq9r9bM3PgOIPsqGlkb7yaWNTP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { background-color: transparent; background-image: none; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container > .video-iframe-container { display: none; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row > .video-iframe-container { display: none; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .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); }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { border-width: 0; border-radius: 0; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row > .video-iframe-container {  }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#WPoJertpXvKWw5TVKFCkfGTLo5gCfSFw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.0625rem;left:21.25rem;overflow:hidden;display:block; }
#vFKgSerC5w8HsHPcSeMK30wxCGstl9Ey { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.0625rem;left:41.25rem;overflow:hidden;display:block; }
#vCs4UOdP8S9w83Crbl57KlleR53mVxED { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1rem;left:1.25rem;overflow:hidden;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container {  }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { background-color: transparent; background-image: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .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); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { border-width: 0; border-radius: 0; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container {  }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.03125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { background-color: transparent; background-image: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .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); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { border-width: 0; border-radius: 0; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container {  }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:4.28125rem;left:4.384765625rem;overflow:hidden;display:block; }
#QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:4.5rem;left:38.375rem;display:block; }
#cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:12rem;left:38.375rem;display:block; }
#cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6rem;left:40.25rem;height:4.12465rem;font-style:normal;display:block; }
#OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:16.1875rem;left:38.4375rem;display:block; }
#yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { color:#45454d;display:block;width:6.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.375rem;left:51.6875rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.5625rem;left:38.375rem;display:block; }
#p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:24.9375rem;left:38.4375rem;display:block; }
#EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:22.125rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#wz13f1eH7adq47T2wCozmopmcuP08sBB { color:#45454d;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22.0625rem;left:48.4375rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.75rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.5rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gfGoTfZU2Frv3edUUPqceoNkT3bGwgvu { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:25.625rem;left:40.4375rem;display:block; }
#aPlNfMT0T2FvnVW2pHQyr37ztiABISta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLCTahf4I6m1LDCZIVJR8FbaJ8SrUwq6 { position:absolute;display:block;z-index:15038;background-color:#ffb600;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:2.875rem;width:12.1875rem;top:1.625rem;left:38.375rem;display:block; }
#StJBhQoZdrG4GVXSbvAzehmfpFC8sL31 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:25.5625rem;left:10.28125rem;height:1.298825rem;display:block; }
#IrOrurXXfhBCrTVmyKX0agygvSVLE9MD { color:#f4efeb;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:2.0625rem;left:40.75rem;height:2.0625rem;font-style:normal;display:block; }
#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { background-color: transparent; background-image: none; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container > .video-iframe-container { display: none; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row > .video-iframe-container { display: none; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .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); }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { border-width: 0; border-radius: 0; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row > .video-iframe-container {  }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#FZKxxuznrvyLuniwCFdypFGTyP5rGf5T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:3.53125rem;left:3.71875rem;overflow:hidden;display:block; }
#Wo9U7wKBzXy9W00ewwWP1hqkaZttgQOx { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:4.3125rem;left:38.375rem;display:block; }
#rgDQGyvmJHMKyoSwcGiZUfX5Rp8xyhNU { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:11.8125rem;left:38.375rem;display:block; }
#EwhPRpN0AlJN2vLTC6eTNVAl1n78PfQ6 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:16rem;left:38.4375rem;display:block; }
#Z2fLzMwT6mmalnmbxHbAVyvfM1lNQ3RO { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#ABvHA2ic54zWSwvgMwP0tcHX6evTfB2y { color:#45454d;display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.1875rem;left:51.375rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p4qiSnP0nbp5J1UBcQb1WawrM9RgeCVM { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.375rem;left:38.375rem;display:block; }
#IN8w27Mc6nMzbJgzlF0E2T5rVJlRQtTN { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:23.875rem;left:38.4375rem;display:block; }
#eubpqIXTmo1XAKJho6pAsW0ICk5HtyVg { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.4375rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#a712WqbmP6FmMZN9WPyGFla8ieWEVrTO { color:#45454d;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.4375rem;left:47.25rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B91pwKdu95wqIdmPoswaX9hFR61TpM6m { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#tlUHqNtiT7sRsHD7Qpe3cPI28Mx4C3h3 { color:#45454d;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.75rem;left:47.8125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RT2Cfm23BWRKSTlOzk7RTctluJd2lq0z { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25.75rem;left:40.4375rem;display:block; }
#mhqg2sEkQhnNcFf2C8SxXQeVCp1Xz22F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b894L5RL8KMG6b76DzCTZ18BInatVuDy { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:6rem;left:40.5625rem;height:4.12465rem;font-style:normal;display:block; }
#nuZIHGZzvVZCI3HFWhatnQfyGgtp92Z5 { position:absolute;display:block;z-index:15040;background-color:#ffb600;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:2.875rem;width:12.1875rem;top:1.5rem;left:38.375rem;display:block; }
#mTRuw7E5XWLdlL9ZUaMGkSsXunFtxoUv { color:#f4efeb;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:1.9375rem;left:40.5625rem;height:2.0625rem;font-style:normal;display:block; }
#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { background-color: transparent; background-image: none; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container > .video-iframe-container { display: none; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row > .video-iframe-container { display: none; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .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); }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { border-width: 0; border-radius: 0; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row > .video-iframe-container {  }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#JX6p3TIUgOaVsaSz8L1SJvmETV7sFN50 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:3.46875rem;left:4.0625rem;overflow:hidden;display:block; }
#HrHx2MF1aDx9g4z95NoHiyO8Pc4d6atz { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:4.25rem;left:38.375rem;display:block; }
#P88gir6iiMP02Rx9bLgAHvVB2hDFMWHF { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:11.75rem;left:38.375rem;display:block; }
#w681OUOb7AIOcITtw4Ct5xKNQV5lTtrw { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6.9375rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#ZVi0fgPKdavwEpI5rmiRCkT2wpDGRhMg { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:15.9375rem;left:38.4375rem;display:block; }
#eDNNnktsQJOFvvDp8LMbF8NO3resepkU { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#dL2Xr6yeD0gCKywG5MXXmPCzRhkF9icp { color:#45454d;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.125rem;left:50.875rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kIcSwphkBaFQO54TOviAkB90clU2b0II { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.3125rem;left:38.375rem;display:block; }
#lMB6dpioLTSCCknP2xFzylpFidWRXCkg { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:24.625rem;left:38.4375rem;display:block; }
#VecTJgBbkOroA3hUQVzyKkyTQ3rWqwc6 { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.875rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#toMbZ7P67uCo2FvMpANMF9HQpPOuSqL8 { color:#45454d;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.875rem;left:47.75rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uegnzl1PiMsbRITRueUg0HXF6SFOrRKC { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#a7uQqsarOvPwmspUlfbTmHCwAlJ6iktb { color:#45454d;display:block;width:11.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.625rem;left:47rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HqcR50h1Kdd8FAFsB4tvsZJ9w5FNEZlK { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.9375rem;left:40.4375rem;display:block; }
#UvtL8eBXnWANUglwoKcvsReIy8nCtZdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NirEvUMqKnHsHOxfQAt8QEFl6pAX3R5l { position:absolute;display:block;z-index:15042;background-color:#ffb600;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:2.875rem;width:12.1875rem;top:1.4375rem;left:38.375rem;display:block; }
#ee4bof77msXRRZ6F9xGCTedQKFK08t0P { color:#f4efeb;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:1.875rem;left:40.5625rem;height:2.0625rem;font-style:normal;display:block; }
#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { background-color: transparent; background-image: none; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container > .video-iframe-container { display: none; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row > .video-iframe-container { display: none; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .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); }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { border-width: 0; border-radius: 0; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row > .video-iframe-container {  }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#Sqiky1OXvBQ2BrTZhouyGpQlgNKfyFR5 { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:4.3125rem;left:38.375rem;display:block; }
#IqDUhsLHFLHXHalkF1CiSCJpOzzZuwJl { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:11.8125rem;left:38.375rem;display:block; }
#FdzAgy4yNt2qOIkpNSOgR5D4lKPSXqTI { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:7rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#vtLuxpdqJSlSNGUXbPbfGXASMnW8a9Ko { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:16rem;left:38.4375rem;display:block; }
#i9IlUcSZb1oH1TTzZAhr9hxD9qcXJs2k { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#oIqKK9IAeL5lQwvfeTXRr90s7FwPHF3o { color:#45454d;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.1875rem;left:50.625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N4kDeOuni9dMzw8DIHmnLDZr7ZZbmbhs { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.375rem;left:38.375rem;display:block; }
#IeVdNksxr7c1PgUDpXi54xvJAgsPN3rg { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:23.875rem;left:38.4375rem;display:block; }
#kBSGiw0cyOf3yvuq5wHgGskP69IlVxIN { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#aaUPeauoQAtV8mosh3KUD5wGmHXTXMo1 { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#dbDUE1nb6GrHe0Z69Vg6BNL0Xen3Cv6C { color:#45454d;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.5625rem;left:48.4375rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iI2vWIWZ1O2aRDXJBIA79iAZed3M0Cd9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:3.53125rem;left:3rem;overflow:hidden;display:block; }
#xD0RuUFTcMcNJrO40aAdenhegWT4M80y { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:25.8125rem;left:40.4375rem;display:block; }
#TzTVsBueVZBEnSJFVR8z4ChoiRLz7KLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzy7bpRi6igmlqGTDt6aPyvbaTNUI0lq { color:#45454d;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.9375rem;left:47.8125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BZNphkzWdv1pPBrtDPhGKWvdWbvOxLlK { position:absolute;display:block;z-index:15044;background-color:#ffb600;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:2.875rem;width:16.125rem;top:1.5rem;left:38.375rem;display:block; }
#zTgxrc8vcQ9xchlKURIttcUfs8hSz1wq { color:#f4efeb;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;top:1.9375rem;left:39.375rem;height:2.0625rem;font-style:normal;display:block; }
#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { background-color: transparent; background-image: none; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container > .video-iframe-container { display: none; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row > .video-iframe-container { display: none; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .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); }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { border-width: 0; border-radius: 0; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row > .video-iframe-container {  }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#TnZiLuVeOQh3ThfhWlSsnlh4NR2aJoiS { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:4.25rem;left:38.375rem;display:block; }
#t9skKy04P4UTfyD8c0e37gd4ynPLL9yC { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:11.75rem;left:38.375rem;display:block; }
#KypLaBOX5emi6eKRma6TUpFdNF74ZIR7 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6.9375rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#sB9dHmuJhrg8R8wTGHuTkkmyBvPaJbZA { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:15.9375rem;left:38.4375rem;display:block; }
#LnIhAQFxNHWBa670oGW9V2rRI1S859vn { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#iWpzdoKeOPuhz75zLgaeGw199Bm7TGvg { color:#45454d;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.125rem;left:50.4375rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Nl9doS75OPfsR9fTJGZoTySCxdTa4lwy { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:20.3125rem;left:38.375rem;display:block; }
#nWhEOUPKakeRWZXzK8pvBkTPSX4A7Imd { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:23.8125rem;left:38.4375rem;display:block; }
#G6HTxNVV3iI9snbpeVLblEauvM5XAr1F { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.875rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#pzB2zw0h56xehFfgBhzWSa9bsb1TdnlN { color:#45454d;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.875rem;left:48.125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kyFJn99JdD0EGt0FOlnTFB0qr8oBCxvR { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.5rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#P2sAa7l2yr77NZVWgvoTn8fLXwQvOk48 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:3.46875rem;left:3.25rem;overflow:hidden;display:block; }
#hfFBT1L9TZ49reS14xR0fGCd5sbg0lUh { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:25.8125rem;left:40.4375rem;display:block; }
#hucX4KTT3T99nDI07b2WmNQK5VrLeJaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQsaEkQ5ieGHIMe9ib7tdC0QbbqoDP7b { color:#45454d;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.6875rem;left:48.5rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B5DMSMZzOPcFuQT5FbFBTCNB1vUPTx9d { position:absolute;display:block;z-index:15046;background-color:#ffb600;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:2.875rem;width:14.125rem;top:1.4375rem;left:38.375rem;display:block; }
#rRWbDMPW2REcvLLMld8ReQCCD2y9Mbns { color:#f4efeb;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:39.375rem;height:2.0625rem;font-style:normal;display:block; }
#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e1dc;background-image:none;position:relative;display:block; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { background-color: transparent; background-image: none; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container > .video-iframe-container { display: none; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row > .video-iframe-container { display: none; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .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); }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { border-width: 0; border-radius: 0; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row > .video-iframe-container {  }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#pgNuHVioMbFtU5Cs4TTuCV8rvtbfLGRx { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:3.875rem;left:38.375rem;display:block; }
#abMU5VMIS9cTS1PMMsQTenM038LwW2aR { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:11.375rem;left:38.375rem;display:block; }
#pD2yb40N4tfL9ZvCLVzNDU08NFKkRfSu { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6.5625rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#ZxnPV697a2xkoxOA8SJg0UPnoqfwQsUO { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:15.5625rem;left:38.4375rem;display:block; }
#o4ITDgn9lUBGESntfVvzZOGyCCMrvAaD { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:12.75rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#nylqPqNIeOUtt8LJ4DVSLLmJmVPmZOIf { color:#45454d;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:12.75rem;left:50.875rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MeRsZhSbBCK5yDRpSLeV3tmBPh4amO2h { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:19.9375rem;left:38.375rem;display:block; }
#uH34Rw0eZV3Amk0FWMnBsHfs4A2wLnIi { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:23.4375rem;left:38.4375rem;display:block; }
#rlP3gus8gTHhimWd7coT24Vay8gDWQBq { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.5rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#Mn2W85yOiihTdMMQG9C8vDXq0aeAs1rC { color:#45454d;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.5rem;left:47.8125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SvT2lZnHKnlaiOoeXc0EPhU8gNs7P5BH { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.125rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#pwTKpRICRoMbVdfiyisBmGxD9i9NmWKS { color:#45454d;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:17.125rem;left:47.8125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#onPHyhi9FbBCFVT8ObVF1DRCIfbT1GVv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:3.09375rem;left:3.5rem;overflow:hidden;display:block; }
#XBTGTMJiPd9giycNOZ9ul3ZMo2yKA18T { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:26.25rem;left:42.4375rem;display:block; }
#eDwgpETV8TcBhHszDtAp9G2Tktphiepf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdeIWtVgp0bvB6SCCSRXE0iMJTFiky06 { position:absolute;display:block;z-index:15048;background-color:#ffb600;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:2.875rem;width:15.5rem;top:1.0625rem;left:38.375rem;display:block; }
#tTsWAquOS2ulgP6ZC3TCHkIJdEPi9SH8 { color:#f4efeb;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:1.5rem;left:39.1875rem;height:2.0625rem;font-style:normal;display:block; }
#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddcda;background-image:none;position:relative;display:block; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { background-color: transparent; background-image: none; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container > .video-iframe-container { display: none; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row > .video-iframe-container { display: none; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .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); }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { border-width: 0; border-radius: 0; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row > .video-iframe-container {  }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#xibxsnEO18QBQyIcBDspflbr3fIXDnTJ { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:2.375rem;left:38.375rem;display:block; }
#wP2eFFiWS7i0JQpuq5NibvbynTpBO1Cf { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:9.875rem;left:38.375rem;display:block; }
#swKAwNyh0X8DLFEXDui8DMiQFTCXZaNz { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:14.0625rem;left:38.4375rem;display:block; }
#H9459w3cKiNEstP4Qdy1LNXW0sfn9ZAU { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:11.25rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#aZB6wwIDsFC7f1wTvO1p69ZqDKswzqzV { color:#45454d;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.25rem;left:50.3125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#geA6AnCrS9JucnIBoe4TPQNb89Te34Is { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:18.4375rem;left:38.375rem;display:block; }
#XVPbmFBp2ugP09PzbEkuAAcval6QQldI { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:21.9375rem;left:38.4375rem;display:block; }
#nlpyhv1ee533ndTENq3bppLJOeQcP28p { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:19.9375rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#AyibS045CISI7L8o75ux889MEVTBXUCM { color:#45454d;display:block;width:10.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:19.9375rem;left:47.9375rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#po98IR5na6GEQUolMVT6XRAhZ2F4R3z3 { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.625rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#EH6neNXOwpup8zQMTikxPVGHr0LuUQvI { color:#45454d;display:block;width:10.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:15rem;left:47.9375rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r4lT75vJekKOJyBTCNtEUo2wZZ2XEaXK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:2.25rem;left:3.625rem;overflow:hidden;display:block; }
#xEEE19P7bEyTB4zDRHDQWW1IU9pP12Qi { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:23.75rem;left:40.4375rem;display:block; }
#V3QnkWvbsm7LWc9UID50zhLKWq2iDGfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpTfwqGRf63CCFfRFW2IoRQ1rcXZWc5x { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:4.0625rem;left:40.25rem;height:2.0625rem;font-style:normal;display:block; }
#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e1dc;background-image:none;position:relative;display:block; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { background-color: transparent; background-image: none; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container > .video-iframe-container { display: none; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row > .video-iframe-container { display: none; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .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); }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { border-width: 0; border-radius: 0; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row > .video-iframe-container {  }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#T1CTOWAbOB9ndN3HA4zp05fA466GxKFm { position:absolute;display:block;z-index:15021;background-color:#87193d;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:7.5rem;width:21.5625rem;top:5.375rem;left:38.375rem;display:block; }
#Br7QRk7g2V4ECql3Pk1UrI63cB2A3pwm { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:21.625rem;top:12.875rem;left:38.375rem;display:block; }
#eH1hGIRDqH4KRyJZVKcP34GgDcTR8KRJ { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:17.0625rem;left:38.4375rem;display:block; }
#QHeOqnQdVqZ7ufxuf3Bp0xgmfoO9Jhqb { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#WDHfvJ1umZ9TQelANtATKLpXvGaa1pM3 { color:#45454d;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:14.25rem;left:50.625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lEDq4WQ3VMKxPagMCQe0Z6F9cCFUAJhl { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:21.4375rem;left:38.375rem;display:block; }
#pKty7AgbCu4FKlgd3l9sRcpF9kEAva6q { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:24.9375rem;left:38.4375rem;display:block; }
#Zyf7n5d5nvyglBTF6Lqe0IhGR62kzGNI { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#obiGGGOLA6TDxrT0xTz4ZCvVZQIW78Sd { color:#45454d;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22.375rem;left:48.25rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gFMzefvikTgkLdvIVrULGdxZKuGS3o1m { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:18.625rem;left:40.25rem;height:1.46218125rem;font-style:normal;display:block; }
#JGInqiDIgq9k0FXRXFvhrziViWGc5tT5 { color:#45454d;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:18.0625rem;left:49.0625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qqSpiThxwCT1lWF58kstOuVkMbq3LbiU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:22.5rem;top:2.48046875rem;left:3.6875rem;overflow:hidden;display:block; }
#sEEN4NPOqRSS91kaZNWMxzBA1km2vrzC { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:26.9375rem;left:40.4375rem;display:block; }
#scvIACwCWHeiGE1zb6CtzeO58foytShQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szPNiOI8plSxNOD7KJpwph8IEXdVCTPs { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:7.0625rem;left:40.5625rem;height:2.0625rem;font-style:normal;display:block; }
#Rx5o7FJysQgcllTlJziBcrDtUS4o3FDX { position:absolute;display:block;z-index:15050;background-color:#ffb600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:15.5rem;top:0.9375rem;left:38.375rem;display:block; }
#JsZX2lFwalovCQh6SOQucFl2vS7R9sW4 { color:#f4efeb;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;top:1.625rem;left:38.5625rem;height:3.02379375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { background-color: transparent; background-image: none; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container > .video-iframe-container { display: none; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row > .video-iframe-container { display: none; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .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); }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { border-width: 0; border-radius: 0; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row > .video-iframe-container {  }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#HMr7V6z8CFvXTCGTppuH1dSLlwApprJE { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.15625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { background-color: transparent; background-image: none; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container > .video-iframe-container { display: none; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row > .video-iframe-container { display: none; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .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); }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { border-width: 0; border-radius: 0; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row > .video-iframe-container {  }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#coufu3apbNAmOz3OJRlXL8qTTDhbkgZm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:17.5rem;top:1.28125rem;left:21.25rem;overflow:hidden;display:block; }
#Dlhl0u6ZGZmZznXHAmez9PaoGTnILXrW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:17.5rem;top:1.28125rem;left:41.25rem;overflow:hidden;display:block; }
#GykbPySuxtJBxUCiDwTSU6rkMdBo1710 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:17.5rem;top:1.28125rem;left:1.25rem;overflow:hidden;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container {  }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#lLc2HWgOPic80UrIviDDeQcheiDgC0To { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:17.5rem;top:1.25rem;left:21.25rem;overflow:hidden;display:block; }
#ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:41.25rem;overflow:hidden;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { background-color: transparent; background-image: none; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container > .video-iframe-container { display: none; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row > .video-iframe-container { display: none; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .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); }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { border-width: 0; border-radius: 0; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row > .video-iframe-container {  }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#wDvC1KzNhKZcVPfz3LAXNWnIRZbxV2fG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.28125rem;left:21.25rem;overflow:hidden;display:block; }
#tgmz5D9VThTU7etrnmZqMlnIaE7xTsUD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#fK21hzvUrETJTwn3QQxpHzECqv6DU1p5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container { background-color: transparent; background-image: none; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container > .video-iframe-container { display: none; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row > .video-iframe-container { display: none; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .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); }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container { border-width: 0; border-radius: 0; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row > .video-iframe-container {  }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#VgQfrvQ9hFsVhLT9MAOUA3EsfhNph84i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.28125rem;left:21.25rem;overflow:hidden;display:block; }
#tdl4T6oAaTzheXP2pxllXLVJ5PHJs884 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#uQG2wpctFr3NLG1hLoPuyAyPxHRPHdRi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container { background-color: transparent; background-image: none; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container > .video-iframe-container { display: none; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row > .video-iframe-container { display: none; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .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); }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container { border-width: 0; border-radius: 0; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row > .video-iframe-container {  }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#ANue5GPWgTX32auuQlrQS9ASg5nT5RQJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.28125rem;left:21.25rem;overflow:hidden;display:block; }
#d49t23PtQgcWrtaSEAiqKUWacsG8rs5u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:17.5rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#tWLxqtywtSFkQPZwZ8K9bSNFKXxfNGsx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e88ee5df-19cc-420c-856c-8e542cf4c409/sideviewmanplayinggolf1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.adaptive-delivery-prevent-bg, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyload, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyloading { background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { background-color: transparent; background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .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); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { border-width: 0; border-radius: 0; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container {  }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#hTvFatqHyxVkAtMalHLMVJSl3qT4HTbX { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:21.5625rem;top:5.9375rem;left:19.25rem;display:block; }
#Xymi61wMtt3vZZomxLDk7du95DgXCHS4 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:21.5625rem;top:13.375rem;left:19.25rem;display:block; }
#IquVFIqblZ9G8rFQAhGbpxGCIKGMm7w1 { color:#45454d;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.80078125rem;left:20.3125rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-form-header {  }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .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; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#87193d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .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; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-container:first-of-type{padding-top:0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-container:last-of-type{padding-bottom:0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100020;position:absolute;top:13.5625rem;left:20rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 {display:block;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;position:absolute;top:13.5625rem;left:20rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #TWTUHqSekd9u24aGQiGlUav8tK8VvStT { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #cfJSBm0KAMzI3uf7kKrXJE7dFLfFwsn3 { position:relative;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ZvnGkJQk8GS42bi6ii4aLfFfAx9zdS9x { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ThqI2fpP8TqSeE4wxwLzJVIT0XHLKlc6 { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #oLRptug8Q4NrGDRyG03veTm4pNCWd46y { position:relative;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #fPcxU4s32JpbCb8R9FXdQiqHf1G4KlHP { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #QVw8IQp1GpoWQK4cbx1q7lVTGRS6VRNQ { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #wlVbWBsMKbHeQR7TI0ED03TwypaqhycT { position:relative;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #hzqVe6qWPKpIMqk2vt1TJZqk65mfv2Bo { position:relative; }
#uNcLfv7AzaXFlV4l2QsnN4xD9z14GcFT { position:relative;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #OOgOc0qmpQ54C57ZSx81PMQ5qEUTBnlN { position:relative; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #UQ68l1OgLpH5SzfzCXLbUdFPHXE5EG0X { position:relative; }
#WBHpw4pgcXm4a96iV68oUTATsngoezDC { background-color:#1cca40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.1875rem;left:21.25rem;display:block; }
#X79XhVV3tTcT6LCMOeTXnJFyTJr0drg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:29.375rem;height:3.5625rem;top:5.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:29.375rem;height:6.9375rem;top:18.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:21.5625rem;height:7.1875rem;top:4.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:21.5625rem;height:23.4375rem;top:11.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:20.6875rem;height:3.5625rem;top:5.9375rem;left:27.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX  { width:17.5rem;height:17.25rem;top:16.875rem;left:27.75rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX {display:block;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX { width:17.5rem;height:17.1875rem;top:11.5rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #TeHE1VMKORaVpLrw2weCo1ZsikyFE1Z4 {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #eHvH1sHtiQZiWq0gUUAP90TL4AS1WNtU { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #uKBoFTdfdo8eJRaapOrBEsrOnqedlo3D {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #qgNDsdvWvb9euT3sTtiByzveHOBiArqN {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #LB44FI0Mi3JWOlwsfr6hUtBty3L79WO7 { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #VFLxTG8TKXVyqGyewdLK1oGKlN0t7EzH {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #I13mOq5wuqQfn2469ovnvpf26LTUGl2g {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #os4FZ44sN8t8yiB3TJP4B1aPywEde4Ss { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #nnDRPrlZbkey9nTdTRRhxkoZrCrF1Ebv {  }
 }@media only screen and (max-width: 763px) { #ymU1fde0PRCUbnq4srxz4RpHcNEA4qaF { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #WyIHKSVhgLgzJSZSOHINExTmXmrbixFG {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #L4ZuVrFVlZS2gLwsOIqwrX2bgxXDpUSe {  }
 }@media only screen and (max-width: 763px) { #xuiDd2Haa4S7diF4y6lKEfNTMNI9ZmQT { width:17.5rem;height:3.4375rem;top:30.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTR7PGldUqSTnJ536zSfJ9LJCAXJccpN { display:block; }
 }@media only screen and (max-width: 763px) { #hridN8xphcC1cqKfVQMsFReoTy78tsAP { width:29.0625rem;height:2.875rem;top:31.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GV4Mv8xBHvM9p1xlXh7wXnv8gQFrhT { width:29.4375rem;height:1.125rem;top:26.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9gnOXbToH8peAwxbS8yKTCN7SPuRzWf { width:29.4375rem;height:3.3125rem;top:18.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMtcVqQ1LUmAgkhTFhKmxXPJhaqfkw7K { width:20rem;height:9.75rem;top:17.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg6MGHhRfaPOyhR5yKeZyUOUtyI1hsPu { width:20rem;height:5.1875rem;top:33.6875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNdIXsPMbmcptT2N4MOf8Ca3Z8BaDL4k { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyWKcrS8nBXGfBPepTPwlWLRz52DHoxC { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxqrwpZBgTVaBn7WnlTRyPXfFiNi5ogm { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oN3cET6ikm2iVToyUdosmh3MoJMcBDyQ { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzVskW5hwxbUR2CqM0Mr3aP261OmvrXC { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7o4yTTz69TBL1xRXqksfBe3S9sx3h0K { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXeqecBxxJ0PU2Igde6JT1FwP7adH9qV { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewPutbtzdXmUNqlRoFLTQuuSsVpVKBsH { width:29.4375rem;height:10.5rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNrbDVRJcaB0iv1ZyphgVVXMN8MzXNqn { top:9.1875rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiJCAmIw6wVMkLmUQ2hEdgopV9f8LpGN { width:29.375rem;height:6.125rem;top:10.25rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTvEEnJA51kTzBuHXL5OwOAHm7Z7GDa { width:29.375rem;height:0.625rem;top:27.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:22.875rem;height:5.9375rem;top:5.5rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:24.875rem;height:8.4375rem;top:14rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:3.125rem;height:0.125rem;top:11.6875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CJlf2xc6AhvC2wSENB6ipJ9tD426Qp { top:5.4375rem;left:0rem;width:31rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUorc1cVahIzDlGcN0XoLOInmS3nQay { display:block; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etdJ4CPfB5JKdQOge46OUBUuVGDJJdNX { top:0rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.75rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q { display:block; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:14.9375rem;height:9.5625rem;top:14.1875rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:14.25rem;height:1.625rem;top:11.25rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwMCeh2BlA0qSOzzUTAxHFEXkhiCCQk { top:0rem;left:0.6875rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:13.5rem;height:9.5625rem;top:14.25rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:13.875rem;height:1.625rem;top:11.25rem;left:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:13.5rem;height:7.9375rem;top:14.1875rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.625rem;top:11.1875rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BugCqgFzODuadshbWw2dD5JH62uh4RHb { top:0rem;left:32.9375rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAWAD6TAeQb8qMR0TlUKJutZuZu7TCe9 { top:0rem;left:16.562501907349rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKU2QxKKXE0HGkBvW5esEm64P2soFlqz { display:block; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roGSafQRMa9gakCJ2Wpd3LL3MKn6KZss { width:13.5rem;height:9.5625rem;top:14.0625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldP7ccyWJcJHDZTgTXLasZf7z5ETtlS { width:12.5rem;height:1.625rem;top:11.1875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtkrrUWJE72ElDd9y02zKqxSSqhQ1B5 { top:0rem;left:0.6875rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5EpJ5n6b6dxWw11SCRwkXAo3h1kIGl { width:13.5rem;height:9.5625rem;top:14.0625rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhH8XAnGFsbweR0lamy4glkX32eG64eA { width:12.9375rem;height:1.625rem;top:11.1875rem;left:17.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWfx1LGNoeg5S1XJqqTgEzpKmRNt46z7 { top:0rem;left:17.34375rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5uTdNVymrLOZGaKDfpeyz96Go9BP4 { width:13.5rem;height:7.9375rem;top:14.0625rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb5kVve9WuFlG6Gb9szUTfbiRUuxoObl { width:12.5rem;height:1.625rem;top:11.5rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psknffv7K6kJu96LBKzI7TiXXXvXwzTE { top:0rem;left:32.437501907349rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP { display:block; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzRaALAiN0wL1nprBaBKaLzxELaUPQX7 { width:13.5rem;height:6.375rem;top:15.5rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9vwpxspVkN6p0XUaKiVLIlHtwEbrPLS { width:12.5rem;height:1.625rem;top:11.1875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMOzJW5lV3dU6rG7fi41ca4F6KpKdDS7 { top:0rem;left:0.6875rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrDmlMr86CP6bSm21a1vgfbdJKJckvp { width:13.5rem;height:6.375rem;top:15.5rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxWLpyJ62TMX88R2UwGT2Ap35hcvrTzg { width:12.9375rem;height:1.625rem;top:11.1875rem;left:17.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUrv6hE858uzhSViTbuvdxqTc8oS5Qg3 { top:0rem;left:17.34375rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alKVNrl8frXVhVU8pmWWJH24IiQVhkvn { width:13.5rem;height:0;top:15.5rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpyW5gzbKTnbMsdzrqh6IKJhsrc2A8GR { width:14.6875rem;height:3.25rem;top:11.5rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y65BhThmLXO3g7VRQTKU04nI8DTFuxvT { top:0rem;left:32.437501907349rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf { display:block; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfwVroM7ZzNp7qaqG3AEMZsEyPglxDI2 { width:17.5rem;height:3.4375rem;top:2.625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewofxza6eXn5MQ91rK84k3iivLSWfOlh { display:block; }
 }@media only screen and (max-width: 763px) { #UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { display:block; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taJERWZNztuwqZxA5HuNOzutRTTxVhMu { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqiMdstMqugaJkeslZoDJmey2i9rNeAi { display:block; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut3AXZhD41h7Bm3Q6O7Gc6cRUz3kLQJI { top:0rem;left:0rem;width:47.75rem;height:28.898697916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ5QhIOn4ke9ANqIVwXWPoOAP6RR4K1z { width:17.5rem;height:3.4375rem;top:2.625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1HE4TnfyTuJFWenVJwIPUoWa6dqnvnz { display:block; }
 }@media only screen and (max-width: 763px) { #ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF { display:block; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lppyigrhudZIc2WHNWkBF9Nez0yGNNUI { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:17.5rem;height:9.8125rem;top:1rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:17.5rem;height:9.8125rem;top:1.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:17.5rem;height:9.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM { display:block; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3UEK6UHopIGUGNvdgwzQRbfmBksBcuh { width:17.5rem;height:9.8125rem;top:1rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRDdnBDrWs9WGqSOFQDCkFgzx6xgdVsQ { width:17.5rem;height:9.8125rem;top:1rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w6uAkr5WsIdRxkwxzyPKP0mIkcvET4 { width:17.5rem;height:9.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5roRAD6ESGJsqigvmdhEOV00imWfBHv { display:block; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqikpVF6JUAMnprBmPUUvosPVATJPpn3 { width:17.5rem;height:9.8125rem;top:1.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHfWSfU2S2dWNvxpA4FvoTAVNtd2s8x { width:17.5rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fUDFNq9r9bM3PgOIPsqGlkb7yaWNTP { width:17.5rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs { display:block; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPoJertpXvKWw5TVKFCkfGTLo5gCfSFw { width:17.5rem;height:9.8125rem;top:1.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFKgSerC5w8HsHPcSeMK30wxCGstl9Ey { width:17.5rem;height:9.8125rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCs4UOdP8S9w83Crbl57KlleR53mVxED { width:17.5rem;height:9.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:47.75rem;height:2.75rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:22.5rem;height:25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:21.5625rem;height:7.5rem;top:4.5rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:21.625rem;height:13.3125rem;top:12rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:17.1875rem;height:4.125rem;top:6rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:21.5625rem;height:0.0625rem;top:16.1875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.4375rem;top:13.375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:6.5rem;height:1.4375rem;top:13.375rem;left:41.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:21.5625rem;height:0.0625rem;top:20.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:21.5625rem;height:0.0625rem;top:24.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.4375rem;top:22.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:9.6875rem;height:1.4375rem;top:22.0625rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.4375rem;top:17.75rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:10.625rem;height:1.4375rem;top:17.875rem;left:37.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGoTfZU2Frv3edUUPqceoNkT3bGwgvu { width:17.5rem;height:3.4375rem;top:25.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPlNfMT0T2FvnVW2pHQyr37ztiABISta { display:block; }
 }@media only screen and (max-width: 763px) { #kLCTahf4I6m1LDCZIVJR8FbaJ8SrUwq6 { top:1.625rem;left:32.25rem;width:12.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StJBhQoZdrG4GVXSbvAzehmfpFC8sL31 { top:25.5625rem;left:4.15625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOrurXXfhBCrTVmyKX0agygvSVLE9MD { width:7.8125rem;height:2.0625rem;top:2.0625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V { display:block; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZKxxuznrvyLuniwCFdypFGTyP5rGf5T { width:22.5rem;height:25rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9U7wKBzXy9W00ewwWP1hqkaZttgQOx { width:21.5625rem;height:7.5rem;top:4.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgDQGyvmJHMKyoSwcGiZUfX5Rp8xyhNU { width:21.625rem;height:13.3125rem;top:11.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwhPRpN0AlJN2vLTC6eTNVAl1n78PfQ6 { width:21.5625rem;height:0.0625rem;top:16rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2fLzMwT6mmalnmbxHbAVyvfM1lNQ3RO { width:10.625rem;height:1.4375rem;top:13.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABvHA2ic54zWSwvgMwP0tcHX6evTfB2y { width:6.875rem;height:1.4375rem;top:13.1875rem;left:40.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4qiSnP0nbp5J1UBcQb1WawrM9RgeCVM { width:21.5625rem;height:0.0625rem;top:20.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8w27Mc6nMzbJgzlF0E2T5rVJlRQtTN { width:21.5625rem;height:0.0625rem;top:23.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubpqIXTmo1XAKJho6pAsW0ICk5HtyVg { width:10.625rem;height:1.4375rem;top:21.4375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a712WqbmP6FmMZN9WPyGFla8ieWEVrTO { width:10.9375rem;height:1.4375rem;top:21.4375rem;left:36.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B91pwKdu95wqIdmPoswaX9hFR61TpM6m { width:10.625rem;height:1.4375rem;top:17.5625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlUHqNtiT7sRsHD7Qpe3cPI28Mx4C3h3 { width:10.375rem;height:1.4375rem;top:17.75rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2Cfm23BWRKSTlOzk7RTctluJd2lq0z { width:17.5rem;height:3.4375rem;top:25.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhqg2sEkQhnNcFf2C8SxXQeVCp1Xz22F { display:block; }
 }@media only screen and (max-width: 763px) { #b894L5RL8KMG6b76DzCTZ18BInatVuDy { width:17.1875rem;height:4.125rem;top:6rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuZIHGZzvVZCI3HFWhatnQfyGgtp92Z5 { top:1.5rem;left:32.25rem;width:12.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTRuw7E5XWLdlL9ZUaMGkSsXunFtxoUv { width:7.8125rem;height:2.0625rem;top:1.9375rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB { display:block; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX6p3TIUgOaVsaSz8L1SJvmETV7sFN50 { width:22.5rem;height:25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHx2MF1aDx9g4z95NoHiyO8Pc4d6atz { width:21.5625rem;height:7.5rem;top:4.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88gir6iiMP02Rx9bLgAHvVB2hDFMWHF { width:21.625rem;height:13.3125rem;top:11.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w681OUOb7AIOcITtw4Ct5xKNQV5lTtrw { width:17.1875rem;height:2.0625rem;top:6.9375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVi0fgPKdavwEpI5rmiRCkT2wpDGRhMg { width:21.5625rem;height:0.0625rem;top:15.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDNNnktsQJOFvvDp8LMbF8NO3resepkU { width:10.625rem;height:1.4375rem;top:13.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL2Xr6yeD0gCKywG5MXXmPCzRhkF9icp { width:7.125rem;height:1.4375rem;top:13.125rem;left:40.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIcSwphkBaFQO54TOviAkB90clU2b0II { width:21.5625rem;height:0.0625rem;top:20.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMB6dpioLTSCCknP2xFzylpFidWRXCkg { width:21.5625rem;height:0.0625rem;top:24.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VecTJgBbkOroA3hUQVzyKkyTQ3rWqwc6 { width:10.625rem;height:1.4375rem;top:21.875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toMbZ7P67uCo2FvMpANMF9HQpPOuSqL8 { width:10.375rem;height:1.4375rem;top:21.875rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uegnzl1PiMsbRITRueUg0HXF6SFOrRKC { width:10.625rem;height:1.4375rem;top:17.5rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uQqsarOvPwmspUlfbTmHCwAlJ6iktb { width:11.0625rem;height:1.4375rem;top:17.625rem;left:36.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqcR50h1Kdd8FAFsB4tvsZJ9w5FNEZlK { width:17.5rem;height:3.4375rem;top:25.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtL8eBXnWANUglwoKcvsReIy8nCtZdq { display:block; }
 }@media only screen and (max-width: 763px) { #NirEvUMqKnHsHOxfQAt8QEFl6pAX3R5l { top:1.4375rem;left:32.25rem;width:12.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee4bof77msXRRZ6F9xGCTedQKFK08t0P { width:7.8125rem;height:2.0625rem;top:1.875rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM { display:block; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sqiky1OXvBQ2BrTZhouyGpQlgNKfyFR5 { width:21.5625rem;height:7.5rem;top:4.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqDUhsLHFLHXHalkF1CiSCJpOzzZuwJl { width:21.625rem;height:13.3125rem;top:11.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzAgy4yNt2qOIkpNSOgR5D4lKPSXqTI { width:18.8125rem;height:2.0625rem;top:7rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLuxpdqJSlSNGUXbPbfGXASMnW8a9Ko { width:21.5625rem;height:0.0625rem;top:16rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IlUcSZb1oH1TTzZAhr9hxD9qcXJs2k { width:10.625rem;height:1.4375rem;top:13.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIqKK9IAeL5lQwvfeTXRr90s7FwPHF3o { width:7.5rem;height:1.4375rem;top:13.1875rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kDeOuni9dMzw8DIHmnLDZr7ZZbmbhs { width:21.5625rem;height:0.0625rem;top:20.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVdNksxr7c1PgUDpXi54xvJAgsPN3rg { width:21.5625rem;height:0.0625rem;top:23.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSGiw0cyOf3yvuq5wHgGskP69IlVxIN { width:10.625rem;height:1.4375rem;top:21.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUPeauoQAtV8mosh3KUD5wGmHXTXMo1 { width:10.625rem;height:1.4375rem;top:17.5625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDUE1nb6GrHe0Z69Vg6BNL0Xen3Cv6C { width:9.6875rem;height:1.4375rem;top:17.5625rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2vWIWZ1O2aRDXJBIA79iAZed3M0Cd9 { width:22.5rem;height:25rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD0RuUFTcMcNJrO40aAdenhegWT4M80y { width:17.5rem;height:3.4375rem;top:25.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTVsBueVZBEnSJFVR8z4ChoiRLz7KLL { display:block; }
 }@media only screen and (max-width: 763px) { #gzy7bpRi6igmlqGTDt6aPyvbaTNUI0lq { width:10.375rem;height:1.4375rem;top:21.9375rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZNphkzWdv1pPBrtDPhGKWvdWbvOxLlK { top:1.5rem;left:31.625rem;width:16.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgxrc8vcQ9xchlKURIttcUfs8hSz1wq { width:14.8125rem;height:2.0625rem;top:1.9375rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs { display:block; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnZiLuVeOQh3ThfhWlSsnlh4NR2aJoiS { width:21.5625rem;height:7.5rem;top:4.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9skKy04P4UTfyD8c0e37gd4ynPLL9yC { width:21.625rem;height:13.3125rem;top:11.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KypLaBOX5emi6eKRma6TUpFdNF74ZIR7 { width:17.1875rem;height:2.0625rem;top:6.9375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB9dHmuJhrg8R8wTGHuTkkmyBvPaJbZA { width:21.5625rem;height:0.0625rem;top:15.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnIhAQFxNHWBa670oGW9V2rRI1S859vn { width:10.625rem;height:1.4375rem;top:13.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpzdoKeOPuhz75zLgaeGw199Bm7TGvg { width:7.6875rem;height:1.4375rem;top:13.125rem;left:40.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9doS75OPfsR9fTJGZoTySCxdTa4lwy { width:21.5625rem;height:0.0625rem;top:20.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhEOUPKakeRWZXzK8pvBkTPSX4A7Imd { width:21.5625rem;height:0.0625rem;top:23.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6HTxNVV3iI9snbpeVLblEauvM5XAr1F { width:10.625rem;height:1.4375rem;top:21.875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzB2zw0h56xehFfgBhzWSa9bsb1TdnlN { width:10.0625rem;height:1.4375rem;top:21.875rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyFJn99JdD0EGt0FOlnTFB0qr8oBCxvR { width:10.625rem;height:1.4375rem;top:17.5rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2sAa7l2yr77NZVWgvoTn8fLXwQvOk48 { width:22.5rem;height:25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfFBT1L9TZ49reS14xR0fGCd5sbg0lUh { width:17.5rem;height:3.4375rem;top:25.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucX4KTT3T99nDI07b2WmNQK5VrLeJaa { display:block; }
 }@media only screen and (max-width: 763px) { #WQsaEkQ5ieGHIMe9ib7tdC0QbbqoDP7b { width:9.6875rem;height:1.4375rem;top:17.6875rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5DMSMZzOPcFuQT5FbFBTCNB1vUPTx9d { top:1.4375rem;left:32.25rem;width:14.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRWbDMPW2REcvLLMld8ReQCCD2y9Mbns { width:12.75rem;height:2.0625rem;top:1.875rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK { display:block; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgNuHVioMbFtU5Cs4TTuCV8rvtbfLGRx { width:21.5625rem;height:7.5rem;top:3.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMU5VMIS9cTS1PMMsQTenM038LwW2aR { width:21.625rem;height:13.3125rem;top:11.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2yb40N4tfL9ZvCLVzNDU08NFKkRfSu { width:17.1875rem;height:2.0625rem;top:6.5625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxnPV697a2xkoxOA8SJg0UPnoqfwQsUO { width:21.5625rem;height:0.0625rem;top:15.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ITDgn9lUBGESntfVvzZOGyCCMrvAaD { width:10.625rem;height:1.4375rem;top:12.75rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylqPqNIeOUtt8LJ4DVSLLmJmVPmZOIf { width:7.375rem;height:1.4375rem;top:12.75rem;left:40.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeRsZhSbBCK5yDRpSLeV3tmBPh4amO2h { width:21.5625rem;height:0.0625rem;top:19.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH34Rw0eZV3Amk0FWMnBsHfs4A2wLnIi { width:21.5625rem;height:0.0625rem;top:23.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlP3gus8gTHhimWd7coT24Vay8gDWQBq { width:10.625rem;height:1.4375rem;top:21.5rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2W85yOiihTdMMQG9C8vDXq0aeAs1rC { width:10.3125rem;height:1.4375rem;top:21.5rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvT2lZnHKnlaiOoeXc0EPhU8gNs7P5BH { width:10.625rem;height:1.4375rem;top:17.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTKpRICRoMbVdfiyisBmGxD9i9NmWKS { width:10.3125rem;height:1.4375rem;top:17.125rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onPHyhi9FbBCFVT8ObVF1DRCIfbT1GVv { width:22.5rem;height:25rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTGTMJiPd9giycNOZ9ul3ZMo2yKA18T { width:17.5rem;height:3.4375rem;top:26.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwgpETV8TcBhHszDtAp9G2Tktphiepf { display:block; }
 }@media only screen and (max-width: 763px) { #tdeIWtVgp0bvB6SCCSRXE0iMJTFiky06 { top:1.0625rem;left:32.25rem;width:15.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsWAquOS2ulgP6ZC3TCHkIJdEPi9SH8 { width:15.125rem;height:2.0625rem;top:1.5rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 { display:block; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xibxsnEO18QBQyIcBDspflbr3fIXDnTJ { width:21.5625rem;height:7.5rem;top:2.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2eFFiWS7i0JQpuq5NibvbynTpBO1Cf { width:21.625rem;height:13.3125rem;top:9.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKAwNyh0X8DLFEXDui8DMiQFTCXZaNz { width:21.5625rem;height:0.0625rem;top:14.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9459w3cKiNEstP4Qdy1LNXW0sfn9ZAU { width:10.625rem;height:1.4375rem;top:11.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZB6wwIDsFC7f1wTvO1p69ZqDKswzqzV { width:7.6875rem;height:1.4375rem;top:11.25rem;left:40.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geA6AnCrS9JucnIBoe4TPQNb89Te34Is { width:21.5625rem;height:0.0625rem;top:18.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPbmFBp2ugP09PzbEkuAAcval6QQldI { width:21.5625rem;height:0.0625rem;top:21.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpyhv1ee533ndTENq3bppLJOeQcP28p { width:10.625rem;height:1.4375rem;top:19.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyibS045CISI7L8o75ux889MEVTBXUCM { width:10.125rem;height:1.4375rem;top:19.9375rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po98IR5na6GEQUolMVT6XRAhZ2F4R3z3 { width:10.625rem;height:1.4375rem;top:15.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6neNXOwpup8zQMTikxPVGHr0LuUQvI { width:10.125rem;height:1.4375rem;top:15rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4lT75vJekKOJyBTCNtEUo2wZZ2XEaXK { width:22.5rem;height:25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEEE19P7bEyTB4zDRHDQWW1IU9pP12Qi { width:17.5rem;height:3.4375rem;top:23.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3QnkWvbsm7LWc9UID50zhLKWq2iDGfp { display:block; }
 }@media only screen and (max-width: 763px) { #xpTfwqGRf63CCFfRFW2IoRQ1rcXZWc5x { width:17.1875rem;height:2.0625rem;top:4.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 { display:block; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CTOWAbOB9ndN3HA4zp05fA466GxKFm { width:21.5625rem;height:7.5rem;top:5.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7QRk7g2V4ECql3Pk1UrI63cB2A3pwm { width:21.625rem;height:13.3125rem;top:12.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH1hGIRDqH4KRyJZVKcP34GgDcTR8KRJ { width:21.5625rem;height:0.0625rem;top:17.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHeOqnQdVqZ7ufxuf3Bp0xgmfoO9Jhqb { width:10.625rem;height:1.4375rem;top:14.25rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDHfvJ1umZ9TQelANtATKLpXvGaa1pM3 { width:7.5rem;height:1.4375rem;top:14.25rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEDq4WQ3VMKxPagMCQe0Z6F9cCFUAJhl { width:21.5625rem;height:0.0625rem;top:21.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKty7AgbCu4FKlgd3l9sRcpF9kEAva6q { width:21.5625rem;height:0.0625rem;top:24.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyf7n5d5nvyglBTF6Lqe0IhGR62kzGNI { width:10.625rem;height:1.4375rem;top:22.375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obiGGGOLA6TDxrT0xTz4ZCvVZQIW78Sd { width:9.9375rem;height:1.4375rem;top:22.375rem;left:37.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFMzefvikTgkLdvIVrULGdxZKuGS3o1m { width:10.625rem;height:1.4375rem;top:18.625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGInqiDIgq9k0FXRXFvhrziViWGc5tT5 { width:9.125rem;height:1.4375rem;top:18.0625rem;left:38.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqSpiThxwCT1lWF58kstOuVkMbq3LbiU { width:22.5rem;height:25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEN4NPOqRSS91kaZNWMxzBA1km2vrzC { width:17.5rem;height:3.4375rem;top:26.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvIACwCWHeiGE1zb6CtzeO58foytShQ { display:block; }
 }@media only screen and (max-width: 763px) { #szPNiOI8plSxNOD7KJpwph8IEXdVCTPs { width:17.1875rem;height:2.0625rem;top:7.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5o7FJysQgcllTlJziBcrDtUS4o3FDX { top:0.9375rem;left:32.25rem;width:15.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsZX2lFwalovCQh6SOQucFl2vS7R9sW4 { width:15.125rem;height:3rem;top:1.625rem;left:32.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ { display:block; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMr7V6z8CFvXTCGTppuH1dSLlwApprJE { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 { display:block; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coufu3apbNAmOz3OJRlXL8qTTDhbkgZm { width:17.5rem;height:9.25rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlhl0u6ZGZmZznXHAmez9PaoGTnILXrW { width:17.5rem;height:9.25rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GykbPySuxtJBxUCiDwTSU6rkMdBo1710 { width:17.5rem;height:9.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:17.5rem;height:9.1875rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:17.5rem;height:9.8125rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:17.5rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 { display:block; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDvC1KzNhKZcVPfz3LAXNWnIRZbxV2fG { width:17.5rem;height:9.8125rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmz5D9VThTU7etrnmZqMlnIaE7xTsUD { width:17.5rem;height:9.8125rem;top:1.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK21hzvUrETJTwn3QQxpHzECqv6DU1p5 { width:17.5rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K { display:block; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgQfrvQ9hFsVhLT9MAOUA3EsfhNph84i { width:17.5rem;height:9.8125rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdl4T6oAaTzheXP2pxllXLVJ5PHJs884 { width:17.5rem;height:9.8125rem;top:1.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQG2wpctFr3NLG1hLoPuyAyPxHRPHdRi { width:17.5rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe { display:block; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANue5GPWgTX32auuQlrQS9ASg5nT5RQJ { width:17.5rem;height:9.8125rem;top:1.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d49t23PtQgcWrtaSEAiqKUWacsG8rs5u { width:17.5rem;height:9.25rem;top:1.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWLxqtywtSFkQPZwZ8K9bSNFKXxfNGsx { width:17.5rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 { display:block; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTvFatqHyxVkAtMalHLMVJSl3qT4HTbX { width:21.5625rem;height:7.5rem;top:5.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xymi61wMtt3vZZomxLDk7du95DgXCHS4 { width:21.5625rem;height:23.5rem;top:13.375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquVFIqblZ9G8rFQAhGbpxGCIKGMm7w1 { width:19.375rem;height:5.75rem;top:6.75rem;left:14.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9  { width:17.5rem;height:auto;top:13.5625rem;left:13.875rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 {display:block;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 { width:17.5rem;height:auto;top:13.5625rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #TWTUHqSekd9u24aGQiGlUav8tK8VvStT {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #cfJSBm0KAMzI3uf7kKrXJE7dFLfFwsn3 { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ZvnGkJQk8GS42bi6ii4aLfFfAx9zdS9x {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ThqI2fpP8TqSeE4wxwLzJVIT0XHLKlc6 {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #oLRptug8Q4NrGDRyG03veTm4pNCWd46y { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #fPcxU4s32JpbCb8R9FXdQiqHf1G4KlHP {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #QVw8IQp1GpoWQK4cbx1q7lVTGRS6VRNQ {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #wlVbWBsMKbHeQR7TI0ED03TwypaqhycT { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #hzqVe6qWPKpIMqk2vt1TJZqk65mfv2Bo {  }
 }@media only screen and (max-width: 763px) { #uNcLfv7AzaXFlV4l2QsnN4xD9z14GcFT { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #OOgOc0qmpQ54C57ZSx81PMQ5qEUTBnlN {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #UQ68l1OgLpH5SzfzCXLbUdFPHXE5EG0X {  }
 }@media only screen and (max-width: 763px) { #WBHpw4pgcXm4a96iV68oUTATsngoezDC { width:17.5rem;height:3.4375rem;top:32.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X79XhVV3tTcT6LCMOeTXnJFyTJr0drg6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e88ee5df-19cc-420c-856c-8e542cf4c409/sideviewmanplayinggolf1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.39); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.39); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:76.8757125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:5rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#f4efeb;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:0;top:42.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:20rem;height:6rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:20rem;height:22.6875rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:18.1875rem;height:4.7431625rem;top:37.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX  { width:17.5rem;height:auto;top:42.625rem;left:0rem; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX {display:block;}#gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX { width:17.5rem;height:auto;top:42.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #TeHE1VMKORaVpLrw2weCo1ZsikyFE1Z4 {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #eHvH1sHtiQZiWq0gUUAP90TL4AS1WNtU { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #uKBoFTdfdo8eJRaapOrBEsrOnqedlo3D {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #qgNDsdvWvb9euT3sTtiByzveHOBiArqN {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #LB44FI0Mi3JWOlwsfr6hUtBty3L79WO7 { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #VFLxTG8TKXVyqGyewdLK1oGKlN0t7EzH {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #I13mOq5wuqQfn2469ovnvpf26LTUGl2g {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #os4FZ44sN8t8yiB3TJP4B1aPywEde4Ss { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #nnDRPrlZbkey9nTdTRRhxkoZrCrF1Ebv {  }
 }@media only screen and (max-width: 763px) { #ymU1fde0PRCUbnq4srxz4RpHcNEA4qaF { display:block; }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #WyIHKSVhgLgzJSZSOHINExTmXmrbixFG {  }
 }@media only screen and (max-width: 763px) { #gcSyQcygv50kfwC7Q1kRKAVaN7HrrhXX #L4ZuVrFVlZS2gLwsOIqwrX2bgxXDpUSe {  }
 }@media only screen and (max-width: 763px) { #xuiDd2Haa4S7diF4y6lKEfNTMNI9ZmQT { width:17.5rem;height:3.4375rem;top:61.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTR7PGldUqSTnJ536zSfJ9LJCAXJccpN { display:block; }
 }@media only screen and (max-width: 763px) { #hridN8xphcC1cqKfVQMsFReoTy78tsAP { width:20rem;height:auto;top:31.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2GV4Mv8xBHvM9p1xlXh7wXnv8gQFrhT { width:20rem;height:auto;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9gnOXbToH8peAwxbS8yKTCN7SPuRzWf { width:20rem;height:0;top:9.75rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #UMtcVqQ1LUmAgkhTFhKmxXPJhaqfkw7K { width:20rem;height:10.5rem;top:17.3935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;z-index:15006;color:#f4efeb;display:block; }
 }@media only screen and (max-width: 763px) { #bg6MGHhRfaPOyhR5yKeZyUOUtyI1hsPu { width:20rem;height:3.59765625rem;top:30.1376953125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.6;z-index:15007;color:#f4efeb;display:block; }
 }@media only screen and (max-width: 763px) { #TNdIXsPMbmcptT2N4MOf8Ca3Z8BaDL4k { width:20rem;height:0;top:14.1875rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #CyWKcrS8nBXGfBPepTPwlWLRz52DHoxC { width:20rem;height:0;top:12.125rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #NxqrwpZBgTVaBn7WnlTRyPXfFiNi5ogm { width:20rem;height:0;top:18.25rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #oN3cET6ikm2iVToyUdosmh3MoJMcBDyQ { width:20rem;height:0;top:18.25rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #kzVskW5hwxbUR2CqM0Mr3aP261OmvrXC { width:20rem;height:0;top:18.25rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #y7o4yTTz69TBL1xRXqksfBe3S9sx3h0K { width:20rem;height:0;top:18.25rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #EXeqecBxxJ0PU2Igde6JT1FwP7adH9qV { width:20rem;height:0;top:9.1875rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ewPutbtzdXmUNqlRoFLTQuuSsVpVKBsH { width:20rem;height:0;top:14.9375rem;left:1.53125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #KNrbDVRJcaB0iv1ZyphgVVXMN8MzXNqn { top:8.6875rem;left:0.4375rem;width:19.125rem;height:6.75rem;z-index:15022;color:#f4efeb;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiJCAmIw6wVMkLmUQ2hEdgopV9f8LpGN { width:20rem;height:0;top:67.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#f4efeb;display:block; }
 }@media only screen and (max-width: 763px) { #QoTvEEnJA51kTzBuHXL5OwOAHm7Z7GDa { width:20rem;height:0;top:75.0007125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#f4efeb;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:17.5625rem;height:6.2988125rem;top:13.7685546875rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:20rem;height:12.796875rem;top:22.0556640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:6.25rem;height:0.125rem;top:20.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CJlf2xc6AhvC2wSENB6ipJ9tD426Qp { width:19.3125rem;height:10.4375rem;top:1.9287109375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUorc1cVahIzDlGcN0XoLOInmS3nQay { display:block; }#kpUorc1cVahIzDlGcN0XoLOInmS3nQay > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etdJ4CPfB5JKdQOge46OUBUuVGDJJdNX { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:2.19921875rem;top:1.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q { display:block; }#UE4EBcqWK7pExLMbEGR2Wyl8WbJ2nX5Q > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:16.625rem;height:9.597625rem;top:14.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:15.5625rem;height:1.625rem;top:11.875rem;left:2.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELwMCeh2BlA0qSOzzUTAxHFEXkhiCCQk { width:18.75rem;height:10.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:16.625rem;height:7.9980625rem;top:43.5009765625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:3.25rem;top:38.7509765625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:16.625rem;height:6.3984375rem;top:69.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.625rem;top:66.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BugCqgFzODuadshbWw2dD5JH62uh4RHb { width:18.75rem;height:10.3125rem;top:54.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAWAD6TAeQb8qMR0TlUKJutZuZu7TCe9 { width:18.75rem;height:10.3125rem;top:26.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKU2QxKKXE0HGkBvW5esEm64P2soFlqz { display:block; }#AKU2QxKKXE0HGkBvW5esEm64P2soFlqz > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roGSafQRMa9gakCJ2Wpd3LL3MKn6KZss { width:16.625rem;height:7.9980625rem;top:15.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nldP7ccyWJcJHDZTgTXLasZf7z5ETtlS { width:12.5rem;height:1.625rem;top:12.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtkrrUWJE72ElDd9y02zKqxSSqhQ1B5 { width:18.75rem;height:10.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5EpJ5n6b6dxWw11SCRwkXAo3h1kIGl { width:16.625rem;height:7.9980625rem;top:41.185546875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UhH8XAnGFsbweR0lamy4glkX32eG64eA { width:16.125rem;height:1.625rem;top:37.685546875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWfx1LGNoeg5S1XJqqTgEzpKmRNt46z7 { width:18.75rem;height:10.3125rem;top:25.4980625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5uTdNVymrLOZGaKDfpeyz96Go9BP4 { width:16.625rem;height:6.3984375rem;top:67.496125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yb5kVve9WuFlG6Gb9szUTfbiRUuxoObl { width:15.25rem;height:1.625rem;top:64.18359375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psknffv7K6kJu96LBKzI7TiXXXvXwzTE { width:18.75rem;height:10.3125rem;top:51.80859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP { display:block; }#IAMMbgKCZyL5K28XP0EEmaD3H8KdKweP > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzRaALAiN0wL1nprBaBKaLzxELaUPQX7 { width:16.625rem;height:4.798825rem;top:68.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o9vwpxspVkN6p0XUaKiVLIlHtwEbrPLS { width:12.5rem;height:1.625rem;top:64.9375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMOzJW5lV3dU6rG7fi41ca4F6KpKdDS7 { width:18.75rem;height:10.3125rem;top:52.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrDmlMr86CP6bSm21a1vgfbdJKJckvp { width:16.625rem;height:4.798825rem;top:15.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UxWLpyJ62TMX88R2UwGT2Ap35hcvrTzg { width:16.125rem;height:1.625rem;top:12.5rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUrv6hE858uzhSViTbuvdxqTc8oS5Qg3 { width:18.75rem;height:10.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alKVNrl8frXVhVU8pmWWJH24IiQVhkvn { width:16.625rem;height:11.19725rem;top:38.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kpyW5gzbKTnbMsdzrqh6IKJhsrc2A8GR { width:17.25rem;height:1.625rem;top:35.4375rem;left:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y65BhThmLXO3g7VRQTKU04nI8DTFuxvT { width:18.75rem;height:10.3125rem;top:23.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf { display:block; }#OVEDQwd1g5PG0kxN1TAOJCt4xuZdQyAf > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfwVroM7ZzNp7qaqG3AEMZsEyPglxDI2 { width:17.5rem;height:3.4375rem;top:1.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewofxza6eXn5MQ91rK84k3iivLSWfOlh { display:block; }
 }@media only screen and (max-width: 763px) { #UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD { display:block; }#UDqfNxuqIvcUUZwugqeMqJKWgvFkmhRD > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taJERWZNztuwqZxA5HuNOzutRTTxVhMu { width:20rem;height:2.19921875rem;top:1.244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqiMdstMqugaJkeslZoDJmey2i9rNeAi { display:block; }#VqiMdstMqugaJkeslZoDJmey2i9rNeAi > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut3AXZhD41h7Bm3Q6O7Gc6cRUz3kLQJI { width:20rem;height:15.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ5QhIOn4ke9ANqIVwXWPoOAP6RR4K1z { width:17.5rem;height:3.4375rem;top:1.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1HE4TnfyTuJFWenVJwIPUoWa6dqnvnz { display:block; }
 }@media only screen and (max-width: 763px) { #ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF { display:block; }#ZcIxX1VGIesX9bgw0faOeaKIyKXyiicF > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lppyigrhudZIc2WHNWkBF9Nez0yGNNUI { width:20rem;height:2.2rem;top:2.1500005722046rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.4375rem;height:10.3125rem;top:14.90625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.4375rem;height:10.3125rem;top:28.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.4375rem;height:10.3125rem;top:1.125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM { display:block; }#lAU8rcMqaRG3i2rFTFnBO2QPHJJhh9NM > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3UEK6UHopIGUGNvdgwzQRbfmBksBcuh { width:18.4375rem;height:10.3125rem;top:13.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRDdnBDrWs9WGqSOFQDCkFgzx6xgdVsQ { width:18.4375rem;height:10.3125rem;top:27.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w6uAkr5WsIdRxkwxzyPKP0mIkcvET4 { width:18.4375rem;height:10.3125rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5roRAD6ESGJsqigvmdhEOV00imWfBHv { display:block; }#F5roRAD6ESGJsqigvmdhEOV00imWfBHv > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqikpVF6JUAMnprBmPUUvosPVATJPpn3 { width:18.5rem;height:10.375rem;top:13.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEHfWSfU2S2dWNvxpA4FvoTAVNtd2s8x { width:18.4375rem;height:10.3125rem;top:26.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8fUDFNq9r9bM3PgOIPsqGlkb7yaWNTP { width:18.4375rem;height:10.3125rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs { display:block; }#qwm3DsS7uTpz4ZizQGOtpbydDTqwdKIs > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPoJertpXvKWw5TVKFCkfGTLo5gCfSFw { width:18.4375rem;height:10.3125rem;top:13.1875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFKgSerC5w8HsHPcSeMK30wxCGstl9Ey { width:18.4375rem;height:10.3125rem;top:26.6875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCs4UOdP8S9w83Crbl57KlleR53mVxED { width:18.4375rem;height:10.3125rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:20rem;height:2.2rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.75rem;height:3.298825rem;top:1.349609375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:20rem;height:0.0625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.29980625rem;top:31.25rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.29980625rem;top:31.25rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:20rem;height:0.0625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OcJaAA5ynJObTtaivwtsoo8xy3Tf27 { width:20rem;height:0.0625rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.29980625rem;top:39.8125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:9.0625rem;height:1.29980625rem;top:39.8125rem;left:9.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.29980625rem;top:35.625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:8rem;height:1.29980625rem;top:35.625rem;left:10.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gfGoTfZU2Frv3edUUPqceoNkT3bGwgvu { width:17.5rem;height:3.4375rem;top:43.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPlNfMT0T2FvnVW2pHQyr37ztiABISta { display:block; }
 }@media only screen and (max-width: 763px) { #kLCTahf4I6m1LDCZIVJR8FbaJ8SrUwq6 { width:12.1875rem;height:2.875rem;top:25.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StJBhQoZdrG4GVXSbvAzehmfpFC8sL31 { width:12.5rem;height:1.29980625rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOrurXXfhBCrTVmyKX0agygvSVLE9MD { width:7.8125rem;height:1.6494125rem;top:26.5rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V { display:block; }#Jbw0Md5Egn7Tid3caFk9p2aQ4tKHpM5V > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZKxxuznrvyLuniwCFdypFGTyP5rGf5T { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo9U7wKBzXy9W00ewwWP1hqkaZttgQOx { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgDQGyvmJHMKyoSwcGiZUfX5Rp8xyhNU { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwhPRpN0AlJN2vLTC6eTNVAl1n78PfQ6 { width:20rem;height:0.0625rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2fLzMwT6mmalnmbxHbAVyvfM1lNQ3RO { width:10.625rem;height:1.29980625rem;top:31.1875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ABvHA2ic54zWSwvgMwP0tcHX6evTfB2y { width:5.1875rem;height:1.29980625rem;top:31.1875rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p4qiSnP0nbp5J1UBcQb1WawrM9RgeCVM { width:20rem;height:0.0625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN8w27Mc6nMzbJgzlF0E2T5rVJlRQtTN { width:20rem;height:0.0625rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubpqIXTmo1XAKJho6pAsW0ICk5HtyVg { width:10.625rem;height:1.29980625rem;top:39.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a712WqbmP6FmMZN9WPyGFla8ieWEVrTO { width:8.875rem;height:1.29980625rem;top:35.5625rem;left:9.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B91pwKdu95wqIdmPoswaX9hFR61TpM6m { width:10.625rem;height:1.29980625rem;top:35.5625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlUHqNtiT7sRsHD7Qpe3cPI28Mx4C3h3 { width:9.5625rem;height:1.29980625rem;top:39.75rem;left:9.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RT2Cfm23BWRKSTlOzk7RTctluJd2lq0z { width:17.5rem;height:3.4375rem;top:43.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhqg2sEkQhnNcFf2C8SxXQeVCp1Xz22F { display:block; }
 }@media only screen and (max-width: 763px) { #b894L5RL8KMG6b76DzCTZ18BInatVuDy { width:17.1875rem;height:3.298825rem;top:1.349609375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuZIHGZzvVZCI3HFWhatnQfyGgtp92Z5 { width:12.1875rem;height:2.875rem;top:25.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTRuw7E5XWLdlL9ZUaMGkSsXunFtxoUv { width:7.8125rem;height:1.6494125rem;top:26.5rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB { display:block; }#ZNcQZSkRhx40xukOxQS9kQWafLbeHdmB > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX6p3TIUgOaVsaSz8L1SJvmETV7sFN50 { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHx2MF1aDx9g4z95NoHiyO8Pc4d6atz { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88gir6iiMP02Rx9bLgAHvVB2hDFMWHF { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w681OUOb7AIOcITtw4Ct5xKNQV5lTtrw { width:14.75rem;height:1.65rem;top:2.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVi0fgPKdavwEpI5rmiRCkT2wpDGRhMg { width:20rem;height:0.0625rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDNNnktsQJOFvvDp8LMbF8NO3resepkU { width:10.625rem;height:1.29980625rem;top:30.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dL2Xr6yeD0gCKywG5MXXmPCzRhkF9icp { width:5.1875rem;height:1.29980625rem;top:30.75rem;left:13.4375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kIcSwphkBaFQO54TOviAkB90clU2b0II { width:20rem;height:0.0625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMB6dpioLTSCCknP2xFzylpFidWRXCkg { width:20rem;height:0.0625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VecTJgBbkOroA3hUQVzyKkyTQ3rWqwc6 { width:10.625rem;height:1.29980625rem;top:39.375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toMbZ7P67uCo2FvMpANMF9HQpPOuSqL8 { width:8.8125rem;height:1.29980625rem;top:39.375rem;left:9.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uegnzl1PiMsbRITRueUg0HXF6SFOrRKC { width:10.625rem;height:1.29980625rem;top:35.125rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7uQqsarOvPwmspUlfbTmHCwAlJ6iktb { width:9.25rem;height:1.29980625rem;top:34.625rem;left:9.4375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HqcR50h1Kdd8FAFsB4tvsZJ9w5FNEZlK { width:17.5rem;height:3.4375rem;top:43.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtL8eBXnWANUglwoKcvsReIy8nCtZdq { display:block; }
 }@media only screen and (max-width: 763px) { #NirEvUMqKnHsHOxfQAt8QEFl6pAX3R5l { width:12.1875rem;height:2.875rem;top:25.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee4bof77msXRRZ6F9xGCTedQKFK08t0P { width:7.8125rem;height:1.6494125rem;top:26.5rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM { display:block; }#ZEpzT9T98EnrvWEWDVDdTCgPTCW3bpzM > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sqiky1OXvBQ2BrTZhouyGpQlgNKfyFR5 { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqDUhsLHFLHXHalkF1CiSCJpOzzZuwJl { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdzAgy4yNt2qOIkpNSOgR5D4lKPSXqTI { width:14.75rem;height:1.65rem;top:2.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLuxpdqJSlSNGUXbPbfGXASMnW8a9Ko { width:20rem;height:0.0625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9IlUcSZb1oH1TTzZAhr9hxD9qcXJs2k { width:10.625rem;height:1.29980625rem;top:30.1875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oIqKK9IAeL5lQwvfeTXRr90s7FwPHF3o { width:5.1875rem;height:1.29980625rem;top:30.1875rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #N4kDeOuni9dMzw8DIHmnLDZr7ZZbmbhs { width:20rem;height:0.0625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVdNksxr7c1PgUDpXi54xvJAgsPN3rg { width:20rem;height:0.0625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSGiw0cyOf3yvuq5wHgGskP69IlVxIN { width:10.625rem;height:1.29980625rem;top:38.4375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aaUPeauoQAtV8mosh3KUD5wGmHXTXMo1 { width:10.625rem;height:1.29980625rem;top:34.5625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbDUE1nb6GrHe0Z69Vg6BNL0Xen3Cv6C { width:8.6875rem;height:1.29980625rem;top:34.5625rem;left:9.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iI2vWIWZ1O2aRDXJBIA79iAZed3M0Cd9 { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD0RuUFTcMcNJrO40aAdenhegWT4M80y { width:17.5rem;height:3.4375rem;top:43rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTVsBueVZBEnSJFVR8z4ChoiRLz7KLL { display:block; }
 }@media only screen and (max-width: 763px) { #gzy7bpRi6igmlqGTDt6aPyvbaTNUI0lq { width:10.375rem;height:1.29980625rem;top:38.4375rem;left:8.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZNphkzWdv1pPBrtDPhGKWvdWbvOxLlK { width:16.125rem;height:2.875rem;top:25.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgxrc8vcQ9xchlKURIttcUfs8hSz1wq { width:14.8125rem;height:1.6494125rem;top:26.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs { display:block; }#zEbD4oWZact4I5hcHyw9TpD9KD8ESsIs > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnZiLuVeOQh3ThfhWlSsnlh4NR2aJoiS { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9skKy04P4UTfyD8c0e37gd4ynPLL9yC { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KypLaBOX5emi6eKRma6TUpFdNF74ZIR7 { width:14.75rem;height:1.65rem;top:2.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB9dHmuJhrg8R8wTGHuTkkmyBvPaJbZA { width:20rem;height:0.0625rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnIhAQFxNHWBa670oGW9V2rRI1S859vn { width:10.625rem;height:1.29980625rem;top:30.9375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iWpzdoKeOPuhz75zLgaeGw199Bm7TGvg { width:5.1875rem;height:1.29980625rem;top:30.9375rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9doS75OPfsR9fTJGZoTySCxdTa4lwy { width:20rem;height:0.0625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhEOUPKakeRWZXzK8pvBkTPSX4A7Imd { width:20rem;height:0.0625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6HTxNVV3iI9snbpeVLblEauvM5XAr1F { width:10.625rem;height:1.29980625rem;top:39.6875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzB2zw0h56xehFfgBhzWSa9bsb1TdnlN { width:10.375rem;height:1.29980625rem;top:39.6875rem;left:8.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kyFJn99JdD0EGt0FOlnTFB0qr8oBCxvR { width:10.625rem;height:1.29980625rem;top:35.625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2sAa7l2yr77NZVWgvoTn8fLXwQvOk48 { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfFBT1L9TZ49reS14xR0fGCd5sbg0lUh { width:17.5rem;height:3.4375rem;top:43.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hucX4KTT3T99nDI07b2WmNQK5VrLeJaa { display:block; }
 }@media only screen and (max-width: 763px) { #WQsaEkQ5ieGHIMe9ib7tdC0QbbqoDP7b { width:9.6875rem;height:1.29980625rem;top:35.625rem;left:8.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5DMSMZzOPcFuQT5FbFBTCNB1vUPTx9d { width:14.125rem;height:2.875rem;top:25.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRWbDMPW2REcvLLMld8ReQCCD2y9Mbns { width:12.75rem;height:1.6494125rem;top:26.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK { display:block; }#iqSTrCgTz7dznk22TZwCDcL9GeVaaRkK > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgNuHVioMbFtU5Cs4TTuCV8rvtbfLGRx { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMU5VMIS9cTS1PMMsQTenM038LwW2aR { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD2yb40N4tfL9ZvCLVzNDU08NFKkRfSu { width:14.75rem;height:1.6494125rem;top:2.1748046875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxnPV697a2xkoxOA8SJg0UPnoqfwQsUO { width:20rem;height:0.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ITDgn9lUBGESntfVvzZOGyCCMrvAaD { width:10.625rem;height:1.29980625rem;top:30.25rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nylqPqNIeOUtt8LJ4DVSLLmJmVPmZOIf { width:5.1875rem;height:1.29980625rem;top:30.25rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MeRsZhSbBCK5yDRpSLeV3tmBPh4amO2h { width:20rem;height:0.0625rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH34Rw0eZV3Amk0FWMnBsHfs4A2wLnIi { width:20rem;height:0.0625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlP3gus8gTHhimWd7coT24Vay8gDWQBq { width:10.625rem;height:1.29980625rem;top:38.5rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2W85yOiihTdMMQG9C8vDXq0aeAs1rC { width:9.75rem;height:1.29980625rem;top:38.5rem;left:8.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SvT2lZnHKnlaiOoeXc0EPhU8gNs7P5BH { width:10.625rem;height:1.29980625rem;top:34.0625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwTKpRICRoMbVdfiyisBmGxD9i9NmWKS { width:8.9375rem;height:1.29980625rem;top:34.0625rem;left:9.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #onPHyhi9FbBCFVT8ObVF1DRCIfbT1GVv { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTGTMJiPd9giycNOZ9ul3ZMo2yKA18T { width:17.5rem;height:3.4375rem;top:41.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwgpETV8TcBhHszDtAp9G2Tktphiepf { display:block; }
 }@media only screen and (max-width: 763px) { #tdeIWtVgp0bvB6SCCSRXE0iMJTFiky06 { width:15.5rem;height:2.875rem;top:25.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsWAquOS2ulgP6ZC3TCHkIJdEPi9SH8 { width:15.125rem;height:1.6494125rem;top:26.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 { display:block; }#mqRquZEvHHBJizoJCr81ngpx2kunxWZ3 > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xibxsnEO18QBQyIcBDspflbr3fIXDnTJ { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2eFFiWS7i0JQpuq5NibvbynTpBO1Cf { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #swKAwNyh0X8DLFEXDui8DMiQFTCXZaNz { width:20rem;height:0.0625rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9459w3cKiNEstP4Qdy1LNXW0sfn9ZAU { width:10.625rem;height:1.29980625rem;top:28.0625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZB6wwIDsFC7f1wTvO1p69ZqDKswzqzV { width:5.1875rem;height:1.29980625rem;top:28.0625rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #geA6AnCrS9JucnIBoe4TPQNb89Te34Is { width:20rem;height:0.0625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPbmFBp2ugP09PzbEkuAAcval6QQldI { width:20rem;height:0.0625rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpyhv1ee533ndTENq3bppLJOeQcP28p { width:10.625rem;height:1.29980625rem;top:36.75rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyibS045CISI7L8o75ux889MEVTBXUCM { width:9.4375rem;height:1.29980625rem;top:36.75rem;left:9.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #po98IR5na6GEQUolMVT6XRAhZ2F4R3z3 { width:10.625rem;height:1.29980625rem;top:32.4375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EH6neNXOwpup8zQMTikxPVGHr0LuUQvI { width:9.4375rem;height:1.29980625rem;top:32.4375rem;left:9.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r4lT75vJekKOJyBTCNtEUo2wZZ2XEaXK { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEEE19P7bEyTB4zDRHDQWW1IU9pP12Qi { width:17.5rem;height:3.4375rem;top:41rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3QnkWvbsm7LWc9UID50zhLKWq2iDGfp { display:block; }
 }@media only screen and (max-width: 763px) { #xpTfwqGRf63CCFfRFW2IoRQ1rcXZWc5x { width:17.1875rem;height:1.6494125rem;top:2.17578125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 { display:block; }#TVQ3ebCPQFpWlNtTVaBp1fKIQmDfMSG4 > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CTOWAbOB9ndN3HA4zp05fA466GxKFm { width:20rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7QRk7g2V4ECql3Pk1UrI63cB2A3pwm { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH1hGIRDqH4KRyJZVKcP34GgDcTR8KRJ { width:20rem;height:0.0625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHeOqnQdVqZ7ufxuf3Bp0xgmfoO9Jhqb { width:10.625rem;height:1.29980625rem;top:32.1875rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDHfvJ1umZ9TQelANtATKLpXvGaa1pM3 { width:5.1875rem;height:1.29980625rem;top:32.1875rem;left:13.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lEDq4WQ3VMKxPagMCQe0Z6F9cCFUAJhl { width:20rem;height:0.0625rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKty7AgbCu4FKlgd3l9sRcpF9kEAva6q { width:20rem;height:0.0625rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyf7n5d5nvyglBTF6Lqe0IhGR62kzGNI { width:10.625rem;height:1.29980625rem;top:40.9375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obiGGGOLA6TDxrT0xTz4ZCvVZQIW78Sd { width:9.6875rem;height:1.29980625rem;top:40.9375rem;left:9rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gFMzefvikTgkLdvIVrULGdxZKuGS3o1m { width:10.625rem;height:1.29980625rem;top:36.5625rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JGInqiDIgq9k0FXRXFvhrziViWGc5tT5 { width:7.9375rem;height:1.29980625rem;top:35.9375rem;left:10.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qqSpiThxwCT1lWF58kstOuVkMbq3LbiU { width:18rem;height:19.875rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEN4NPOqRSS91kaZNWMxzBA1km2vrzC { width:17.5rem;height:3.4375rem;top:45.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvIACwCWHeiGE1zb6CtzeO58foytShQ { display:block; }
 }@media only screen and (max-width: 763px) { #szPNiOI8plSxNOD7KJpwph8IEXdVCTPs { width:17.1875rem;height:1.6494125rem;top:2.17578125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5o7FJysQgcllTlJziBcrDtUS4o3FDX { width:15.5rem;height:4.4375rem;top:25.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsZX2lFwalovCQh6SOQucFl2vS7R9sW4 { width:12.9375rem;height:2.611325rem;top:26.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ { display:block; }#dMfQ4gRneWFVIH1I4BMsfk5t7GiJ0UfQ > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMr7V6z8CFvXTCGTppuH1dSLlwApprJE { width:20rem;height:2.19921875rem;top:1.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 { display:block; }#E2JSyU7kCgIUFkQz2aDkkyT46cCXJ3P5 > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coufu3apbNAmOz3OJRlXL8qTTDhbkgZm { width:17.5rem;height:9.25rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlhl0u6ZGZmZznXHAmez9PaoGTnILXrW { width:17.5rem;height:9.25rem;top:22.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GykbPySuxtJBxUCiDwTSU6rkMdBo1710 { width:17.5rem;height:9.25rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:17.5rem;height:9.1875rem;top:12.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:17.5rem;height:9.8125rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:17.5rem;height:9.375rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 { display:block; }#kT5psE9RSk2c23TzOw4Me1G4Sbo5SiP5 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDvC1KzNhKZcVPfz3LAXNWnIRZbxV2fG { width:17.5rem;height:9.8125rem;top:12.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmz5D9VThTU7etrnmZqMlnIaE7xTsUD { width:17.5rem;height:9.8125rem;top:24.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK21hzvUrETJTwn3QQxpHzECqv6DU1p5 { width:17.5rem;height:9.8125rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K { display:block; }#bVIgcZ21ltxux4OgkZ6ErqvOSbfy4f6K > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgQfrvQ9hFsVhLT9MAOUA3EsfhNph84i { width:17.5rem;height:9.8125rem;top:12.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdl4T6oAaTzheXP2pxllXLVJ5PHJs884 { width:17.5rem;height:9.8125rem;top:24.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQG2wpctFr3NLG1hLoPuyAyPxHRPHdRi { width:17.5rem;height:9.8125rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe { display:block; }#Fo8eSSOFlCAbZmak2lb6udnVucGrgKRe > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANue5GPWgTX32auuQlrQS9ASg5nT5RQJ { width:17.5rem;height:9.8125rem;top:12.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d49t23PtQgcWrtaSEAiqKUWacsG8rs5u { width:17.5rem;height:9.25rem;top:24.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWLxqtywtSFkQPZwZ8K9bSNFKXxfNGsx { width:17.5rem;height:9.8125rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e88ee5df-19cc-420c-856c-8e542cf4c409/sideviewmanplayinggolf1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.adaptive-delivery-prevent-bg, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyload, #ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42.lazyloading { background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { background-color: transparent; background-image: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row > .video-iframe-container { display: none; }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .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); }#ocVJDIhlu80kCrJJTZ0TdJQPWZzmrg42 > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTvFatqHyxVkAtMalHLMVJSl3qT4HTbX { width:20rem;height:6rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xymi61wMtt3vZZomxLDk7du95DgXCHS4 { width:20rem;height:24.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquVFIqblZ9G8rFQAhGbpxGCIKGMm7w1 { width:17.75rem;height:4.94824375rem;top:3.337890625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9  { width:17.5rem;height:auto;top:8.8125rem;left:0rem; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 {display:block;}#O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 { width:17.5rem;height:auto;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #TWTUHqSekd9u24aGQiGlUav8tK8VvStT {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #cfJSBm0KAMzI3uf7kKrXJE7dFLfFwsn3 { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ZvnGkJQk8GS42bi6ii4aLfFfAx9zdS9x {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #ThqI2fpP8TqSeE4wxwLzJVIT0XHLKlc6 {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #oLRptug8Q4NrGDRyG03veTm4pNCWd46y { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #fPcxU4s32JpbCb8R9FXdQiqHf1G4KlHP {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #QVw8IQp1GpoWQK4cbx1q7lVTGRS6VRNQ {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #wlVbWBsMKbHeQR7TI0ED03TwypaqhycT { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #hzqVe6qWPKpIMqk2vt1TJZqk65mfv2Bo {  }
 }@media only screen and (max-width: 763px) { #uNcLfv7AzaXFlV4l2QsnN4xD9z14GcFT { display:block; }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #OOgOc0qmpQ54C57ZSx81PMQ5qEUTBnlN {  }
 }@media only screen and (max-width: 763px) { #O9GHs0kUZX4aPtKvKcmDO2TnnL4XbJm9 #UQ68l1OgLpH5SzfzCXLbUdFPHXE5EG0X {  }
 }@media only screen and (max-width: 763px) { #WBHpw4pgcXm4a96iV68oUTATsngoezDC { width:17.5rem;height:3.4375rem;top:27.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X79XhVV3tTcT6LCMOeTXnJFyTJr0drg6 { display:block; }
 }