.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container { background-color: transparent; background-image: none; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container > .video-iframe-container { display: none; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row > .video-iframe-container { display: none; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .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); }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container { border-width: 0; border-radius: 0; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#IVyRBKgNnwH3LCPRrWy4NchQTT0xC3mE { 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:2.7498375rem;width:14.4995rem;top:0.87483721971512rem;left:1.2744140625rem;overflow:hidden;display:block; }
#CZidAdt4p1k1nfNQHcNRU2xgTvRMJdSI { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4375rem;left:33.6875rem;display:block; }
#EETtZO0cR25p1WNFeFMHSI938D7Dkm0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDTbW9Dqq379rnBbdOxHJnNibSTHEzIw { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4375rem;left:43.09375rem;display:block; }
#gEE2sxJs7NGBzV4oHf5c1AF25TX2GKN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4Xm6dTJSOgK7HFwmk27HuGKNGwGMQB7 { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.4375rem;left:52.21875rem;display:block; }
#p2yTVZLiot5fpPc8zLgIaidS3PxQ7F6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAoasFJgm75MmIFzXUAArhhF9qdboJlT { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.4375rem;left:58.03125rem;display:block; }
#To7h8XkQwr6xpETOiOB9UOwt5dkGPOp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxmTwafPoG4qkPtR63vn97cGaQAUTsXr { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.4375rem;left:65.40625rem;display:block; }
#DDfdWiuL8cpqIuJ90QvaAZHEWCEfE7TI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 { position:relative;display:none; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 { border-width: 0; border-radius: 0; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tdbJ3UbnihfxH7knhoHQm7tPHq66HJAC { 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:3.25rem;width:15.5rem;display:none; }
#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F { position:relative;display:none; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F { border-width: 0; border-radius: 0; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CCs0nHdkh2JwXk0kNgvcctJEyiekKKGV { 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:3.25rem;width:15.5rem;display:none; }
#E3vIWotJvubc0yMxRrakTKO3fzT1ZIHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#chtIQULhD56JlJKtbFzqK6U0TwkrQh7T { color:#ffffff;display:block;width:7.18675rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.600115776062rem;left:36.087242603302rem;height:1.2991875rem;display:none; }
#QebJeHAdAA9KoO1tPnrNyKEZbLUAUyo6 { color:#ffffff;display:block;width:6.6869375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.600115776062rem;left:44.835072040558rem;height:1.2991875rem;display:none; }
#BoascmcORppqK9T3krPKOQT4NcZWzDqD { color:#ffffff;display:block;width:3.68706875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.600115776062rem;left:53.39554643631rem;height:1.29964375rem;display:none; }
#XXs5pJFlrCGsdHuBDfguGlCOriVzzn9K { color:#ffffff;display:block;width:4.12464375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.600115776062rem;left:58.957615375519rem;height:1.2991875rem;display:none; }
#qOq9B4cQ2cQHeSVVmLTkb8xoXX8oRRAV { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.599392414093rem;left:64.524738788606rem;height:1.2991875rem;display:none; }
#lgLJbeRpyQiSuEW3LsW8rKAvEuswfsIe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container { background-color: transparent; background-image: none; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container > .video-iframe-container { display: none; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row > .video-iframe-container { display: none; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .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); }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container { border-width: 0; border-radius: 0; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#JmhSyLQWOALP2RxifTL90dQ5cpkr6zwu { color:#1a1a1a;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:19.979021072387rem;left:1.874276638031rem;height:5.0625rem;display:block; }
#e6J1XW7dbHMC5BA0XwaNRHQT2Qm53TC4 { 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:26.0619375rem;width:32.5621875rem;top:5.4181137084961rem;left:40.509262561798rem;overflow:hidden;display:block; }
#cLROXvqAVAC1F2JxMEOskcs980iGMvOl { color:#1a1a1a;display:block;width:33.8745rem;position:absolute;font-family:"times new roman";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.041233062744rem;left:1.874276638031rem;height:8.45rem;font-style:normal;display:block; }
#mGJs5QR88fQsAd66FqEd5drX1lFxoikZ { background-color:#d3b666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.999420166016rem;left:1.874276638031rem;display:block; }
#aGXdh1CtmmWPCLVdQAkTJLmddbx8H0SI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xoz057hnQqao45Vpiuz10ST3mKeCNJNH { position:absolute;display:block;z-index:15003;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:1.5625rem;width:8.5rem;top:6.6244215965269rem;left:1.872829914093rem;overflow:hidden;display:block; }
#qwipwDmIq3ThOSTNJsEyyUsUwVkMNbsP { color:#1a1a1a;display:block;width:17.374875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.748119831085rem;left:11.121962070465rem;height:1.31293125rem;display:block; }
#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh { position:relative;display:block; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh { background-color: transparent; background-image: none; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row .container > .video-iframe-container { display: none; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row > .video-iframe-container { display: none; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .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); }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh { border-width: 0; border-radius: 0; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U7MZouH45DFz9uFAkHL7et4qU7G4mz21 { color:#1a1a1a;display:block;width:33.8736875rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:20.562335014343rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv { position:relative;display:block; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv { background-color: transparent; background-image: none; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row .container > .video-iframe-container { display: none; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row > .video-iframe-container { display: none; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .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); }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv { border-width: 0; border-radius: 0; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xJEUT25UH7GRsDlFtuuHayhkyUmeUXO2 { color:#1a1a1a;display:block;width:9.749375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.3125rem;left:7.625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJmxwuJZWzWuWr6XCzgbuAErDTWD8Zoc { color:#1a1a1a;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.1875rem;left:4.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qf0yOJD22UB05to7kNx0yWXnxhuryH0d { position:absolute;display:block;z-index:15003;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:3.0625rem;width:3.0625rem;top:2.75rem;left:11rem;overflow:hidden;display:block; }
#T0pGMde1e4XW4PzupFL2vug01kPHeq44 { color:#1a1a1a;display:block;width:9.749375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.375rem;left:32.625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TedyspqvDJD1ST1JzJ4NobGTNoZKaNES { position:absolute;display:block;z-index:15006;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:3rem;width:2.9375rem;top:2.8125rem;left:36rem;overflow:hidden;display:block; }
#HcDI6KIrDvC0cbCGauLXkTkC6vSpOZqB { color:#1a1a1a;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.25rem;left:29.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3TQxINbRIU9NukH347ZIFdlUEKl97ip { color:#1a1a1a;display:block;width:13.74925rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3114876747131rem;left:55.623554706574rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXmNTABPTBSuTQEuKTzT46QyvPuPMdcT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:2.8125rem;left:61rem;overflow:hidden;display:block; }
#NZysOx7ZR375CzR4DOUyOg3FOZRJ8uEy { color:#1a1a1a;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.25rem;left:54.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 { position:relative;display:block; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 { background-color: transparent; background-image: none; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row .container > .video-iframe-container { display: none; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row > .video-iframe-container { display: none; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .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); }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 { border-width: 0; border-radius: 0; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u01pO9uIUhG4cZ0gXGlSqfHoTqk685sl { color:#1a1a1a;display:block;width:33.872875rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9274086952209rem;left:1.8131513595581rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Esz96Rb02mUKBcIp2EFb2GuymTmfx7u6 { color:#1a1a1a;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.3125rem;left:1.8131513595581rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTa9hLPVZENdQwJ9MenLX11ebH39b33d { position:absolute;display:block;z-index:15004;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:26.1873125rem;width:28.2495rem;top:2.9370145797729rem;left:44.499510765076rem;overflow:hidden;display:block; }
#LDbgysfpAZfNEwy0Py3gsdJqs2om28Is { background-color:#d3b666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3746875rem;height:2.999675rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.333492279052rem;left:1.8131513595581rem;display:block; }
#TbdK1mgkUedpM5JZs6bVA2pMcXkVOAym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzO68eTDKCK5obNKgTevq32510raR4ch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container { background-color: transparent; background-image: none; }#bzO68eTDKCK5obNKgTevq32510raR4ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container > .video-iframe-container { display: none; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row > .video-iframe-container { display: none; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .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); }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container { border-width: 0; border-radius: 0; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#CZ7HPbJ9KSRmc8NWZcP9THqlw8Jp3ndv { color:#1a1a1a;display:block;width:43.125rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9873046875rem;left:15.937499046326rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container { background-color: transparent; background-image: none; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container > .video-iframe-container { display: none; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row > .video-iframe-container { display: none; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .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); }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container { border-width: 0; border-radius: 0; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#RU5kqW0Qd4yxA9cABVy96tx4qqEmKtC3 { color:#1a1a1a;display:block;width:13.2495rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.8107089996337rem;left:3.21826171875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7dnx5UMcBcTfoUV7vclhPAIktspU7ib { position:absolute;display:block;z-index:15006;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.3125rem;width:2.25rem;top:3.8736972808838rem;left:3.21826171875rem;overflow:hidden;display:block; }
#R57Ol9yuUkXdro7sUxWTq2li3tXPyqZ2 { color:#1a1a1a;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3741855621337rem;left:3.21826171875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlC9XetSqsp5uuPc3zostRJAcn7pe7OM { box-sizing:content-box;height:17.25rem;width:21.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.8115234375rem;left:1.84326171875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;display:block; }
#VTSUThH62eOUnI8oVp3QsaPatNeWWwt3 { color:#1a1a1a;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.375rem;left:28.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IETThca0JoplQzTRkSVsDTE6sKGVGEtw { box-sizing:content-box;height:17.25rem;width:21.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.8123321533203rem;left:26.687010765076rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;display:block; }
#c40B3rUvkJRD4h7XSp6QPsccdLSsAxxN { color:#1a1a1a;display:block;width:13.2495rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.8125rem;left:28.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJ9uKWpcamEpJeNMHczshsFhaqiRe4QX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.1875rem;top:3.875rem;left:28.0625rem;overflow:hidden;display:block; }
#qQX506WROSIwA7A4ETk0ONKpbT3dphff { color:#1a1a1a;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.375rem;left:53.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezuVr0ZBUmGMpe6SqHLJWUyMW7LLpI7X { box-sizing:content-box;height:17.25rem;width:21.5625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:1.8125rem;left:51.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;display:block; }
#bXUNh5oxvRfIK1EOmvXPJ8wr7Li7dXv0 { color:#1a1a1a;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:6.81233215332rem;left:53.062335014343rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGmph37MTBVMhXk4x1vXevzicFd2ac3E { 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:2.25rem;width:2.1875rem;top:3.875rem;left:53.0625rem;overflow:hidden;display:block; }
#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container { background-color: transparent; background-image: none; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container > .video-iframe-container { display: none; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row > .video-iframe-container { display: none; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .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); }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container { border-width: 0; border-radius: 0; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#Bq6NpuJrIsc1GOzkrhKvEy20hObX5h7K { color:#1a1a1a;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.810707092285rem;left:3.2177734375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSWfkTi8kUEbKvxt1xXVdRxraleUXgcn { position:absolute;display:block;z-index:15006;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.25rem;width:2.1875rem;top:3.8736972808838rem;left:3.21826171875rem;overflow:hidden;display:block; }
#XZcOvfXSx3bCtO1WczwaTX5DkkykkmMk { color:#1a1a1a;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3741855621337rem;left:3.21826171875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbxCVVBpczsLrNuc5DkT3rSLQnFo2Grn { box-sizing:content-box;height:17.25rem;width:21.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.8115234375rem;left:1.84326171875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;display:block; }
#EkKc6K6hWwvOQA8IT5mW64LK7hEcMmaQ { color:#1a1a1a;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.375rem;left:28.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnFp0QtfbcHJgcTEQ8BVFQvUTw5sSVzg { box-sizing:content-box;height:17.25rem;width:21.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.8123321533203rem;left:26.687010765076rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;display:block; }
#er6ymnTmMN49A9b0JLKgGseysBNxpQhN { color:#1a1a1a;display:block;width:13.2495rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.8125rem;left:28.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MN9Thy5rboz7rbkw8sxxRmrFEdMk9RUq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:3.875rem;left:28.0625rem;overflow:hidden;display:block; }
#TDxOumKhuAGT4u11J5ZgohdNblyAe7sI { color:#1a1a1a;display:block;width:18.811875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.375rem;left:53.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uIeSI3LFpTlCoJOKgGuI68Lfh5TXrATI { box-sizing:content-box;height:17.25rem;width:21.5625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:1.8125rem;left:51.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;display:block; }
#PKPWAM0Zp0mHHh7c1vncUauxPfQmLbUw { color:#1a1a1a;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:6.81233215332rem;left:53.062335014343rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQSyDFU46gnbdEgXy29DXC6hhzJ2Eqwp { 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:2.1875rem;width:2.1875rem;top:3.875rem;left:53.0625rem;overflow:hidden;display:block; }
#SGetz9Ta6koUh2TTUDMF18zeDF7yR4e7 { background-color:#d3b666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.436875rem;height:2.999675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.83024084568rem;left:27.780760765076rem;display:block; }
#BNnOblHgWJhsMBz06eUqTzZKhQzuymeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r55tiTJM17BirMgLTryX0ZssAV57k2aS { position:relative;display:block; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS { background-color: transparent; background-image: none; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row .container > .video-iframe-container { display: none; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row > .video-iframe-container { display: none; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .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); }#r55tiTJM17BirMgLTryX0ZssAV57k2aS { border-width: 0; border-radius: 0; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ct5P8QbhKeR0KmF6qrc2nFiI1BG4N1GV { color:#000000;display:block;width:36.24925rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9453127384186rem;left:19.374277591706rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK1NOAtIDJJlJ1tXGokxqaLl2TZu4BkD { color:#1a1a1a;display:block;width:42.687375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.3502609729769rem;left:16.155237674713rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-form-header { font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:31.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .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:31.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .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:#d3b666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#1a1a1a;width:31.5625rem;height:3rem;font-family:"open sans";overflow:hidden; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH [class*="-text"]:-moz-placeholder { color:#36383f;font-family:"open sans";font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH [class*="-text"]::-moz-placeholder { color:#36383f;font-family:"open sans";font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH [class*="-text"]:-ms-input-placeholder { color:#36383f;font-family:"open sans";font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH [class*="-text"]::-webkit-input-placeholder { color:#36383f;font-family:"open sans";font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30.3125rem;overflow:hidden;font-style:normal;float:none; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .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; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-container:first-of-type{padding-top:0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-container:last-of-type{padding-bottom:0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.315628051757rem;left:20.467189788818rem;font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.5625rem;display:block;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .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; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH {display:block;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.315628051757rem;left:20.467189788818rem;font-size:0.875rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #fT4I7zQoz6InwiOaMsPC42iqT9lwW93N { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #wxTIDKRJziQ4gArvvZn8WXFrz2rBHATv { position:relative;display:none; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #SoIh0NDgh2zpakXpKaQ1xJuUHP8fMv8Q { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #ExWiaTKzs9gtEqB4r3CurbDFK673H94f { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #ETFqQq7EsQyBASFpFdEOTxdwHB6oX5PC { position:relative;display:none; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #dWrclbfWFvsqgKcKUUEkvpdlIea0wyp0 { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #Vpz95JE0S3S3W2BNgNxPotb7wbg07Ss1 { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #FTCEeb4wkagyqHEgGgcneIeEkQu5XikV { position:relative;display:none; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #LFEIpmQkDx1GTGMdI3tJWWh1vQZ1dcOg { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #wyKG8x3i9X1sxQR8hrW5rQpX9q3J5CkL { position:relative;display:block;z-index:15000; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #e8hcqhVHnav4zaJF3AZg6wwI3BIWQbFC { position:relative;display:block;z-index:15000; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #g3hC7p0MTVb2S2ZsNg7pKvUA1VD7PoxQ { position:relative; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #i07Ti5ZJBb0nN0sXmw0qmQNx80uJkJyO { position:relative; }
#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container { background-color: transparent; background-image: none; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container > .video-iframe-container { display: none; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row > .video-iframe-container { display: none; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .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); }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container { border-width: 0; border-radius: 0; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#KHgHVdJppwTh3u9X6tKlpzQFraF86Aqf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:28.1875rem;top:8.0338547229769rem;left:44.49942445755rem;overflow:hidden;display:block; }
#ZCv1vs5F3MHtaCTVon0UHE8B4tDuBMAf { color:#1a1a1a;display:block;width:29.4375rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2954289913177rem;left:1.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxyhtoVV3uPb9OdNHcKi5xe1xWzTt0sk { color:#1a1a1a;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.0338544845581rem;left:1.857638835907rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMTZEmLBAIGyZMpBvLosOZ4Oqu3SM8HQ { position:absolute;display:block;z-index:15007;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.3125rem;width:2.25rem;top:14.375rem;left:1.875rem;overflow:hidden;display:block; }
#QAcR82L6ch83dlEOopLbkqcK79D8v6ak { color:#1a1a1a;display:block;width:29.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:14.375rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEG6UtNREMrxConbaiRitqQWHPBtFT0s { color:#1a1a1a;display:block;width:29.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16rem;left:5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRgCwteHM2a67zP6Mo1fneyGcwgGfu0Z { color:#1a1a1a;display:block;width:29.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.625rem;left:5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGAP6zg78gHnZk1tbxryX6b31fxoTOdu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.1875rem;top:20rem;left:1.875rem;overflow:hidden;display:block; }
#aHktqkVXt7XVFdGuaLTv3HShhuIUUtUw { color:#1a1a1a;display:block;width:29.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:20rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#raq91WfuEQR4UmuuVTbgE6kyl8hQJuuo { color:#1a1a1a;display:block;width:29.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.9375rem;left:5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQ0LJ8ThuVtMaIRQBoJSZFXIut8OrLep { color:#1a1a1a;display:block;width:29.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:31.3125rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pg4xrv9GFHTvTRI0fUbmZLtxIFhpXRgT { color:#1a1a1a;display:block;width:29.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.3125rem;left:5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SBxKNpU1WpDsbaRKXX71CzT7xWTV8A9D { position:absolute;display:block;z-index:15016;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.1875rem;width:2.125rem;top:31.3125rem;left:1.875rem;overflow:hidden;display:block; }
#ca2OTNATqm857cRVFN1pvAAaRumvJe5T { position:absolute;display:block;z-index:15013;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.25rem;width:2.1875rem;top:25.6875rem;left:1.875rem;overflow:hidden;display:block; }
#Ir8sqVvg2ffZxeKTQlx5J6I3TbKBxXco { color:#1a1a1a;display:block;width:29.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:25.6875rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 { position:relative;display:block; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 { background-color: transparent; background-image: none; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row .container > .video-iframe-container { display: none; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row > .video-iframe-container { display: none; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .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); }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 { border-width: 0; border-radius: 0; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PsSTQp7wDge1QHh5khhtitdON7k1E0qc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.4375rem;width:41.75rem;top:13.4375rem;left:15.5927734375rem;display:block; }
#bFCNnKs1CGTzTCD8VWZrH5sr0rrD6byM { color:#1a1a1a;display:block;width:43.124rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:14.90625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USnvcUnDSxnyk52dtolJEbB0eZtZhKOW { color:#1a1a1a;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:9.8427734375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT9JEtwIwI7p2azCl4vMbWT0QRWlArM7 { background-color:#d3b666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.374rem;height:2.999025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39rem;left:27.7802734375rem;display:block; }
#f5Q1osJHoHFZWVEtiDsV13GGPTumpbxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container { background-color: transparent; background-image: none; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container > .video-iframe-container { display: none; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row > .video-iframe-container { display: none; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .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); }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container { border-width: 0; border-radius: 0; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#KEqC7KtGlwHeNhBbTx3VvfcuxZuW9zWs { color:#1a1a1a;display:block;width:43.12425rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8545945882797rem;left:15.937500476837rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container { background-color: transparent; background-image: none; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container > .video-iframe-container { display: none; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row > .video-iframe-container { display: none; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .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); }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container { border-width: 0; border-radius: 0; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#CuohDJDTh0bdSl12b7uATkKJUac9SBmV { position:absolute;display:block;z-index:15006;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.25rem;width:2.1875rem;top:3.1229743957519rem;left:3.2175927162171rem;overflow:hidden;display:block; }
#LXSB0iGP1CTmhRPmtT89UAiRaCAftFqg { color:#1a1a1a;display:block;width:18.8115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.9998559951783rem;left:3.0931715965271rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lc1yNpXKkWuuBSGLnw729oUewNM5t7T7 { box-sizing:content-box;height:19.5rem;width:21.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.8113441467285rem;left:1.8431715965271rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;border-top:0.0625rem solid rgba(26,26,26,0.12);border-left:0.0625rem solid rgba(26,26,26,0.12);border-right:0.0625rem solid rgba(26,26,26,0.12);border-bottom:0.0625rem solid rgba(26,26,26,0.12);display:block; }
#WXEHJ4MSf1T3dr5pUy71wEcQfBWu6r9P { 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:2rem;width:2rem;top:17.228579521179rem;left:3.0606188774109rem;overflow:hidden;display:block; }
#Bg2Z3qHIKeFbiH9XovoNcPyyGPaUmLWT { color:#1a1a1a;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.685330867768rem;left:5.9454569816589rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CodBXwAotXNCONVmy38NwuKLb45TU0ZN { color:#36383f;display:block;width:12.9369375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.147426128388rem;left:5.9050927162171rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a1ySpZCGgHepCrNxR5vMTKaL6hqJzG1d { position:absolute;display:block;z-index:15016;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:1.5625rem;width:1.5rem;top:18.023583889008rem;left:15.194590091706rem;overflow:hidden;display:block; }
#RpdqamR5HL5AT2k8aLHKwa2wgFoI22Pv { color:#1a1a1a;display:block;width:18.8115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.0625rem;left:28rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qm4arrVbUFXr5gDHIfNS0L57hMwvOATS { box-sizing:content-box;height:19.5rem;width:21.5625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:1.875rem;left:26.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;border-top:0.0625rem solid rgba(26,26,26,0.12);border-left:0.0625rem solid rgba(26,26,26,0.12);border-right:0.0625rem solid rgba(26,26,26,0.12);border-bottom:0.0625rem solid rgba(26,26,26,0.12);display:block; }
#Hl4XFPSTTsSGOrvMXPi2GWSo4VyzWbJl { color:#1a1a1a;display:block;width:12.9369375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:16.6875rem;left:31.030094623566rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mT7wsvkEm9pETPfKldyuHZ2LkXiffoyz { color:#36383f;display:block;width:12.9369375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.125rem;left:31.030094623566rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xQ6GAzSVXkwiovCsLwFNvNnDzMXOTxmX { 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:1.561775rem;width:1.49956875rem;top:17.996963024139rem;left:40.311779499054rem;overflow:hidden;display:block; }
#B2Ha8FSdRxKSG3T1EchqQ94NAxC0dWt8 { position:absolute;display:block;z-index:15022;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:1.9375rem;width:1.9375rem;top:17.258391857148rem;left:27.999134540558rem;overflow:hidden;display:block; }
#KXdvX9HaJWX6MzTQqPrwT054iRC5VobE { position:absolute;display:block;z-index:15013;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.25rem;width:2.1875rem;top:3.1875rem;left:28.125rem;overflow:hidden;display:block; }
#DI2SuprIouoZW7NnOMAzfpApm6IdGoS6 { box-sizing:content-box;height:19.5rem;width:21.5625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:1.8125rem;left:51.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(26,26,26,0.2) ;border-top:0.0625rem solid rgba(26,26,26,0.12);border-left:0.0625rem solid rgba(26,26,26,0.12);border-right:0.0625rem solid rgba(26,26,26,0.12);border-bottom:0.0625rem solid rgba(26,26,26,0.12);display:block; }
#xCZh8L6i9Ca9rFBwoR4J0tXzHh12HEJH { color:#1a1a1a;display:block;width:12.9369375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:16.625rem;left:56rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o674WTC3JSxnWvWURLsyu9TJt55hXcmM { color:#36383f;display:block;width:12.9369375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:18.0625rem;left:56rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Aob8VmrWTvngA5B3MUI0kkTJwASo3F3B { position:absolute;display:block;z-index:15030;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:1.561775rem;width:1.49956875rem;top:17.9375rem;left:65.3125rem;overflow:hidden;display:block; }
#EJUL7gckkDAq7rFAJDyrduTx3k8ssOQk { color:#1a1a1a;display:block;width:18.8115rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:6rem;left:53rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#udSfz9KOC1wLHGhHrR0dPf1wWS5D0lxR { position:absolute;display:block;z-index:15029;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:1.875rem;width:1.875rem;top:17.1875rem;left:53rem;overflow:hidden;display:block; }
#k3aa1Qo6IX2Eyd6Kv5L68neGzKGTA8NG { position:absolute;display:block;z-index:15020;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.25rem;width:2.1875rem;top:3.125rem;left:53.125rem;overflow:hidden;display:block; }
#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container { background-color: transparent; background-image: none; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container > .video-iframe-container { display: none; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row > .video-iframe-container { display: none; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .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); }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container { border-width: 0; border-radius: 0; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wehWJePT8hLzV4sMWGGGiu2GowyVv6sU { 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:3.25rem;width:15.5rem;top:1.9278984069824rem;left:1.75rem;overflow:hidden;display:block; }
#nGFl8fe5tEbvuvxnfrhSq9ouEezB6NAi { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.9584789276123rem;left:1.874276638031rem;height:3rem;display:block; }
#Isuu2WgeFx5B7fFk0Ze3kot7aS9tbhaw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.75rem;top:11.208822250366rem;left:1.875rem;overflow:hidden;display:block; }
#rPGNJs4ATTayTdMV05HT5hsAPrMaPreE { position:absolute;display:block;z-index:15003;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:1.8125rem;width:1.75rem;top:11.208822250366rem;left:4.9633779525757rem;overflow:hidden;display:block; }
#Fp034fCyxVbXcJEUnw5UruHS5zvqAXBX { position:absolute;display:block;z-index:15004;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:1.8125rem;width:1.75rem;top:11.208822250366rem;left:8.1502275466919rem;overflow:hidden;display:block; }
#rM2MRs6Pr673G4lQOHGQ1XtoDXV0OllX { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.0833339691162rem;left:53.374569416046rem;height:1.6875rem;display:block; }
#ugryhaV3XTXRPXkWwunuJmTvMbiPCJ1q { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.5515060424805rem;left:53.562645435333rem;height:3rem;display:block; }
#i0nGIa3T4eZbCpK2rzngT5z3JR3yFbVM { color:#ffffff;display:block;width:7.9996875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.061922073364rem;left:55.562069416046rem;height:1.5rem;display:block; }
#G3m7ZZfzbcLuSw6y8LRexe9Tbf3cSu7b { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.436777114868rem;left:55.562069416046rem;height:1.5rem;display:block; }
#RVJuLA89ZpLeeNUM0hgxT2pTWwq6WeQQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:9.9997119903562rem;left:53.374569416046rem;overflow:hidden;display:block; }
#bimb8tekr1VkaeDFMiGm5Bfuu3aX8uba { position:absolute;display:block;z-index:15006;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:1.4375rem;width:1.4375rem;top:12.499711990356rem;left:53.374569416046rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bTFohbpI7muTaisFxJDWpil5LTyklyB1 { display:block; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVyRBKgNnwH3LCPRrWy4NchQTT0xC3mE { top:0.8125rem;left:0rem;width:14.4375rem;height:2.7380791686782rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZidAdt4p1k1nfNQHcNRU2xgTvRMJdSI { width:7.625rem;height:1.625rem;top:1.4375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EETtZO0cR25p1WNFeFMHSI938D7Dkm0y { display:block; }
 }@media only screen and (max-width: 763px) { #nDTbW9Dqq379rnBbdOxHJnNibSTHEzIw { width:7.0625rem;height:1.625rem;top:1.4375rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEE2sxJs7NGBzV4oHf5c1AF25TX2GKN6 { display:block; }
 }@media only screen and (max-width: 763px) { #f4Xm6dTJSOgK7HFwmk27HuGKNGwGMQB7 { width:3.9375rem;height:1.625rem;top:1.4375rem;left:38.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2yTVZLiot5fpPc8zLgIaidS3PxQ7F6q { display:block; }
 }@media only screen and (max-width: 763px) { #MAoasFJgm75MmIFzXUAArhhF9qdboJlT { width:5.25rem;height:1.625rem;top:1.4375rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #To7h8XkQwr6xpETOiOB9UOwt5dkGPOp7 { display:block; }
 }@media only screen and (max-width: 763px) { #uxmTwafPoG4qkPtR63vn97cGaQAUTsXr { width:8.5rem;height:1.625rem;top:1.4375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDfdWiuL8cpqIuJ90QvaAZHEWCEfE7TI { display:block; }
 }@media only screen and (max-width: 763px) { #zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 { display:none; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tdbJ3UbnihfxH7knhoHQm7tPHq66HJAC { width:15.5rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F { display:none; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CCs0nHdkh2JwXk0kNgvcctJEyiekKKGV { width:15.5rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3vIWotJvubc0yMxRrakTKO3fzT1ZIHr { display:none; }
 }@media only screen and (max-width: 763px) { #chtIQULhD56JlJKtbFzqK6U0TwkrQh7T { top:1.5625rem;left:22.462242603302rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QebJeHAdAA9KoO1tPnrNyKEZbLUAUyo6 { top:1.5625rem;left:31.210072040558rem;width:6.625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoascmcORppqK9T3krPKOQT4NcZWzDqD { top:1.5625rem;left:39.77054643631rem;width:3.625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXs5pJFlrCGsdHuBDfguGlCOriVzzn9K { top:1.5625rem;left:43.6875rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOq9B4cQ2cQHeSVVmLTkb8xoXX8oRRAV { top:1.5625rem;left:39.3125rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgLJbeRpyQiSuEW3LsW8rKAvEuswfsIe { display:none; }
 }@media only screen and (max-width: 763px) { #AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN { display:block; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmhSyLQWOALP2RxifTL90dQ5cpkr6zwu { top:19.9375rem;left:0rem;width:30.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6J1XW7dbHMC5BA0XwaNRHQT2Qm53TC4 { top:5.375rem;left:15.25rem;width:32.5rem;height:26.012164224225rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLROXvqAVAC1F2JxMEOskcs980iGMvOl { top:10rem;left:0rem;width:33.8125rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJs5QR88fQsAd66FqEd5drX1lFxoikZ { width:17rem;height:3rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGXdh1CtmmWPCLVdQAkTJLmddbx8H0SI { display:block; }
 }@media only screen and (max-width: 763px) { #Xoz057hnQqao45Vpiuz10ST3mKeCNJNH { top:6.5625rem;left:0rem;width:8.5rem;height:1.5618324203096rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwipwDmIq3ThOSTNJsEyyUsUwVkMNbsP { top:6.6875rem;left:4.3094620704651rem;width:17.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh { display:block; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7MZouH45DFz9uFAkHL7et4qU7G4mz21 { top:3rem;left:6.9365224838256rem;width:33.8125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv { display:block; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJEUT25UH7GRsDlFtuuHayhkyUmeUXO2 { top:6.3125rem;left:3.0625rem;width:9.6875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJmxwuJZWzWuWr6XCzgbuAErDTWD8Zoc { top:9.1875rem;left:0.125rem;width:15.625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0yOJD22UB05to7kNx0yWXnxhuryH0d { top:2.75rem;left:6.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pGMde1e4XW4PzupFL2vug01kPHeq44 { top:6.375rem;left:18.9375rem;width:9.6875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedyspqvDJD1ST1JzJ4NobGTNoZKaNES { top:2.8125rem;left:22.3125rem;width:2.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcDI6KIrDvC0cbCGauLXkTkC6vSpOZqB { top:9.1875rem;left:15.999279499054rem;width:15.5625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TQxINbRIU9NukH347ZIFdlUEKl97ip { top:6.25rem;left:32.811054706574rem;width:13.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXmNTABPTBSuTQEuKTzT46QyvPuPMdcT { top:2.8125rem;left:38.1875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZysOx7ZR375CzR4DOUyOg3FOZRJ8uEy { top:9.25rem;left:31.875rem;width:15.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 { display:block; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u01pO9uIUhG4cZ0gXGlSqfHoTqk685sl { top:3.875rem;left:0rem;width:33.8125rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esz96Rb02mUKBcIp2EFb2GuymTmfx7u6 { top:10.3125rem;left:0rem;width:32.1875rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTa9hLPVZENdQwJ9MenLX11ebH39b33d { top:2.875rem;left:19.5625rem;width:28.1875rem;height:26.129838442937rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbgysfpAZfNEwy0Py3gsdJqs2om28Is { width:17.3125rem;height:2.9375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbdK1mgkUedpM5JZs6bVA2pMcXkVOAym { display:block; }
 }@media only screen and (max-width: 763px) { #bzO68eTDKCK5obNKgTevq32510raR4ch { display:block; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZ7HPbJ9KSRmc8NWZcP9THqlw8Jp3ndv { top:1.9375rem;left:2.3124990463257rem;width:43.125rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq { display:block; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU5kqW0Qd4yxA9cABVy96tx4qqEmKtC3 { top:6.75rem;left:0rem;width:13.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dnx5UMcBcTfoUV7vclhPAIktspU7ib { top:3.8125rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57Ol9yuUkXdro7sUxWTq2li3tXPyqZ2 { top:9.3125rem;left:0rem;width:18.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlC9XetSqsp5uuPc3zostRJAcn7pe7OM { top:1.75rem;left:0rem;width:21.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSUThH62eOUnI8oVp3QsaPatNeWWwt3 { top:9.375rem;left:13rem;width:18.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETThca0JoplQzTRkSVsDTE6sKGVGEtw { top:1.75rem;left:10.1875rem;width:21.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40B3rUvkJRD4h7XSp6QPsccdLSsAxxN { top:6.75rem;left:15.875rem;width:13.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ9uKWpcamEpJeNMHczshsFhaqiRe4QX { top:3.875rem;left:15.875rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQX506WROSIwA7A4ETk0ONKpbT3dphff { top:9.375rem;left:28.875rem;width:18.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezuVr0ZBUmGMpe6SqHLJWUyMW7LLpI7X { top:1.8125rem;left:26.0625rem;width:21.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUNh5oxvRfIK1EOmvXPJ8wr7Li7dXv0 { top:6.75rem;left:31.75rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGmph37MTBVMhXk4x1vXevzicFd2ac3E { top:3.875rem;left:31.75rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf { display:block; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq6NpuJrIsc1GOzkrhKvEy20hObX5h7K { top:6.75rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWfkTi8kUEbKvxt1xXVdRxraleUXgcn { top:3.8125rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcOvfXSx3bCtO1WczwaTX5DkkykkmMk { top:9.3125rem;left:0rem;width:18.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbxCVVBpczsLrNuc5DkT3rSLQnFo2Grn { top:1.75rem;left:0rem;width:21.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkKc6K6hWwvOQA8IT5mW64LK7hEcMmaQ { top:9.375rem;left:13rem;width:18.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnFp0QtfbcHJgcTEQ8BVFQvUTw5sSVzg { top:1.75rem;left:10.1875rem;width:21.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6ymnTmMN49A9b0JLKgGseysBNxpQhN { top:6.75rem;left:15.875rem;width:13.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN9Thy5rboz7rbkw8sxxRmrFEdMk9RUq { top:3.875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxOumKhuAGT4u11J5ZgohdNblyAe7sI { top:9.3125rem;left:28.875rem;width:18.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIeSI3LFpTlCoJOKgGuI68Lfh5TXrATI { top:1.8125rem;left:26.0625rem;width:21.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKPWAM0Zp0mHHh7c1vncUauxPfQmLbUw { top:6.75rem;left:31.6875rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQSyDFU46gnbdEgXy29DXC6hhzJ2Eqwp { top:3.875rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGetz9Ta6koUh2TTUDMF18zeDF7yR4e7 { width:19.375rem;height:2.9375rem;top:21.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNnOblHgWJhsMBz06eUqTzZKhQzuymeA { display:block; }
 }@media only screen and (max-width: 763px) { #r55tiTJM17BirMgLTryX0ZssAV57k2aS { display:block; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct5P8QbhKeR0KmF6qrc2nFiI1BG4N1GV { top:3.9375rem;left:5.7492775917053rem;width:36.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK1NOAtIDJJlJ1tXGokxqaLl2TZu4BkD { top:7.3125rem;left:2.5302376747131rem;width:42.625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-regular-label { width:31.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-text { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-textarea { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-select { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-button { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-checkbox-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH  { width:31.5625rem;height:auto;top:12.3125rem;left:6.8421897888181rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .radio-container { width:31.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH {display:block;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH { width:31.5625rem;height:auto;top:12.3125rem;left:6.8421897888181rem; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #fT4I7zQoz6InwiOaMsPC42iqT9lwW93N {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #wxTIDKRJziQ4gArvvZn8WXFrz2rBHATv {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #SoIh0NDgh2zpakXpKaQ1xJuUHP8fMv8Q {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #ExWiaTKzs9gtEqB4r3CurbDFK673H94f {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #ETFqQq7EsQyBASFpFdEOTxdwHB6oX5PC {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #dWrclbfWFvsqgKcKUUEkvpdlIea0wyp0 {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #Vpz95JE0S3S3W2BNgNxPotb7wbg07Ss1 {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #FTCEeb4wkagyqHEgGgcneIeEkQu5XikV {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #LFEIpmQkDx1GTGMdI3tJWWh1vQZ1dcOg {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #wyKG8x3i9X1sxQR8hrW5rQpX9q3J5CkL {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #e8hcqhVHnav4zaJF3AZg6wwI3BIWQbFC {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #g3hC7p0MTVb2S2ZsNg7pKvUA1VD7PoxQ {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #i07Ti5ZJBb0nN0sXmw0qmQNx80uJkJyO {  }
 }@media only screen and (max-width: 763px) { #em5TKJwo6p26n7sOocPpZNCREIfoEUy4 { display:block; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHgHVdJppwTh3u9X6tKlpzQFraF86Aqf { top:8rem;left:19.5625rem;width:28.1875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCv1vs5F3MHtaCTVon0UHE8B4tDuBMAf { top:4.25rem;left:0rem;width:29.375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxyhtoVV3uPb9OdNHcKi5xe1xWzTt0sk { top:8rem;left:0rem;width:30rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTZEmLBAIGyZMpBvLosOZ4Oqu3SM8HQ { top:14.375rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAcR82L6ch83dlEOopLbkqcK79D8v6ak { top:14.3125rem;left:0rem;width:29.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEG6UtNREMrxConbaiRitqQWHPBtFT0s { top:16rem;left:0rem;width:29.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgCwteHM2a67zP6Mo1fneyGcwgGfu0Z { top:21.625rem;left:0rem;width:29.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGAP6zg78gHnZk1tbxryX6b31fxoTOdu { top:20rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHktqkVXt7XVFdGuaLTv3HShhuIUUtUw { top:19.9375rem;left:0rem;width:29.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raq91WfuEQR4UmuuVTbgE6kyl8hQJuuo { top:32.9375rem;left:0rem;width:29.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0LJ8ThuVtMaIRQBoJSZFXIut8OrLep { top:31.25rem;left:0rem;width:29.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg4xrv9GFHTvTRI0fUbmZLtxIFhpXRgT { top:27.3125rem;left:0rem;width:29.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBxKNpU1WpDsbaRKXX71CzT7xWTV8A9D { top:31.3125rem;left:0rem;width:2.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2OTNATqm857cRVFN1pvAAaRumvJe5T { top:25.6875rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8sqVvg2ffZxeKTQlx5J6I3TbKBxXco { top:25.625rem;left:0rem;width:29.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 { display:block; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsSTQp7wDge1QHh5khhtitdON7k1E0qc { top:13.4375rem;left:1.9677734375rem;width:41.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCNnKs1CGTzTCD8VWZrH5sr0rrD6byM { top:3.4375rem;left:1.28125rem;width:43.0625rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USnvcUnDSxnyk52dtolJEbB0eZtZhKOW { top:7.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9JEtwIwI7p2azCl4vMbWT0QRWlArM7 { width:17.3125rem;height:2.9375rem;top:39rem;left:14.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Q1osJHoHFZWVEtiDsV13GGPTumpbxF { display:block; }
 }@media only screen and (max-width: 763px) { #oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a { display:block; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEqC7KtGlwHeNhBbTx3VvfcuxZuW9zWs { top:4.8125rem;left:2.3125004768372rem;width:43.0625rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWvc0TriF1hMzlo7vgJ179vSC8wIwStd { display:block; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuohDJDTh0bdSl12b7uATkKJUac9SBmV { top:3.0625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSB0iGP1CTmhRPmtT89UAiRaCAftFqg { top:5.9375rem;left:0rem;width:18.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc1yNpXKkWuuBSGLnw729oUewNM5t7T7 { top:1.75rem;left:0rem;width:21.5625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXEHJ4MSf1T3dr5pUy71wEcQfBWu6r9P { top:17.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2Z3qHIKeFbiH9XovoNcPyyGPaUmLWT { top:16.625rem;left:1.3829569816589rem;width:12.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CodBXwAotXNCONVmy38NwuKLb45TU0ZN { top:18.125rem;left:1.3425927162171rem;width:12.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ySpZCGgHepCrNxR5vMTKaL6hqJzG1d { top:18rem;left:10.632090091706rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpdqamR5HL5AT2k8aLHKwa2wgFoI22Pv { top:6.0625rem;left:13rem;width:18.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4arrVbUFXr5gDHIfNS0L57hMwvOATS { top:1.875rem;left:10.125rem;width:21.5625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4XFPSTTsSGOrvMXPi2GWSo4VyzWbJl { top:16.6875rem;left:17.341796875rem;width:12.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7wsvkEm9pETPfKldyuHZ2LkXiffoyz { top:18.125rem;left:17.3125rem;width:12.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ6GAzSVXkwiovCsLwFNvNnDzMXOTxmX { top:17.9375rem;left:26.624279499054rem;width:1.4375rem;height:1.4971314669634rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Ha8FSdRxKSG3T1EchqQ94NAxC0dWt8 { top:17.25rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdvX9HaJWX6MzTQqPrwT054iRC5VobE { top:3.1875rem;left:15.875rem;width:2.125rem;height:2.1861595557385rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2SuprIouoZW7NnOMAzfpApm6IdGoS6 { top:1.8125rem;left:25.9375rem;width:21.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCZh8L6i9Ca9rFBwoR4J0tXzHh12HEJH { top:16.625rem;left:33.1875rem;width:12.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o674WTC3JSxnWvWURLsyu9TJt55hXcmM { top:18.0625rem;left:33.1875rem;width:12.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aob8VmrWTvngA5B3MUI0kkTJwASo3F3B { top:17.9375rem;left:42.5rem;width:1.4375rem;height:1.4964424667926rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJUL7gckkDAq7rFAJDyrduTx3k8ssOQk { top:6rem;left:28.875rem;width:18.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSfz9KOC1wLHGhHrR0dPf1wWS5D0lxR { top:17.1875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aa1Qo6IX2Eyd6Kv5L68neGzKGTA8NG { top:3.125rem;left:31.75rem;width:2.125rem;height:2.1861595557385rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f { display:block; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wehWJePT8hLzV4sMWGGGiu2GowyVv6sU { top:1.875rem;left:0rem;width:15.5rem;height:3.2495780156858rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFl8fe5tEbvuvxnfrhSq9ouEezB6NAi { top:5.9375rem;left:0rem;width:23.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isuu2WgeFx5B7fFk0Ze3kot7aS9tbhaw { top:11.1875rem;left:0rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGNJs4ATTayTdMV05HT5hsAPrMaPreE { top:11.1875rem;left:0rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp034fCyxVbXcJEUnw5UruHS5zvqAXBX { top:11.1875rem;left:0rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM2MRs6Pr673G4lQOHGQ1XtoDXV0OllX { top:3.0625rem;left:28.6875rem;width:19.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugryhaV3XTXRPXkWwunuJmTvMbiPCJ1q { top:5.5rem;left:29.75rem;width:18rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0nGIa3T4eZbCpK2rzngT5z3JR3yFbVM { top:10rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3m7ZZfzbcLuSw6y8LRexe9Tbf3cSu7b { top:12.375rem;left:35.125rem;width:12.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVJuLA89ZpLeeNUM0hgxT2pTWwq6WeQQ { top:9.9375rem;left:39.749569416046rem;width:1.5rem;height:1.5622241394401rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimb8tekr1VkaeDFMiGm5Bfuu3aX8uba { top:12.4375rem;left:39.749569416046rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bTFohbpI7muTaisFxJDWpil5LTyklyB1 { position:relative;z-index:auto;display:none; }#bTFohbpI7muTaisFxJDWpil5LTyklyB1 > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IVyRBKgNnwH3LCPRrWy4NchQTT0xC3mE { width:14.4375rem;height:2.7378233692255rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZidAdt4p1k1nfNQHcNRU2xgTvRMJdSI { width:8.5rem;height:1.625rem;top:5.236582888031rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EETtZO0cR25p1WNFeFMHSI938D7Dkm0y { display:block; }
 }@media only screen and (max-width: 763px) { #nDTbW9Dqq379rnBbdOxHJnNibSTHEzIw { width:8.5rem;height:1.625rem;top:8.1115828880313rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEE2sxJs7NGBzV4oHf5c1AF25TX2GKN6 { display:block; }
 }@media only screen and (max-width: 763px) { #f4Xm6dTJSOgK7HFwmk27HuGKNGwGMQB7 { width:8.5rem;height:1.625rem;top:10.986582888031rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2yTVZLiot5fpPc8zLgIaidS3PxQ7F6q { display:block; }
 }@media only screen and (max-width: 763px) { #MAoasFJgm75MmIFzXUAArhhF9qdboJlT { width:8.5rem;height:1.625rem;top:13.861582888031rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To7h8XkQwr6xpETOiOB9UOwt5dkGPOp7 { display:block; }
 }@media only screen and (max-width: 763px) { #uxmTwafPoG4qkPtR63vn97cGaQAUTsXr { width:8.5rem;height:1.625rem;top:16.736582888031rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDfdWiuL8cpqIuJ90QvaAZHEWCEfE7TI { display:block; }
 }@media only screen and (max-width: 763px) { #zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container { background-color: transparent; background-image: none; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container > .video-iframe-container { display: none; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row > .video-iframe-container { display: none; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .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); }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container { border-width: 0; border-radius: 0; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgulWhyTgWlqLz0ymUdOEEQopLfqBJ32 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdbJ3UbnihfxH7knhoHQm7tPHq66HJAC { top:1.0626142024994rem;left:4.3424479961395rem;width:11.3115rem;height:2.3112rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F > .row .container { border-width: 0; border-radius: 0; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGIgbLsrkGWpk9GQinXLeLFpcpcWS56F > .row .container { width:20rem;height:21.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CCs0nHdkh2JwXk0kNgvcctJEyiekKKGV { top:2.0623555183411rem;left:0.62427663803101rem;width:10.9996875rem;height:2.2497125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E3vIWotJvubc0yMxRrakTKO3fzT1ZIHr { display:flex;top:2.3111979961395rem;left:17.328560590744rem;width:1.75rem;height:1.75rem;z-index:15001;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #chtIQULhD56JlJKtbFzqK6U0TwkrQh7T { width:7.1238125rem;height:1.2991875rem;top:5.5rem;left:12rem;font-size:1rem;z-index:15006;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QebJeHAdAA9KoO1tPnrNyKEZbLUAUyo6 { width:6.624rem;height:1.2991875rem;top:8.1864871978763rem;left:12.500000715256rem;font-size:1rem;z-index:15007;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BoascmcORppqK9T3krPKOQT4NcZWzDqD { width:3.62485625rem;height:1.2991875rem;top:10.68648815155rem;left:15.499132871628rem;font-size:1rem;z-index:15008;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XXs5pJFlrCGsdHuBDfguGlCOriVzzn9K { width:4.06105625rem;height:1.2991875rem;top:13.124277114868rem;left:15.06293463707rem;font-size:1rem;z-index:15009;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qOq9B4cQ2cQHeSVVmLTkb8xoXX8oRRAV { width:8.4360625rem;height:1.2991875rem;top:16.186344146729rem;left:10.68793463707rem;font-size:1rem;z-index:15010;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lgLJbeRpyQiSuEW3LsW8rKAvEuswfsIe { display:flex;top:19.198496341706rem;left:17.234520673752rem;width:1.5rem;height:1.5rem;z-index:15011;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN { display:block; }#AT1iVtVcZe1nbevtfEzfnM2h9hdUTPWN > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmhSyLQWOALP2RxifTL90dQ5cpkr6zwu { width:19.9985625rem;height:8.4375rem;top:17.124422073364rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6J1XW7dbHMC5BA0XwaNRHQT2Qm53TC4 { width:19.9985625rem;height:15.999rem;top:33.311630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLROXvqAVAC1F2JxMEOskcs980iGMvOl { width:18.4375rem;height:4.875rem;top:8.6708984375rem;left:0.78125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mGJs5QR88fQsAd66FqEd5drX1lFxoikZ { width:16.9994375rem;height:2.99985625rem;top:27.437067031861rem;left:1.4995660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGXdh1CtmmWPCLVdQAkTJLmddbx8H0SI { display:block; }
 }@media only screen and (max-width: 763px) { #Xoz057hnQqao45Vpiuz10ST3mKeCNJNH { width:8.5rem;height:1.5618324203096rem;top:3.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwipwDmIq3ThOSTNJsEyyUsUwVkMNbsP { width:17.3119375rem;height:1.31293125rem;top:5.9375rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh { display:block; }#SQKF7S2kCQF6ZqiuuQ1K3wfHBH8dC1wh > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7MZouH45DFz9uFAkHL7et4qU7G4mz21 { width:17.5621875rem;height:4.548825rem;top:2.3806419372559rem;left:1.2174479961395rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv { display:block; }#whTbt4FJy0tZ0bZzWEt5yNDCGq1PF3iv > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJEUT25UH7GRsDlFtuuHayhkyUmeUXO2 { width:9.6860625rem;height:2.0625rem;top:3.8113441467285rem;left:5.1562502384186rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJmxwuJZWzWuWr6XCzgbuAErDTWD8Zoc { width:15.6235625rem;height:4.5rem;top:6.4364891052244rem;left:2.186053276062rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0yOJD22UB05to7kNx0yWXnxhuryH0d { width:1.99941875rem;height:1.99941875rem;top:1.2484092712402rem;left:8.9988429546356rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pGMde1e4XW4PzupFL2vug01kPHeq44 { width:9.6860625rem;height:2.0625rem;top:15.9375rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedyspqvDJD1ST1JzJ4NobGTNoZKaNES { width:1.99941875rem;height:1.99941875rem;top:13.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcDI6KIrDvC0cbCGauLXkTkC6vSpOZqB { width:15.6235625rem;height:4.5rem;top:18.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TQxINbRIU9NukH347ZIFdlUEKl97ip { width:14.4994375rem;height:2.0625rem;top:28.436777114868rem;left:2.7488427162171rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXmNTABPTBSuTQEuKTzT46QyvPuPMdcT { width:1.99941875rem;height:1.99941875rem;top:25.874858856201rem;left:8.9995667934419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZysOx7ZR375CzR4DOUyOg3FOZRJ8uEy { width:15.6235625rem;height:4.5rem;top:31.124423980713rem;left:2.186776638031rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 { display:block; }#P496HT2G6RbXAwGDeXZrpqu8P2nAVdB9 > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u01pO9uIUhG4cZ0gXGlSqfHoTqk685sl { width:19.9985625rem;height:9.097625rem;top:1.811339341104rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Esz96Rb02mUKBcIp2EFb2GuymTmfx7u6 { width:19.99925rem;height:18rem;top:12.8993125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTa9hLPVZENdQwJ9MenLX11ebH39b33d { width:19.99925rem;height:18.5395rem;top:38.452692985534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbgysfpAZfNEwy0Py3gsdJqs2om28Is { width:17.3119375rem;height:2.93691875rem;top:33.268230438233rem;left:1.3433160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbdK1mgkUedpM5JZs6bVA2pMcXkVOAym { display:block; }
 }@media only screen and (max-width: 763px) { #bzO68eTDKCK5obNKgTevq32510raR4ch { display:block; }#bzO68eTDKCK5obNKgTevq32510raR4ch > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZ7HPbJ9KSRmc8NWZcP9THqlw8Jp3ndv { width:16.9994375rem;height:9.0976625rem;top:3.3854160308838rem;left:1.4995660781861rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq { display:block; }#kIuZ5ifTrn8Rau3qupEH3f0glS4co1Tq > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU5kqW0Qd4yxA9cABVy96tx4qqEmKtC3 { width:13.1865rem;height:1.875rem;top:7.4367752075194rem;left:1.3744211196899rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dnx5UMcBcTfoUV7vclhPAIktspU7ib { width:2.2497125rem;height:2.31191875rem;top:4.4991302490234rem;left:1.3744211196899rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57Ol9yuUkXdro7sUxWTq2li3tXPyqZ2 { width:17.5rem;height:7.5rem;top:9.9997100830075rem;left:1.2514375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlC9XetSqsp5uuPc3zostRJAcn7pe7OM { width:19.99925rem;height:17.2496875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSUThH62eOUnI8oVp3QsaPatNeWWwt3 { width:17.687375rem;height:7.5rem;top:28.748713897705rem;left:1.3751449584961rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETThca0JoplQzTRkSVsDTE6sKGVGEtw { width:19.99925rem;height:17.2496875rem;top:21.1865rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40B3rUvkJRD4h7XSp6QPsccdLSsAxxN { width:13.1865rem;height:1.875rem;top:26.186503814697rem;left:1.3751449584961rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ9uKWpcamEpJeNMHczshsFhaqiRe4QX { width:2.186775rem;height:2.25043125rem;top:23.248858856201rem;left:1.3751449584961rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQX506WROSIwA7A4ETk0ONKpbT3dphff { width:17.49925rem;height:7.5rem;top:47.247713897705rem;left:1.3751449584961rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezuVr0ZBUmGMpe6SqHLJWUyMW7LLpI7X { width:19.99925rem;height:17.2496875rem;top:39.6855rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUNh5oxvRfIK1EOmvXPJ8wr7Li7dXv0 { width:15.9360625rem;height:1.875rem;top:44.685503814697rem;left:1.3751449584961rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGmph37MTBVMhXk4x1vXevzicFd2ac3E { width:2.186775rem;height:2.25043125rem;top:41.747858856201rem;left:1.3751449584961rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf { display:block; }#RSxSXyTTks7yrNavnkiqhTUBTxw1lsNf > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq6NpuJrIsc1GOzkrhKvEy20hObX5h7K { width:16.87425rem;height:1.875rem;top:6.2492828369141rem;left:1.3744211196899rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWfkTi8kUEbKvxt1xXVdRxraleUXgcn { width:2.1875rem;height:2.2504583662014rem;top:3.3116302490234rem;left:1.3744211196899rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcOvfXSx3bCtO1WczwaTX5DkkykkmMk { width:17.5625rem;height:7.5rem;top:8.8114776611325rem;left:1.250723361969rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbxCVVBpczsLrNuc5DkT3rSLQnFo2Grn { width:20rem;height:17.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkKc6K6hWwvOQA8IT5mW64LK7hEcMmaQ { width:17.875rem;height:7.5rem;top:27.311920166016rem;left:1.250723361969rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnFp0QtfbcHJgcTEQ8BVFQvUTw5sSVzg { width:20rem;height:17.25rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6ymnTmMN49A9b0JLKgGseysBNxpQhN { width:13.1871875rem;height:1.875rem;top:24.75rem;left:1.3751449584961rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN9Thy5rboz7rbkw8sxxRmrFEdMk9RUq { width:2.1875rem;height:2.1875rem;top:21.812362670899rem;left:1.3751449584961rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxOumKhuAGT4u11J5ZgohdNblyAe7sI { width:17.875rem;height:7.5rem;top:46.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIeSI3LFpTlCoJOKgGuI68Lfh5TXrATI { width:20rem;height:17.25rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKPWAM0Zp0mHHh7c1vncUauxPfQmLbUw { width:15.93675rem;height:1.875rem;top:43.8125rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQSyDFU46gnbdEgXy29DXC6hhzJ2Eqwp { width:2.1875rem;height:2.1875rem;top:40.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGetz9Ta6koUh2TTUDMF18zeDF7yR4e7 { width:19.3735625rem;height:2.9362rem;top:57.748846054077rem;left:0.31177657842636rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNnOblHgWJhsMBz06eUqTzZKhQzuymeA { display:block; }
 }@media only screen and (max-width: 763px) { #r55tiTJM17BirMgLTryX0ZssAV57k2aS { display:block; }#r55tiTJM17BirMgLTryX0ZssAV57k2aS > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct5P8QbhKeR0KmF6qrc2nFiI1BG4N1GV { width:17.374875rem;height:4.548825rem;top:2.607084274292rem;left:1.3107639551162rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK1NOAtIDJJlJ1tXGokxqaLl2TZu4BkD { width:19.9985625rem;height:7.5rem;top:10.124421834946rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH  { width:17.5rem;height:auto;top:18.93408203125rem;left:0rem; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH .widget-info-text { font-family:"open sans";font-weight:300;font-style:normal; }
#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH {display:block;}#G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH { width:17.5rem;height:auto;top:18.93408203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #fT4I7zQoz6InwiOaMsPC42iqT9lwW93N {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #wxTIDKRJziQ4gArvvZn8WXFrz2rBHATv { display:none; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #SoIh0NDgh2zpakXpKaQ1xJuUHP8fMv8Q {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #ExWiaTKzs9gtEqB4r3CurbDFK673H94f {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #ETFqQq7EsQyBASFpFdEOTxdwHB6oX5PC { display:none; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #dWrclbfWFvsqgKcKUUEkvpdlIea0wyp0 {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #Vpz95JE0S3S3W2BNgNxPotb7wbg07Ss1 {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #FTCEeb4wkagyqHEgGgcneIeEkQu5XikV { display:none; }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #LFEIpmQkDx1GTGMdI3tJWWh1vQZ1dcOg {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #wyKG8x3i9X1sxQR8hrW5rQpX9q3J5CkL {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #e8hcqhVHnav4zaJF3AZg6wwI3BIWQbFC {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #g3hC7p0MTVb2S2ZsNg7pKvUA1VD7PoxQ {  }
 }@media only screen and (max-width: 763px) { #G1cF4WHh5JBhnuW7nbwp1Tswdr4WSyZH #i07Ti5ZJBb0nN0sXmw0qmQNx80uJkJyO {  }
 }@media only screen and (max-width: 763px) { #em5TKJwo6p26n7sOocPpZNCREIfoEUy4 { display:block; }#em5TKJwo6p26n7sOocPpZNCREIfoEUy4 > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHgHVdJppwTh3u9X6tKlpzQFraF86Aqf { width:19.99925rem;height:18.536625rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCv1vs5F3MHtaCTVon0UHE8B4tDuBMAf { width:17.4370625rem;height:4.548825rem;top:2.6854553222656rem;left:1.2789351940155rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxyhtoVV3uPb9OdNHcKi5xe1xWzTt0sk { width:19.9985625rem;height:6rem;top:9.073486328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMTZEmLBAIGyZMpBvLosOZ4Oqu3SM8HQ { width:2.1875rem;height:2.1875rem;top:17.930999755859rem;left:8.8744218349456rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAcR82L6ch83dlEOopLbkqcK79D8v6ak { width:19.9985625rem;height:1.5rem;top:20.758666992188rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEG6UtNREMrxConbaiRitqQWHPBtFT0s { width:19.99925rem;height:4.5rem;top:22.821044921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRgCwteHM2a67zP6Mo1fneyGcwgGfu0Z { width:19.99925rem;height:4.5rem;top:36.257080078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGAP6zg78gHnZk1tbxryX6b31fxoTOdu { width:2.186775rem;height:2.25043125rem;top:30.63134765625rem;left:8.9062507152556rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHktqkVXt7XVFdGuaLTv3HShhuIUUtUw { width:19.68675rem;height:1.5rem;top:34.054382324219rem;left:0.15407985448837rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raq91WfuEQR4UmuuVTbgE6kyl8hQJuuo { width:19.9985625rem;height:4.5rem;top:59.811779022217rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0LJ8ThuVtMaIRQBoJSZFXIut8OrLep { width:19.99925rem;height:1.5rem;top:57.812347412109rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pg4xrv9GFHTvTRI0fUbmZLtxIFhpXRgT { width:19.99925rem;height:4.5rem;top:48.187072753906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBxKNpU1WpDsbaRKXX71CzT7xWTV8A9D { width:2.12456875rem;height:2.186775rem;top:55.062072753906rem;left:8.9373557567594rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2OTNATqm857cRVFN1pvAAaRumvJe5T { width:2.186775rem;height:2.25043125rem;top:43.311492919922rem;left:8.8729751110075rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8sqVvg2ffZxeKTQlx5J6I3TbKBxXco { width:19.99925rem;height:1.5rem;top:46.124694824219rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 { display:block; }#IL6GQdLuXw6u9e0T5KU6MTGpd1eG2Sh2 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsSTQp7wDge1QHh5khhtitdON7k1E0qc { height:11.25rem;width:20rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCNnKs1CGTzTCD8VWZrH5sr0rrD6byM { width:18.625rem;height:7.3125rem;top:2.625rem;left:0.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USnvcUnDSxnyk52dtolJEbB0eZtZhKOW { width:20rem;height:10.5rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9JEtwIwI7p2azCl4vMbWT0QRWlArM7 { width:17.3125rem;height:2.9375rem;top:37.125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Q1osJHoHFZWVEtiDsV13GGPTumpbxF { display:block; }
 }@media only screen and (max-width: 763px) { #oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a { display:block; }#oWX3FZO4nxvnzp1AiB7Hpd80sJK8s86a > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEqC7KtGlwHeNhBbTx3VvfcuxZuW9zWs { width:18.8744375rem;height:7.3125rem;top:2.4985542297363rem;left:0.56134259700775rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWvc0TriF1hMzlo7vgJ179vSC8wIwStd { display:block; }#IWvc0TriF1hMzlo7vgJ179vSC8wIwStd > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuohDJDTh0bdSl12b7uATkKJUac9SBmV { width:2.1875rem;height:2.2504583662014rem;top:2.5614776611328rem;left:1.4369211196899rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSB0iGP1CTmhRPmtT89UAiRaCAftFqg { width:17.5625rem;height:10.5rem;top:5.4383544921875rem;left:1.250723361969rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc1yNpXKkWuuBSGLnw729oUewNM5t7T7 { width:19.875rem;height:19.5rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXEHJ4MSf1T3dr5pUy71wEcQfBWu6r9P { width:2rem;height:2rem;top:16.66667175293rem;left:1.2792243957519rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2Z3qHIKeFbiH9XovoNcPyyGPaUmLWT { width:12.9369375rem;height:1.31293125rem;top:16.123397827149rem;left:4.1640625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CodBXwAotXNCONVmy38NwuKLb45TU0ZN { width:12.8746875rem;height:1.31293125rem;top:17.586074829101rem;left:4.1242761611939rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ySpZCGgHepCrNxR5vMTKaL6hqJzG1d { width:1.5rem;height:1.5622241394401rem;top:17.461654663086rem;left:13.413918495178rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpdqamR5HL5AT2k8aLHKwa2wgFoI22Pv { width:18.0625rem;height:10.5rem;top:26.466796875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4arrVbUFXr5gDHIfNS0L57hMwvOATS { width:19.875rem;height:20.875rem;top:22.279296875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4XFPSTTsSGOrvMXPi2GWSo4VyzWbJl { width:12.8746875rem;height:1.3125rem;top:38.341796875rem;left:4.341796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7wsvkEm9pETPfKldyuHZ2LkXiffoyz { width:12.8746875rem;height:1.3125rem;top:39.779296875rem;left:4.341796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ6GAzSVXkwiovCsLwFNvNnDzMXOTxmX { width:1.4375rem;height:1.4964424667926rem;top:39.6513671875rem;left:13.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Ha8FSdRxKSG3T1EchqQ94NAxC0dWt8 { width:1.9375rem;height:1.9375rem;top:38.9130859375rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdvX9HaJWX6MzTQqPrwT054iRC5VobE { width:2.125rem;height:2.1861595557385rem;top:23.591796875rem;left:1.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2SuprIouoZW7NnOMAzfpApm6IdGoS6 { width:19.875rem;height:19.4375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCZh8L6i9Ca9rFBwoR4J0tXzHh12HEJH { width:12.8746875rem;height:1.3125rem;top:59.375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o674WTC3JSxnWvWURLsyu9TJt55hXcmM { width:12.8746875rem;height:1.3125rem;top:60.8125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aob8VmrWTvngA5B3MUI0kkTJwASo3F3B { width:1.4375rem;height:1.4964424667926rem;top:60.6875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJUL7gckkDAq7rFAJDyrduTx3k8ssOQk { width:17.5rem;height:7.5rem;top:48.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSfz9KOC1wLHGhHrR0dPf1wWS5D0lxR { width:1.875rem;height:1.875rem;top:59.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aa1Qo6IX2Eyd6Kv5L68neGzKGTA8NG { width:2.125rem;height:2.1861595557385rem;top:45.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f { display:block; }#Ky93P6TLIJiXgScT5E9KVgDb6uWVQW6f > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wehWJePT8hLzV4sMWGGGiu2GowyVv6sU { width:15.499875rem;height:3.24941875rem;top:2.5441262722016rem;left:0.68692129850387rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFl8fe5tEbvuvxnfrhSq9ouEezB6NAi { width:18.125rem;height:4.5rem;top:9.6846065521237rem;left:0.68692129850387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isuu2WgeFx5B7fFk0Ze3kot7aS9tbhaw { width:1.5rem;height:1.5rem;top:27.437067031861rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGNJs4ATTayTdMV05HT5hsAPrMaPreE { width:1.5rem;height:1.5rem;top:27.435621261597rem;left:3.4357640743256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp034fCyxVbXcJEUnw5UruHS5zvqAXBX { width:1.5rem;height:1.5rem;top:27.435621261597rem;left:6.0912907123566rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM2MRs6Pr673G4lQOHGQ1XtoDXV0OllX { width:19.0610625rem;height:1.5rem;top:7.35604763031rem;left:0.53052663803101rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugryhaV3XTXRPXkWwunuJmTvMbiPCJ1q { width:17.999875rem;height:3rem;top:15.933160781861rem;left:0.68692129850387rem;font-size:1rem;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #i0nGIa3T4eZbCpK2rzngT5z3JR3yFbVM { width:7.9369375rem;height:1.5rem;top:20.669851303101rem;left:2.8729746341706rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3m7ZZfzbcLuSw6y8LRexe9Tbf3cSu7b { width:12.6244375rem;height:1.5rem;top:23.590858459472rem;left:2.8715279102326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVJuLA89ZpLeeNUM0hgxT2pTWwq6WeQQ { width:1.49956875rem;height:1.561775rem;top:20.608364105224rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimb8tekr1VkaeDFMiGm5Bfuu3aX8uba { width:1.43735625rem;height:1.43735625rem;top:23.62340927124rem;left:0.5625rem;display:block; }
 }