.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#186187;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { background-color: transparent; background-image: none; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container > .video-iframe-container { display: none; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row > .video-iframe-container { display: none; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .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); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { border-width: 0; border-radius: 0; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.25);background-image:none;color:#ffffff;padding-top:0.41rem;padding-right:0.3525rem;padding-bottom:0.41rem;padding-left:0.3525rem;display:block;align-items:center;width:2.118125rem;min-width:2.118125rem;height:2.20625rem;position:relative;font-family:noway;font-size:1.641875rem;font-weight:700;line-height:35.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.824375rem;height:0.871875rem;position:relative;font-family:noway;font-size:0.61625rem;font-weight:400;line-height:13.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.3125rem;height:4.155rem;padding-top:0.5125rem;padding-right:0.50375rem;padding-bottom:0.5125rem;padding-left:0.50375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:29.08935546875rem;z-index:15016; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #qzwcRUUl6pFB6PlSDNb2OfqQx0U3QwHy { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Gop74JHt4pwuMWamBDe0AlLC10mkkGU4 { width:auto; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #TW9N7SfT8cEliR4lsXTRVJMTUuyohMf3 {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #eZJ6WBDEsJI6Pdo2TeZmPNMxwcA75Sbs { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #BLw1KoATXVAh2FI7IZqxZ7T0mog3LMh7 {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #lTFon5KVoM32HLESHrnpOlT6eKEHQhEt {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #UOOlvJAAbpdag15rHVnbxlq31yryTqW3 { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #hUX9XyMRSXqxPM5rKT0BpUsNNTtUhO8k {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #W4V0gJc58Vpuq1rou4UQStulWkkk47Fm {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Rx1hQk10ULiDl6oKTktz4gvcAP3XrVLg { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #fnaIXRV81PZ9BQTo19EM2VatkK3o117E {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #J19Arx86CsmpH9bbHq1MCDsaU7hgw5xl {  }
#FAofwfMUwDT9rULS1Hv5kvITTvRGn63C { color:#fdf8ef;display:block;width:18.4375rem;position:absolute;font-family:noway;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.099609375rem;left:0rem;height:3.611325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxZOA21gWfh4nGiVwTwQ3RMtIdmziTXO { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:noway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.1875rem;left:59.5rem;display:block; }
#GAqed2hqbyC8CvvAhIORprbhIr7KgZeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 { position:relative;display:block; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 { background-color: transparent; background-image: none; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row .container > .video-iframe-container { display: none; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row > .video-iframe-container { display: none; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .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); }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 { border-width: 0; border-radius: 0; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .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:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #cdffd8, #94b9ff);background-image: -moz-linear-gradient(292deg, #cdffd8, #94b9ff);background-image: -ms-linear-gradient(292deg, #cdffd8, #94b9ff);background-image: -o-linear-gradient(292deg, #cdffd8, #94b9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );";background-image: linear-gradient(292deg, #cdffd8, #94b9ff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { color:#186187;display:block;width:27.1875rem;position:absolute;font-family:noway;font-size:2rem;font-weight:700;z-index:15011;line-height:0;letter-spacing:0;top:9.7491455078125rem;left:6.9989013671875rem;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; }
#AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { background-color:#186187;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:noway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.375rem;height:3.8745125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.123413085938rem;left:9.9755859375rem;display:block; }
#aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gozFfRoQJwCwafTn7avOJqH8RyzyoWGb { color:#186187;display:block;width:12.0625rem;position:absolute;font-family:noway;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:25.1875rem;left:17.25rem;height:4.3496125rem;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:left;text-align-last:left;display:block; }
#JSUeFDxVhIXCfCW8dTk5ebKvqghHKRKU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:31.9375rem;top:2.6875rem;left:38.3125rem;overflow:hidden;display:block; }
#DhDCXBrhFxhORXxqNU12ypetyuNRdxHb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:30.562125rem;top:10.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#eUupWuZkgAHgs5CSpJT6htpmZZOOIK6V { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:7.8125rem;top:3.1866455078125rem;left:16.686401367188rem;overflow:hidden;display:block; }
#WqEgSq1xsNB4pvW7oDLqVrsyvhkWuITX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:31.25rem;display:none; }
#IF1BKIxy8rT3aiX3ZVGHApvVQoQgSVQ8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.4370125rem;top:24.1875rem;left:11.8125rem;overflow:hidden;display:block; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { position:relative;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { color:#747474;display:block;width:32.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.5625rem;left:35.5rem;height:13.5rem;font-style:normal;display:block; }
#SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { color:#94b9ff;display:block;width:32.5rem;position:absolute;font-family:noway;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:8.375rem;left:35.4375rem;height:7.4238125rem;font-style:italic;display:block; }
#vXW6by3Cz7tp3d3ThveR3ZaaPAqQXxNr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:6.6875rem;left:7.0625rem;overflow:hidden;display:block; }
#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#186187;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { background-color: transparent; background-image: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .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); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { border-width: 0; border-radius: 0; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { color:#94b9ff;display:block;width:75rem;position:absolute;font-family:noway;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.92480625rem;font-style:italic;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; }
#Qc3vb7VNIaJ2h8k0GSfyVIXyCM85EQNo { color:#fdf8ef;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8623046875rem;left:0rem;height:1.4624rem;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; }
#FfzQSs292fEBPREeJACHnrO6CFnvswHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cdffd8, #94b9ff);background-image: -moz-linear-gradient(180deg, #cdffd8, #94b9ff);background-image: -ms-linear-gradient(180deg, #cdffd8, #94b9ff);background-image: -o-linear-gradient(180deg, #cdffd8, #94b9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );";background-image: linear-gradient(180deg, #cdffd8, #94b9ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { background-color: transparent; background-image: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .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); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { border-width: 0; border-radius: 0; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.8125rem;width:17.1875rem;top:1.5625rem;left:0.8125rem;display:block; }
#nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { color:#747474;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3.125rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { position:absolute;display:block;z-index:15003;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.8125rem;width:17.1875rem;top:1.5rem;left:19.5625rem;display:block; }
#zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { position:absolute;display:block;z-index:15006;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.8125rem;width:17.1875rem;top:1.5625rem;left:38.3125rem;display:block; }
#tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { position:absolute;display:block;z-index:15009;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.8125rem;width:17.1875rem;top:1.5625rem;left:57.0625rem;display:block; }
#D1iPuBc7AglS9LVMNJVnQ85T6SZKCGrD { color:#9b9b9b;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.125rem;height:10.2305rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JIFQD6pBaVqHOuUl9qAgGExZitZ4ZpW1 { color:#9b9b9b;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:21.875rem;height:9.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uMn5g2HEBsi8UP6MqLJr3gUzsQmIWuLA { color:#9b9b9b;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:40.625rem;height:11.3671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uQ4e6Pvf4TUVpPwTBAPxT33kuqpRgwXe { color:#9b9b9b;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:59.3125rem;height:9.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uLk7aLTLPQ71FAvpAQnIek7bAs48Q6rW { color:#747474;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:21.875rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HFq3QhJdS0CKDTe0MMnzJwxvH9JAwJpA { color:#747474;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.625rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QGSdnZ7F4qnTlJr5iyJJko3xdw7mMHKP { color:#747474;display:block;width:12.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.8125rem;left:59.25rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FAzywl4HtGAdX3QOvqrmgzVNFVKtiQDr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.1875rem;left:2.75rem;overflow:hidden;display:block; }
#NwJi94PwkD8f1ffm8C4VHSy6zqHsWpHv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.125rem;left:21.875rem;overflow:hidden;display:block; }
#XcvAGQTzrBIxaz4dbJTlcLbuQIpCWz3X { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.3125rem;left:40.625rem;overflow:hidden;display:block; }
#BGfgqf3o7frFVwmVNSDJvuiBKKia5hQV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.125rem;left:59.3125rem;overflow:hidden;display:block; }
#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(154deg, #cdffd8, #94b9ff);background-image: -moz-linear-gradient(154deg, #cdffd8, #94b9ff);background-image: -ms-linear-gradient(154deg, #cdffd8, #94b9ff);background-image: -o-linear-gradient(154deg, #cdffd8, #94b9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );";background-image: linear-gradient(154deg, #cdffd8, #94b9ff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { background-color: transparent; background-image: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .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); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { border-width: 0; border-radius: 0; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#NKGuMHHhfvzOhyZInAFWpVS5trqTnM6D { position:absolute;display:block;z-index:15006;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 rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.625rem;width:23.4375rem;top:5.75rem;left:44.4375rem;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-form-header {  }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#ffffff;width:19.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #28dc86;border-left:0.0625rem solid #28dc86;border-right:0.0625rem solid #28dc86;border-bottom:0.0625rem solid #28dc86;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:19.125rem;box-sizing:border-box;height:3.125rem;color:#717171;font-size:1rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #28dc86;border-left:0.0625rem solid #28dc86;border-right:0.0625rem solid #28dc86;border-bottom:0.0625rem solid #28dc86;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:19.125rem;box-sizing:border-box;height:5rem;color:#717171;font-size:1rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #28dc86;border-left:0.0625rem solid #28dc86;border-right:0.0625rem solid #28dc86;border-bottom:0.0625rem solid #28dc86;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:19.125rem;box-sizing:border-box;height:3.125rem;color:rgba(113,113,113,0.5);font-family:rubik;font-size:1.125rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#186187;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.5rem;font-weight:700;color:#f2f9ff;width:19.125rem;height:3.75rem;font-family:noway;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none;font-style:normal; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]:-moz-placeholder { color:rgba(113,113,113,0.5);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]::-moz-placeholder { color:rgba(113,113,113,0.5);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]:-ms-input-placeholder { color:rgba(113,113,113,0.5);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]::-webkit-input-placeholder { color:rgba(113,113,113,0.5);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .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:17.9375rem;overflow:hidden;font-style:normal;float:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .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; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-container:first-of-type{padding-top:0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-container:last-of-type{padding-bottom:0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.873046875rem;left:45.373046875rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.125rem;display:block;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ {display:block;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.873046875rem;left:45.373046875rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #M3RoIuWfgW7u1cPTDzTSxL2HoJaoZRkr { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #qTx4Iyolhq5KiJVDcTFHTJQQ3AA7hwn9 { position:relative;display:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #DokO2ZHB5NQ6HgRgt4cWo7xM3ALynDCh { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #oFLZIKVRlTa7OUgLPN1MhWRoiZorEvTo { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #AUQisCtVssIiqLVP9T5OhwpeThNHTxnP { position:relative;display:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #MlbbTgguEePhvOv9Xd4hi3rqeAE5Hmwi { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #bIF1XqTzgfV8zWibT4fI1WKnd4RyPBlm { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #Vy8n8eNhXsK3M44iLmTqDUgryaK2Fqae { position:relative;display:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #ac8WTQvHbOpZhC3I4thM53DiVQ6UhRQQ { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #NPo6HEc0hbtZNuICF4u5hKVPdaioJmIF { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #zlN9RxZAtu8cFQbJkEzrnV24P16emUQb { position:relative; }
#f2aUMCQVmR3xz8WVnsAS2fypfgO4lMH7 { color:#186187;display:block;width:18.875rem;position:absolute;font-family:noway;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.0625rem;left:46.8125rem;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; }
#mDTJJhn3I6LtbtVpQDUw6xobIh6zpETv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.8125rem;top:32.1875rem;left:53.6875rem;overflow:hidden;display:block; }
#r8WyPg03lSQf8OqLQddD4fxmDVNttRri { box-sizing:content-box;height:1.9375rem;width:20.4375rem;position:absolute;display:block;z-index:15013;background-color:#186187;background-image:none;top:3.9375rem;left:8.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#V9oIBeaD6qU5XxSZoIvnTKZvP7Kh1uJG { color:#ffffff;display:block;width:20.1245rem;position:absolute;font-family:noway;font-size:1.625rem;font-weight:700;z-index:15014;line-height:0;letter-spacing:0;top:5.0625rem;left:8.9375rem;height:0;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; }
#cyddiSRikkBZF9mXoZMv6Al88tZBZVfk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:23.5625rem;top:4.75rem;left:7.125rem;overflow:hidden;display:block; }
#XMohnU03vyAFUxITLIuQ7c2CwhOTG1To { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:27.3125rem;top:12.125rem;left:3.0611991882324rem;overflow:hidden;display:block; }
#W4WccXxfz5N1fc0d1FWU2Xr6aEluq2T9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:31.25rem;display:none; }
#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { background-color: transparent; background-image: none; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container > .video-iframe-container { display: none; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row > .video-iframe-container { display: none; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .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); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { border-width: 0; border-radius: 0; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#Znx65lUIOMpPfHpIWA1kVPubX1a08TX5 { color:#94b9ff;display:block;width:29.875rem;position:absolute;font-family:noway;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:7.5625rem;height:2.92480625rem;font-style:italic;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:left;text-align-last:left;display:block; }
#ICutpOpom8Fih7mSsHsxdQGAAo6gQGVq { color:#747474;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:12.625rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CKfQMbtMxQFZuru3iMJNRFvaCwkH72ua { color:#747474;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5625rem;left:12.625rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ibiULVyo2aTiGfGIPXOI7x8KiBlm256H { color:#747474;display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.625rem;height:5.84765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dg76sgQRs93D816vpJ0Qs5VilG98wUln { color:#747474;display:block;width:20.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:12.625rem;height:1.4624rem;font-style:normal;display:block; }
#qTRy1qZXMAJ1MbthcacP6QrBNVdwNeie { color:#747474;display:block;width:23.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.8125rem;left:12.625rem;height:1.4624rem;font-style:normal;display:block; }
#VJRIpu8NsdmkNfC6Mw2CRKWyaWOIlMMA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30rem;top:18.3125rem;left:7.5625rem;display:block; }
#M9bLBT9ZObKGJWHwy4wRmDb0m6Oz2V6T { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30rem;top:27.1875rem;left:7.5625rem;display:block; }
#uObKCStR2gMHGdVcKZIwOi5rn4JvB7Oy { position:absolute;display:block;z-index:15012;background-color:rgba(148,185,255,0.2);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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:9.875rem;left:7.5625rem;display:block; }
#KDFKn2KNZmggCoRlSRnkckEzcT1aN7fa { position:absolute;display:block;z-index:15013;background-color:rgba(148,185,255,0.2);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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:20.1875rem;left:7.5625rem;display:block; }
#grg3TEigb7D2IECKctVPdqTzGFQh6Np0 { color:#747474;display:block;width:16.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.8125rem;left:12.625rem;height:1.4624rem;font-style:normal;display:block; }
#ONidXXDgyMeTz2oyDXA3xU91MNkpf0OI { position:absolute;display:block;z-index:15014;background-color:rgba(148,185,255,0.2);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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:29.0625rem;left:7.5625rem;display:block; }
#QNvVDvlz40PVPVTku4RXNe9J20UkLGGm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:7.09375rem;left:42rem;overflow:hidden;display:block; }
#UEy6EJEg8OCTySrLA5LpZP32QJiQtsJa { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15016;opacity:1;top:10.8125rem;left:8.5rem; }
#hT0r6uEB9qyvlRiy1N89kux2InHJqZCZ { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15017;opacity:1;top:21.125rem;left:8.5rem; }
#V4pqmFIW1OQANb6QeHOsStap1uuLuXbz { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15018;opacity:1;top:30rem;left:8.5rem; }
#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { border-width: 0; border-radius: 0; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:none; }#C5tyG6PuTt9bEip7nw0BroMmz6W2I7l2 { color:#94b9ff;display:block;width:29.875rem;position:absolute;font-family:noway;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:22.8125rem;height:2.92480625rem;font-style:italic;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; }
#ye55F0eZrEOBO9Ibodaqw0qM9iFcAyuN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #28dc86;border-left:0.0625rem solid #28dc86;border-right:0.0625rem solid #28dc86;border-bottom:0.0625rem solid #28dc86;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.5rem;width:41.75rem;top:7.875rem;left:16.8125rem;display:block; }
#w1k8UvAJ0B6UmOFyTALExte4znRHWQHR { color:#747474;display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:34.9375rem;height:1.4624rem;font-style:normal;display:block; }
#UTSAe97cm3zLL90dT9V0r9fdSLUMMlgn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:10.5rem;width:10.5rem;top:10.9375rem;left:21.625rem;overflow:hidden;display:block; }
#HtN90DTXJUIEw4vZX304LQ7PQnbt6Xo2 { color:#747474;display:block;width:19.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.375rem;left:34.9375rem;height:7.312rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { background-color: transparent; background-image: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .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); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { border-width: 0; border-radius: 0; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#PJs3lQRr4TT8ml42ihaUIsZzGHWluO5d { color:#4d4d4d;display:block;width:13.2498125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.125rem;left:7.125rem;height:1.70625rem;font-style:normal;display:block; }
#WIdKH6VJ9w1MBAueBhsViQJrq7CQGy3T { color:#717171;display:block;width:13.6246875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.8125rem;left:6.9375rem;height:10.5rem;font-style:normal;display:block; }
#DWMkNod6I5LaLOA0wXkxftoTOf77Q1c4 { position:absolute;display:block;z-index:15001;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:18.4375rem;width:17.5rem;top:3.25rem;left:5rem;display:block; }
#ood7fhqVGBZaTFHWugBNR4lA3UwkImFh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99989375rem;width:6.25rem;top:5.0625rem;left:7.375rem;overflow:hidden;display:block; }
#av5QkovuLQmG9T6KgSuzXM0WFs2VKaN4 { color:#4d4d4d;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:30.875rem;height:1.70625rem;font-style:normal;display:block; }
#fzmJQQsBmFzQJecpJZZeJZCBH3D9fKFL { color:#717171;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.8125rem;left:30.6875rem;height:9rem;font-style:normal;display:block; }
#tVV5ccd2RcR7duffbqomPVBGUlf2ECH4 { position:absolute;display:block;z-index:15006;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:18.4375rem;width:17.5rem;top:3.25rem;left:28.75rem;display:block; }
#FW0WTs9XK4T9t8H2TaSDBWyby8aQwM4L { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.25rem;top:5.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#TJ0SRu4e8bm8oJTxChuLlCbgddlBolQc { color:#4d4d4d;display:block;width:13.2498125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.125rem;left:54.3125rem;height:1.70625rem;font-style:normal;display:block; }
#ilqUAwsl1WDIr4lN7nJq3adE2yt6y5MO { color:#717171;display:block;width:13.6246875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.8125rem;left:54.125rem;height:9rem;font-style:normal;display:block; }
#sIatMoPu4kJsn4nzOhTWySomuqQTzZ8c { position:absolute;display:block;z-index:15011;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:18.4375rem;width:17.5rem;top:3rem;left:52.5rem;display:block; }
#Rl9O7A0oT5HrOEM8ebVwa66IwEXtwPFz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99989375rem;width:6.25rem;top:5.0625rem;left:54.125rem;overflow:hidden;display:block; }
#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { background-color: transparent; background-image: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .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); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:#747474;display:block;width:29.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:15.75rem;left:41.375rem;height:8.4375rem;font-style:normal;display:block; }
#xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { color:#717171;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:11.625rem;left:41.375rem;height:3.1484375rem;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:left;text-align-last:left;display:block; }
#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:#94b9ff;display:block;width:29.75rem;position:absolute;font-family:noway;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:41.375rem;height:2.92480625rem;font-style:italic;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:left;text-align-last:left;display:block; }
#PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:5.6875rem;left:7.8125rem;overflow:hidden;display:block; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { border-top:0.0625rem solid #cecece;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:24.0625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK { display:block; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy { width:18rem;height:5.0625rem;display:flex;top:1rem;left:32.625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #qzwcRUUl6pFB6PlSDNb2OfqQx0U3QwHy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Gop74JHt4pwuMWamBDe0AlLC10mkkGU4 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #TW9N7SfT8cEliR4lsXTRVJMTUuyohMf3 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #eZJ6WBDEsJI6Pdo2TeZmPNMxwcA75Sbs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #BLw1KoATXVAh2FI7IZqxZ7T0mog3LMh7 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #lTFon5KVoM32HLESHrnpOlT6eKEHQhEt {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #UOOlvJAAbpdag15rHVnbxlq31yryTqW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #hUX9XyMRSXqxPM5rKT0BpUsNNTtUhO8k {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #W4V0gJc58Vpuq1rou4UQStulWkkk47Fm {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Rx1hQk10ULiDl6oKTktz4gvcAP3XrVLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #fnaIXRV81PZ9BQTo19EM2VatkK3o117E {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #J19Arx86CsmpH9bbHq1MCDsaU7hgw5xl {  }
 }@media only screen and (max-width: 763px) { #FAofwfMUwDT9rULS1Hv5kvITTvRGn63C { width:18.4375rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxZOA21gWfh4nGiVwTwQ3RMtIdmziTXO { width:15.5rem;height:3.125rem;top:1.1875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAqed2hqbyC8CvvAhIORprbhIr7KgZeE { display:block; }
 }@media only screen and (max-width: 763px) { #uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 { display:block; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:27.1875rem;height:;top:9.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:19.375rem;height:3.8125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #gozFfRoQJwCwafTn7avOJqH8RyzyoWGb { width:12rem;height:4.3125rem;top:25.1875rem;left:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSUeFDxVhIXCfCW8dTk5ebKvqghHKRKU { width:31.9375rem;height:37.875rem;top:2.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDCXBrhFxhORXxqNU12ypetyuNRdxHb { width:30.5rem;height:13.722330382998rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUupWuZkgAHgs5CSpJT6htpmZZOOIK6V { width:7.8125rem;height:3.5620125rem;top:3.125rem;left:3.0614013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqEgSq1xsNB4pvW7oDLqVrsyvhkWuITX { width:31.25rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IF1BKIxy8rT3aiX3ZVGHApvVQoQgSVQ8 { width:5.375rem;height:5.5608433859587rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:32.375rem;height:13.5rem;top:16.5625rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { width:32.5rem;height:7.375rem;top:8.375rem;left:15.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXW6by3Cz7tp3d3ThveR3ZaaPAqQXxNr { width:25rem;height:25rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:47.75rem;height:2.875rem;top:2.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3vb7VNIaJ2h8k0GSfyVIXyCM85EQNo { width:47.75rem;height:1.4375rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzQSs292fEBPREeJACHnrO6CFnvswHv { display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:17.1875rem;height:22.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:12.5rem;height:4.375rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { width:17.1875rem;height:22.8125rem;top:1.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { width:17.1875rem;height:22.8125rem;top:1.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { width:17.1875rem;height:22.8125rem;top:1.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iPuBc7AglS9LVMNJVnQ85T6SZKCGrD { width:12.5rem;height:10.1875rem;top:12.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFQD6pBaVqHOuUl9qAgGExZitZ4ZpW1 { width:12.5rem;height:9.0625rem;top:11.4375rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMn5g2HEBsi8UP6MqLJr3gUzsQmIWuLA { width:12.5rem;height:11.375rem;top:11.4375rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4e6Pvf4TUVpPwTBAPxT33kuqpRgwXe { width:12.5rem;height:9.0625rem;top:12.5625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLk7aLTLPQ71FAvpAQnIek7bAs48Q6rW { width:12.5rem;height:2.875rem;top:7.8125rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFq3QhJdS0CKDTe0MMnzJwxvH9JAwJpA { width:12.5rem;height:2.875rem;top:7.8125rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGSdnZ7F4qnTlJr5iyJJko3xdw7mMHKP { width:12.625rem;height:4.375rem;top:7.8125rem;left:35.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzywl4HtGAdX3QOvqrmgzVNFVKtiQDr { width:4.0625rem;height:4.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJi94PwkD8f1ffm8C4VHSy6zqHsWpHv { width:4.0625rem;height:4.0625rem;top:3.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcvAGQTzrBIxaz4dbJTlcLbuQIpCWz3X { width:3.75rem;height:3.75rem;top:3.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGfgqf3o7frFVwmVNSDJvuiBKKia5hQV { width:4.0625rem;height:4.0625rem;top:3.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN { display:block; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKGuMHHhfvzOhyZInAFWpVS5trqTnM6D { width:23.4375rem;height:24.625rem;top:5.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-regular-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-textarea { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-button { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ  { width:19.125rem;height:auto;top:10.8125rem;left:26.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ {display:block;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ { width:19.125rem;height:auto;top:10.8125rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #M3RoIuWfgW7u1cPTDzTSxL2HoJaoZRkr {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #qTx4Iyolhq5KiJVDcTFHTJQQ3AA7hwn9 { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #DokO2ZHB5NQ6HgRgt4cWo7xM3ALynDCh {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #oFLZIKVRlTa7OUgLPN1MhWRoiZorEvTo {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #AUQisCtVssIiqLVP9T5OhwpeThNHTxnP { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #MlbbTgguEePhvOv9Xd4hi3rqeAE5Hmwi {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #bIF1XqTzgfV8zWibT4fI1WKnd4RyPBlm {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #Vy8n8eNhXsK3M44iLmTqDUgryaK2Fqae { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #ac8WTQvHbOpZhC3I4thM53DiVQ6UhRQQ {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #NPo6HEc0hbtZNuICF4u5hKVPdaioJmIF {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #zlN9RxZAtu8cFQbJkEzrnV24P16emUQb {  }
 }@media only screen and (max-width: 763px) { #f2aUMCQVmR3xz8WVnsAS2fypfgO4lMH7 { width:18.875rem;height:;top:8.0625rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTJJhn3I6LtbtVpQDUw6xobIh6zpETv { width:7.8125rem;height:3.5625rem;top:32.1875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WyPg03lSQf8OqLQddD4fxmDVNttRri { width:20.375rem;height:1.875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9oIBeaD6qU5XxSZoIvnTKZvP7Kh1uJG { width:20.0625rem;height:;top:5.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyddiSRikkBZF9mXoZMv6Al88tZBZVfk { width:23.5rem;height:10.534332293524rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMohnU03vyAFUxITLIuQ7c2CwhOTG1To { width:27.3125rem;height:30.5rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4WccXxfz5N1fc0d1FWU2Xr6aEluq2T9 { width:31.25rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Od2JTgE9RNhdGpnC39oImPwdsR11BKwF { display:block; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znx65lUIOMpPfHpIWA1kVPubX1a08TX5 { width:29.875rem;height:2.875rem;top:5.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICutpOpom8Fih7mSsHsxdQGAAo6gQGVq { width:24.6875rem;height:4.375rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKfQMbtMxQFZuru3iMJNRFvaCwkH72ua { width:24.6875rem;height:2.875rem;top:30.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiULVyo2aTiGfGIPXOI7x8KiBlm256H { width:23.625rem;height:5.8125rem;top:11.25rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg76sgQRs93D816vpJ0Qs5VilG98wUln { width:20.875rem;height:1.4375rem;top:9.5625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRy1qZXMAJ1MbthcacP6QrBNVdwNeie { width:23.4375rem;height:1.4375rem;top:28.75rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJRIpu8NsdmkNfC6Mw2CRKWyaWOIlMMA { width:30rem;height:0.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9bLBT9ZObKGJWHwy4wRmDb0m6Oz2V6T { width:30rem;height:0.0625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uObKCStR2gMHGdVcKZIwOi5rn4JvB7Oy { width:4.0625rem;height:4.0625rem;top:9.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFKn2KNZmggCoRlSRnkckEzcT1aN7fa { width:4.0625rem;height:4.0625rem;top:20.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grg3TEigb7D2IECKctVPdqTzGFQh6Np0 { width:16.5rem;height:1.4375rem;top:19.8125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONidXXDgyMeTz2oyDXA3xU91MNkpf0OI { width:4.0625rem;height:4.0625rem;top:29.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNvVDvlz40PVPVTku4RXNe9J20UkLGGm { width:25rem;height:25rem;top:7.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEy6EJEg8OCTySrLA5LpZP32QJiQtsJa { width:2.1875rem;height:2.1875rem;top:10.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0r6uEB9qyvlRiy1N89kux2InHJqZCZ { width:2.1875rem;height:2.1875rem;top:21.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pqmFIW1OQANb6QeHOsStap1uuLuXbz { width:2.1875rem;height:2.1875rem;top:30rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn { display:none; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5tyG6PuTt9bEip7nw0BroMmz6W2I7l2 { width:29.875rem;height:;top:3.5625rem;left:9.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye55F0eZrEOBO9Ibodaqw0qM9iFcAyuN { width:41.75rem;height:16.5rem;top:7.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1k8UvAJ0B6UmOFyTALExte4znRHWQHR { width:14.3125rem;height:1.4375rem;top:11.6875rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSAe97cm3zLL90dT9V0r9fdSLUMMlgn { width:10.5rem;height:10.5rem;top:10.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtN90DTXJUIEw4vZX304LQ7PQnbt6Xo2 { width:19.75rem;height:7.3125rem;top:13.3125rem;left:21.312067985534rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 { display:block; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJs3lQRr4TT8ml42ihaUIsZzGHWluO5d { width:13.1875rem;height:1.6875rem;top:18.125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIdKH6VJ9w1MBAueBhsViQJrq7CQGy3T { width:13.5625rem;height:10.5rem;top:6.8125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWMkNod6I5LaLOA0wXkxftoTOf77Q1c4 { width:17.5rem;height:18.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ood7fhqVGBZaTFHWugBNR4lA3UwkImFh { width:6.25rem;height:0.9995125rem;top:5.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5QkovuLQmG9T6KgSuzXM0WFs2VKaN4 { width:13.1875rem;height:1.6875rem;top:18.125rem;left:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzmJQQsBmFzQJecpJZZeJZCBH3D9fKFL { width:13.625rem;height:9rem;top:6.8125rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVV5ccd2RcR7duffbqomPVBGUlf2ECH4 { width:17.5rem;height:18.4375rem;top:3.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0WTs9XK4T9t8H2TaSDBWyby8aQwM4L { width:6.25rem;height:1.0625rem;top:5.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0SRu4e8bm8oJTxChuLlCbgddlBolQc { width:13.1875rem;height:1.6875rem;top:18.125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilqUAwsl1WDIr4lN7nJq3adE2yt6y5MO { width:13.5625rem;height:9rem;top:6.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIatMoPu4kJsn4nzOhTWySomuqQTzZ8c { width:17.5rem;height:18.4375rem;top:3rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl9O7A0oT5HrOEM8ebVwa66IwEXtwPFz { width:6.25rem;height:0.9995125rem;top:5.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:29.125rem;height:8.4375rem;top:15.75rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:21.375rem;height:3.125rem;top:11.625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:29.75rem;height:2.875rem;top:9.125rem;left:18rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:21.875rem;height:21.875rem;top:5.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK { position:relative;z-index:auto;display:block; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-number { padding-top:0.214375rem;padding-right:0.20125rem;padding-bottom:0.214375rem;padding-left:0.20125rem;width:1.208125rem;min-width:1.208125rem;height:1.151875rem;font-size:0.8575rem;line-height:18.43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.134375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.61125rem;height:0.454375rem;font-size:0.3325rem;line-height:7.27px;top:5%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy { width:10.4375rem;height:2.169375rem;display:flex;top:0.86083984375rem;left:0rem;z-index:15016;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #qzwcRUUl6pFB6PlSDNb2OfqQx0U3QwHy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Gop74JHt4pwuMWamBDe0AlLC10mkkGU4 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #TW9N7SfT8cEliR4lsXTRVJMTUuyohMf3 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #eZJ6WBDEsJI6Pdo2TeZmPNMxwcA75Sbs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #BLw1KoATXVAh2FI7IZqxZ7T0mog3LMh7 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #lTFon5KVoM32HLESHrnpOlT6eKEHQhEt {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #UOOlvJAAbpdag15rHVnbxlq31yryTqW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #hUX9XyMRSXqxPM5rKT0BpUsNNTtUhO8k {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #W4V0gJc58Vpuq1rou4UQStulWkkk47Fm {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Rx1hQk10ULiDl6oKTktz4gvcAP3XrVLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #fnaIXRV81PZ9BQTo19EM2VatkK3o117E {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #J19Arx86CsmpH9bbHq1MCDsaU7hgw5xl {  }
 }@media only screen and (max-width: 763px) { #FAofwfMUwDT9rULS1Hv5kvITTvRGn63C { width:18.9375rem;height:5.15625rem;top:0rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxZOA21gWfh4nGiVwTwQ3RMtIdmziTXO { width:8.5rem;height:2.1875rem;top:0.86083984375rem;left:11.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.875rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GAqed2hqbyC8CvvAhIORprbhIr7KgZeE { display:block; }
 }@media only screen and (max-width: 763px) { #uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 { display:block; }#uzaVhP2yEhb8LcszHPyOrsD07x6yBvX3 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #94b9ff, #cdffd8);background-image: -moz-linear-gradient(180deg, #94b9ff, #cdffd8);background-image: -ms-linear-gradient(180deg, #94b9ff, #cdffd8);background-image: -o-linear-gradient(180deg, #94b9ff, #cdffd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b9ff', endColorstr='#cdffd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b9ff', endColorstr='#cdffd8' );";background-image: linear-gradient(180deg, #94b9ff, #cdffd8);background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:18.75rem;height:0;top:5.9375rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:noway;font-weight:700;font-style:normal;color:#186187;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:15.7485625rem;height:2.8125rem;top:37.060546875rem;left:2.12548828125rem;font-size:1.3125rem;font-weight:700;font-style:normal;background-color:#186187;background-image:none;box-shadow: 0rem 0.625rem 0.9375rem rgba(47,225,244,0.25) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #gozFfRoQJwCwafTn7avOJqH8RyzyoWGb { width:10.187375rem;height:3.44921875rem;top:7.625rem;left:8.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-family:noway;color:#186187;display:block; }
 }@media only screen and (max-width: 763px) { #JSUeFDxVhIXCfCW8dTk5ebKvqghHKRKU { width:20rem;height:23.75rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDCXBrhFxhORXxqNU12ypetyuNRdxHb { width:6.3125rem;height:2.875rem;top:10.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUupWuZkgAHgs5CSpJT6htpmZZOOIK6V { width:6.25rem;height:2.8125rem;top:1.436767578125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqEgSq1xsNB4pvW7oDLqVrsyvhkWuITX { top:27.25rem;left:0.6875rem;width:18.624875rem;height:8.49975rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IF1BKIxy8rT3aiX3ZVGHApvVQoQgSVQ8 { width:5.375rem;height:5.5608433859587rem;top:6.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:20rem;height:15rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { width:20rem;height:6.2988125rem;top:4rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXW6by3Cz7tp3d3ThveR3ZaaPAqQXxNr { width:18.75rem;height:18.75rem;top:26.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:14.3125rem;height:4.19921875rem;top:1.6875rem;left:2.8125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3vb7VNIaJ2h8k0GSfyVIXyCM85EQNo { width:12.5rem;height:2.4746125rem;top:6.436767578125rem;left:3.75rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FfzQSs292fEBPREeJACHnrO6CFnvswHv { display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:19.875rem;height:17.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:17.1875rem;height:2.923825rem;top:7.4375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { width:20rem;height:18.125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { width:20rem;height:17.1875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { width:20rem;height:17.25rem;top:58.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #D1iPuBc7AglS9LVMNJVnQ85T6SZKCGrD { width:16.5625rem;height:6.8203125rem;top:10.6875rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JIFQD6pBaVqHOuUl9qAgGExZitZ4ZpW1 { width:17.125rem;height:6.8203125rem;top:29.375rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uMn5g2HEBsi8UP6MqLJr3gUzsQmIWuLA { width:17rem;height:7.957rem;top:47.75rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4e6Pvf4TUVpPwTBAPxT33kuqpRgwXe { width:17.0625rem;height:6.8203125rem;top:67.375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uLk7aLTLPQ71FAvpAQnIek7bAs48Q6rW { width:16.3125rem;height:2.923825rem;top:26.0625rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFq3QhJdS0CKDTe0MMnzJwxvH9JAwJpA { width:17.1875rem;height:2.923825rem;top:44.5625rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QGSdnZ7F4qnTlJr5iyJJko3xdw7mMHKP { width:17.1875rem;height:2.923825rem;top:64.1875rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FAzywl4HtGAdX3QOvqrmgzVNFVKtiQDr { width:4.0625rem;height:4.0625rem;top:2.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJi94PwkD8f1ffm8C4VHSy6zqHsWpHv { width:4.0625rem;height:4.0625rem;top:21.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcvAGQTzrBIxaz4dbJTlcLbuQIpCWz3X { width:3.75rem;height:3.75rem;top:40.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGfgqf3o7frFVwmVNSDJvuiBKKia5hQV { width:4.0625rem;height:4.0625rem;top:59.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cdffd8, #94b9ff);background-image: -moz-linear-gradient(180deg, #cdffd8, #94b9ff);background-image: -ms-linear-gradient(180deg, #cdffd8, #94b9ff);background-image: -o-linear-gradient(180deg, #cdffd8, #94b9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdffd8', endColorstr='#94b9ff' );";background-image: linear-gradient(180deg, #cdffd8, #94b9ff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { background-color: transparent; background-image: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .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); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { border-width: 0; border-radius: 0; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKGuMHHhfvzOhyZInAFWpVS5trqTnM6D { width:20rem;height:21.5625rem;top:30.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.8125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;font-size:1rem;overflow:hidden;height:2.8125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none;height:3.125rem;font-size:1.3125rem;overflow:hidden; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]:-moz-placeholder { font-size:1rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]::-moz-placeholder { font-size:1rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ  { width:17.5rem;height:auto;top:34.8125rem;left:0rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ {display:block;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ { width:17.5rem;height:auto;top:34.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #M3RoIuWfgW7u1cPTDzTSxL2HoJaoZRkr {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #qTx4Iyolhq5KiJVDcTFHTJQQ3AA7hwn9 { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #DokO2ZHB5NQ6HgRgt4cWo7xM3ALynDCh {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #oFLZIKVRlTa7OUgLPN1MhWRoiZorEvTo {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #AUQisCtVssIiqLVP9T5OhwpeThNHTxnP { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #MlbbTgguEePhvOv9Xd4hi3rqeAE5Hmwi {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #bIF1XqTzgfV8zWibT4fI1WKnd4RyPBlm {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #Vy8n8eNhXsK3M44iLmTqDUgryaK2Fqae { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #ac8WTQvHbOpZhC3I4thM53DiVQ6UhRQQ {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #NPo6HEc0hbtZNuICF4u5hKVPdaioJmIF {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #zlN9RxZAtu8cFQbJkEzrnV24P16emUQb {  }
 }@media only screen and (max-width: 763px) { #f2aUMCQVmR3xz8WVnsAS2fypfgO4lMH7 { width:17.3125rem;height:3.01171875rem;top:32.75rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTJJhn3I6LtbtVpQDUw6xobIh6zpETv { width:7.24975rem;height:3.18725625rem;top:54.437255859375rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WyPg03lSQf8OqLQddD4fxmDVNttRri { width:20rem;height:1.875rem;top:3.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9oIBeaD6qU5XxSZoIvnTKZvP7Kh1uJG { width:20rem;height:0;top:12.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:noway;font-weight:700;font-style:normal;color:#186187;display:block; }
 }@media only screen and (max-width: 763px) { #cyddiSRikkBZF9mXoZMv6Al88tZBZVfk { width:20rem;height:8.9653891859775rem;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMohnU03vyAFUxITLIuQ7c2CwhOTG1To { width:20rem;height:22.375rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W4WccXxfz5N1fc0d1FWU2Xr6aEluq2T9 { top:2.0625rem;left:0.6875rem;width:18.62425rem;height:8.499125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Od2JTgE9RNhdGpnC39oImPwdsR11BKwF { display:block; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znx65lUIOMpPfHpIWA1kVPubX1a08TX5 { width:17rem;height:2.2749rem;top:4.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICutpOpom8Fih7mSsHsxdQGAAo6gQGVq { width:14.9375rem;height:5.19921875rem;top:22.375rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKfQMbtMxQFZuru3iMJNRFvaCwkH72ua { width:15rem;height:3.8994125rem;top:34.3125rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibiULVyo2aTiGfGIPXOI7x8KiBlm256H { width:15.0625rem;height:7.7988125rem;top:10.5625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dg76sgQRs93D816vpJ0Qs5VilG98wUln { width:13.5rem;height:2.923825rem;top:7.4375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRy1qZXMAJ1MbthcacP6QrBNVdwNeie { width:13.875rem;height:2.923825rem;top:31.125rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJRIpu8NsdmkNfC6Mw2CRKWyaWOIlMMA { width:20rem;height:0.0625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9bLBT9ZObKGJWHwy4wRmDb0m6Oz2V6T { width:20rem;height:0.0625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uObKCStR2gMHGdVcKZIwOi5rn4JvB7Oy { width:4.0625rem;height:4.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFKn2KNZmggCoRlSRnkckEzcT1aN7fa { width:4.0625rem;height:4.0625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grg3TEigb7D2IECKctVPdqTzGFQh6Np0 { width:14.25rem;height:1.4624rem;top:20.5625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONidXXDgyMeTz2oyDXA3xU91MNkpf0OI { width:4.0625rem;height:4.0625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNvVDvlz40PVPVTku4RXNe9J20UkLGGm { width:18.75rem;height:18.75rem;top:40.64892578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEy6EJEg8OCTySrLA5LpZP32QJiQtsJa { display:flex;width:2.1875rem;height:2.1875rem;top:8.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #hT0r6uEB9qyvlRiy1N89kux2InHJqZCZ { display:flex;width:2.1875rem;height:2.1875rem;top:21.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #V4pqmFIW1OQANb6QeHOsStap1uuLuXbz { display:flex;width:2.1875rem;height:2.1875rem;top:32.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn { display:none; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5tyG6PuTt9bEip7nw0BroMmz6W2I7l2 { width:12.9375rem;height:4.19921875rem;top:3.55078125rem;left:3.53125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ye55F0eZrEOBO9Ibodaqw0qM9iFcAyuN { width:19.875rem;height:15.3125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1k8UvAJ0B6UmOFyTALExte4znRHWQHR { width:14.3125rem;height:1.4624rem;top:17.4130859375rem;left:2.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTSAe97cm3zLL90dT9V0r9fdSLUMMlgn { width:7.8125rem;height:7.8125rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtN90DTXJUIEw4vZX304LQ7PQnbt6Xo2 { width:16.4375rem;height:7.796875rem;top:19.125rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { background-color: transparent; background-image: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .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); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { border-width: 0; border-radius: 0; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJs3lQRr4TT8ml42ihaUIsZzGHWluO5d { width:13.625rem;height:1.4624rem;top:15.6875rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WIdKH6VJ9w1MBAueBhsViQJrq7CQGy3T { width:15.5625rem;height:10.5rem;top:5.1875rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DWMkNod6I5LaLOA0wXkxftoTOf77Q1c4 { width:20rem;height:16.9375rem;top:1.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ood7fhqVGBZaTFHWugBNR4lA3UwkImFh { width:6.25rem;height:1.0625rem;top:3.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5QkovuLQmG9T6KgSuzXM0WFs2VKaN4 { width:13.25rem;height:1.4624rem;top:32.4375rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fzmJQQsBmFzQJecpJZZeJZCBH3D9fKFL { width:16.4375rem;height:7.5rem;top:24.375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tVV5ccd2RcR7duffbqomPVBGUlf2ECH4 { width:20rem;height:15.8125rem;top:20.25rem;left:0rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FW0WTs9XK4T9t8H2TaSDBWyby8aQwM4L { width:6.25rem;height:1.0625rem;top:22.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0SRu4e8bm8oJTxChuLlCbgddlBolQc { width:13.1875rem;height:1.4624rem;top:50.2001953125rem;left:2.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ilqUAwsl1WDIr4lN7nJq3adE2yt6y5MO { width:15.375rem;height:7.5rem;top:42rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sIatMoPu4kJsn4nzOhTWySomuqQTzZ8c { width:20rem;height:15.625rem;top:38.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Rl9O7A0oT5HrOEM8ebVwa66IwEXtwPFz { width:6.25rem;height:1.0625rem;top:40.25rem;left:2.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:20rem;height:10.5rem;top:28.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:16.625rem;height:2.798825rem;top:25.32421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:16.625rem;height:2.2749rem;top:23.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:17.5rem;height:17.5rem;top:4.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:20rem;height:1.13769375rem;top:2.025390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }