.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax { position:relative;display:block; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax { background-color: transparent; background-image: none; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row .container > .video-iframe-container { display: none; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row > .video-iframe-container { display: none; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .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); }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax { border-width: 0; border-radius: 0; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row .container > .video-iframe-container {  }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .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:6.0625rem;width:60rem;position:relative;display:block; }#yK1kayClqE7uNUzCBlfLhJ9qaPf9b6kA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9.125rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#Sy68tAPpsDsoO8h6wZSftcfogbrmLHaK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.8125rem;left:15rem;overflow:hidden;display:block; }
#SSigqBy4doT6NPvuo0xTpyeDWGdoRKPN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.8125rem;left:31.6875rem;overflow:hidden;display:block; }
#A4ZrHmHv4vReuLNxF8GoEwEncOwMc3Qu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:1.8125rem;left:45rem;overflow:hidden;display:block; }
#k7k22bTyyK25GZul6RTnNXg27niyOlTS { color:#4e4e4e;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.125rem;left:17.5rem;height:0.9746125rem;font-style:normal;display:block; }
#J14559lmaLfJhG7SKBIAkwzQTvpPArul { color:#4e4e4e;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.125rem;left:34.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#NxTKCWbqu3MTqzI0VSzKZOsU69gfH3cX { color:#6d6d6d;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:34.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#HaWJo824Wq04N5yEik7QrpuzO6m2AuR9 { color:#4e4e4e;display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.125rem;left:47.5rem;height:0.9746125rem;font-style:normal;display:block; }
#VmTauXO4GAeCtmzZS4JGKaxr8Jki37PZ { color:#6d6d6d;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.0625rem;left:47.5rem;height:0.9746125rem;font-style:normal;display:block; }
#ShqDIgu7XnCuxGRTLq8S7BLDWVVyDqZn { color:#4e4e4e;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:17.5rem;height:0.9746125rem;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0H7848iE/slide3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:40.25rem;width:60rem;position:relative;display:block; }#yxoA98fnbNSDpPEJcmcdyqxxtQIedJ3A { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.875rem;left:33.9375rem;height:6.5rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C87aM7TQG3X9cw3sheQLvz3A8fXcs3dZ { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.375rem;left:33.9375rem;height:1.625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWE88oJiF0UaxU93ywgarl1fIthclRat { background-color:#007a9e;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:11.875rem;left:42.5rem;display:block; }
#L3okycCuKBC9vaNVf7JyCkzNRGlZtCQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container { background-color: transparent; background-image: none; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container > .video-iframe-container { display: none; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row > .video-iframe-container { display: none; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .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); }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container { border-width: 0; border-radius: 0; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row > .video-iframe-container {  }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#utwTbO9xZNdRgULqCuNdQ3fi8BfbmnVt { color:#4e4e4e;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375004768372rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fcSkKMbaaONOQv48iZXO6vB0gqXukyan { color:#4e4e4e;display:block;width:26.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.7242188453675rem;left:0rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GLqfTTusanAsqshDKyKQd3JxrzD7Mcbr { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:30.5625rem;top:2.9375rem;left:27.705291970803rem;overflow:hidden;display:block; }
#xUTh2Jc9vdDVisk0ggJboUJslIWVUgP9 { background-color:#007a9e;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:23.575000762939rem;left:0rem;display:block; }
#yxC88ZDpHfO2QH1ANXxON1vwLsrEkE30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ITvhNMetDFTHarcKt69DVLv6xX20XF4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ceFH6C2c/usatanews6.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M.adaptive-delivery-prevent-bg, #ITvhNMetDFTHarcKt69DVLv6xX20XF4M.lazyload, #ITvhNMetDFTHarcKt69DVLv6xX20XF4M.lazyloading { background-image: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container { background-color: transparent; background-image: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container > .video-iframe-container { display: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row > .video-iframe-container { display: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .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); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container { border-width: 0; border-radius: 0; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row > .video-iframe-container {  }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#MDHVa57Cxemb7RWhCHyAGT4MUMIQxwGG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.125rem;top:4.46875rem;left:2.4375rem;overflow:hidden;display:block; }
#kZHfiNM6P9hT43T1c3AyrowotRxTX7E5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.125rem;top:4.46875rem;left:47.437503814698rem;overflow:hidden;display:block; }
#ZENVpcOlxFugKCdAKpNz7o0G5IASV8G0 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.125rem;top:4.46875rem;left:32.4375rem;overflow:hidden;display:block; }
#PlFTF94V3T6nd9WwV4EoCd76Dp5V1BRV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.125rem;top:4.46875rem;left:17.4375rem;overflow:hidden;display:block; }
#fitlR0OGxuJq3VL6KcTnU1WuWsQlo2EC { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.425000190735rem;left:4.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d16U6L64QLoDbHWSRc7Kc3TIiH9nL0Zs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.175000190735rem;left:1.25rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTAZamG34M5yv2dPeICiEGaioQl80Xv8 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.425000190735rem;left:19.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0OTJtiyJScABMMrJgSIfRXqfMWzXTEt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:10.175000190735rem;left:16.25rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLT8LLM5D1vGQvzD45Ei3WJW4VmVKyPy { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.425000190735rem;left:34.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MH2J0pyM7bfDUILWh1GgaRanX6WdNfOM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10.175000190735rem;left:31.25rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCuB1c8pL83AChto5WyRAxEEoFmqibRl { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.425000190735rem;left:49.687503814698rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwAcFMHuoFKAxsTfRzHseJ9nR5a6zqpc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:10.175000190735rem;left:46.25rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container { background-color: transparent; background-image: none; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container > .video-iframe-container { display: none; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row > .video-iframe-container { display: none; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .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); }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container { border-width: 0; border-radius: 0; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row > .video-iframe-container {  }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#TEZzOCoyIOsJTev6BQEHTUpRNtXL0vRt { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI { position:relative;display:block; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI { background-color: transparent; background-image: none; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row .container > .video-iframe-container { display: none; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row > .video-iframe-container { display: none; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .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); }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI { border-width: 0; border-radius: 0; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row .container > .video-iframe-container {  }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .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:30.4375rem;width:60rem;position:relative;display:block; }#GyHGvWJd9Kl9BMSvNlEc0BT6eIKa480J { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:0rem;left:5.9375rem;overflow:hidden;display:block; }
#c0h2zAHROX4LaDJCZRdKpXri2fPTiFpk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#womanQqGv2ayCyXqmctVRoTOXhwsQz3c { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:0rem;left:25.9375rem;overflow:hidden;display:block; }
#ZG5g8F2bMyuIOr71KheqAPFeevnXZgKo { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.936718940735rem;left:2.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#F5T5PQGNJtZ7ObDoaDMsJuQ2V4qT7Hb0 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.9367198944094rem;left:22.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LLsKm3FBitwqCC7VS1gb3NQmOC7xvyDT { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.9367198944094rem;left:42.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bIprg1RVlI92xGJv4hHmRC3uosBlmrgc { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.0625rem;height:11.3671875rem;text-align:justify;text-align-last:initial;display:block; }
#lNrMmAERzClsm9OgIrkTHHUCpJMJ3CTz { background-color:#cb8d9c;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-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:11.25rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:26.75rem;left:4.375rem;display:block; }
#IS6ihO14kCaZP268nVOaJp4BuuF3fTfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J4IkVobeiXWR1hRpg7sFnlbeheftWDNB { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.875rem;left:22.0625rem;height:11.3671875rem;text-align:justify;text-align-last:initial;display:block; }
#zpy98liANcCTVa6XFKfQTCNMQl4I9M9r { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:13.875rem;left:42.0625rem;height:9.09375rem;text-align:justify;text-align-last:initial;display:block; }
#eC0HuRRIlbJbtHcDwpDMSXzdC6FdoPWf { background-color:#cb8d9c;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-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:11.25rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:26.75rem;left:24.375rem;display:block; }
#fP7yR7arNVcTI2cXzv52GveB1bfe1QMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WfSZlzSeogbqIVFQ9TQ3AlNQ4nS8DMK9 { background-color:#cb8d9c;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-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:11.25rem;height:2.5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:26.75rem;left:44.375rem;display:block; }
#x9Jy9xc76d6ni47ITGlW3WdrKzaHZTHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cb8d9c;background-image:none;position:relative;display:block; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container { background-color: transparent; background-image: none; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container > .video-iframe-container { display: none; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row > .video-iframe-container { display: none; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .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); }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container { border-width: 0; border-radius: 0; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row > .video-iframe-container {  }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#APTTb62dzoqTv6L1OrlEqKQ9gxUoZXdq { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.53125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBsvNdvtqbnl1qrMod8XE8ADCmxo1ToS { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.59375rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi { position:relative;display:block; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi { background-color: transparent; background-image: none; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row .container > .video-iframe-container { display: none; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row > .video-iframe-container { display: none; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .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); }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi { border-width: 0; border-radius: 0; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row .container > .video-iframe-container {  }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .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:53.625rem;width:60rem;position:relative;display:block; }#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-form-header { font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:31.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #007a9e;border-left:0.0625rem solid #007a9e;border-right:0.0625rem solid #007a9e;border-bottom:0.0625rem solid #007a9e;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.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #007a9e;border-left:0.0625rem solid #007a9e;border-right:0.0625rem solid #007a9e;border-bottom:0.0625rem solid #007a9e;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.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #007a9e;border-left:0.0625rem solid #007a9e;border-right:0.0625rem solid #007a9e;border-bottom:0.0625rem solid #007a9e;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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .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; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#007a9e;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:1.25rem;font-weight:bold;color:#f2f9ff;width:31.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .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.5rem;overflow:hidden;font-style:normal;float:none; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .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; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-container:first-of-type{padding-top:0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-container:last-of-type{padding-bottom:0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:10.2734375rem;left:12.875rem;font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.75rem;display:block;vertical-align:top; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .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; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA {display:block;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:10.2734375rem;left:12.875rem;font-size:0.875rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #x9wsmi06hTThia9OLPNGX080phyXeXOX { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #b2Hzb3iEPOEGdwllWt6MtidK049JIUb6 { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #I6zIHB5zehCfH8TSEkU4CAFvucNdHLJ4 { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #U5UI6rF54OMPA6kE3VO4RmZJDGFSwK0C { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #oVJtdQag60MfMxKx13t8ZWFtvu9bwti0 { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #xpQzxn0kebZggw7IFlKzlQtxVRJmRS8Q { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #P3PVohVVoqoqLGlUnRs5cwG09pnxaZfN { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #LyEQ4zRoTBLR8WoZIoigwiV7lZmCTC2l { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #sifkbKbby0CveeRWq8SFP5pIMlHfIzPw { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #pLJSvZ6PR6zZiH1WxZPatppwiFUh1ReH { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #m8TTT2MAVO7CwDmS85AKdf2UKH33ikTN { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #c865zzipEJHC0q6gNzVMtUe8bLQBmyn9 { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #mALWKlCdKuBNC4fwwEmaf0HG6U9OUaBV { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #zVkVFDBmTuhUnoksJZx0Zx3SATZ9fRkU { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #So1eMLbRnllOWsRtdQglJ0xTT6O0bWGk { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #s5Fwi1nboHNI0HyBrhUPmA6mHEWAVLxZ { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #hcuAMbZgbgtkeURfCbJBSu9hT0bcwWQr { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #lokdus1qaX4dMD2qPsNoPa8M4GP1TTR8 { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #zw93aKxSLPn52tev5pZoyP9qnc9tverm { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #RPQP2CgoUWKHKSgxQOoRZ7BhgyDnmTi6 { position:relative;z-index:2; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #pSlTMQKHXFDTQ9GGFaJqgyN2cvXAFiUg { position:relative; }
#sUxraTTz4Iy2TpbNFBkNMsTVLirxbxZN { position:relative;display:block;z-index:100000;display:block; }
#G5tiXeEWi3xZMzJB1o2vkJHZskFX91RG { position:relative;display:block;z-index:100000;display:block; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #fyVsSO0gLKtn6tu36cSwBfDbul2SqBOg { position:relative; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #FR1CbUQRJtwEuOkBoTTCobO5AW9J9MHF { position:relative; }
#QvuZzZXemkU0oSseQ6iCwFak7pOBqGJs { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.07421875rem;left:4.53125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QupCnEa8SWUTbC6XaDAP5sQI19T1Gvyh { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.13671875rem;left:14.28125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeedeb;background-image:none;position:relative;display:block; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container { background-color: transparent; background-image: none; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container > .video-iframe-container { display: none; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row > .video-iframe-container { display: none; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .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); }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container { border-width: 0; border-radius: 0; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row > .video-iframe-container {  }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#OgBrlMfZDbiK307CUhsqhuLamHK8r9K9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:14.5rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#EISX3Q0c8xTP7LJtB98280BXxgMvAkdz { color:#4e4e4e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.75rem;left:16.25rem;height:1.29980625rem;font-style:normal;display:block; }
#EbO9eQwRA1Ktb4mKNRG9tkz97ez2zb1G { color:#007a9e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.0492191314697rem;left:16.25rem;height:1.29980625rem;font-style:normal;display:block; }
#S7eE3tbgz81rvlUa3ezrmTMyO2MDgR8o { color:#007a9e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:16.25rem;height:1.29980625rem;font-style:normal;display:block; }
#gz0JQsBHxin0KGN7QLtkvi2TR7UTTob6 { color:#4e4e4e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.5rem;left:16.25rem;height:1.29980625rem;font-style:normal;display:block; }
#QMPcTkPsyV1DxzqIU3kVxo7askSoTX55 { color:#007a9e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:16.25rem;height:1.29980625rem;font-style:normal;display:block; }
#T1hUzpZKbtq5b0gSt6lwmNUQpPTntXHW { color:#4e4e4e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.75rem;left:16.25rem;height:1.29980625rem;font-style:normal;display:block; }
#txhN2ate3G19TWTi0OwadhVW7k318Skc { color:#4e4e4e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.25rem;height:1.29980625rem;font-style:normal;display:block; }
#rAEgXEN5fEk1orEwnKnGxXaQZuWm3Nuk { color:#007a9e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:31.25rem;height:2.5996125rem;font-style:normal;display:block; }
#UyJbA7PqxESWFB6v7xz1HSE132XadVyg { box-sizing:content-box;color:#007a9e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:10.25rem;left:33.125rem;display:block; }
#ldR8FtymhUAR54lwamJlnqtuP8qZ04iR { box-sizing:content-box;color:#007a9e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:10.25rem;left:31.25rem;display:block; }
#Zgn4cSytdp4aEcQILBeJXz0gsIcTKG0t { box-sizing:content-box;color:#007a9e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:10.25rem;left:35rem;display:block; }
#WMNWDcE3efOhtiOBypl1mUZokTAJ9wVR { box-sizing:content-box;color:#007a9e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.25rem;left:36.875rem;display:block; }
#zz00xNdeQf025msko6KE7dSJEgaUaZ6H { color:#4e4e4e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.72500038147rem;left:31.25rem;height:;font-style:normal;display:block; }
#Vc8FRQ9w8LQzISQfuBLBNAe1EaPZfpUX { color:#007a9e;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:13.612499237061rem;left:31.25rem;height:0.9746125rem;display:block; }
#JwC7bH1eTJHHTz0TFECTsAJ3g2G7tpVA { color:#4e4e4e;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.75rem;left:45rem;height:1.29980625rem;font-style:normal;display:block; }
#ut4s9aPR4sGHaZVJqxhfqtbX34XxUKOv { color:#4e4e4e;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.2429676055908rem;left:45rem;height:0.9746125rem;font-style:normal;display:block; }
#A6En9cmQXREvkoakm2QurzUZ1kr6T3Of { color:#4e4e4e;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5.4249992370606rem;left:45rem;height:0.9746125rem;font-style:normal;display:block; }
#XwAq1ZcVqshrh3kv958GMZDEtoOpbRZV { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.625rem;top:8.59375rem;left:45rem;overflow:hidden;display:block; }
#cQDceF5wNbii0HnFaL3haRf80MhEzThP { color:#b57888;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.72500038147rem;left:46.937503814698rem;height:1.29980625rem;font-style:normal;display:block; }
#MPkv4yalg5rU3dLau8IEqQKZnCvMotD2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.625rem;top:11.28125rem;left:45rem;overflow:hidden;display:block; }
#HipqlxeGLZfmuZPnkr8vDRgCfIbirGh2 { color:#b57888;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.411720275879rem;left:46.937503814698rem;height:1.29980625rem;font-style:normal;display:block; }
#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeedeb;background-image:none;position:relative;display:block; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container { background-color: transparent; background-image: none; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container > .video-iframe-container { display: none; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row > .video-iframe-container { display: none; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .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); }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container { border-width: 0; border-radius: 0; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row > .video-iframe-container {  }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#b5rdxGw1Z919HpCMARKpr7TQCuTl5OOB { color:#6d6d6d;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:4.0625rem;display:block; }
#bQ3gq1ag5KphdRTZn65iGTWkR7DEyyHq { color:#6d6d6d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.25rem;left:23.625rem;height:3.25rem;display:block; }
#DTxvAJVZ6DRHqiTv1cnWToFuhVP6f4QA { color:#6d6d6d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5rem;left:43.625rem;height:1.949225rem;text-align:center;text-align-last:center;display:block; }
#smFeGThTzczn8HbNpgWLdDlxbnMET9CO { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:10rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax { display:block; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yK1kayClqE7uNUzCBlfLhJ9qaPf9b6kA { top:1.375rem;left:0rem;width:9.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy68tAPpsDsoO8h6wZSftcfogbrmLHaK { top:1.8125rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSigqBy4doT6NPvuo0xTpyeDWGdoRKPN { top:1.8125rem;left:24.03125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ZrHmHv4vReuLNxF8GoEwEncOwMc3Qu { top:1.8125rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7k22bTyyK25GZul6RTnNXg27niyOlTS { top:2.125rem;left:11.8125rem;width:12.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J14559lmaLfJhG7SKBIAkwzQTvpPArul { top:2.125rem;left:26.53125rem;width:5.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTKCWbqu3MTqzI0VSzKZOsU69gfH3cX { top:3.0625rem;left:26.531253814698rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaWJo824Wq04N5yEik7QrpuzO6m2AuR9 { top:2.125rem;left:36.78125rem;width:5.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmTauXO4GAeCtmzZS4JGKaxr8Jki37PZ { top:3.0625rem;left:36.78125rem;width:6.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShqDIgu7XnCuxGRTLq8S7BLDWVVyDqZn { top:3.0625rem;left:11.8125rem;width:12.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoA98fnbNSDpPEJcmcdyqxxtQIedJ3A { top:1.875rem;left:21.6875rem;width:26.0625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C87aM7TQG3X9cw3sheQLvz3A8fXcs3dZ { top:8.375rem;left:21.6875rem;width:26.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWE88oJiF0UaxU93ywgarl1fIthclRat { width:17.5rem;height:3.4375rem;top:11.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3okycCuKBC9vaNVf7JyCkzNRGlZtCQN { display:block; }
 }@media only screen and (max-width: 763px) { #ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK { display:block; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utwTbO9xZNdRgULqCuNdQ3fi8BfbmnVt { width:22.375rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSkKMbaaONOQv48iZXO6vB0gqXukyan { width:26.625rem;height:14.375rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqfTTusanAsqshDKyKQd3JxrzD7Mcbr { top:2.9375rem;left:15.625rem;width:30.5625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTh2Jc9vdDVisk0ggJboUJslIWVUgP9 { width:17.5rem;height:3.4375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxC88ZDpHfO2QH1ANXxON1vwLsrEkE30 { display:block; }
 }@media only screen and (max-width: 763px) { #ITvhNMetDFTHarcKt69DVLv6xX20XF4M { display:block; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDHVa57Cxemb7RWhCHyAGT4MUMIQxwGG { top:4.4375rem;left:0.90625rem;width:10.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHfiNM6P9hT43T1c3AyrowotRxTX7E5 { top:4.4375rem;left:36.718753814698rem;width:10.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZENVpcOlxFugKCdAKpNz7o0G5IASV8G0 { top:4.4375rem;left:24.78125rem;width:10.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlFTF94V3T6nd9WwV4EoCd76Dp5V1BRV { top:4.4375rem;left:12.84375rem;width:10.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fitlR0OGxuJq3VL6KcTnU1WuWsQlo2EC { top:7.375rem;left:3.15625rem;width:5.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16U6L64QLoDbHWSRc7Kc3TIiH9nL0Zs { top:10.125rem;left:0rem;width:12.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTAZamG34M5yv2dPeICiEGaioQl80Xv8 { top:7.375rem;left:15.09375rem;width:5.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0OTJtiyJScABMMrJgSIfRXqfMWzXTEt { top:10.125rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLT8LLM5D1vGQvzD45Ei3WJW4VmVKyPy { top:7.375rem;left:27.03125rem;width:5.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH2J0pyM7bfDUILWh1GgaRanX6WdNfOM { top:10.125rem;left:23.3125rem;width:12.5rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCuB1c8pL83AChto5WyRAxEEoFmqibRl { top:7.375rem;left:38.968753814698rem;width:5.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwAcFMHuoFKAxsTfRzHseJ9nR5a6zqpc { top:10.125rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp { display:block; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEZzOCoyIOsJTev6BQEHTUpRNtXL0vRt { top:2.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI { display:block; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyHGvWJd9Kl9BMSvNlEc0BT6eIKa480J { top:0rem;left:3.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0h2zAHROX4LaDJCZRdKpXri2fPTiFpk { top:0rem;left:35.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #womanQqGv2ayCyXqmctVRoTOXhwsQz3c { top:0rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG5g8F2bMyuIOr71KheqAPFeevnXZgKo { top:8.875rem;left:0rem;width:15.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5T5PQGNJtZ7ObDoaDMsJuQ2V4qT7Hb0 { top:8.875rem;left:15.875rem;width:15.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLsKm3FBitwqCC7VS1gb3NQmOC7xvyDT { top:8.875rem;left:31.75rem;width:15.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIprg1RVlI92xGJv4hHmRC3uosBlmrgc { top:13.875rem;left:0rem;width:15.875rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNrMmAERzClsm9OgIrkTHHUCpJMJ3CTz { width:11.25rem;height:2.5rem;top:26.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS6ihO14kCaZP268nVOaJp4BuuF3fTfw { display:block; }
 }@media only screen and (max-width: 763px) { #J4IkVobeiXWR1hRpg7sFnlbeheftWDNB { top:13.875rem;left:15.875rem;width:15.875rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpy98liANcCTVa6XFKfQTCNMQl4I9M9r { top:13.875rem;left:31.75rem;width:15.875rem;height:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC0HuRRIlbJbtHcDwpDMSXzdC6FdoPWf { width:11.25rem;height:2.5rem;top:26.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP7yR7arNVcTI2cXzv52GveB1bfe1QMF { display:block; }
 }@media only screen and (max-width: 763px) { #WfSZlzSeogbqIVFQ9TQ3AlNQ4nS8DMK9 { width:11.25rem;height:2.5rem;top:26.75rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Jy9xc76d6ni47ITGlW3WdrKzaHZTHp { display:block; }
 }@media only screen and (max-width: 763px) { #xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD { display:block; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APTTb62dzoqTv6L1OrlEqKQ9gxUoZXdq { top:2.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBsvNdvtqbnl1qrMod8XE8ADCmxo1ToS { top:7.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi { display:block; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-regular-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-text { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-textarea { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-select { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-button { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-checkbox-label { width:30.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA  { width:31.75rem;height:auto;top:10.25rem;left:6.75rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .radio-container { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA {display:block;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA { width:31.75rem;height:auto;top:10.25rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #x9wsmi06hTThia9OLPNGX080phyXeXOX {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #b2Hzb3iEPOEGdwllWt6MtidK049JIUb6 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #I6zIHB5zehCfH8TSEkU4CAFvucNdHLJ4 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #U5UI6rF54OMPA6kE3VO4RmZJDGFSwK0C {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #oVJtdQag60MfMxKx13t8ZWFtvu9bwti0 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #xpQzxn0kebZggw7IFlKzlQtxVRJmRS8Q {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #P3PVohVVoqoqLGlUnRs5cwG09pnxaZfN {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #LyEQ4zRoTBLR8WoZIoigwiV7lZmCTC2l {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #sifkbKbby0CveeRWq8SFP5pIMlHfIzPw {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #pLJSvZ6PR6zZiH1WxZPatppwiFUh1ReH {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #m8TTT2MAVO7CwDmS85AKdf2UKH33ikTN {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #c865zzipEJHC0q6gNzVMtUe8bLQBmyn9 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #mALWKlCdKuBNC4fwwEmaf0HG6U9OUaBV {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #zVkVFDBmTuhUnoksJZx0Zx3SATZ9fRkU {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #So1eMLbRnllOWsRtdQglJ0xTT6O0bWGk {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #s5Fwi1nboHNI0HyBrhUPmA6mHEWAVLxZ {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #hcuAMbZgbgtkeURfCbJBSu9hT0bcwWQr {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #lokdus1qaX4dMD2qPsNoPa8M4GP1TTR8 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #zw93aKxSLPn52tev5pZoyP9qnc9tverm {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #RPQP2CgoUWKHKSgxQOoRZ7BhgyDnmTi6 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #pSlTMQKHXFDTQ9GGFaJqgyN2cvXAFiUg {  }
 }@media only screen and (max-width: 763px) { #sUxraTTz4Iy2TpbNFBkNMsTVLirxbxZN { display:block; }
 }@media only screen and (max-width: 763px) { #G5tiXeEWi3xZMzJB1o2vkJHZskFX91RG { display:block; }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #fyVsSO0gLKtn6tu36cSwBfDbul2SqBOg {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #FR1CbUQRJtwEuOkBoTTCobO5AW9J9MHF {  }
 }@media only screen and (max-width: 763px) { #QvuZzZXemkU0oSseQ6iCwFak7pOBqGJs { top:2.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QupCnEa8SWUTbC6XaDAP5sQI19T1Gvyh { top:6.125rem;left:8.15625rem;width:31.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW { display:block; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgBrlMfZDbiK307CUhsqhuLamHK8r9K9 { top:2.75rem;left:0rem;width:14.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EISX3Q0c8xTP7LJtB98280BXxgMvAkdz { top:2.75rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbO9eQwRA1Ktb4mKNRG9tkz97ez2zb1G { top:4rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7eE3tbgz81rvlUa3ezrmTMyO2MDgR8o { top:7.8125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz0JQsBHxin0KGN7QLtkvi2TR7UTTob6 { top:6.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMPcTkPsyV1DxzqIU3kVxo7askSoTX55 { top:12.0625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hUzpZKbtq5b0gSt6lwmNUQpPTntXHW { top:10.75rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txhN2ate3G19TWTi0OwadhVW7k318Skc { top:2.75rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAEgXEN5fEk1orEwnKnGxXaQZuWm3Nuk { top:4.0625rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyJbA7PqxESWFB6v7xz1HSE132XadVyg { top:10.25rem;left:25.46875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldR8FtymhUAR54lwamJlnqtuP8qZ04iR { top:10.25rem;left:23.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgn4cSytdp4aEcQILBeJXz0gsIcTKG0t { top:10.25rem;left:27.34375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMNWDcE3efOhtiOBypl1mUZokTAJ9wVR { top:10.25rem;left:29.21875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz00xNdeQf025msko6KE7dSJEgaUaZ6H { top:8.6875rem;left:23.3125rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8FRQ9w8LQzISQfuBLBNAe1EaPZfpUX { top:13.5625rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwC7bH1eTJHHTz0TFECTsAJ3g2G7tpVA { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut4s9aPR4sGHaZVJqxhfqtbX34XxUKOv { top:4.1875rem;left:33.5625rem;width:14.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6En9cmQXREvkoakm2QurzUZ1kr6T3Of { top:5.375rem;left:34.5rem;width:13.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwAq1ZcVqshrh3kv958GMZDEtoOpbRZV { top:8.5625rem;left:35.8125rem;width:1.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDceF5wNbii0HnFaL3haRf80MhEzThP { top:8.6875rem;left:36rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPkv4yalg5rU3dLau8IEqQKZnCvMotD2 { top:11.25rem;left:35.8125rem;width:1.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HipqlxeGLZfmuZPnkr8vDRgCfIbirGh2 { top:11.375rem;left:35.375rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a { display:block; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5rdxGw1Z919HpCMARKpr7TQCuTl5OOB { top:4.25rem;left:0rem;width:19.6875rem;height:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ3gq1ag5KphdRTZn65iGTWkR7DEyyHq { top:4.25rem;left:17.4375rem;width:12.5rem;height:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxvAJVZ6DRHqiTv1cnWToFuhVP6f4QA { top:4.5rem;left:33.3125rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smFeGThTzczn8HbNpgWLdDlxbnMET9CO { top:0rem;left:0rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax { display:block; }#Cz3020BFNbzN1yTXanCpSvTwbldCn4Ax > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yK1kayClqE7uNUzCBlfLhJ9qaPf9b6kA { width:9.125rem;height:3.25rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy68tAPpsDsoO8h6wZSftcfogbrmLHaK { width:2.5rem;height:2.5rem;top:5.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSigqBy4doT6NPvuo0xTpyeDWGdoRKPN { width:2.5rem;height:2.5rem;top:11.9375rem;left:8.7499998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ZrHmHv4vReuLNxF8GoEwEncOwMc3Qu { width:2.5rem;height:2.5rem;top:19.375rem;left:8.7499998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7k22bTyyK25GZul6RTnNXg27niyOlTS { width:12.0625rem;height:0.9746125rem;top:8.25rem;left:3.9687502980233rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J14559lmaLfJhG7SKBIAkwzQTvpPArul { width:5.6875rem;height:0.9746125rem;top:14.618750572204rem;left:7.1562502980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxTKCWbqu3MTqzI0VSzKZOsU69gfH3cX { width:8.1875rem;height:0.9746125rem;top:15.56875038147rem;left:5.9062502980232rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaWJo824Wq04N5yEik7QrpuzO6m2AuR9 { width:5.8125rem;height:0.9746125rem;top:21.875rem;left:7.0625002980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmTauXO4GAeCtmzZS4JGKaxr8Jki37PZ { width:6.4375rem;height:0.9746125rem;top:22.825000762939rem;left:6.7812502980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShqDIgu7XnCuxGRTLq8S7BLDWVVyDqZn { width:12.0625rem;height:0.9746125rem;top:9.1875rem;left:3.96875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoA98fnbNSDpPEJcmcdyqxxtQIedJ3A { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C87aM7TQG3X9cw3sheQLvz3A8fXcs3dZ { width:20rem;height:3.25rem;top:7.7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWE88oJiF0UaxU93ywgarl1fIthclRat { width:17.5rem;height:3.4375rem;top:12.150000762939rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3okycCuKBC9vaNVf7JyCkzNRGlZtCQN { display:block; }
 }@media only screen and (max-width: 763px) { #ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK { display:block; }#ekmVTsNJPOruW1v9zpUGi3wqJk9PoacK > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utwTbO9xZNdRgULqCuNdQ3fi8BfbmnVt { width:20rem;height:2.03125rem;top:1.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSkKMbaaONOQv48iZXO6vB0gqXukyan { width:18.75rem;height:15.1894375rem;top:4.5615234375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqfTTusanAsqshDKyKQd3JxrzD7Mcbr { width:18.875rem;height:11.0625rem;top:21.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTh2Jc9vdDVisk0ggJboUJslIWVUgP9 { width:17.5rem;height:3.4375rem;top:33.3896484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxC88ZDpHfO2QH1ANXxON1vwLsrEkE30 { display:block; }
 }@media only screen and (max-width: 763px) { #ITvhNMetDFTHarcKt69DVLv6xX20XF4M { display:block; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M { background-color: transparent; background-image: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container > .video-iframe-container { display: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row > .video-iframe-container { display: none; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .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.6); }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container { width:20rem;height:50.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/ceFH6C2c/usatanews6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container.adaptive-delivery-prevent-bg, #ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container.lazyload, #ITvhNMetDFTHarcKt69DVLv6xX20XF4M > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #MDHVa57Cxemb7RWhCHyAGT4MUMIQxwGG { width:10.125rem;height:10.1875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHfiNM6P9hT43T1c3AyrowotRxTX7E5 { width:10.125rem;height:10.1875rem;top:37.662501335144rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZENVpcOlxFugKCdAKpNz7o0G5IASV8G0 { width:10.125rem;height:10.1875rem;top:25.525000333786rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlFTF94V3T6nd9WwV4EoCd76Dp5V1BRV { width:10.125rem;height:10.1875rem;top:13.387500286102rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #fitlR0OGxuJq3VL6KcTnU1WuWsQlo2EC { width:5.625rem;height:1.94921875rem;top:3.9039068222046rem;left:7.1874998211863rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d16U6L64QLoDbHWSRc7Kc3TIiH9nL0Zs { width:12.5rem;height:1.13671875rem;top:5.7921872138977rem;left:3.7500002980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTAZamG34M5yv2dPeICiEGaioQl80Xv8 { width:5.625rem;height:1.94921875rem;top:15.493750572204rem;left:7.1874998211863rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0OTJtiyJScABMMrJgSIfRXqfMWzXTEt { width:12.5rem;height:2.2734375rem;top:17.381251335144rem;left:3.7500002980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLT8LLM5D1vGQvzD45Ei3WJW4VmVKyPy { width:5.625rem;height:1.94921875rem;top:27.631251335144rem;left:7.1874998211863rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH2J0pyM7bfDUILWh1GgaRanX6WdNfOM { width:12.5rem;height:2.2734375rem;top:29.518750190735rem;left:3.7500002980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCuB1c8pL83AChto5WyRAxEEoFmqibRl { width:5.625rem;height:1.94921875rem;top:39.768749237061rem;left:7.1874998211863rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwAcFMHuoFKAxsTfRzHseJ9nR5a6zqpc { width:12.5rem;height:2.2734375rem;top:41.656249761581rem;left:3.7500002980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp { display:block; }#dnkZZT357TKHsSSMvVWZMgK5lnZVKZGp > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEZzOCoyIOsJTev6BQEHTUpRNtXL0vRt { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI { display:block; }#H0ZKxTnUo4VSgHVTTpJQ9W6EfrndaSmI > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyHGvWJd9Kl9BMSvNlEc0BT6eIKa480J { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0h2zAHROX4LaDJCZRdKpXri2fPTiFpk { width:8.125rem;height:8.125rem;top:60.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #womanQqGv2ayCyXqmctVRoTOXhwsQz3c { width:8.125rem;height:8.125rem;top:31.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG5g8F2bMyuIOr71KheqAPFeevnXZgKo { width:15.875rem;height:3.25rem;top:10.625rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5T5PQGNJtZ7ObDoaDMsJuQ2V4qT7Hb0 { width:15.875rem;height:3.25rem;top:40.4375rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLsKm3FBitwqCC7VS1gb3NQmOC7xvyDT { width:15.875rem;height:1.625rem;top:70.25rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIprg1RVlI92xGJv4hHmRC3uosBlmrgc { width:15.875rem;height:11.3671875rem;top:15.075000762939rem;left:2.0625000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNrMmAERzClsm9OgIrkTHHUCpJMJ3CTz { width:11.25rem;height:2.5rem;top:27.325000762939rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS6ihO14kCaZP268nVOaJp4BuuF3fTfw { display:block; }
 }@media only screen and (max-width: 763px) { #J4IkVobeiXWR1hRpg7sFnlbeheftWDNB { width:15.875rem;height:11.3671875rem;top:44.875rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpy98liANcCTVa6XFKfQTCNMQl4I9M9r { width:15.875rem;height:10.2305rem;top:73.0625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eC0HuRRIlbJbtHcDwpDMSXzdC6FdoPWf { width:11.25rem;height:2.5rem;top:57.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP7yR7arNVcTI2cXzv52GveB1bfe1QMF { display:block; }
 }@media only screen and (max-width: 763px) { #WfSZlzSeogbqIVFQ9TQ3AlNQ4nS8DMK9 { width:11.25rem;height:2.5rem;top:84.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Jy9xc76d6ni47ITGlW3WdrKzaHZTHp { display:block; }
 }@media only screen and (max-width: 763px) { #xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD { display:block; }#xJeeBkX0fXM42Z6cBPlxakSpRMLVhLlD > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APTTb62dzoqTv6L1OrlEqKQ9gxUoZXdq { width:18.75rem;height:5.19921875rem;top:1.25rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBsvNdvtqbnl1qrMod8XE8ADCmxo1ToS { width:18.75rem;height:9.75rem;top:7.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi { display:block; }#iDqKAnCrKCi39QonmmfZ8vqiIfuSyCKi > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA  { width:17.5rem;height:auto;top:13.875rem;left:0rem; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA {display:block;}#TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA { width:17.5rem;height:auto;top:13.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #x9wsmi06hTThia9OLPNGX080phyXeXOX {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #b2Hzb3iEPOEGdwllWt6MtidK049JIUb6 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #I6zIHB5zehCfH8TSEkU4CAFvucNdHLJ4 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #U5UI6rF54OMPA6kE3VO4RmZJDGFSwK0C {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #oVJtdQag60MfMxKx13t8ZWFtvu9bwti0 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #xpQzxn0kebZggw7IFlKzlQtxVRJmRS8Q {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #P3PVohVVoqoqLGlUnRs5cwG09pnxaZfN {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #LyEQ4zRoTBLR8WoZIoigwiV7lZmCTC2l {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #sifkbKbby0CveeRWq8SFP5pIMlHfIzPw {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #pLJSvZ6PR6zZiH1WxZPatppwiFUh1ReH {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #m8TTT2MAVO7CwDmS85AKdf2UKH33ikTN {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #c865zzipEJHC0q6gNzVMtUe8bLQBmyn9 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #mALWKlCdKuBNC4fwwEmaf0HG6U9OUaBV {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #zVkVFDBmTuhUnoksJZx0Zx3SATZ9fRkU {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #So1eMLbRnllOWsRtdQglJ0xTT6O0bWGk {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #s5Fwi1nboHNI0HyBrhUPmA6mHEWAVLxZ {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #hcuAMbZgbgtkeURfCbJBSu9hT0bcwWQr {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #lokdus1qaX4dMD2qPsNoPa8M4GP1TTR8 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #zw93aKxSLPn52tev5pZoyP9qnc9tverm {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #RPQP2CgoUWKHKSgxQOoRZ7BhgyDnmTi6 {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #pSlTMQKHXFDTQ9GGFaJqgyN2cvXAFiUg {  }
 }@media only screen and (max-width: 763px) { #sUxraTTz4Iy2TpbNFBkNMsTVLirxbxZN { display:block; }
 }@media only screen and (max-width: 763px) { #G5tiXeEWi3xZMzJB1o2vkJHZskFX91RG { display:block; }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #fyVsSO0gLKtn6tu36cSwBfDbul2SqBOg {  }
 }@media only screen and (max-width: 763px) { #TRPci1NFyJv6vgSsKDtcTKk6CGGvv5WA #FR1CbUQRJtwEuOkBoTTCobO5AW9J9MHF {  }
 }@media only screen and (max-width: 763px) { #QvuZzZXemkU0oSseQ6iCwFak7pOBqGJs { width:20rem;height:5.19921875rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QupCnEa8SWUTbC6XaDAP5sQI19T1Gvyh { width:18.75rem;height:6.5rem;top:7.4375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW { display:block; }#Pbgl66McuZ1kU86iieuuOaMWCLGMXWoW > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgBrlMfZDbiK307CUhsqhuLamHK8r9K9 { width:14.5rem;height:4.5625rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EISX3Q0c8xTP7LJtB98280BXxgMvAkdz { width:12.5rem;height:1.29980625rem;top:7.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbO9eQwRA1Ktb4mKNRG9tkz97ez2zb1G { width:12.5rem;height:1.29980625rem;top:8.362500190735rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7eE3tbgz81rvlUa3ezrmTMyO2MDgR8o { width:12.5rem;height:1.29980625rem;top:13.362499713898rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gz0JQsBHxin0KGN7QLtkvi2TR7UTTob6 { width:12.5rem;height:1.29980625rem;top:12.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMPcTkPsyV1DxzqIU3kVxo7askSoTX55 { width:12.5rem;height:1.29980625rem;top:18.362500667572rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1hUzpZKbtq5b0gSt6lwmNUQpPTntXHW { width:12.5rem;height:1.29980625rem;top:17.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txhN2ate3G19TWTi0OwadhVW7k318Skc { width:12.5rem;height:1.29980625rem;top:22.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAEgXEN5fEk1orEwnKnGxXaQZuWm3Nuk { width:12.5rem;height:2.5996125rem;top:23.606250286103rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyJbA7PqxESWFB6v7xz1HSE132XadVyg { width:1.875rem;height:1.875rem;top:30.25rem;left:8.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldR8FtymhUAR54lwamJlnqtuP8qZ04iR { width:1.875rem;height:1.875rem;top:30.25rem;left:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgn4cSytdp4aEcQILBeJXz0gsIcTKG0t { width:1.875rem;height:1.875rem;top:30.25rem;left:9.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMNWDcE3efOhtiOBypl1mUZokTAJ9wVR { width:1.875rem;height:1.875rem;top:30.25rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz00xNdeQf025msko6KE7dSJEgaUaZ6H { width:12.5rem;height:1.29980625rem;top:28.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8FRQ9w8LQzISQfuBLBNAe1EaPZfpUX { width:12.5rem;height:0.9746125rem;top:34.375rem;left:3.7500002980233rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwC7bH1eTJHHTz0TFECTsAJ3g2G7tpVA { width:14.1875rem;height:1.29980625rem;top:37.0625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ut4s9aPR4sGHaZVJqxhfqtbX34XxUKOv { width:14.1875rem;height:0.9746125rem;top:38.362497329712rem;left:2.9062500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6En9cmQXREvkoakm2QurzUZ1kr6T3Of { width:13.25rem;height:0.9746125rem;top:39.3125rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwAq1ZcVqshrh3kv958GMZDEtoOpbRZV { width:1.625rem;height:1.5625rem;top:41.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDceF5wNbii0HnFaL3haRf80MhEzThP { width:11.75rem;height:1.29980625rem;top:41.25rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPkv4yalg5rU3dLau8IEqQKZnCvMotD2 { width:1.625rem;height:1.5625rem;top:44.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HipqlxeGLZfmuZPnkr8vDRgCfIbirGh2 { width:12.375rem;height:1.29980625rem;top:44.625rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a { display:block; }#WMwbPwXDNbQOz67X0v7a6uN8g8DZzl4a > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5rdxGw1Z919HpCMARKpr7TQCuTl5OOB { width:19.6875rem;height:4.0625rem;top:1.25rem;left:0.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQ3gq1ag5KphdRTZn65iGTWkR7DEyyHq { width:12.5rem;height:3.25rem;top:5.3125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTxvAJVZ6DRHqiTv1cnWToFuhVP6f4QA { width:12.5rem;height:1.949225rem;top:9.3125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smFeGThTzczn8HbNpgWLdDlxbnMET9CO { width:10rem;height:2.625rem;top:12.51171875rem;left:5rem;display:block; }
 }