.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#f9f7f8;background-image:none;font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uXz3GrCUxbQC0oiaozmREK8nvuMtuHx2 { background-color:#c30000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f9f7f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:43.75rem;left:32.40625rem;display:block; }
#K4J6EoiK3gZl2iVdS7bblXZ5qVamKJED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqo7LnUKDur2bQU5tzul6ceLssvZgtHm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:32.4375rem;top:3.3125rem;left:21.281250476837rem;overflow:hidden;display:block; }
#NBtwEfROrwiTNHvZmCVTQTRTPxUEfFMH { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"advent pro";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:16.1875rem;left:23.65625rem;height:24.4987125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk { position:relative;display:block; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk { background-color: transparent; background-image: none; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row .container > .video-iframe-container { display: none; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row > .video-iframe-container { display: none; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .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); }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk { border-width: 0; border-radius: 0; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;font-size:0.875rem;font-family:arial;height:109.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lGDrBTTOELtVxlqUHew39ZEqrT86s4tw { color:#004673;display:block;width:75rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DD6cwdcD8gc9eGceIs9assX2oTFTTTK3 { color:#666666;display:block;width:62.0625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:6.4687504768369rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSdeBhkBcoDRQWcXra5EqIXvefJ3Vbms { position:absolute;display:block;z-index:15002;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:49.875rem;left:52.375rem;display:block; }
#yHOby59DIaP5vKLT11dq6egICLAoR5zg { position:absolute;display:block;z-index:15000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:49.8125rem;left:37.375rem;display:block; }
#toGieIkH5xkuPsDHwIlUS45GpTKJQ72F { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:25.3125rem;top:43.1875rem;left:8.4375rem;overflow:hidden;display:block; }
#TNhEebBLRrIFIo1glTmUxCLszq0B3qG1 { position:absolute;display:block;z-index:15021;background-color:#727275;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:52.9375rem;left:7.5rem;display:block; }
#ukxUmeRZLlne2LSW8tDWtQDyIUCT8JeI { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:56.6875rem;left:7.5rem;display:block; }
#FHukVNyaCQwHMcf4DptWkQVU1JXfHx1w { color:#666666;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:57.5rem;left:53.25rem;height:4.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#PXnOURwTJbFrp2g1S7Stew83VimTsnSt { color:#666666;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:57.5rem;left:38.25rem;height:4.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#p9Qfd3kzIpMZyva4cHpxiBH2hznZqmsA { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:52.9375rem;left:38.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcFQxcLewrrN7Qppgm7XFaN9v0DV8Nrn { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:52.9375rem;left:53.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCBsF6QO8drsafCqTzbDGZTizm4ZTI27 { position:absolute;display:block;z-index:15000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:21.9375rem;left:7.5rem;display:block; }
#VLycVa6uQsbKggVWf68vdfr2l0Wu95tl { position:absolute;display:block;z-index:15002;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:22rem;left:22.5rem;display:block; }
#EgcULmh1eZJX6gvPUUocSMFL3LSU3ECr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:25.3125rem;top:15.375rem;left:40.5rem;overflow:hidden;display:block; }
#LKmeVIXzoOc9kefmQNfk1rzZht6p2wsQ { position:absolute;display:block;z-index:15021;background-color:#727275;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.0625rem;left:54.125rem;display:block; }
#ZBV5vtD2MF3OpfTzAcM9h2T7RcoTnOnq { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:28.8125rem;left:54.125rem;display:block; }
#NfsSZeFgendFsgCopFLTORuQMmE6SVkt { color:#666666;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.625rem;left:8.375rem;height:4.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yDp4yxTMvCtIDnd9JCdevUOlPC1n2hx8 { color:#666666;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.625rem;left:23.375rem;height:6.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#X8igDnxeQTmniTyOw3aPIZLOdKA5dplD { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:8.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2FsR76T8HfpKBuH4TBxgFKnav6cdCsi { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.0625rem;left:23.40625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zX5OPw7NTTbMFCNteZ0kXVX5irBoMXCb { position:absolute;display:block;z-index:15015;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:81.9375rem;left:22.5rem;display:block; }
#PXarD8XztDvT31dThSOCqdUgzM8EC77a { color:#666666;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:89.5625rem;left:23.375rem;height:6.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#iVbo1W3S9uRVRonuvn2wKoPz56TovxVJ { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:85.25rem;left:23.40625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4JbHo5HQrqBKszs9ix6EfQ1yg7iHEGA { position:absolute;display:block;z-index:15013;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:81.875rem;left:7.5rem;display:block; }
#CMs4vDqTig1q2CStAbTgJB7Qxabkpic0 { color:#666666;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:89.5625rem;left:8.4375rem;height:6.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JdWXP5vbtivUXDFOxr0hEhZQLqGScUAR { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:85.25rem;left:8.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCdiHB8ctWyF68T5QPp6QBKghdoD6P5E { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:18.862501144409rem;left:11.53125rem;overflow:hidden;display:block; }
#sTxzRnzNelMKGQRUeAc94DNqGTKGFXTg { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:18.862501144409rem;left:26.53125rem;overflow:hidden;display:block; }
#iFLwFbEExNGmTz6eqCCgLFLBWvA9hylX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:46.737499237061rem;left:41.40625rem;overflow:hidden;display:block; }
#p8QPiVeBrpl2iWNOHUrLemNBzxlUTWhp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:46.737499237061rem;left:56.40625rem;overflow:hidden;display:block; }
#gWyMA8gOIyXc8X3X8cIoxIXgKFFsP6qr { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:79rem;left:11.5rem;overflow:hidden;display:block; }
#mtNwvvc8pETR7bFiWT02SLrrIrd25Brw { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:79rem;left:26.5625rem;overflow:hidden;display:block; }
#NmCJd5Zv9csVDQpHgq73mJtzENI6u8pq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:25.3125rem;top:75.375rem;left:40.25rem;overflow:hidden;display:block; }
#TOsVuuXIJSWhvbneeNyUZXfGxL6MRrrO { position:absolute;display:block;z-index:15024;background-color:#727275;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:85.125rem;left:54.0625rem;display:block; }
#LOOOtZ5Vp4fDrwyuCfvrf5ZVmQrUNmdT { position:absolute;display:block;z-index:15025;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:88.875rem;left:54.0625rem;display:block; }
#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { position:relative;display:block; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { background-color: transparent; background-image: none; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container > .video-iframe-container { display: none; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row > .video-iframe-container { display: none; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .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); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { border-width: 0; border-radius: 0; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aa7d45;background-image:none;font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TeVXbwLogwnaXFvnXfH41LBXub1rRpHu { color:#f9f7f8;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1);top:7.375rem;left:29.9375rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#dENpawl0VXu7wynIVSJdO4B4JbZEVd8G { color:#f9f7f8;display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:12.875rem;left:21.1875rem;height:8.724625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dENpawl0VXu7wynIVSJdO4B4JbZEVd8G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dENpawl0VXu7wynIVSJdO4B4JbZEVd8G li:before{  }
#NEPkQQdqdxwLKvS8yOLOQaiFaLf22AQ3 { position:absolute;display:block;z-index:15007;background-color:#f9f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.5625rem;left:30.3125rem;display:block; }
#lrFl9vBlC7HIug7So0IK8MyNTw7LhelM { background-color:#c30000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f9f7f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:51.3125rem;left:30.9375rem;display:block; }
#tBG97Ig1QqUwVzSexcsu8t5220AZTS9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2EKDMBLbN8usqHHbbXL83oi8KEEPJh8 { box-sizing:content-box;height:51rem;width:45.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.55);background-image:none;top:4.25rem;left:14.625rem;display:block; }
#DbT36stSIyFLotprfesnHJ2ZZn0vdR5P { color:#f9f7f8;display:block;width:14.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:33.75rem;left:21.1875rem;height:;text-align:left;text-align-last:left;display:block; }#DbT36stSIyFLotprfesnHJ2ZZn0vdR5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DbT36stSIyFLotprfesnHJ2ZZn0vdR5P li:before{  }
#RUZoZxvbA0tn67K3dS5znQxbfsNWDAbw { color:#f9f7f8;display:block;width:13.3125rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1);top:28.25rem;left:29.9375rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#MltXlCNI7WveoRN6vh0DcSufi2OhhkR8 { position:absolute;display:block;z-index:15009;background-color:#f9f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:31.4375rem;left:30.3125rem;display:block; }
#BDqT5pp88xwCf3wB209CBW52hVASQW3H { color:#f9f7f8;display:block;width:19.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:33.8125rem;left:39.375rem;height:;display:block; }#BDqT5pp88xwCf3wB209CBW52hVASQW3H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BDqT5pp88xwCf3wB209CBW52hVASQW3H li:before{  }
#XpqmxwApThm9TEAqoe8UNIkILf7evtd2 { box-sizing:content-box;height:11.3125rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:35.8125rem;left:36.5rem;display:block; }
#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { display:block; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { background-color: transparent; background-image: none; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container > .video-iframe-container { display: none; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row > .video-iframe-container { display: none; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .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); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { border-width: 0; border-radius: 0; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container { background-color:#f9f7f8;background-image:none;width:75rem;height:55.25rem;font-size:0.875rem;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T4WfvGAN0HuTUXFgdfODiENtCxzyAsB0 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:notosanstc-bold;font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.125rem;left:9.5625rem;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; }
#qd6SnHAD12gweS5u5ZylS5L8nZPpfwty { color:#333333;display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30rem;left:9.5625rem;height:;font-style:normal;display:block; }#qd6SnHAD12gweS5u5ZylS5L8nZPpfwty li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qd6SnHAD12gweS5u5ZylS5L8nZPpfwty li:before{  }
#u1yVhyLhbKk7UUeMvsRZvEq2rS0GVE1F { position:absolute;display:block;z-index:15008;background-color:rgba(170,125,69,0.19);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:46.875rem;width:26.375rem;top:3.3125009536743rem;left:41.000002384186rem;display:block; }
#lGaUQexTWpP6WT3ndNlR8RipNOFgCe4i { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875019073486rem;left:43.250002384186rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-form-header {  }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:300;color:#000000;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .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:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c30000;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:3.3125rem;margin-bottom:0.25rem;margin-left:3.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:15.4375rem;height:3.125rem;font-family:"open sans";overflow:hidden; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .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; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;vertical-align:middle;font-family:"open sans";font-size:1rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:2;float:none; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-container:first-of-type{padding-top:0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-container:last-of-type{padding-bottom:0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:41.906252384186rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 {display:block;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:41.906252384186rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uhciX942dBGaq376cSEhXhkc9KxgGPB7 { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #IQy3OgJBTNVJmUvadg8PEGtUQAIcLIfz { position:relative;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #yUR2CBuINMa5GqGnJGTD8q327ICxgVQJ { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #gnVVLfu2c6Lu2KaoN9dC5fH42IKuEpb6 { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #gnVVLfu2c6Lu2KaoN9dC5fH42IKuEpb6 .container-column{width:50%;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #FEkzKLdsECtPAlMRxEgrWhWq0okaEg4v { position:relative;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #oi8kg8pDXWu7WCnVuQ0lkUw3KgVXM6sE { position:relative;z-index:2; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #Uo7VobbHKMtbPDWrlS2zFHRecadeZhV3 { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #utiAs4Jm8PlonmOfBR8W54yCuiIZKz1M { position:relative;z-index:2; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uZmRWLRMBM2Begs61FytMOs3lFsR8mJT { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XCBeFe32PrEvocdnZhaNHn83s0Jru0Tv { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XDDurRFQ7k0qdTTvPsTLf49ZuR5ybSwz { position:relative;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #kWdo3Hd9gweI6E3h5Jtdv7krqLTFtGnB { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uS98DvCQancIvvaZTRy7SJRDCnmyT9sA { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #BnQUPrNlcoSVJtTV01KMrFmvGyKsNDyC { position:relative;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #HWL1LTXzlHBfhaVEbbEsod1Mn6JT2TtC { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #lesVtgTddfFfComIqTllrxILa0oNfK8f { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #pSP1ysHlAv4MHK3NQ2nQfpmKpABRVFlQ { position:relative;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XUPsOmJ9vSkem1IUsE1mTKhSbk0fQFDR { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #D94uff8hkyiUZUg6FeC0pUs7Bi79Pyll { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #D1PT8fZULg2iGLUS7qHIadphkVVhtBn4 { position:relative;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #o5iQl5lqxDWIJqqAPTd7qJP3CIevbc5c { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #ebVD35LykLby7CMX5Wy10dVLtH3A9lgT { position:relative; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #yRdbNIAyXhWqib7Ktd2tngu3h5nlQaIi { position:relative; }
#VFPLFUo3d7D0RIix4XJEhhxTNEHfktTF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.875rem;left:9.6875rem;height:2.68125rem;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; }
#P98aFxIPhCnJlvNS0BLMOAo39MaTXV77 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:1.75rem;left:13.75rem;overflow:hidden;display:block; }
#hRb80E4IVw4BILTrrQyTRK8qHhpKD9tZ { position:absolute;display:block;z-index:15007;background-color:#f9f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.8125rem;left:8.8125rem;display:none; }
#KlzWNpco7sgbvu9CTRoeS8mxprvTEpZG { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:28.4921875rem;left:9.5625rem;display:block; }
#Fe906VOX2kiZaNqvGWzenHOEqKHpxJHT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:27.875rem;top:51.9375rem;left:25.547525882721rem;overflow:hidden;display:block; }
#IPfw5vakcQ9vAV8sst4EI0m9rtTyzpEZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:43.875rem;display:none; }
#ccwAVWMVvKXCEGZCehwSZqtTglIsumBC { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.6875003576281rem;left:46.479166507721rem;height:1.29948125rem;display:block; }
#gpRgoHsxLf86Kl3eGUmdSTi6n5N44h64 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.000001907349rem;left:45.000002384186rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXz3GrCUxbQC0oiaozmREK8nvuMtuHx2 { width:10.1875rem;height:1.875rem;top:43.75rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4J6EoiK3gZl2iVdS7bblXZ5qVamKJED { display:block; }
 }@media only screen and (max-width: 763px) { #yqo7LnUKDur2bQU5tzul6ceLssvZgtHm { top:3.3125rem;left:7.6562504768369rem;width:32.4375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBtwEfROrwiTNHvZmCVTQTRTPxUEfFMH { top:16.1875rem;left:10.031250476837rem;width:27.6875rem;height:24.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk { display:block; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGDrBTTOELtVxlqUHew39ZEqrT86s4tw { width:47.75rem;height:3.25rem;top:4.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD6cwdcD8gc9eGceIs9assX2oTFTTTK3 { width:47.75rem;height:1.9375rem;top:9.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdeBhkBcoDRQWcXra5EqIXvefJ3Vbms { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHOby59DIaP5vKLT11dq6egICLAoR5zg { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toGieIkH5xkuPsDHwIlUS45GpTKJQ72F { top:43.1875rem;left:0rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhEebBLRrIFIo1glTmUxCLszq0B3qG1 { top:52.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukxUmeRZLlne2LSW8tDWtQDyIUCT8JeI { top:56.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHukVNyaCQwHMcf4DptWkQVU1JXfHx1w { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnOURwTJbFrp2g1S7Stew83VimTsnSt { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Qfd3kzIpMZyva4cHpxiBH2hznZqmsA { top:52.9375rem;left:24.656252384186rem;width:12.5rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcFQxcLewrrN7Qppgm7XFaN9v0DV8Nrn { top:52.9375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBsF6QO8drsafCqTzbDGZTizm4ZTI27 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLycVa6uQsbKggVWf68vdfr2l0Wu95tl { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcULmh1eZJX6gvPUUocSMFL3LSU3ECr { top:15.375rem;left:22.4375rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKmeVIXzoOc9kefmQNfk1rzZht6p2wsQ { top:25.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBV5vtD2MF3OpfTzAcM9h2T7RcoTnOnq { top:28.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfsSZeFgendFsgCopFLTORuQMmE6SVkt { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDp4yxTMvCtIDnd9JCdevUOlPC1n2hx8 { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8igDnxeQTmniTyOw3aPIZLOdKA5dplD { top:25.0625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2FsR76T8HfpKBuH4TBxgFKnav6cdCsi { top:25.0625rem;left:9.78125rem;width:12.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5OPw7NTTbMFCNteZ0kXVX5irBoMXCb { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXarD8XztDvT31dThSOCqdUgzM8EC77a { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbo1W3S9uRVRonuvn2wKoPz56TovxVJ { top:85.25rem;left:9.78125rem;width:12.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4JbHo5HQrqBKszs9ix6EfQ1yg7iHEGA { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMs4vDqTig1q2CStAbTgJB7Qxabkpic0 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdWXP5vbtivUXDFOxr0hEhZQLqGScUAR { top:85.25rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdiHB8ctWyF68T5QPp6QBKghdoD6P5E { top:18.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTxzRnzNelMKGQRUeAc94DNqGTKGFXTg { top:18.8125rem;left:12.90625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLwFbEExNGmTz6eqCCgLFLBWvA9hylX { top:46.6875rem;left:27.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8QPiVeBrpl2iWNOHUrLemNBzxlUTWhp { top:46.6875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWyMA8gOIyXc8X3X8cIoxIXgKFFsP6qr { top:79rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtNwvvc8pETR7bFiWT02SLrrIrd25Brw { top:79rem;left:12.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmCJd5Zv9csVDQpHgq73mJtzENI6u8pq { top:75.375rem;left:22.4375rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOsVuuXIJSWhvbneeNyUZXfGxL6MRrrO { top:85.125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOOtZ5Vp4fDrwyuCfvrf5ZVmQrUNmdT { top:88.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { display:block; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeVXbwLogwnaXFvnXfH41LBXub1rRpHu { width:13.3125rem;height:2.75rem;top:7.375rem;left:16.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dENpawl0VXu7wynIVSJdO4B4JbZEVd8G { width:34.125rem;height:;top:12.875rem;left:7.5625004768369rem;font-size:1rem;display:block; }#dENpawl0VXu7wynIVSJdO4B4JbZEVd8G li:before{  }
 }@media only screen and (max-width: 763px) { #NEPkQQdqdxwLKvS8yOLOQaiFaLf22AQ3 { top:10.5625rem;left:16.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrFl9vBlC7HIug7So0IK8MyNTw7LhelM { width:12.5625rem;height:2.1875rem;top:51.3125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBG97Ig1QqUwVzSexcsu8t5220AZTS9A { display:block; }
 }@media only screen and (max-width: 763px) { #M2EKDMBLbN8usqHHbbXL83oi8KEEPJh8 { top:4.25rem;left:1rem;width:45.8125rem;height:51rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbT36stSIyFLotprfesnHJ2ZZn0vdR5P { top:33.75rem;left:7.5625rem;width:14.75rem;height:;font-size:1rem;display:block; }#DbT36stSIyFLotprfesnHJ2ZZn0vdR5P li:before{  }
 }@media only screen and (max-width: 763px) { #RUZoZxvbA0tn67K3dS5znQxbfsNWDAbw { width:13.3125rem;height:2.75rem;top:28.25rem;left:16.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MltXlCNI7WveoRN6vh0DcSufi2OhhkR8 { top:31.4375rem;left:16.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDqT5pp88xwCf3wB209CBW52hVASQW3H { top:33.8125rem;left:25.75rem;width:19.1875rem;height:;font-size:1rem;display:block; }#BDqT5pp88xwCf3wB209CBW52hVASQW3H li:before{  }
 }@media only screen and (max-width: 763px) { #XpqmxwApThm9TEAqoe8UNIkILf7evtd2 { top:35.8125rem;left:22.875rem;width:0.125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { display:block; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4WfvGAN0HuTUXFgdfODiENtCxzyAsB0 { width:24.375rem;height:;top:16.125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6SnHAD12gweS5u5ZylS5L8nZPpfwty { width:26.5rem;height:;top:30rem;left:0rem;font-size:1.125rem;display:block; }#qd6SnHAD12gweS5u5ZylS5L8nZPpfwty li:before{  }
 }@media only screen and (max-width: 763px) { #u1yVhyLhbKk7UUeMvsRZvEq2rS0GVE1F { width:26.375rem;height:46.875rem;top:3.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGaUQexTWpP6WT3ndNlR8RipNOFgCe4i { width:21.875rem;height:2.4375rem;top:5.1875rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.3125rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83  { width:22.0625rem;height:auto;top:8.375rem;left:23.1875rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 {display:block;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 { width:22.0625rem;height:auto;top:8.375rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uhciX942dBGaq376cSEhXhkc9KxgGPB7 {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #IQy3OgJBTNVJmUvadg8PEGtUQAIcLIfz { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #yUR2CBuINMa5GqGnJGTD8q327ICxgVQJ {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #gnVVLfu2c6Lu2KaoN9dC5fH42IKuEpb6 {  }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #gnVVLfu2c6Lu2KaoN9dC5fH42IKuEpb6 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #FEkzKLdsECtPAlMRxEgrWhWq0okaEg4v {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #oi8kg8pDXWu7WCnVuQ0lkUw3KgVXM6sE {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #Uo7VobbHKMtbPDWrlS2zFHRecadeZhV3 {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #utiAs4Jm8PlonmOfBR8W54yCuiIZKz1M {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uZmRWLRMBM2Begs61FytMOs3lFsR8mJT {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XCBeFe32PrEvocdnZhaNHn83s0Jru0Tv {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XDDurRFQ7k0qdTTvPsTLf49ZuR5ybSwz {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #kWdo3Hd9gweI6E3h5Jtdv7krqLTFtGnB {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uS98DvCQancIvvaZTRy7SJRDCnmyT9sA {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #BnQUPrNlcoSVJtTV01KMrFmvGyKsNDyC { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #HWL1LTXzlHBfhaVEbbEsod1Mn6JT2TtC {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #lesVtgTddfFfComIqTllrxILa0oNfK8f {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #pSP1ysHlAv4MHK3NQ2nQfpmKpABRVFlQ { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XUPsOmJ9vSkem1IUsE1mTKhSbk0fQFDR {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #D94uff8hkyiUZUg6FeC0pUs7Bi79Pyll {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #D1PT8fZULg2iGLUS7qHIadphkVVhtBn4 { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #o5iQl5lqxDWIJqqAPTd7qJP3CIevbc5c {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #ebVD35LykLby7CMX5Wy10dVLtH3A9lgT {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #yRdbNIAyXhWqib7Ktd2tngu3h5nlQaIi {  }
 }@media only screen and (max-width: 763px) { #VFPLFUo3d7D0RIix4XJEhhxTNEHfktTF { top:25.875rem;left:0rem;width:12.5rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P98aFxIPhCnJlvNS0BLMOAo39MaTXV77 { top:1.75rem;left:0.125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRb80E4IVw4BILTrrQyTRK8qHhpKD9tZ { top:8.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlzWNpco7sgbvu9CTRoeS8mxprvTEpZG { top:28.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe906VOX2kiZaNqvGWzenHOEqKHpxJHT { top:51.9375rem;left:11.922525882721rem;width:27.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPfw5vakcQ9vAV8sst4EI0m9rtTyzpEZ { width:43.875rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccwAVWMVvKXCEGZCehwSZqtTglIsumBC { top:9.6875rem;left:26.8125rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpRgoHsxLf86Kl3eGUmdSTi6n5N44h64 { top:48rem;left:29.375rem;width:18.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f9f7f8;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.4375rem;background-color:#f9f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXz3GrCUxbQC0oiaozmREK8nvuMtuHx2 { width:10.1875rem;height:1.875rem;top:38.625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4J6EoiK3gZl2iVdS7bblXZ5qVamKJED { display:block; }
 }@media only screen and (max-width: 763px) { #yqo7LnUKDur2bQU5tzul6ceLssvZgtHm { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBtwEfROrwiTNHvZmCVTQTRTPxUEfFMH { width:17.1875rem;height:23.09373125rem;top:13.6259765625rem;left:1.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk { display:block; }#mIvzdxs7gPiu5SVulU7gSlW9Zro4TNuk > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGDrBTTOELtVxlqUHew39ZEqrT86s4tw { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD6cwdcD8gc9eGceIs9assX2oTFTTTK3 { width:16.5rem;height:4.38671875rem;top:3.9375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdeBhkBcoDRQWcXra5EqIXvefJ3Vbms { width:14.3125rem;height:15.125rem;top:72rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHOby59DIaP5vKLT11dq6egICLAoR5zg { width:14.3125rem;height:15.125rem;top:51.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toGieIkH5xkuPsDHwIlUS45GpTKJQ72F { width:7.9375rem;height:7.9375rem;top:108.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNhEebBLRrIFIo1glTmUxCLszq0B3qG1 { width:12.5rem;height:12.5rem;top:111rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukxUmeRZLlne2LSW8tDWtQDyIUCT8JeI { width:12.5rem;height:12.5rem;top:114.75rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHukVNyaCQwHMcf4DptWkQVU1JXfHx1w { width:12.5rem;height:4.875rem;top:79.87500190735rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnOURwTJbFrp2g1S7Stew83VimTsnSt { width:12.5rem;height:4.875rem;top:59.75rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Qfd3kzIpMZyva4cHpxiBH2hznZqmsA { width:12.5rem;height:2.1125rem;top:56.875rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcFQxcLewrrN7Qppgm7XFaN9v0DV8Nrn { width:12.5rem;height:2.275rem;top:76.8125rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBsF6QO8drsafCqTzbDGZTizm4ZTI27 { width:14.3125rem;height:15.125rem;top:12.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLycVa6uQsbKggVWf68vdfr2l0Wu95tl { width:14.3125rem;height:15.125rem;top:31.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcULmh1eZJX6gvPUUocSMFL3LSU3ECr { width:16.625rem;height:16.625rem;top:50.8125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKmeVIXzoOc9kefmQNfk1rzZht6p2wsQ { width:12.5rem;height:12.5rem;top:51.875rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBV5vtD2MF3OpfTzAcM9h2T7RcoTnOnq { width:12.5rem;height:12.5rem;top:55.625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfsSZeFgendFsgCopFLTORuQMmE6SVkt { width:12.5rem;height:4.875rem;top:21.5625rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDp4yxTMvCtIDnd9JCdevUOlPC1n2hx8 { width:12.5rem;height:6.5rem;top:39.5rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8igDnxeQTmniTyOw3aPIZLOdKA5dplD { width:12.5rem;height:2.275rem;top:18.6875rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2FsR76T8HfpKBuH4TBxgFKnav6cdCsi { width:12.5rem;height:2.275rem;top:36.6875rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5OPw7NTTbMFCNteZ0kXVX5irBoMXCb { width:14.3125rem;height:15.125rem;top:112rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXarD8XztDvT31dThSOCqdUgzM8EC77a { width:12.5rem;height:6.5rem;top:119.75rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbo1W3S9uRVRonuvn2wKoPz56TovxVJ { width:12.5rem;height:2.275rem;top:116.8125rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4JbHo5HQrqBKszs9ix6EfQ1yg7iHEGA { width:14.3125rem;height:15.125rem;top:91.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMs4vDqTig1q2CStAbTgJB7Qxabkpic0 { width:12.5rem;height:6.5rem;top:99.2822265625rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdWXP5vbtivUXDFOxr0hEhZQLqGScUAR { width:12.5rem;height:2.275rem;top:96.3125rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdiHB8ctWyF68T5QPp6QBKghdoD6P5E { width:6.25rem;height:6.25rem;top:9.4375rem;left:6.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sTxzRnzNelMKGQRUeAc94DNqGTKGFXTg { width:6.25rem;height:6.25rem;top:28.624999046326rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLwFbEExNGmTz6eqCCgLFLBWvA9hylX { width:6.25rem;height:6.25rem;top:48.687499046326rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8QPiVeBrpl2iWNOHUrLemNBzxlUTWhp { width:6.25rem;height:6.25rem;top:68.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWyMA8gOIyXc8X3X8cIoxIXgKFFsP6qr { width:6.25rem;height:6.25rem;top:88.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtNwvvc8pETR7bFiWT02SLrrIrd25Brw { width:6.25rem;height:6.25rem;top:109.0625rem;left:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NmCJd5Zv9csVDQpHgq73mJtzENI6u8pq { width:20rem;height:20rem;top:191.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOsVuuXIJSWhvbneeNyUZXfGxL6MRrrO { width:12.5rem;height:12.5rem;top:201rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOOOtZ5Vp4fDrwyuCfvrf5ZVmQrUNmdT { width:12.5rem;height:12.5rem;top:214.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { display:block; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { background-color: transparent; background-image: none; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container > .video-iframe-container { display: none; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row > .video-iframe-container { display: none; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .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); }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A { border-width: 0; border-radius: 0; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv9TRW5mBAycKDVZyeQ4vN9V9ASdV58A > .row .container { width:20rem;height:57.5625rem;background-color:#aa7d45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeVXbwLogwnaXFvnXfH41LBXub1rRpHu { width:12.1875rem;height:2.275rem;top:2.5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #dENpawl0VXu7wynIVSJdO4B4JbZEVd8G { width:13.125rem;height:12.625rem;top:7.1875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:2;display:block; }#dENpawl0VXu7wynIVSJdO4B4JbZEVd8G li:before{  }
 }@media only screen and (max-width: 763px) { #NEPkQQdqdxwLKvS8yOLOQaiFaLf22AQ3 { width:12.5rem;height:0.125rem;top:5.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrFl9vBlC7HIug7So0IK8MyNTw7LhelM { width:10.1875rem;height:1.875rem;top:54.125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBG97Ig1QqUwVzSexcsu8t5220AZTS9A { display:block; }
 }@media only screen and (max-width: 763px) { #M2EKDMBLbN8usqHHbbXL83oi8KEEPJh8 { width:20rem;height:57.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbT36stSIyFLotprfesnHJ2ZZn0vdR5P { width:12rem;height:11.7864375rem;top:27.112500190735rem;left:3.875rem;font-size:1rem;display:block; }#DbT36stSIyFLotprfesnHJ2ZZn0vdR5P li:before{  }
 }@media only screen and (max-width: 763px) { #RUZoZxvbA0tn67K3dS5znQxbfsNWDAbw { width:13.3125rem;height:2.275rem;top:22.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MltXlCNI7WveoRN6vh0DcSufi2OhhkR8 { width:12.5rem;height:0.125rem;top:26rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDqT5pp88xwCf3wB209CBW52hVASQW3H { width:13.5rem;height:11.7864375rem;top:39.349998474121rem;left:3.875rem;font-size:1rem;display:block; }#BDqT5pp88xwCf3wB209CBW52hVASQW3H li:before{  }
 }@media only screen and (max-width: 763px) { #XpqmxwApThm9TEAqoe8UNIkILf7evtd2 { width:0.1875rem;height:8.3125rem;top:59.1875rem;left:15.97916662693rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { display:block; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { background-color: transparent; background-image: none; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container > .video-iframe-container { display: none; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row > .video-iframe-container { display: none; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .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); }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 { border-width: 0; border-radius: 0; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTdScVD31VdyTtDW4JHNIcMNDKbkKI34 > .row .container { width:20rem;height:85.25rem;background-color:#f9f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4WfvGAN0HuTUXFgdfODiENtCxzyAsB0 { width:15.5rem;height:6.3rem;top:14.5rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#c30000;display:block; }
 }@media only screen and (max-width: 763px) { #qd6SnHAD12gweS5u5ZylS5L8nZPpfwty { width:14.625rem;height:7.65625rem;top:25.4375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }#qd6SnHAD12gweS5u5ZylS5L8nZPpfwty li:before{  }
 }@media only screen and (max-width: 763px) { #u1yVhyLhbKk7UUeMvsRZvEq2rS0GVE1F { width:20rem;height:44.875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGaUQexTWpP6WT3ndNlR8RipNOFgCe4i { width:20rem;height:1.94986875rem;top:35.125000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83  { width:17.5rem;height:auto;top:37.097657203674rem;left:0rem; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 {display:block;}#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 { width:17.5rem;height:auto;top:37.097657203674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uhciX942dBGaq376cSEhXhkc9KxgGPB7 {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #IQy3OgJBTNVJmUvadg8PEGtUQAIcLIfz { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #yUR2CBuINMa5GqGnJGTD8q327ICxgVQJ {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #gnVVLfu2c6Lu2KaoN9dC5fH42IKuEpb6 {  }
#qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #gnVVLfu2c6Lu2KaoN9dC5fH42IKuEpb6 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #FEkzKLdsECtPAlMRxEgrWhWq0okaEg4v {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #oi8kg8pDXWu7WCnVuQ0lkUw3KgVXM6sE {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #Uo7VobbHKMtbPDWrlS2zFHRecadeZhV3 {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #utiAs4Jm8PlonmOfBR8W54yCuiIZKz1M {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uZmRWLRMBM2Begs61FytMOs3lFsR8mJT {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XCBeFe32PrEvocdnZhaNHn83s0Jru0Tv {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XDDurRFQ7k0qdTTvPsTLf49ZuR5ybSwz {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #kWdo3Hd9gweI6E3h5Jtdv7krqLTFtGnB {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #uS98DvCQancIvvaZTRy7SJRDCnmyT9sA {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #BnQUPrNlcoSVJtTV01KMrFmvGyKsNDyC { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #HWL1LTXzlHBfhaVEbbEsod1Mn6JT2TtC {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #lesVtgTddfFfComIqTllrxILa0oNfK8f {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #pSP1ysHlAv4MHK3NQ2nQfpmKpABRVFlQ { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #XUPsOmJ9vSkem1IUsE1mTKhSbk0fQFDR {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #D94uff8hkyiUZUg6FeC0pUs7Bi79Pyll {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #D1PT8fZULg2iGLUS7qHIadphkVVhtBn4 { display:block; }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #o5iQl5lqxDWIJqqAPTd7qJP3CIevbc5c {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #ebVD35LykLby7CMX5Wy10dVLtH3A9lgT {  }
 }@media only screen and (max-width: 763px) { #qQtIC1Ncpqr82R3y5JXI3nr4ddCndN83 #yRdbNIAyXhWqib7Ktd2tngu3h5nlQaIi {  }
 }@media only screen and (max-width: 763px) { #VFPLFUo3d7D0RIix4XJEhhxTNEHfktTF { width:12.5rem;height:1.86875rem;top:21.875rem;left:3.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P98aFxIPhCnJlvNS0BLMOAo39MaTXV77 { width:13.75rem;height:13.75rem;top:0.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRb80E4IVw4BILTrrQyTRK8qHhpKD9tZ { width:12.5rem;height:0.125rem;top:23.6875rem;left:3.625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KlzWNpco7sgbvu9CTRoeS8mxprvTEpZG { width:12.5rem;height:0.125rem;top:75.912109375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fe906VOX2kiZaNqvGWzenHOEqKHpxJHT { width:20rem;height:1.8834080717489rem;top:70.72265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPfw5vakcQ9vAV8sst4EI0m9rtTyzpEZ { top:79.087242126462rem;left:0rem;width:20rem;height:5.125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ccwAVWMVvKXCEGZCehwSZqtTglIsumBC { width:20rem;height:1.29948125rem;top:80.12500190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpRgoHsxLf86Kl3eGUmdSTi6n5N44h64 { width:18.375rem;height:1.29948125rem;top:75.909507751462rem;left:0.8125rem;font-size:1rem;display:block; }
 }