.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c243b;background-image:url("https://images.assets-landingi.com/5hP4Hgu9/scale.gif");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.4375rem;width:75rem;position:relative;display:block; }#K4MkazCTwTUD6aQBFzrOpkI4r5mbz22V { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"centry ghotic";font-size:3.125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:14.6875rem;left:22rem;height:8.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M4DyquwnBDJVyImSNy2KaRsy1Rl2V5Cd { position:absolute;display:block;z-index:99999;background-color:#1c243b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:27.25rem;width:21.75rem;top:13.1875rem;left:53.25rem;display:block; }
#IsbXnEwZkWZMkv8JeqrKipauOSaRawxM { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"centry ghotic";font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:55.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSiakdFQtgfDWebC4Tunyd2X3C8PIGIg { position:absolute;display:block;z-index:100007;background-color:#008696;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:27.375rem;width:21.75rem;top:13.125rem;left:53.25rem;display:block; }
#aPfNczNpvkCBw3gncbLn38d39fPimUX3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:48.125rem;display:none; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-form-header {  }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-text {padding-top: 0; padding-bottom: 0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"centry ghotic";font-size:0.875rem;overflow:hidden; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-select {padding-top: 0; padding-bottom: 0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .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:#1c243b;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:400;color:#ffffff;width:17.5rem;height:3.0625rem;font-family:"centry ghotic";overflow:hidden;line-height:1.2;font-style:normal; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v [class*="-text"]:-moz-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v [class*="-text"]::-moz-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .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; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-container:first-of-type{padding-top:0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-container:last-of-type{padding-bottom:0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:16.25rem;left:54.125rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-info-text { display:block;height:auto;font-family:lato;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; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v {display:block;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:16.25rem;left:54.125rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #upI2IeH1OpaTGkUs32iwcQ2d6HcackMz { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #EaO6cQHO2ieNM28OXZMnSN97C3eh0shD { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #GQqEMlORsc7XxHKbd4tPJnVPvJpay0xU { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #TEsRtMqS8dhZyyC8zzqDus8R3EWwHzRf { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #yD9L0onc5umP83H9lE4ZLKzJHTwe5GKr { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #sagsBBKVyPgpNMz3DTdeasmOUX2J4DCu { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #rZxXGTNTAsdTS88TOEyG58TTlSO84M0Q { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #tVIDxm3htPdqPyGiemZPwMpMqqGgenhr { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #g2wUvKtgcg7xqupA5RuumOOin7RvqN2g { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Oima3BdJy4KSuTrQlRZFM15LTkNg7K6d { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #mVozaGH0sbgvQ66HDpntfCkErVPXgLBL { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #KTe2JhISkyMm4TdAcyZnIav1Os3TpevP { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #vM3i53ByGuh7eGKFmc7WyIOBAvsgcTBo { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Gv5M8AI740lZMM6PagxpIrwn99T79g7x { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Ii3TBzXrTpHkSkEvZFVMXSOExdM84kBF { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #v7cdGKzO3DJwahvA89sg4qRSc1emWm8r { position:relative; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #N7TGyJpAp2VFLsneVSWnRredsOsn6oa2 { position:relative; }
#ZAKmsLQx6nEwHng2SZRWFEiiqgTQQB3I { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:13.1875rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#J7CwkCHWg5MGbKzohUTar9eNLCdzGDeO { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"centry ghotic";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:2.5rem;left:49.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#S8gd62AV2RC7XWvF6JUfG3aUqnNk288W { box-sizing:content-box;color:#2e9498;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:2.5625rem;left:46.125rem;display:block; }
#eWc7JZOE0NxpNI3Pe2WlOZ23SVK97Ir9 { background-color:rgba(0,0,0,0);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:"centry ghotic";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.4375rem;text-decoration:none;z-index:100049;text-align:left;text-align-last:left;top:2.9375rem;left:49.3125rem;display:block; }
#d5PJUsVHQduHNRnoxZyfhTUeCycWR41G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FLeaNoeqSivtoDepohpPm16FU8d2cC6J { box-sizing:content-box;color:#36939b;font-size:1.875rem;font-weight:400;line-height:1;height:2.686525rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:2.40625rem;left:59.9375rem;display:block; }
#LJu6LGGqwK4gwp7S79vtPsKwwedrxxq8 { background-color:rgba(0,0,0,0);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:"centry ghotic";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.375rem;text-decoration:none;z-index:100051;text-align:left;text-align-last:left;top:2.375rem;left:63rem;display:block; }
#D1AMcWL5bxQNsafCaW97SM5gu7PruJEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#plo9tlFnRyPpmc8pT6dI09T0z3yMN857 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"centry ghotic";font-size:0.875rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:1.125rem;left:62.9375rem;height:1.13671875rem;font-style:normal;display:block; }
#nnCQ9WarQMFkasuRCm80rMaXyUJ68q1B { background-color:rgba(0,0,0,0);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:"centry ghotic";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.6875rem;text-decoration:none;z-index:100055;text-align:left;text-align-last:left;top:3.625rem;left:63.0625rem;display:block; }
#DDRCzJNa39xmy3T5EmTh1yzP9uIVvzoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pyCAdD7E7rt7zSrduU1fVEyXqcwAeSzO { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"centry ghotic";font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:22.4375rem;left:23.9375rem;height:4.19921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q5lIIfeZfMiXTcTbqsygDD8PLyEelXp2 { background-color:#ed231a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"centry ghotic";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:27.125rem;left:41rem;display:block; }
#EE0WTcPvSuNW0SEbqbqakNxMs0PbTcCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xclVCms5cShgvKNBuaPXD950Aw5wELSJ { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #256f76);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #256f76);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #256f76);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #256f76);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#256f76' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#256f76' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #256f76);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:47.9375rem;top:13.1875rem;left:7.75rem;display:block; }
#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw { position:relative;display:block; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw { background-color: transparent; background-image: none; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row .container > .video-iframe-container { display: none; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row > .video-iframe-container { display: none; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .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); }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw { border-width: 0; border-radius: 0; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row .container > .video-iframe-container {  }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#AZ3H4LxS2KQqKvilEzPQkGcfKUw7xFEM { color:#007a8a;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { color:#3b3b3b;display:block;width:66.375rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:6.3740234375rem;left:4.1875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIBWBarOQ7TnFuREfLAleenoIdb3GvbC { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:13.4375rem;left:32.4375rem;display:block; }
#An3RcNuvIOcAMtM7oTlaRVRByobbp6TO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ { position:relative;display:block; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ { background-color: transparent; background-image: none; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row .container > .video-iframe-container { display: none; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row > .video-iframe-container { display: none; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .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); }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ { border-width: 0; border-radius: 0; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row .container > .video-iframe-container {  }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#IaxFdDWMfxUXrAuvvAoI7HJghKEv8g4h { color:#007a8a;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.412109375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 { position:relative;display:block; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 { background-color: transparent; background-image: none; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row .container > .video-iframe-container { display: none; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row > .video-iframe-container { display: none; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .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); }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 { border-width: 0; border-radius: 0; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row .container > .video-iframe-container {  }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .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:19rem;width:75rem;position:relative;display:block; }#H0y9loc7J0hQbdcoFPJSwilv0F61lFr6 { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:url("https://images.assets-landingi.com/jFREUgsT/shutterstock_2085565558.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:0rem;left:0.375rem;display:block; }#H0y9loc7J0hQbdcoFPJSwilv0F61lFr6.adaptive-delivery-prevent-bg, #H0y9loc7J0hQbdcoFPJSwilv0F61lFr6.lazyload, #H0y9loc7J0hQbdcoFPJSwilv0F61lFr6.lazyloading { background-image: none; }
#H0y9loc7J0hQbdcoFPJSwilv0F61lFr6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#H0y9loc7J0hQbdcoFPJSwilv0F61lFr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#uT7LOvzDHZr7ifilcgOlCDgIsyfix0Tq { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:8.20703125rem;left:6.5rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:url("https://images.assets-landingi.com/715R7axQ/shutterstock_739138351.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:17.8125rem;top:0rem;left:19.21875rem;display:block; }#PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt.adaptive-delivery-prevent-bg, #PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt.lazyload, #PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt.lazyloading { background-image: none; }
#PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#JhLZPDXJdy9NGOv8X40cxGsSeskD4Upt { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:8.20703125rem;left:19.4375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kS0HhTMynsSPp44RNTKt1EpS5PzeT5Mv { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.20703125rem;left:41.6875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:url("https://images.assets-landingi.com/Aulljxf0/shutterstock_747230599.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:17.9375rem;top:0rem;left:56.65625rem;display:block; }#nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5.adaptive-delivery-prevent-bg, #nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5.lazyload, #nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5.lazyloading { background-image: none; }
#nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#C9uRAtJKxTlplHp4UlPJmpKr5vg6UX1u { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:8.20703125rem;left:58.09375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeukwizptrPhgT8ts7IauXOn83FCbxTo { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:url("https://images.assets-landingi.com/qdAudmR5/shutterstock_272025272_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:17.8125rem;top:0rem;left:37.96875rem;display:block; }#aeukwizptrPhgT8ts7IauXOn83FCbxTo.adaptive-delivery-prevent-bg, #aeukwizptrPhgT8ts7IauXOn83FCbxTo.lazyload, #aeukwizptrPhgT8ts7IauXOn83FCbxTo.lazyloading { background-image: none; }
#aeukwizptrPhgT8ts7IauXOn83FCbxTo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#aeukwizptrPhgT8ts7IauXOn83FCbxTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt { position:relative;display:block; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt { background-color: transparent; background-image: none; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row .container > .video-iframe-container { display: none; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row > .video-iframe-container { display: none; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .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); }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt { border-width: 0; border-radius: 0; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row .container > .video-iframe-container {  }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .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:20.5rem;width:75rem;position:relative;display:block; }#dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:url("https://images.assets-landingi.com/CxC7AdbL/cjp_odm_main_odm_page_image_web.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:0rem;left:0.375rem;display:block; }#dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC.adaptive-delivery-prevent-bg, #dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC.lazyload, #dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC.lazyloading { background-image: none; }
#dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#FR84XrnVxeDcutabUfg9xgbnzVSAqtNZ { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.86328125rem;left:2.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:url("https://images.assets-landingi.com/jxlhNTFd/VeroWhite_02_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:0rem;left:19.0625rem;display:block; }#EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl.adaptive-delivery-prevent-bg, #EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl.lazyload, #EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl.lazyloading { background-image: none; }
#EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#XFyDpa3gxTB38TAr6dyNFPw80DeQfXfT { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:8.51953125rem;left:19.4375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMxOl44sh5koxdwZcQO7TwAoHn69J1Pz { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.51953125rem;left:39.875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:url("https://images.assets-landingi.com/cJayjWqg/unnamed.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:0rem;left:56.59375rem;display:block; }#OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp.adaptive-delivery-prevent-bg, #OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp.lazyload, #OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp.lazyloading { background-image: none; }
#OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#i2inzUyWXSTdOR9bSE99WHCluOx5HgTe { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"centry ghotic";font-size:1.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.380859375rem;left:58.09375rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:url("https://images.assets-landingi.com/bogcIaZ5/FmCrGw5hlWzVORef4oel3NGHA3MV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:18.0625rem;top:0rem;left:37.84375rem;display:block; }#M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z.adaptive-delivery-prevent-bg, #M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z.lazyload, #M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z.lazyloading { background-image: none; }
#M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c243b;background-image:none;position:relative;display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { background-color: transparent; background-image: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .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); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { border-width: 0; border-radius: 0; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container {  }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#Dc398omix7nfmTvZ2pnuZOyCrErOoEZ5 { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:3.6875rem;left:61.96875rem;display:block; }
#er6V1XO8XxdX2WxyzACzMmfGwGabnCfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a5hLVmwn3V3VDcoEzX2w5zqOT4WSxgfV { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:"centry ghotic";font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:2.849609375rem;left:1.375rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { position:relative;display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { background-color: transparent; background-image: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row > .video-iframe-container { display: none; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .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); }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { border-width: 0; border-radius: 0; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container > .video-iframe-container {  }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .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:9rem;width:75rem;position:relative;display:block; }#JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { color:#007a8a;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF { position:relative;display:block; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF { background-color: transparent; background-image: none; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row .container > .video-iframe-container { display: none; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row > .video-iframe-container { display: none; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .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); }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF { border-width: 0; border-radius: 0; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row .container > .video-iframe-container {  }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .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:47.4375rem;width:75rem;position:relative;display:block; }#gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { color:#3b3b3b;display:block;width:17.375rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:25.9375rem;left:3.8125rem;height:12.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8ZKW49ktzMXtlHBToNke2NTV3ABKPVe { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.3125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:41.375rem;left:8.9375rem;display:block; }
#yckmInczsa9ttSQ8QoZnftURPqd6DtQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lh4AkR5DaUVGxionDgZhToOolTkDBzog { color:#007a8a;display:block;width:17.875rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:20.212890625rem;left:3.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tygZBWiVPNKgE9QPudVSTxmbdg6N8Aoc { color:#007a8a;display:block;width:18.4375rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.212890625rem;left:28.28125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { color:#3b3b3b;display:block;width:16.5rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:26.6875rem;left:29.25rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { color:#3b3b3b;display:block;width:17rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:26.40625rem;left:53.1875rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EEr4GVvK2JyJmvdCMMmDoyZPT25vX68S { color:#007a8a;display:block;width:17.25rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.212890625rem;left:53.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDOuTDVV9OKZq2pGk9J24A5WcsG3TT9P { position:absolute;display:block;z-index:99992;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:20.75rem;top:0rem;left:2.375rem;display:block; }
#vGgJ89cGDhE7T52QTRkOw3goEJJ1XRBD { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:7.6875rem;top:1.1875rem;left:8.0625rem;overflow:hidden;display:block; }
#nmeIlznQ9UWQFx16MDexGpDntXTVURgp { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:13.375rem;top:3.4375rem;left:30.8125rem;overflow:hidden;display:block; }
#Mabd77iF1RnvxalmKmBd8vOlg6564dOJ { position:absolute;display:block;z-index:99993;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:20.25rem;top:0rem;left:27.25rem;display:block; }
#TatGy8b6lIHbfaLKFJRO3F3oMqiykaT2 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:17.5rem;top:4.25rem;left:53.75rem;overflow:hidden;display:block; }
#tGZAm6ZkT3kNkbrhC9SfAbJsQ4kGxlFJ { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.3125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:41.375rem;left:58.125rem;display:block; }
#bMmZlFKNok7KrSSGueJxKe5FHBZ47FPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vd3svArEpTTDIVVyWoPztQoEcQQXfLTN { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:41.4375rem;left:34.1875rem;display:block; }
#nU2AebaoJRWdO97JkOxi3hnSXEb2Nndn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WqxL6FzN9tR4cbRJu5TmR5yT1FtLpeEW { position:absolute;display:block;z-index:99996;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:20.25rem;top:1.1875rem;left:52.375rem;display:block; }
#exelccS9XsiCq4TmZeurHKhtslUTO9sd { position:relative;display:block; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd { background-color: transparent; background-image: none; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row .container > .video-iframe-container { display: none; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row > .video-iframe-container { display: none; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .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); }#exelccS9XsiCq4TmZeurHKhtslUTO9sd { border-width: 0; border-radius: 0; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row .container > .video-iframe-container {  }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .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:51.6875rem;width:75rem;position:relative;display:block; }#DcsJTGFak6lapV7K11f89bDLGmar1fTH { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.3125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:45.375rem;left:7.5rem;display:block; }
#hpCaiQqc29VTHzQx1gmMbb4Zw52fhtuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gvJ32ZidDE34mdXdScCIZU9IgTFoeFNN { position:absolute;display:block;z-index:99992;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:20.75rem;top:0rem;left:2.375rem;display:block; }
#nK5w3LH7m9go7SLRLxhmGx2DhXSwZTcO { position:absolute;display:block;z-index:99993;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:20.25rem;top:0rem;left:27.25rem;display:block; }
#X0r9HbvEddAEezU2Z9L0zMzysVd9INzo { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.3125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:45.375rem;left:58.53125rem;display:block; }
#HEEuVxD3SytcxzQMletQvudTITAc5BGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xFL93dAC2s9wHTofAFHRg9aOB2uhX7KN { background-color:#007a8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:45.375rem;left:33.53125rem;display:block; }
#rUneJA5CfyIEVBSX2srnWhsTbhAt9y6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EUpa9WqohTHuegSHlPSqfTunl6mPCJ9o { position:absolute;display:block;z-index:99991;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:20.25rem;top:0rem;left:53.1875rem;display:block; }
#bu1rwPF6gbonM7lsooZHpighoCiDLZxF { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:10rem;top:4.9375rem;left:7.5rem;overflow:hidden;display:block; }
#KCPPh58pSv5dOoXsCLH5aVUN0SkdSR3G { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:16.8125rem;top:3.25rem;left:29.09375rem;overflow:hidden;display:block; }
#VFeuKFnomHEOIRaVq97Vo46LVuZZ4PKR { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:14.8125rem;top:2.5rem;left:56.375rem;overflow:hidden;display:block; }
#Fl7guWx0XUWsJZSewzORbX3d84QHMxOg { color:#007b8b;display:block;width:17.5rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.373046875rem;left:3.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hd7e28TOlFZJ5aVqPSR3H3TQoreuqd2V { color:#007b8b;display:block;width:16.25rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:19.6181640625rem;left:29.375rem;height:1.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4mvlgTxZcZLhDaeOdGy5Td7Za7TI5dJ { color:#3b3b3b;display:block;width:18.1875rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:24.0625rem;left:3.40625rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNpl0H04bBkm16bJivT4EV3W079OadLE { color:#3b3b3b;display:block;width:18.3125rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:24.0625rem;left:28.34375rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK6Hu7nTBdGtVEbgBR4V2nzwabqlp4rM { color:#007a8a;display:block;width:20.875rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.375rem;left:52.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { color:#3b3b3b;display:block;width:16.6875rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:24rem;left:55.25rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AELbfiZk/scale_model_1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn.adaptive-delivery-prevent-bg, #nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn.lazyload, #nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn.lazyloading { background-image: none; }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn > .row .container { border-width: 0; border-radius: 0; }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn > .row > .video-iframe-container {  }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:none; }#qZ70SPkfUJo6T1qFRyCchLeuTWAxcOOH { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:5.8125rem;left:6.3125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGwXica7Klo7TUcHA5geHoCO1LUK1GXT { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:5.8125rem;left:31.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXxL9Bn2AEUFlZk9vRxI2pMyQfPke0dv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:16.0625rem;left:16.03125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQbBwa3Kt8MzWeWZKn4Blm0vJnGn8Cb2 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:16.0625rem;left:46.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N035HQ8hJndReTlFZqeIWkKNA1iDFH4c { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:6.4375rem;left:57rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anI82hm8tkgMMSuvLxKFoIf9MhQHwc1X { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:0.1875rem;top:4.9375rem;left:22.1875rem;display:block; }
#V8JtwiIvhxVibCg9TybPb7gJcQssWO74 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:0.1875rem;top:4.9375rem;left:52.625rem;display:block; }
#MChDmEpTrPHJa7o73MXZN0tsMO2JVW51 { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:0.1875rem;top:16.0625rem;left:39.375rem;display:block; }
#dv3t9oJUEbEoTJ8FZT15QoygnI2OA0aD { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:0.1875rem;top:16.0625rem;left:39.375rem;display:none; }
#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf { position:relative;display:block; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf { background-color: transparent; background-image: none; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row .container > .video-iframe-container { display: none; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row > .video-iframe-container { display: none; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .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); }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf { border-width: 0; border-radius: 0; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row .container > .video-iframe-container {  }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .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.1875rem;width:75rem;position:relative;display:block; }#URPOVeRiJf17sWiR0ft0GRoeTd6w8ke2 { color:#007a8a;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.630859375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container { background-color: transparent; background-image: none; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container > .video-iframe-container { display: none; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row > .video-iframe-container { display: none; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .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); }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container { border-width: 0; border-radius: 0; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row > .video-iframe-container {  }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#WBzAVKB2VWzmSdIVWoWGWqAsezZAuyS9 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:3rem;left:6.6875rem;overflow:hidden;display:block; }
#E6FTgIzBffk9C8R5Ai3MdQJ9BfW6if9C { color:#3b3b3b;display:block;width:8.8115rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:10rem;left:5.5rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHuS7boiygzBE55fmXQJvqwNDrPRKixc { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:3.1875rem;left:19.25rem;overflow:hidden;display:block; }
#kV3FMsQGOqrE49xUt9cDhQo2h3DPoRZy { color:#3b3b3b;display:block;width:10.5595625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:10.125rem;left:17.125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4lBHJgUa8WWOUFtVpdhHPmMcxr8r035 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:6.25rem;top:3.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#W2fW7wbpl73bUZaBVi67GNHHPQWBZS8G { color:#3b3b3b;display:block;width:8.374rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:9.8125rem;left:30.25rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsPgQBZyLLyUnuqpq5sA5tlUya1zTshD { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:3rem;left:42.25rem;overflow:hidden;display:block; }
#c8qIkGfakxSdSxf0fvUKO6qISyhkyDO3 { color:#3b3b3b;display:block;width:10.558625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:10rem;left:40.125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIblcJShvoFkNdAu2nwIw3vgaOGPs6qM { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#G9MTuyqiwHTZUv3bIihkDMwR5xzt7H5f { color:#3b3b3b;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:9.0625rem;left:50.75rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tC6G4mqZ4Lng42yyDmKJkBqTeERs8gqV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3115rem;width:6.374rem;top:2.8125rem;left:65.0625rem;overflow:hidden;display:block; }
#AWyaxtP5QWbw923WKikPs00qOGGWA8st { color:#3b3b3b;display:block;width:8.8115rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:9.8125rem;left:63.875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container { background-color: transparent; background-image: none; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container > .video-iframe-container { display: none; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row > .video-iframe-container { display: none; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .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); }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container { border-width: 0; border-radius: 0; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row > .video-iframe-container {  }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#Bp8xd3tLCuCDmccWQszeZrQOaNZfdZJ3 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.1875rem;left:18.8125rem;overflow:hidden;display:block; }
#wb32lGlTv2u4XC4leIfTu2IT62M6X2WH { color:#3b3b3b;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:9.1875rem;left:18.3125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxurBbATuQbqn3D5nhMgkcos13K6JEcG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.4375rem;top:2.28125rem;left:6.65625rem;overflow:hidden;display:block; }
#p3anrPM3142PZlzDlskqTMkVrTtZufSK { color:#3b3b3b;display:block;width:8.374rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:8.875rem;left:4.625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lT2n4REDlK4Vf6IEOycTifb8bpoUQWoS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.25rem;top:2.03125rem;left:31.6240234375rem;overflow:hidden;display:block; }
#RRCvALs2eqtOcT75iQ7LIMQTe0uMVu6A { color:#3b3b3b;display:block;width:8.8115rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:9.1875rem;left:30.34375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOxV6yskD8m22hoJsNBfbVKMqEENKzb1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:1rem;left:42.125rem;overflow:hidden;display:block; }
#FU6PETTsIl4L2nkyi9mdi99cwUiiKuba { color:#3b3b3b;display:block;width:10.5595625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:9.1875rem;left:40.5947265625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHnS0SiWgLWVqeJhB5HoLKJTAwVFHIel { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:7.8125rem;top:0.6875rem;left:53.091796875rem;overflow:hidden;display:block; }
#nneSwqmRCVXQTB998GX0blQcmrdlP2HQ { color:#3b3b3b;display:block;width:8.374rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:8.4375rem;left:53.091796875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTrmTqP5pcC44zQbVwFsrrTm27l23qcP { color:#3b3b3b;display:block;width:10.558625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:9.974609375rem;left:63.1572265625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MokLyWsRgpvr26GZT4D3z36NcmE4WVk4 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.1875rem;left:65.3115234375rem;overflow:hidden;display:block; }
#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container { background-color: transparent; background-image: none; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container > .video-iframe-container { display: none; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row > .video-iframe-container { display: none; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .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); }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container { border-width: 0; border-radius: 0; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row > .video-iframe-container {  }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#d2DymdApJbBsZcpFX4LK9z5KwAWSF30T { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.25rem;top:1.25rem;left:19.3427734375rem;overflow:hidden;display:block; }
#tqsRiTBtRGEpwxk0QnCINb1FC2sz7iMx { color:#3b3b3b;display:block;width:7.4365rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:8.875rem;left:18.75rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQTdBdxR2RZK5Q4F0EBKEaOIQEnmeigN { color:#3b3b3b;display:block;width:10.5595625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:8.875rem;left:3.439453125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKOdzJvuBb2tmcq2hNSkPw4zHUmkNKp6 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:4.436525rem;top:2.125rem;left:6.5009765625rem;overflow:hidden;display:block; }
#UFotbeLyTnVryuKwCFq6w1ap9ye7TvTf { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:3.75rem;top:2.75rem;left:33rem;overflow:hidden;display:block; }
#JRc5JeM544iagDcpXog06MBl4vnPHgTu { color:#3b3b3b;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:8.6875rem;left:31.3125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T569Hg5uAr5GrI00zhicTLtNW45NklEM { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.624025rem;width:4.561525rem;top:2.5625rem;left:43.873046875rem;overflow:hidden;display:block; }
#CTKIZuFIug82FQdV8Qug4Dg2rxuiKgkJ { color:#3b3b3b;display:block;width:7.4365rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:8.875rem;left:42.435546875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVUQFz64J0mCHsCbAC1R3zAZLtBeFfLK { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:4.875rem;top:2.15625rem;left:55.3125rem;overflow:hidden;display:block; }
#J3dmAOAxQIZVKPxyyBwqiiGhULTwAevR { color:#3b3b3b;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:8rem;left:53.59375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfgcZlybtsHWci8LVl9Ntdq2On3UrZ4D { color:#3b3b3b;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:8rem;left:64.84375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHUUch8eMgNtalOkuTuG5fousaXwllkA { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.125rem;left:66.5rem;overflow:hidden;display:block; }
#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c243b;background-image:none;position:relative;display:block; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container { background-color: transparent; background-image: none; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container > .video-iframe-container { display: none; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row > .video-iframe-container { display: none; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .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); }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container { border-width: 0; border-radius: 0; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row > .video-iframe-container {  }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#efVwbuFcdT6HoPpteagBHDqx8TxO8lNN { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:6.5rem;left:8.0625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gs8fludwOIB8WPlzR6I9R6ErMUzPrsov { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c243b;background-image:none;position:relative;display:block; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container { background-color: transparent; background-image: none; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container > .video-iframe-container { display: none; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row > .video-iframe-container { display: none; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .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); }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container { border-width: 0; border-radius: 0; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row > .video-iframe-container {  }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#p6NT2CMmmDMgOvSKT5UEDi3qdtrlZsgH { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:8.51171875rem;left:4.625rem;height:1.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"centry ghotic";font-size:1rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:11rem;left:3.3125rem;height:9.795875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wflQfUZplIlp08J3TNLDBFfRFttP0wMq { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:8.5rem;left:54.625rem;height:1.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dFW6A5V0fiL1Baa7McduHatcORrKNLUv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:9.3125rem;left:54.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yMK2Hxev9hxt55h2TTLTFV9Z7hDiHZCM { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:11rem;left:30rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RrTIcPxV0ETW0rhTPnX8Z5nom5vKs0Hi { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"centry ghotic";font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:8.5rem;left:29.625rem;height:1.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fwHiW8F46SCkOJqSlV1OnGdCOPllnuTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;opacity:1;top:2.9375rem;left:10.125rem; }
#w1QaT2XM8fBLDBdn9pgUIP25UMJZeSQ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;opacity:1;top:3.1875rem;left:35.375rem; }
#ohvpplMLKnUHN01s3ghEmem6F40BOB0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;opacity:1;top:3.1875rem;left:60.375rem; }
#h43a4umCE0IThu1FS1qDO6V7efHqMHks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container { background-color: transparent; background-image: none; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container > .video-iframe-container { display: none; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row > .video-iframe-container { display: none; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .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); }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container { border-width: 0; border-radius: 0; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row > .video-iframe-container {  }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { position:relative;display:none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { border-width: 0; border-radius: 0; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container > .video-iframe-container {  }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .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:4.9375rem;width:75rem;position:relative;display:none; }#A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { color:#007a8a;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { border-width: 0; border-radius: 0; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row > .video-iframe-container {  }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:none; }#uFFH9AT06W6RPDgVOx0WHk7fi1gXVPW0 { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;height:23.8125rem;width:19.375rem;top:2rem;left:3.25rem;display:block; }
#R7ZI7g6JvKe3VkRptHEAk4brSt8qMUfi { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:4.3125rem;left:9.4375rem;display:block; }
#KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/t79Yfr3c/img_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:5rem;left:10.125rem;display:block; }#KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP.adaptive-delivery-prevent-bg, #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP.lazyload, #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP.lazyloading { background-image: none; }
#oRLQ8mg9FebVSQFmdNF2FBB1RGT3vFDm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.5625rem;top:7.5625rem;left:15.375rem;overflow:hidden;display:block; }
#XaALZETmuLIqAmMF3e6u8OPRfi1gLXg5 { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100006;line-height:1.7;letter-spacing:0;top:13.6875rem;left:4.875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9HOULa9rBD9TTUcimfupLdaZvN9t9Jx { color:#007a8a;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:21.25rem;left:4.875rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SJzvbZztWfazBmy05NvnAMJAWXB7NJus { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;height:23.8125rem;width:19.375rem;top:2rem;left:27.6875rem;display:block; }
#M5U3ml08mVe8tcfwJTGtdfVqaXh9xsrS { color:#007a8a;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100013;line-height:1.7;letter-spacing:0;top:21.25rem;left:29.3125rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#P4gMAWEzzT8svFMQffdXzXEuNigx9mA4 { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:13.6875rem;left:29.3125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAfFfM1Mb7L95kD7THLPhycV7JIynrVE { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:4.3125rem;left:33.9375rem;display:block; }
#DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Dw1pba8/img_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:5rem;left:34.5625rem;display:block; }#DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k.adaptive-delivery-prevent-bg, #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k.lazyload, #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k.lazyloading { background-image: none; }
#SfaHmc7w8mPsDTo78B1Ccf6cDhVxA3sF { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.5625rem;top:7.5625rem;left:39.875rem;overflow:hidden;display:block; }
#ICSrGIaUKIl93ZI27NHC8k8RxdUZGkbB { color:#007a8a;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100019;line-height:1.7;letter-spacing:0;top:21.25rem;left:53.75rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#equCyDFWWuelEhKBfTQgTuwAdXU1H3RJ { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:13.6875rem;left:53.75rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6N1mTkZAer0vkTU7LxNdgQ1EZpCGHcS { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:4.3125rem;left:58.375rem;display:block; }
#gcJyivKewzo6wDVOh5QydMIcy21fhxfi { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kH39gHN9/img_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:5rem;left:59rem;display:block; }#gcJyivKewzo6wDVOh5QydMIcy21fhxfi.adaptive-delivery-prevent-bg, #gcJyivKewzo6wDVOh5QydMIcy21fhxfi.lazyload, #gcJyivKewzo6wDVOh5QydMIcy21fhxfi.lazyloading { background-image: none; }
#VDDMsKCOAC6oGiCehSXdGn7gtu036duI { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.5625rem;top:7.5625rem;left:64.3125rem;overflow:hidden;display:block; }
#hTvdFoycmyzexu45QRUCIWLlqX4QX3bU { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:4.3125rem;left:33.6875rem;display:block; }
#RSanky1pUEeTCHpW8duSLTz4d5tvXlzW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;height:23.8115rem;width:19.375rem;top:1.9375rem;left:27.6875rem;display:block; }
#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c243b;background-image:none;position:relative;display:block; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container { background-color: transparent; background-image: none; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container > .video-iframe-container { display: none; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row > .video-iframe-container { display: none; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .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); }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container { border-width: 0; border-radius: 0; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row > .video-iframe-container {  }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#lJLxkgTULTDDAkaMBX7kSJwt0p7OoCiN { color:#ffffff;display:block;width:43.6865rem;position:absolute;font-family:"centry ghotic";font-size:1.625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:27.375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#ZyJaqfcdIilJ2ksX462boafo6O6Q0e1H { position:absolute;display:block;z-index:100047;height:15.625rem;width:45.9375rem;top:15.6875rem;left:26.1259765625rem;display:block; }
#ft1pxE78dwyVovfREmqkSAAIpq62DvTE { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"centry ghotic";font-size:0.8125rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:32.943359375rem;left:39.5322265625rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#SXtdXVf04gZevsLivm5khOXiGpJmuCNE { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:8.4375rem;left:51.3125rem;display:block; }
#A6bpP7zLlLogyIewnZ9PPWsCl03ebL2E { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"centry ghotic";font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:8.25rem;left:53.875rem;height:2.625rem;display:block; }
#iGUCQFWJJ05zdRHMrbnomK0XdhfuPLyr { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:8.75rem;left:40.375rem;display:block; }
#BGRSHJVoTaCuvZrFngkCtCftuWvTR4ED { box-sizing:content-box;color:#ffffff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.75rem;left:27.875rem;display:block; }
#T0v0qVpWa2DFWvQIttUyoys9i3HFP3L0 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:11.5625rem;left:40.1875rem;display:block; }
#P5BOgBQZGnEiUadleMTqmPHL4zQJKi79 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:11.5625rem;left:43.6875rem;display:block; }
#LIex24GXHhWbgfZRekzIwofURIKo9F3r { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:11.5625rem;left:47.125rem;display:block; }
#JpS7MfFHKBo9XiMPWRI4TX2WCDQ4kyZ4 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:11.5625rem;left:50.6875rem;display:block; }
#vmKw6RtBSTA1tJZNABedc5HOu9R1A92Z { background-color:rgba(0,0,0,0);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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.25rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:8.310546875rem;left:40.0927734375rem;display:block; }
#u8G6qbqAyCd7vHPpXR6vXKZE85M37CUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hr6vK6M3MWTGUcKWaSiAPggFTTzEVdVd { background-color:rgba(0,0,0,0);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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.43696875rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:8.3739347457888rem;left:29.530006408691rem;display:block; }
#So2zHcOXsipVdk3zzlrGH9yziFZ6RTMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XdpnSEuiJv53b96W0I4N9ZZDAOWTNLcN { background-color:rgba(0,0,0,0);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:"centry ghotic";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:9.53125rem;left:40.375rem;display:block; }
#vCa095c1StaQJER7SMZnJHl1A4E8Q6HQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tP65Tgkp2qAvWcXFgr5AhheCzZJ0siRR { position:absolute;display:block;z-index:100009;background-color:#36939b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:26.9375rem;width:21.75rem;top:5.8125rem;left:1.0625rem;display:block; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-form-header {  }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"centry ghotic";font-size:0.875rem;overflow:hidden; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .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:#ffffff;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:400;color:#1c243b;width:17.5rem;height:3.0625rem;font-family:"centry ghotic";overflow:hidden;line-height:1.2;font-style:normal; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"centry ghotic";font-size:0.8125rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .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; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-container:first-of-type{padding-top:0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-container:last-of-type{padding-bottom:0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:8.875rem;left:1.9375rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-info-text { display:block;height:auto;font-family:lato;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; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 {display:block;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:8.875rem;left:1.9375rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #dc8QOOrdLTObQI1cWTHZmU6lB6gOWgK8 { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #iglC5OSpGL7PpVJFnZ5GxMpSpw1X3p16 { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #kVg9UeZ9pTMzTIp2vBX9Pq2lWnZT7suQ { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #CdkOD8VaH1AnUJZrCrd0RMx4sCWTkSqn { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #eOduQrdQo9yTKWb0DhESDiC9SLsu48C8 { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #RWD5Rmh9raleUztmeNNm7mpLMPXN2kPL { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #r6ftPlbzw9Qxgs7tMv58Mxu8fSIioArE { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #bw6XXyuBNsbkQxVocN7scBoxHE7uA3b3 { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #Q1hVvkuCHHKCcZhrmAzTU1Aei9o5iTBW { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #zHvP5l0ksJWzzPkS96kkfG6OehbHf89K { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #w3kFQ0USO4qBk7hZaRnxw2PTsENwLEBL { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #RBV3i4UKLTQghBLClmGmTURPIAuXItsp { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #R6ESsIixFiHhOXW8n97ZH5TlqUyLTcUT { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #rNrdFNu0hzl745C4XeGwkVGOScUbU6uo { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #qypSNi6KAvignPBRXbTXiWOkaug4q0Lp { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #rQgnDVgglddSwQZpQdGTou1n5UHfkQMy { position:relative; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #HyvT7aWen753zReFmvmZ6Ae52yEsfESJ { position:relative; }
#g3oHyinIyeubKAObBSewyhxffkrPLUsC { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"centry ghotic";font-size:1.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:7.087890625rem;left:3.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container { background-color: transparent; background-image: none; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container > .video-iframe-container { display: none; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row > .video-iframe-container { display: none; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .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); }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container { border-width: 0; border-radius: 0; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row > .video-iframe-container {  }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#APxHfh6sJuwTT44cyCAknqxJzToQuOzo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4.0625rem;top:0.2373046875rem;left:-3.2049682301987rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #K4MkazCTwTUD6aQBFzrOpkI4r5mbz22V { width:29.25rem;height:8.125rem;top:14.6875rem;left:8.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4DyquwnBDJVyImSNy2KaRsy1Rl2V5Cd { width:21.75rem;height:27.25rem;top:13.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsbXnEwZkWZMkv8JeqrKipauOSaRawxM { width:17.125rem;height:2.0625rem;top:14.6875rem;left:30.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSiakdFQtgfDWebC4Tunyd2X3C8PIGIg { top:13.125rem;left:26rem;width:21.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPfNczNpvkCBw3gncbLn38d39fPimUX3 { width:35.8125rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-text {padding-top: 0; padding-bottom: 0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-select {padding-top: 0; padding-bottom: 0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v  { width:17.5rem;height:auto;top:16.25rem;left:27.75rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v {display:block;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v { width:17.5rem;height:auto;top:16.25rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #upI2IeH1OpaTGkUs32iwcQ2d6HcackMz {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #EaO6cQHO2ieNM28OXZMnSN97C3eh0shD {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #GQqEMlORsc7XxHKbd4tPJnVPvJpay0xU {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #TEsRtMqS8dhZyyC8zzqDus8R3EWwHzRf {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #yD9L0onc5umP83H9lE4ZLKzJHTwe5GKr {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #sagsBBKVyPgpNMz3DTdeasmOUX2J4DCu {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #rZxXGTNTAsdTS88TOEyG58TTlSO84M0Q {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #tVIDxm3htPdqPyGiemZPwMpMqqGgenhr {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #g2wUvKtgcg7xqupA5RuumOOin7RvqN2g {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Oima3BdJy4KSuTrQlRZFM15LTkNg7K6d {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #mVozaGH0sbgvQ66HDpntfCkErVPXgLBL {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #KTe2JhISkyMm4TdAcyZnIav1Os3TpevP {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #vM3i53ByGuh7eGKFmc7WyIOBAvsgcTBo {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Gv5M8AI740lZMM6PagxpIrwn99T79g7x {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Ii3TBzXrTpHkSkEvZFVMXSOExdM84kBF {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #v7cdGKzO3DJwahvA89sg4qRSc1emWm8r {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #N7TGyJpAp2VFLsneVSWnRredsOsn6oa2 {  }
 }@media only screen and (max-width: 763px) { #ZAKmsLQx6nEwHng2SZRWFEiiqgTQQB3I { top:2.1875rem;left:0rem;width:13.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7CwkCHWg5MGbKzohUTar9eNLCdzGDeO { width:8.75rem;height:1.125rem;top:2.5rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8gd62AV2RC7XWvF6JUfG3aUqnNk288W { top:2.5625rem;left:32.5rem;width:3.125rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc7JZOE0NxpNI3Pe2WlOZ23SVK97Ir9 { width:10.9375rem;height:2.4375rem;top:2.9375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PJUsVHQduHNRnoxZyfhTUeCycWR41G { display:block; }
 }@media only screen and (max-width: 763px) { #FLeaNoeqSivtoDepohpPm16FU8d2cC6J { top:2.375rem;left:44.625rem;width:3.125rem;height:2.686525rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJu6LGGqwK4gwp7S79vtPsKwwedrxxq8 { width:9.8125rem;height:1.375rem;top:2.375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1AMcWL5bxQNsafCaW97SM5gu7PruJEW { display:block; }
 }@media only screen and (max-width: 763px) { #plo9tlFnRyPpmc8pT6dI09T0z3yMN857 { width:5.875rem;height:1.125rem;top:1.125rem;left:41.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnCQ9WarQMFkasuRCm80rMaXyUJ68q1B { width:9.125rem;height:1.6875rem;top:3.625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDRCzJNa39xmy3T5EmTh1yzP9uIVvzoL { display:block; }
 }@media only screen and (max-width: 763px) { #pyCAdD7E7rt7zSrduU1fVEyXqcwAeSzO { width:27.25rem;height:4.1875rem;top:22.4375rem;left:10.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5lIIfeZfMiXTcTbqsygDD8PLyEelXp2 { width:10.125rem;height:3.1875rem;top:27.125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE0WTcPvSuNW0SEbqbqakNxMs0PbTcCh { display:block; }
 }@media only screen and (max-width: 763px) { #xclVCms5cShgvKNBuaPXD950Aw5wELSJ { top:13.1875rem;left:0rem;width:47.75rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luFvIJziBJLIDTB9RASkiL4xg9ApdWGw { display:block; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ3H4LxS2KQqKvilEzPQkGcfKUw7xFEM { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { width:47.75rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIBWBarOQ7TnFuREfLAleenoIdb3GvbC { width:10.125rem;height:3.1875rem;top:13.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #An3RcNuvIOcAMtM7oTlaRVRByobbp6TO { display:block; }
 }@media only screen and (max-width: 763px) { #cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ { display:block; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaxFdDWMfxUXrAuvvAoI7HJghKEv8g4h { width:47.75rem;height:2.875rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 { display:block; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0y9loc7J0hQbdcoFPJSwilv0F61lFr6 { top:0rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7LOvzDHZr7ifilcgOlCDgIsyfix0Tq { width:5.75rem;height:2.25rem;top:8.1875rem;left:3.09375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt { top:0rem;left:6.0625rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhLZPDXJdy9NGOv8X40cxGsSeskD4Upt { width:17.375rem;height:2.25rem;top:8.1875rem;left:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS0HhTMynsSPp44RNTKt1EpS5PzeT5Mv { width:10.375rem;height:2.25rem;top:8.1875rem;left:24.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5 { top:0rem;left:29.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uRAtJKxTlplHp4UlPJmpKr5vg6UX1u { width:15.0625rem;height:2.25rem;top:8.1875rem;left:32.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeukwizptrPhgT8ts7IauXOn83FCbxTo { top:0rem;left:18rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt { display:block; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC { top:0rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR84XrnVxeDcutabUfg9xgbnzVSAqtNZ { width:13.375rem;height:2.25rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl { top:0rem;left:5.75rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFyDpa3gxTB38TAr6dyNFPw80DeQfXfT { width:17.375rem;height:2.25rem;top:8.5rem;left:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMxOl44sh5koxdwZcQO7TwAoHn69J1Pz { width:14rem;height:2.25rem;top:8.5rem;left:21.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp { top:0rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2inzUyWXSTdOR9bSE99WHCluOx5HgTe { width:15.0625rem;height:4.5rem;top:7.375rem;left:32.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z { top:0rem;left:17.75rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc398omix7nfmTvZ2pnuZOyCrErOoEZ5 { width:10.125rem;height:3.1875rem;top:3.6875rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6V1XO8XxdX2WxyzACzMmfGwGabnCfk { display:block; }
 }@media only screen and (max-width: 763px) { #a5hLVmwn3V3VDcoEzX2w5zqOT4WSxgfV { width:47.75rem;height:4.1875rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { width:47.75rem;height:6.125rem;top:1.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF { display:block; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { width:17.375rem;height:14.0625rem;top:25.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZKW49ktzMXtlHBToNke2NTV3ABKPVe { width:7.9375rem;height:2.3125rem;top:41.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yckmInczsa9ttSQ8QoZnftURPqd6DtQE { display:block; }
 }@media only screen and (max-width: 763px) { #Lh4AkR5DaUVGxionDgZhToOolTkDBzog { width:17.875rem;height:3.5625rem;top:20.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tygZBWiVPNKgE9QPudVSTxmbdg6N8Aoc { width:18.4375rem;height:3.5625rem;top:20.1875rem;left:13.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { width:16.5rem;height:9.1875rem;top:26.6875rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:17rem;height:13.125rem;top:26.375rem;left:30.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEr4GVvK2JyJmvdCMMmDoyZPT25vX68S { width:17.25rem;height:3.5625rem;top:20.1875rem;left:30.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOuTDVV9OKZq2pGk9J24A5WcsG3TT9P { top:0rem;left:0rem;width:20.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGgJ89cGDhE7T52QTRkOw3goEJJ1XRBD { width:7.6875rem;height:15.125rem;top:1.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmeIlznQ9UWQFx16MDexGpDntXTVURgp { width:13.375rem;height:10.875rem;top:3.4375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mabd77iF1RnvxalmKmBd8vOlg6564dOJ { top:0rem;left:12.875rem;width:20.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatGy8b6lIHbfaLKFJRO3F3oMqiykaT2 { width:17.5rem;height:10.3125rem;top:4.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGZAm6ZkT3kNkbrhC9SfAbJsQ4kGxlFJ { width:7.9375rem;height:2.3125rem;top:41.375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMmZlFKNok7KrSSGueJxKe5FHBZ47FPx { display:block; }
 }@media only screen and (max-width: 763px) { #Vd3svArEpTTDIVVyWoPztQoEcQQXfLTN { width:7.9375rem;height:2.3125rem;top:41.4375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU2AebaoJRWdO97JkOxi3hnSXEb2Nndn { display:block; }
 }@media only screen and (max-width: 763px) { #WqxL6FzN9tR4cbRJu5TmR5yT1FtLpeEW { top:1.1875rem;left:27.375rem;width:20.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exelccS9XsiCq4TmZeurHKhtslUTO9sd { display:block; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcsJTGFak6lapV7K11f89bDLGmar1fTH { width:7.9375rem;height:2.3125rem;top:45.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpCaiQqc29VTHzQx1gmMbb4Zw52fhtuq { display:block; }
 }@media only screen and (max-width: 763px) { #gvJ32ZidDE34mdXdScCIZU9IgTFoeFNN { top:0rem;left:0rem;width:20.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5w3LH7m9go7SLRLxhmGx2DhXSwZTcO { top:0rem;left:12.875rem;width:20.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0r9HbvEddAEezU2Z9L0zMzysVd9INzo { width:7.9375rem;height:2.3125rem;top:45.375rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEEuVxD3SytcxzQMletQvudTITAc5BGL { display:block; }
 }@media only screen and (max-width: 763px) { #xFL93dAC2s9wHTofAFHRg9aOB2uhX7KN { width:7.9375rem;height:2.3125rem;top:45.375rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUneJA5CfyIEVBSX2srnWhsTbhAt9y6l { display:block; }
 }@media only screen and (max-width: 763px) { #EUpa9WqohTHuegSHlPSqfTunl6mPCJ9o { top:0rem;left:27.375rem;width:20.25rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1rwPF6gbonM7lsooZHpighoCiDLZxF { width:10rem;height:9.4375rem;top:4.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCPPh58pSv5dOoXsCLH5aVUN0SkdSR3G { width:16.8125rem;height:11.25rem;top:3.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFeuKFnomHEOIRaVq97Vo46LVuZZ4PKR { width:14.8125rem;height:12.75rem;top:2.5rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7guWx0XUWsJZSewzORbX3d84QHMxOg { width:17.5rem;height:1.75rem;top:20.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd7e28TOlFZJ5aVqPSR3H3TQoreuqd2V { width:16.25rem;height:3.25rem;top:19.5625rem;left:15.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mvlgTxZcZLhDaeOdGy5Td7Za7TI5dJ { width:18.1875rem;height:14.4375rem;top:24.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNpl0H04bBkm16bJivT4EV3W079OadLE { width:18.3125rem;height:19.6875rem;top:24.0625rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6Hu7nTBdGtVEbgBR4V2nzwabqlp4rM { width:20.875rem;height:1.75rem;top:20.375rem;left:26.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { width:16.6875rem;height:14.4375rem;top:24rem;left:30.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn { display:block; }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZ70SPkfUJo6T1qFRyCchLeuTWAxcOOH { width:10.75rem;height:3.75rem;top:5.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwXica7Klo7TUcHA5geHoCO1LUK1GXT { width:10.6875rem;height:3.75rem;top:5.8125rem;left:17.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxL9Bn2AEUFlZk9vRxI2pMyQfPke0dv { width:16.25rem;height:3.75rem;top:16.0625rem;left:2.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQbBwa3Kt8MzWeWZKn4Blm0vJnGn8Cb2 { width:12.6875rem;height:3.75rem;top:16.0625rem;left:32.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N035HQ8hJndReTlFZqeIWkKNA1iDFH4c { width:12.6875rem;height:3.75rem;top:6.4375rem;left:35.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anI82hm8tkgMMSuvLxKFoIf9MhQHwc1X { top:4.9375rem;left:8.5625rem;width:0.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JtwiIvhxVibCg9TybPb7gJcQssWO74 { top:4.9375rem;left:39rem;width:0.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChDmEpTrPHJa7o73MXZN0tsMO2JVW51 { top:16.0625rem;left:25.75rem;width:0.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv3t9oJUEbEoTJ8FZT15QoygnI2OA0aD { top:16.0625rem;left:25.75rem;width:0.1875rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf { display:block; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URPOVeRiJf17sWiR0ft0GRoeTd6w8ke2 { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW { display:block; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBzAVKB2VWzmSdIVWoWGWqAsezZAuyS9 { top:3rem;left:3.28125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6FTgIzBffk9C8R5Ai3MdQJ9BfW6if9C { width:8.75rem;height:1.5625rem;top:10rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHuS7boiygzBE55fmXQJvqwNDrPRKixc { top:3.1875rem;left:11.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3FMsQGOqrE49xUt9cDhQo2h3DPoRZy { width:10.5rem;height:1.5625rem;top:10.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4lBHJgUa8WWOUFtVpdhHPmMcxr8r035 { top:3.5625rem;left:17.625rem;width:6.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2fW7wbpl73bUZaBVi67GNHHPQWBZS8G { width:8.3125rem;height:1.5625rem;top:9.8125rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPgQBZyLLyUnuqpq5sA5tlUya1zTshD { top:3rem;left:25.21875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8qIkGfakxSdSxf0fvUKO6qISyhkyDO3 { width:10.5rem;height:1.5625rem;top:10rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIblcJShvoFkNdAu2nwIw3vgaOGPs6qM { top:2.8125rem;left:29.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MTuyqiwHTZUv3bIihkDMwR5xzt7H5f { width:11.625rem;height:3.125rem;top:9.0625rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC6G4mqZ4Lng42yyDmKJkBqTeERs8gqV { top:2.8125rem;left:41.21875rem;width:6.3125rem;height:6.2506030357706rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWyaxtP5QWbw923WKikPs00qOGGWA8st { width:8.75rem;height:3.125rem;top:9.8125rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k95hEcMiiEL5RUz1hFvSvOVroDxv50fx { display:block; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp8xd3tLCuCDmccWQszeZrQOaNZfdZJ3 { top:2.1875rem;left:11.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb32lGlTv2u4XC4leIfTu2IT62M6X2WH { width:7.1875rem;height:3.125rem;top:9.1875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxurBbATuQbqn3D5nhMgkcos13K6JEcG { top:2.25rem;left:3.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3anrPM3142PZlzDlskqTMkVrTtZufSK { width:8.3125rem;height:3.125rem;top:8.875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT2n4REDlK4Vf6IEOycTifb8bpoUQWoS { top:2rem;left:17.625rem;width:6.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRCvALs2eqtOcT75iQ7LIMQTe0uMVu6A { width:8.75rem;height:3.125rem;top:9.1875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOxV6yskD8m22hoJsNBfbVKMqEENKzb1 { top:1rem;left:25.09375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6PETTsIl4L2nkyi9mdi99cwUiiKuba { width:10.5rem;height:1.5625rem;top:9.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHnS0SiWgLWVqeJhB5HoLKJTAwVFHIel { top:0.6875rem;left:28rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneSwqmRCVXQTB998GX0blQcmrdlP2HQ { width:8.3125rem;height:3.125rem;top:8.4375rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrmTqP5pcC44zQbVwFsrrTm27l23qcP { width:10.5rem;height:1.5625rem;top:9.9375rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MokLyWsRgpvr26GZT4D3z36NcmE4WVk4 { top:2.1875rem;left:41.4677734375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 { display:block; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2DymdApJbBsZcpFX4LK9z5KwAWSF30T { top:1.25rem;left:11.9375rem;width:6.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqsRiTBtRGEpwxk0QnCINb1FC2sz7iMx { width:7.375rem;height:3.125rem;top:8.875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTdBdxR2RZK5Q4F0EBKEaOIQEnmeigN { width:10.5rem;height:3.125rem;top:8.875rem;left:0.033203125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKOdzJvuBb2tmcq2hNSkPw4zHUmkNKp6 { top:2.125rem;left:3.0947265625rem;width:4.375rem;height:4.9306608212509rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFotbeLyTnVryuKwCFq6w1ap9ye7TvTf { top:2.75rem;left:20.125rem;width:3.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRc5JeM544iagDcpXog06MBl4vnPHgTu { width:7.1875rem;height:3.125rem;top:8.6875rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T569Hg5uAr5GrI00zhicTLtNW45NklEM { top:2.5625rem;left:26.841796875rem;width:4.5rem;height:4.5616570116354rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTKIZuFIug82FQdV8Qug4Dg2rxuiKgkJ { width:7.375rem;height:1.5625rem;top:8.875rem;left:25.404296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVUQFz64J0mCHsCbAC1R3zAZLtBeFfLK { top:2.125rem;left:30.9375rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3dmAOAxQIZVKPxyyBwqiiGhULTwAevR { width:8.3125rem;height:3.125rem;top:8rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfgcZlybtsHWci8LVl9Ntdq2On3UrZ4D { width:8.3125rem;height:3.125rem;top:8rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHUUch8eMgNtalOkuTuG5fousaXwllkA { top:2.125rem;left:42.65625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCG9aLpvK8yxXP82zqTvXsaUN126K4J { display:block; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efVwbuFcdT6HoPpteagBHDqx8TxO8lNN { width:47.75rem;height:5.25rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs8fludwOIB8WPlzR6I9R6ErMUzPrsov { width:47.75rem;height:3.0625rem;top:2.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu { display:block; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6NT2CMmmDMgOvSKT5UEDi3qdtrlZsgH { width:15.75rem;height:1.875rem;top:8.5rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB { width:18.375rem;height:9.75rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wflQfUZplIlp08J3TNLDBFfRFttP0wMq { width:15.75rem;height:1.875rem;top:8.5rem;left:31.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFW6A5V0fiL1Baa7McduHatcORrKNLUv { width:16.25rem;height:9.4375rem;top:9.3125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMK2Hxev9hxt55h2TTLTFV9Z7hDiHZCM { width:15.0625rem;height:3.125rem;top:11rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTIcPxV0ETW0rhTPnX8Z5nom5vKs0Hi { width:15.75rem;height:3.8125rem;top:8.5rem;left:15.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwHiW8F46SCkOJqSlV1OnGdCOPllnuTz { top:2.9375rem;left:5.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1QaT2XM8fBLDBdn9pgUIP25UMJZeSQ7 { top:3.1875rem;left:21.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohvpplMLKnUHN01s3ghEmem6F40BOB0T { top:3.1875rem;left:37.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h43a4umCE0IThu1FS1qDO6V7efHqMHks { display:block; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { width:47.75rem;height:2.875rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIMFztxDeXgKfFXPHscWQv7mKStN3kBw { display:block; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFFH9AT06W6RPDgVOx0WHk7fi1gXVPW0 { width:19.375rem;height:23.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZI7g6JvKe3VkRptHEAk4brSt8qMUfi { width:7.5625rem;height:7.5625rem;top:4.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP { width:6.25rem;height:6.25rem;top:5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRLQ8mg9FebVSQFmdNF2FBB1RGT3vFDm { width:2.5625rem;height:2.1875rem;top:7.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaALZETmuLIqAmMF3e6u8OPRfi1gLXg5 { width:16.75rem;height:6.75rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9HOULa9rBD9TTUcimfupLdaZvN9t9Jx { width:16.75rem;height:2.5rem;top:21.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzvbZztWfazBmy05NvnAMJAWXB7NJus { width:19.375rem;height:23.8125rem;top:2rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5U3ml08mVe8tcfwJTGtdfVqaXh9xsrS { width:16.75rem;height:2.5rem;top:21.25rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4gMAWEzzT8svFMQffdXzXEuNigx9mA4 { width:16.75rem;height:6.75rem;top:13.6875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAfFfM1Mb7L95kD7THLPhycV7JIynrVE { width:7.5625rem;height:7.5625rem;top:4.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k { width:6.25rem;height:6.25rem;top:5rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfaHmc7w8mPsDTo78B1Ccf6cDhVxA3sF { width:2.5625rem;height:2.1875rem;top:7.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSrGIaUKIl93ZI27NHC8k8RxdUZGkbB { width:16.75rem;height:2.5rem;top:21.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #equCyDFWWuelEhKBfTQgTuwAdXU1H3RJ { width:16.75rem;height:6.75rem;top:13.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6N1mTkZAer0vkTU7LxNdgQ1EZpCGHcS { width:7.5625rem;height:7.5625rem;top:4.3125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcJyivKewzo6wDVOh5QydMIcy21fhxfi { width:6.25rem;height:6.25rem;top:5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDDMsKCOAC6oGiCehSXdGn7gtu036duI { width:2.5625rem;height:2.1875rem;top:7.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvdFoycmyzexu45QRUCIWLlqX4QX3bU { width:7.5625rem;height:7.5625rem;top:4.3125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSanky1pUEeTCHpW8duSLTz4d5tvXlzW { width:19.375rem;height:23.75rem;top:1.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA { display:block; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJLxkgTULTDDAkaMBX7kSJwt0p7OoCiN { top:3.5625rem;left:4.125rem;width:43.625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJaqfcdIilJ2ksX462boafo6O6Q0e1H { top:15.6875rem;left:0.6875rem;width:45.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft1pxE78dwyVovfREmqkSAAIpq62DvTE { top:32.9375rem;left:25.9072265625rem;width:18rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXtdXVf04gZevsLivm5khOXiGpJmuCNE { top:8.4375rem;left:37.6875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6bpP7zLlLogyIewnZ9PPWsCl03ebL2E { top:8.25rem;left:30.9375rem;width:16.8125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGUCQFWJJ05zdRHMrbnomK0XdhfuPLyr { top:8.75rem;left:26.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGRSHJVoTaCuvZrFngkCtCftuWvTR4ED { top:8.75rem;left:14.25rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0v0qVpWa2DFWvQIttUyoys9i3HFP3L0 { top:11.5625rem;left:26.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5BOgBQZGnEiUadleMTqmPHL4zQJKi79 { top:11.5625rem;left:30.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIex24GXHhWbgfZRekzIwofURIKo9F3r { top:11.5625rem;left:33.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpS7MfFHKBo9XiMPWRI4TX2WCDQ4kyZ4 { top:11.5625rem;left:37.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmKw6RtBSTA1tJZNABedc5HOu9R1A92Z { width:11.1875rem;height:1.25rem;top:8.25rem;left:26.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8G6qbqAyCd7vHPpXR6vXKZE85M37CUT { display:block; }
 }@media only screen and (max-width: 763px) { #hr6vK6M3MWTGUcKWaSiAPggFTTzEVdVd { width:10rem;height:2.375rem;top:8.3125rem;left:15.905006408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #So2zHcOXsipVdk3zzlrGH9yziFZ6RTMV { display:block; }
 }@media only screen and (max-width: 763px) { #XdpnSEuiJv53b96W0I4N9ZZDAOWTNLcN { width:11.1875rem;height:1.625rem;top:9.5rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCa095c1StaQJER7SMZnJHl1A4E8Q6HQ { display:block; }
 }@media only screen and (max-width: 763px) { #tP65Tgkp2qAvWcXFgr5AhheCzZJ0siRR { top:5.8125rem;left:0rem;width:21.75rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6  { width:17.5rem;height:auto;top:8.875rem;left:0rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 {display:block;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 { width:17.5rem;height:auto;top:8.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #dc8QOOrdLTObQI1cWTHZmU6lB6gOWgK8 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #iglC5OSpGL7PpVJFnZ5GxMpSpw1X3p16 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #kVg9UeZ9pTMzTIp2vBX9Pq2lWnZT7suQ {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #CdkOD8VaH1AnUJZrCrd0RMx4sCWTkSqn {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #eOduQrdQo9yTKWb0DhESDiC9SLsu48C8 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #RWD5Rmh9raleUztmeNNm7mpLMPXN2kPL {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #r6ftPlbzw9Qxgs7tMv58Mxu8fSIioArE {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #bw6XXyuBNsbkQxVocN7scBoxHE7uA3b3 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #Q1hVvkuCHHKCcZhrmAzTU1Aei9o5iTBW {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #zHvP5l0ksJWzzPkS96kkfG6OehbHf89K {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #w3kFQ0USO4qBk7hZaRnxw2PTsENwLEBL {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #RBV3i4UKLTQghBLClmGmTURPIAuXItsp {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #R6ESsIixFiHhOXW8n97ZH5TlqUyLTcUT {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #rNrdFNu0hzl745C4XeGwkVGOScUbU6uo {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #qypSNi6KAvignPBRXbTXiWOkaug4q0Lp {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #rQgnDVgglddSwQZpQdGTou1n5UHfkQMy {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #HyvT7aWen753zReFmvmZ6Ae52yEsfESJ {  }
 }@media only screen and (max-width: 763px) { #g3oHyinIyeubKAObBSewyhxffkrPLUsC { width:17.125rem;height:1.9375rem;top:7.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb { display:block; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APxHfh6sJuwTT44cyCAknqxJzToQuOzo { top:0.1875rem;left:0rem;width:4.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#000000;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4MkazCTwTUD6aQBFzrOpkI4r5mbz22V { width:18.375rem;height:4.38671875rem;top:24.1015625rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4DyquwnBDJVyImSNy2KaRsy1Rl2V5Cd { width:20rem;height:26.4375rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsbXnEwZkWZMkv8JeqrKipauOSaRawxM { width:16.6230625rem;height:2.2744125rem;top:38.875rem;left:1.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSiakdFQtgfDWebC4Tunyd2X3C8PIGIg { width:20rem;height:4.4375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPfNczNpvkCBw3gncbLn38d39fPimUX3 { top:12.375rem;left:0rem;width:20rem;height:10.9375rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-text {padding-top: 0; padding-bottom: 0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-select {padding-top: 0; padding-bottom: 0;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#36939b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v  { width:17.5rem;height:auto;top:43.5625rem;left:0rem; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v {display:block;}#CptwJ6md0RcATmgpEmeCCbLOGEDWI26v { width:17.5rem;height:auto;top:43.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #upI2IeH1OpaTGkUs32iwcQ2d6HcackMz {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #EaO6cQHO2ieNM28OXZMnSN97C3eh0shD {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #GQqEMlORsc7XxHKbd4tPJnVPvJpay0xU {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #TEsRtMqS8dhZyyC8zzqDus8R3EWwHzRf {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #yD9L0onc5umP83H9lE4ZLKzJHTwe5GKr {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #sagsBBKVyPgpNMz3DTdeasmOUX2J4DCu {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #rZxXGTNTAsdTS88TOEyG58TTlSO84M0Q {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #tVIDxm3htPdqPyGiemZPwMpMqqGgenhr {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #g2wUvKtgcg7xqupA5RuumOOin7RvqN2g {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Oima3BdJy4KSuTrQlRZFM15LTkNg7K6d {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #mVozaGH0sbgvQ66HDpntfCkErVPXgLBL {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #KTe2JhISkyMm4TdAcyZnIav1Os3TpevP {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #vM3i53ByGuh7eGKFmc7WyIOBAvsgcTBo {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Gv5M8AI740lZMM6PagxpIrwn99T79g7x {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #Ii3TBzXrTpHkSkEvZFVMXSOExdM84kBF {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #v7cdGKzO3DJwahvA89sg4qRSc1emWm8r {  }
 }@media only screen and (max-width: 763px) { #CptwJ6md0RcATmgpEmeCCbLOGEDWI26v #N7TGyJpAp2VFLsneVSWnRredsOsn6oa2 {  }
 }@media only screen and (max-width: 763px) { #ZAKmsLQx6nEwHng2SZRWFEiiqgTQQB3I { width:13.1875rem;height:4.1875rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7CwkCHWg5MGbKzohUTar9eNLCdzGDeO { width:8.75rem;height:1.29980625rem;top:8.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8gd62AV2RC7XWvF6JUfG3aUqnNk288W { width:3.125rem;height:2.6875rem;top:5.5rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc7JZOE0NxpNI3Pe2WlOZ23SVK97Ir9 { width:10.875rem;height:2.3125rem;top:8.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5PJUsVHQduHNRnoxZyfhTUeCycWR41G { display:block; }
 }@media only screen and (max-width: 763px) { #FLeaNoeqSivtoDepohpPm16FU8d2cC6J { width:3.125rem;height:2.6864375rem;top:5.8125rem;left:13.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJu6LGGqwK4gwp7S79vtPsKwwedrxxq8 { width:8rem;height:1.875rem;top:9.125rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1AMcWL5bxQNsafCaW97SM5gu7PruJEW { display:block; }
 }@media only screen and (max-width: 763px) { #plo9tlFnRyPpmc8pT6dI09T0z3yMN857 { width:5.87446875rem;height:1.29980625rem;top:8.125rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnCQ9WarQMFkasuRCm80rMaXyUJ68q1B { width:8rem;height:2.3125rem;top:10.0625rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DDRCzJNa39xmy3T5EmTh1yzP9uIVvzoL { display:block; }
 }@media only screen and (max-width: 763px) { #pyCAdD7E7rt7zSrduU1fVEyXqcwAeSzO { width:20rem;height:3.32421875rem;top:28.48828125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5lIIfeZfMiXTcTbqsygDD8PLyEelXp2 { width:10.125rem;height:3.1875rem;top:33.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE0WTcPvSuNW0SEbqbqakNxMs0PbTcCh { display:block; }
 }@media only screen and (max-width: 763px) { #xclVCms5cShgvKNBuaPXD950Aw5wELSJ { width:20rem;height:18.125rem;top:13.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luFvIJziBJLIDTB9RASkiL4xg9ApdWGw { display:block; }#luFvIJziBJLIDTB9RASkiL4xg9ApdWGw > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ3H4LxS2KQqKvilEzPQkGcfKUw7xFEM { width:20rem;height:1.94921875rem;top:1.71875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { width:20rem;height:19.5918125rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIBWBarOQ7TnFuREfLAleenoIdb3GvbC { width:10.125rem;height:3.1875rem;top:35.361375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #An3RcNuvIOcAMtM7oTlaRVRByobbp6TO { display:block; }
 }@media only screen and (max-width: 763px) { #cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ { display:block; }#cTebvulR9nBnzvRA1PDQWE9iyHGPwJKJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaxFdDWMfxUXrAuvvAoI7HJghKEv8g4h { width:20rem;height:2.2744125rem;top:1.9873046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 { display:block; }#k2TVi5fbfyq5OwzXA7J08Zr2BX5duNx0 > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0y9loc7J0hQbdcoFPJSwilv0F61lFr6 { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7LOvzDHZr7ifilcgOlCDgIsyfix0Tq { width:20rem;height:1.94921875rem;top:6.33203125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIhFcxzGhtvTsIIKx8MhuLyDhwcE7Fdt { width:12.5rem;height:12.5rem;top:15rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhLZPDXJdy9NGOv8X40cxGsSeskD4Upt { width:10.875rem;height:3.8984375rem;top:19.95703125rem;left:4.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kS0HhTMynsSPp44RNTKt1EpS5PzeT5Mv { width:20rem;height:1.94921875rem;top:34.64453125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQxMOOPh3fUWXphBOJeuMqL74HvWCWl5 { width:12.5rem;height:12.5rem;top:42.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uRAtJKxTlplHp4UlPJmpKr5vg6UX1u { width:10.875rem;height:3.8984375rem;top:46.86328125rem;left:4.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeukwizptrPhgT8ts7IauXOn83FCbxTo { width:12.5rem;height:12.5rem;top:28.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt { display:block; }#OspCB2Lt2ESH6EnLWQwZAtMuGN00kRUt > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxV6BBV2IdwUtEEbnVNNmkiF56hROrQC { width:12.5rem;height:12.5rem;top:28.919921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR84XrnVxeDcutabUfg9xgbnzVSAqtNZ { width:20rem;height:1.94921875rem;top:34.1953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpFQxBLxZrpWmzKpzi4CEsb8f2GmHXnl { width:12.5rem;height:12.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFyDpa3gxTB38TAr6dyNFPw80DeQfXfT { width:20rem;height:1.94921875rem;top:5.275390625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMxOl44sh5koxdwZcQO7TwAoHn69J1Pz { width:20rem;height:1.94921875rem;top:19.37109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJTN5HBZfE0p4pUffzpzgHAOy1PgUSfp { width:12.5rem;height:12.5rem;top:14.095703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2inzUyWXSTdOR9bSE99WHCluOx5HgTe { width:20rem;height:1.95rem;top:39.408203125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1z1zX4pTUuGPxKNs4anU1kXHCTznm0Z { width:12.5rem;height:12.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc398omix7nfmTvZ2pnuZOyCrErOoEZ5 { width:10.625rem;height:3.25rem;top:11.50125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6V1XO8XxdX2WxyzACzMmfGwGabnCfk { display:block; }
 }@media only screen and (max-width: 763px) { #a5hLVmwn3V3VDcoEzX2w5zqOT4WSxgfV { width:18.5625rem;height:8.3105625rem;top:1.724609375rem;left:0.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH { display:block; }#PDox6QIlIRamXEy2G6CiyCLnq3CeRAsH > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXItHsqAfpy4VNP36PKG6XseTWV4Th5b { width:20rem;height:7.796875rem;top:1.28125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF { display:block; }#PGV2ldwQsR206rTrWqTAKAEBQ3TB25CF > .row .container { width:20rem;height:137.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHqPiJ3rVVlKdsaPbotep8ihBQTLkVqi { width:17.1230625rem;height:18rem;top:26.234375rem;left:1.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZKW49ktzMXtlHBToNke2NTV3ABKPVe { width:10.6855625rem;height:3.311525rem;top:45.234375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yckmInczsa9ttSQ8QoZnftURPqd6DtQE { display:block; }
 }@media only screen and (max-width: 763px) { #Lh4AkR5DaUVGxionDgZhToOolTkDBzog { width:12.25rem;height:3.8984375rem;top:20.875rem;left:3.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tygZBWiVPNKgE9QPudVSTxmbdg6N8Aoc { width:11.5625rem;height:5.84765625rem;top:69.5rem;left:4.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtXaiwGkEI3Bxtd7QPXyw8P8rC7Se1S4 { width:17.1230625rem;height:9.795875rem;top:77.0810546875rem;left:1.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:17.1230625rem;height:13.994125rem;top:117.96193125rem;left:1.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EEr4GVvK2JyJmvdCMMmDoyZPT25vX68S { width:13.0605625rem;height:3.8984375rem;top:112.81349375rem;left:3.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDOuTDVV9OKZq2pGk9J24A5WcsG3TT9P { width:20rem;height:17.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGgJ89cGDhE7T52QTRkOw3goEJJ1XRBD { width:7.75rem;height:13.6875rem;top:2.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmeIlznQ9UWQFx16MDexGpDntXTVURgp { width:15.875rem;height:10.5rem;top:54.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mabd77iF1RnvxalmKmBd8vOlg6564dOJ { width:20rem;height:17.75rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatGy8b6lIHbfaLKFJRO3F3oMqiykaT2 { width:16.1875rem;height:10.8125rem;top:97.2822265625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGZAm6ZkT3kNkbrhC9SfAbJsQ4kGxlFJ { width:7.9375rem;height:2.3125rem;top:133.20511875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMmZlFKNok7KrSSGueJxKe5FHBZ47FPx { display:block; }
 }@media only screen and (max-width: 763px) { #Vd3svArEpTTDIVVyWoPztQoEcQQXfLTN { width:7.9375rem;height:2.3125rem;top:88.4384765625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU2AebaoJRWdO97JkOxi3hnSXEb2Nndn { display:block; }
 }@media only screen and (max-width: 763px) { #WqxL6FzN9tR4cbRJu5TmR5yT1FtLpeEW { width:20rem;height:17.75rem;top:93.81349375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exelccS9XsiCq4TmZeurHKhtslUTO9sd { display:block; }#exelccS9XsiCq4TmZeurHKhtslUTO9sd > .row .container { width:20rem;height:143.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcsJTGFak6lapV7K11f89bDLGmar1fTH { width:10.6855625rem;height:3.311525rem;top:42.89059375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpCaiQqc29VTHzQx1gmMbb4Zw52fhtuq { display:block; }
 }@media only screen and (max-width: 763px) { #gvJ32ZidDE34mdXdScCIZU9IgTFoeFNN { width:20rem;height:17.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5w3LH7m9go7SLRLxhmGx2DhXSwZTcO { width:20rem;height:17.75rem;top:47.45211875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0r9HbvEddAEezU2Z9L0zMzysVd9INzo { width:7.9375rem;height:2.3125rem;top:139.69624375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEEuVxD3SytcxzQMletQvudTITAc5BGL { display:block; }
 }@media only screen and (max-width: 763px) { #xFL93dAC2s9wHTofAFHRg9aOB2uhX7KN { width:7.9375rem;height:2.3125rem;top:95.34174375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUneJA5CfyIEVBSX2srnWhsTbhAt9y6l { display:block; }
 }@media only screen and (max-width: 763px) { #EUpa9WqohTHuegSHlPSqfTunl6mPCJ9o { width:20rem;height:17.75rem;top:98.90424375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1rwPF6gbonM7lsooZHpighoCiDLZxF { width:13rem;height:12.25rem;top:4rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCPPh58pSv5dOoXsCLH5aVUN0SkdSR3G { width:20rem;height:14.75rem;top:48.951171875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFeuKFnomHEOIRaVq97Vo46LVuZZ4PKR { width:14.4375rem;height:12.5625rem;top:101.4970703125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl7guWx0XUWsJZSewzORbX3d84QHMxOg { width:20rem;height:1.94921875rem;top:20.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hd7e28TOlFZJ5aVqPSR3H3TQoreuqd2V { width:12.9980625rem;height:5.3994125rem;top:66.45211875rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4mvlgTxZcZLhDaeOdGy5Td7Za7TI5dJ { width:17.1230625rem;height:18.192375rem;top:23.44921875rem;left:1.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qNpl0H04bBkm16bJivT4EV3W079OadLE { width:19rem;height:20.99124375rem;top:73.10055625rem;left:0.5rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IK6Hu7nTBdGtVEbgBR4V2nzwabqlp4rM { width:12.9980625rem;height:3.8984375rem;top:117.90424375rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeLezGqhE49SwLCWvR3wHgmhs7aDAG2t { width:17.124rem;height:15.3935625rem;top:123.05268125rem;left:1.4375rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn { display:none; }#nz5w8ONVdcx0sJlLZvd8n2yqOx8a87Wn > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qZ70SPkfUJo6T1qFRyCchLeuTWAxcOOH { width:20rem;height:3.5996125rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGwXica7Klo7TUcHA5geHoCO1LUK1GXT { width:10.6875rem;height:3.5996125rem;top:14.375rem;left:4.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXxL9Bn2AEUFlZk9vRxI2pMyQfPke0dv { width:14.75rem;height:5.39941875rem;top:26.5625rem;left:2.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQbBwa3Kt8MzWeWZKn4Blm0vJnGn8Cb2 { width:14.75rem;height:3.5996125rem;top:40.6875rem;left:2.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N035HQ8hJndReTlFZqeIWkKNA1iDFH4c { width:14.75rem;height:3.5996125rem;top:53.25rem;left:2.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anI82hm8tkgMMSuvLxKFoIf9MhQHwc1X { width:0.1875rem;height:5.5rem;top:7.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JtwiIvhxVibCg9TybPb7gJcQssWO74 { width:0.1875rem;height:5.5rem;top:19.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChDmEpTrPHJa7o73MXZN0tsMO2JVW51 { width:0.1875rem;height:5.5rem;top:33.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv3t9oJUEbEoTJ8FZT15QoygnI2OA0aD { width:0.1875rem;height:5.5rem;top:46.0625rem;left:9.90625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf { display:block; }#Qr3OTzgsJG7pZi9XQKQvrdq4FmNgFXNf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URPOVeRiJf17sWiR0ft0GRoeTd6w8ke2 { width:20rem;height:2.2744125rem;top:1.9873046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW { display:block; }#XdzEuH3i8W0sIGGT98FdSC7O2dBOvCGW > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBzAVKB2VWzmSdIVWoWGWqAsezZAuyS9 { width:4.3125rem;height:4.3125rem;top:3rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6FTgIzBffk9C8R5Ai3MdQJ9BfW6if9C { width:8.8105625rem;height:1.3994125rem;top:8.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHuS7boiygzBE55fmXQJvqwNDrPRKixc { width:5.1875rem;height:5.1875rem;top:2.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3FMsQGOqrE49xUt9cDhQo2h3DPoRZy { width:7.9365rem;height:2.798825rem;top:8.875rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4lBHJgUa8WWOUFtVpdhHPmMcxr8r035 { width:6.25rem;height:4.6875rem;top:12.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2fW7wbpl73bUZaBVi67GNHHPQWBZS8G { width:6.624rem;height:1.3994125rem;top:18.75rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsPgQBZyLLyUnuqpq5sA5tlUya1zTshD { width:5.3125rem;height:5.3125rem;top:12.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8qIkGfakxSdSxf0fvUKO6qISyhkyDO3 { width:8.4375rem;height:1.3994125rem;top:18.75rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIblcJShvoFkNdAu2nwIw3vgaOGPs6qM { width:6.8125rem;height:6.8125rem;top:21rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9MTuyqiwHTZUv3bIihkDMwR5xzt7H5f { width:6.3115rem;height:5.59765625rem;top:27.25rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tC6G4mqZ4Lng42yyDmKJkBqTeERs8gqV { width:4.9375rem;height:4.9375rem;top:21.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWyaxtP5QWbw923WKikPs00qOGGWA8st { width:8.8105625rem;height:2.798825rem;top:27.8125rem;left:10.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k95hEcMiiEL5RUz1hFvSvOVroDxv50fx { display:block; }#k95hEcMiiEL5RUz1hFvSvOVroDxv50fx > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp8xd3tLCuCDmccWQszeZrQOaNZfdZJ3 { width:5.0625rem;height:5.0625rem;top:24.0634765625rem;left:3.525390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb32lGlTv2u4XC4leIfTu2IT62M6X2WH { width:7rem;height:2.798825rem;top:29.69921875rem;left:9.904296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxurBbATuQbqn3D5nhMgkcos13K6JEcG { width:5.999025rem;height:6.061525rem;top:13.1416015625rem;left:3.0576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3anrPM3142PZlzDlskqTMkVrTtZufSK { width:6.624625rem;height:2.798825rem;top:19.829721927643rem;left:2.7464488148689rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT2n4REDlK4Vf6IEOycTifb8bpoUQWoS { width:5.875rem;height:6.125rem;top:1.9371638000011rem;left:2.7485795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRCvALs2eqtOcT75iQ7LIMQTe0uMVu6A { width:8.81125rem;height:2.798825rem;top:8.4985790252688rem;left:1.4044744372368rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOxV6yskD8m22hoJsNBfbVKMqEENKzb1 { width:4.25rem;height:4.25rem;top:2.6548299789429rem;left:11.811079561711rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6PETTsIl4L2nkyi9mdi99cwUiiKuba { width:7.9368125rem;height:1.3994125rem;top:8.4969825744631rem;left:10.214843332768rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHnS0SiWgLWVqeJhB5HoLKJTAwVFHIel { width:7.8125rem;height:7.8125rem;top:22.6884765625rem;left:9.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneSwqmRCVXQTB998GX0blQcmrdlP2HQ { width:6.624rem;height:2.798825rem;top:29.69921875rem;left:2.7451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTrmTqP5pcC44zQbVwFsrrTm27l23qcP { width:8.4375rem;height:1.3994125rem;top:19.953656673431rem;left:9.7501769661906rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MokLyWsRgpvr26GZT4D3z36NcmE4WVk4 { width:6.25rem;height:6.25rem;top:13.6416015625rem;left:10.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 { display:block; }#cSVzN0cF4WEl6dlUBWORDA0DTWp5ydM4 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2DymdApJbBsZcpFX4LK9z5KwAWSF30T { width:3.75rem;height:4.0625rem;top:13rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqsRiTBtRGEpwxk0QnCINb1FC2sz7iMx { width:6.624rem;height:2.798825rem;top:18.0625rem;left:11.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQTdBdxR2RZK5Q4F0EBKEaOIQEnmeigN { width:7.9368125rem;height:2.798825rem;top:7.3125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKOdzJvuBb2tmcq2hNSkPw4zHUmkNKp6 { width:4.249825rem;height:4.8117875rem;top:1.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFotbeLyTnVryuKwCFq6w1ap9ye7TvTf { width:3.624825rem;height:4.62446875rem;top:22.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRc5JeM544iagDcpXog06MBl4vnPHgTu { width:5.9375rem;height:2.798825rem;top:27.4375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T569Hg5uAr5GrI00zhicTLtNW45NklEM { width:4.0625rem;height:4.0625rem;top:13rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTKIZuFIug82FQdV8Qug4Dg2rxuiKgkJ { width:6.624625rem;height:1.3994125rem;top:18.0625rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVUQFz64J0mCHsCbAC1R3zAZLtBeFfLK { width:4.749025rem;height:4.6875rem;top:1.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3dmAOAxQIZVKPxyyBwqiiGhULTwAevR { width:6.312125rem;height:4.19824375rem;top:7.1875rem;left:12.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfgcZlybtsHWci8LVl9Ntdq2On3UrZ4D { width:8.3125rem;height:2.798825rem;top:27.4365234375rem;left:10.3427734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHUUch8eMgNtalOkuTuG5fousaXwllkA { width:4.125rem;height:4.125rem;top:22.7490234375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLCG9aLpvK8yxXP82zqTvXsaUN126K4J { display:block; }#VLCG9aLpvK8yxXP82zqTvXsaUN126K4J > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efVwbuFcdT6HoPpteagBHDqx8TxO8lNN { width:20rem;height:11.0215rem;top:4.48046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs8fludwOIB8WPlzR6I9R6ErMUzPrsov { width:20rem;height:1.94921875rem;top:1.28125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu { display:block; }#im1yVPOSWSaxtNBXgw7rDoCchF9XJuQu > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6NT2CMmmDMgOvSKT5UEDi3qdtrlZsgH { width:15.75rem;height:1.92480625rem;top:7rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMKqtSs8IzAfCBo58zQTp7xad5mT4KLB { width:20rem;height:9.795875rem;top:9.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wflQfUZplIlp08J3TNLDBFfRFttP0wMq { width:15.75rem;height:1.92480625rem;top:41.4296875rem;left:2.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFW6A5V0fiL1Baa7McduHatcORrKNLUv { width:20rem;height:6.9970625rem;top:42.5546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMK2Hxev9hxt55h2TTLTFV9Z7hDiHZCM { width:20rem;height:2.798825rem;top:31.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrTIcPxV0ETW0rhTPnX8Z5nom5vKs0Hi { width:15.75rem;height:3.8496125rem;top:28.75rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwHiW8F46SCkOJqSlV1OnGdCOPllnuTz { width:4.5rem;height:4.5rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1QaT2XM8fBLDBdn9pgUIP25UMJZeSQ7 { width:4.0625rem;height:4.0625rem;top:23.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohvpplMLKnUHN01s3ghEmem6F40BOB0T { width:4.5rem;height:4.5rem;top:36.9921875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h43a4umCE0IThu1FS1qDO6V7efHqMHks { display:block; }#h43a4umCE0IThu1FS1qDO6V7efHqMHks > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { display:none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { width:20rem;height:1.9375rem;top:1.53125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIMFztxDeXgKfFXPHscWQv7mKStN3kBw { display:none; }#RIMFztxDeXgKfFXPHscWQv7mKStN3kBw > .row .container { width:20rem;height:81.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFFH9AT06W6RPDgVOx0WHk7fi1gXVPW0 { width:19.375rem;height:23.8125rem;top:0.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZI7g6JvKe3VkRptHEAk4brSt8qMUfi { width:7.5625rem;height:7.5625rem;top:3.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJg0sfZCZ59N7WLo4KEBw49c85KAT9XP { width:6.25rem;height:6.25rem;top:4.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRLQ8mg9FebVSQFmdNF2FBB1RGT3vFDm { width:2.5625rem;height:2.1875rem;top:5.5625rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaALZETmuLIqAmMF3e6u8OPRfi1gLXg5 { width:16.75rem;height:6.75rem;top:12.25rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9HOULa9rBD9TTUcimfupLdaZvN9t9Jx { width:16.75rem;height:2.125rem;top:19.8125rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJzvbZztWfazBmy05NvnAMJAWXB7NJus { width:19.375rem;height:23.812125rem;top:29.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5U3ml08mVe8tcfwJTGtdfVqaXh9xsrS { width:16.75rem;height:2.125rem;top:47.4375rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4gMAWEzzT8svFMQffdXzXEuNigx9mA4 { width:16.75rem;height:6.75rem;top:39.875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAfFfM1Mb7L95kD7THLPhycV7JIynrVE { width:7.5625rem;height:7.5625rem;top:31.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmsIQX9QdrFhGkJSzvAQtEDAfvxFbc0k { width:6.25rem;height:6.25rem;top:31.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfaHmc7w8mPsDTo78B1Ccf6cDhVxA3sF { width:2.5625rem;height:2.1875rem;top:33.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSrGIaUKIl93ZI27NHC8k8RxdUZGkbB { width:16.75rem;height:2.125rem;top:76.5rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #equCyDFWWuelEhKBfTQgTuwAdXU1H3RJ { width:16.75rem;height:6.75rem;top:68.9375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6N1mTkZAer0vkTU7LxNdgQ1EZpCGHcS { width:7.5625rem;height:7.5625rem;top:60.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcJyivKewzo6wDVOh5QydMIcy21fhxfi { width:6.25rem;height:6.25rem;top:60.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDDMsKCOAC6oGiCehSXdGn7gtu036duI { width:2.5625rem;height:2.1875rem;top:62.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvdFoycmyzexu45QRUCIWLlqX4QX3bU { width:7.5625rem;height:7.5625rem;top:72.998365433594rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSanky1pUEeTCHpW8duSLTz4d5tvXlzW { width:19.375rem;height:23.8125rem;top:57.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA { display:block; }#hv86C8CGSkKdT4KyPJ8Kp1sbQzmBAcCA > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJLxkgTULTDDAkaMBX7kSJwt0p7OoCiN { width:16.6873125rem;height:6.5rem;top:1.5625rem;left:1.6558161377907rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJaqfcdIilJ2ksX462boafo6O6Q0e1H { width:20rem;height:15.625rem;top:51.6845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft1pxE78dwyVovfREmqkSAAIpq62DvTE { width:12.8730625rem;height:1.13671875rem;top:79.7626953125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXtdXVf04gZevsLivm5khOXiGpJmuCNE { width:2.1875rem;height:2.1875rem;top:12.625rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6bpP7zLlLogyIewnZ9PPWsCl03ebL2E { width:16.3125rem;height:2.2734375rem;top:12.625rem;left:3.25rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGUCQFWJJ05zdRHMrbnomK0XdhfuPLyr { width:1.5625rem;height:1.5625rem;top:18.4990234375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGRSHJVoTaCuvZrFngkCtCftuWvTR4ED { width:1.5625rem;height:1.5625rem;top:15.874481201172rem;left:1.0617896914482rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0v0qVpWa2DFWvQIttUyoys9i3HFP3L0 { width:3.125rem;height:3.125rem;top:8.375rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5BOgBQZGnEiUadleMTqmPHL4zQJKi79 { width:3.125rem;height:3.125rem;top:8.375rem;left:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIex24GXHhWbgfZRekzIwofURIKo9F3r { width:3.125rem;height:3.125rem;top:8.375rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpS7MfFHKBo9XiMPWRI4TX2WCDQ4kyZ4 { width:3.125rem;height:3.125rem;top:8.375rem;left:13.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmKw6RtBSTA1tJZNABedc5HOu9R1A92Z { width:8.4375rem;height:2.4375rem;top:17.936789512634rem;left:3.5600138306618rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8G6qbqAyCd7vHPpXR6vXKZE85M37CUT { display:block; }
 }@media only screen and (max-width: 763px) { #hr6vK6M3MWTGUcKWaSiAPggFTTzEVdVd { width:10rem;height:2.375rem;top:15.467876434326rem;left:3.5600138306618rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #So2zHcOXsipVdk3zzlrGH9yziFZ6RTMV { display:block; }
 }@media only screen and (max-width: 763px) { #XdpnSEuiJv53b96W0I4N9ZZDAOWTNLcN { width:11.1875rem;height:1.625rem;top:19.9365234375rem;left:3.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vCa095c1StaQJER7SMZnJHl1A4E8Q6HQ { display:block; }
 }@media only screen and (max-width: 763px) { #tP65Tgkp2qAvWcXFgr5AhheCzZJ0siRR { width:20rem;height:26.9375rem;top:22.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6  { width:17.5rem;height:auto;top:75.825012207031rem;left:0rem; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 {display:block;}#AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 { width:17.5rem;height:auto;top:25.8369140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #dc8QOOrdLTObQI1cWTHZmU6lB6gOWgK8 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #iglC5OSpGL7PpVJFnZ5GxMpSpw1X3p16 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #kVg9UeZ9pTMzTIp2vBX9Pq2lWnZT7suQ {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #CdkOD8VaH1AnUJZrCrd0RMx4sCWTkSqn {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #eOduQrdQo9yTKWb0DhESDiC9SLsu48C8 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #RWD5Rmh9raleUztmeNNm7mpLMPXN2kPL {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #r6ftPlbzw9Qxgs7tMv58Mxu8fSIioArE {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #bw6XXyuBNsbkQxVocN7scBoxHE7uA3b3 {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #Q1hVvkuCHHKCcZhrmAzTU1Aei9o5iTBW {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #zHvP5l0ksJWzzPkS96kkfG6OehbHf89K {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #w3kFQ0USO4qBk7hZaRnxw2PTsENwLEBL {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #RBV3i4UKLTQghBLClmGmTURPIAuXItsp {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #R6ESsIixFiHhOXW8n97ZH5TlqUyLTcUT {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #rNrdFNu0hzl745C4XeGwkVGOScUbU6uo {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #qypSNi6KAvignPBRXbTXiWOkaug4q0Lp {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #rQgnDVgglddSwQZpQdGTou1n5UHfkQMy {  }
 }@media only screen and (max-width: 763px) { #AtoaFHeen7zdG0WbTJLIkN6JEIoW4zk6 #HyvT7aWen753zReFmvmZ6Ae52yEsfESJ {  }
 }@media only screen and (max-width: 763px) { #g3oHyinIyeubKAObBSewyhxffkrPLUsC { width:17.125rem;height:2.2744125rem;top:24.0498046875rem;left:2.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Hw0MP8k3ofXsGaznGuUOfOs3D8yy7MZb > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APxHfh6sJuwTT44cyCAknqxJzToQuOzo { width:3.9375rem;height:3.875rem;top:0rem;left:16.0625rem;display:block; }
 }