.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0c3551;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:#0c3551;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;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:44.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(255,255,255,0.8);display:block;width:34.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.19921875rem;left:2.6875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:27.0625rem;left:0rem;height:6.07470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:15002;background-color:#e67e22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:22.375rem;top:9.19921875rem;left:37.625rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:17.5625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.3125rem;left:40.03125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.875rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:ubuntu;line-height:1.7;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:38.375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:38.375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Kzz0qJe6Ip7XW1QlhxmTB5bz9QZKtirT { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SnEOk6zqEurlFuUysDzFZPTEnVBNXiKk { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #w37ARp68srrPElu8zauTNh0WzSSoWeDw { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { 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:7.3125rem;width:7.3125rem;top:0rem;left:45.15625rem;overflow:hidden;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:22.375rem;top:7.6875rem;left:37.625rem;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:37.1875rem;left:6.9375rem;height:5.39941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:37.75rem;left:2.6875rem;overflow:hidden;display:block; }
#sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:37.625rem;left:0rem;display:block; }
#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:37.1875rem;left:23.125rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:37.625rem;left:18.625rem;overflow:hidden;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:37.7373046875rem;left:17.25rem;display:block; }
#OMiVFG9UFMGrHxx7feXRbiygNs6lRSTZ { color:rgba(255,255,255,0.8);display:block;width:34.625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:14.5625rem;left:2.6875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fb1IDVFV3syXJsETkq2yCDrwutDnmUVR { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:34.19921875rem;left:0rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV { position:relative;display:block; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV { background-color: transparent; background-image: none; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row .container > .video-iframe-container { display: none; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row > .video-iframe-container { display: none; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .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); }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV { border-width: 0; border-radius: 0; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .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; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .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; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;color:#ffffff;padding-top:0.7875rem;padding-right:0.701875rem;padding-bottom:0.7875rem;padding-left:0.701875rem;display:block;align-items:center;width:4.208125rem;min-width:4.208125rem;height:4.230625rem;position:relative;font-family:"open sans";font-size:3.14875rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .widget-text.counter-label { background-color:;background-image:none;color:#eff4f8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.61rem;height:1.6725rem;position:relative;font-family:"open sans";font-size:1.180625rem;font-weight:400;line-height:26.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp { 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:#0c3551;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.4375rem;height:7.97rem;padding-top:0.984375rem;padding-right:1.001875rem;padding-bottom:0.984375rem;padding-left:1.001875rem;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:1.34375rem;left:13.50390625rem;z-index:5000; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #n6SuO0a6o1T950XTJNLKqZ9kGrTTvALH { display:flex;position:relative;top:0rem;left:0rem; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #eAcV1ttT4WnpThb6i9dBVNe8u4hVOIf1 { width:auto; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #AQwtOtsabaJkz2cKgxkTJRUWs38bL6HI {  }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #e3UKMhZmthlmMCmHbVT5i9mWyLJ57mCB { display:flex;position:relative;top:0rem;left:0rem; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #sOOBs8TGorT8z6Tu2JgZfcuxnQcJgxqz {  }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #U7OB539QWXsBw4wfi4JtJpyU76EqmJdW {  }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #DgKI6ceNQVGGMcmHFgQMs2WrZhgekcMt { display:flex;position:relative;top:0rem;left:0rem; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #N9y6MgyTQ4qqJalhcRFT0vx8CW7xN4n6 {  }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #MlKd87OGCfQZfE3SOvfigSripHsOwKZD {  }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #zJxoNN1dsHSZ3fXK72sgVf0CcNqTJXuU { display:flex;position:relative;top:0rem;left:0rem; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #aSPMHfDg8p3itq6m0NvVZJEaObroSx1O {  }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #tDeMf74Vl3oMEAXMsE92uKmLXLWiRhLv {  }
#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c3551;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; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container { background-color: transparent; background-image: none; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container > .video-iframe-container { display: none; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row > .video-iframe-container { display: none; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .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); }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container { border-width: 0; border-radius: 0; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#Zw1h4ZOB2rO8DvW8cBgnQTQdbxDr0pRw { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:2.34375rem;height:6.17480625rem;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; }
#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 { position:relative;display:block; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 { background-color: transparent; background-image: none; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row .container > .video-iframe-container { display: none; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row > .video-iframe-container { display: none; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .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); }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 { border-width: 0; border-radius: 0; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .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; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:11rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EI0HnRqL2XzK5fOt3ZO2WavoyyGOLagt { color:#d51515;display:block;width:55.3125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.90625rem;height:9.2621875rem;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; }
#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp { position:relative;display:block; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp { background-color: transparent; background-image: none; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row .container > .video-iframe-container { display: none; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row > .video-iframe-container { display: none; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .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); }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp { border-width: 0; border-radius: 0; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .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; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xqdbEx69LptBkUuFrzMkSTvg3kIAU1iA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8125rem;width:9.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:25.65625rem; }
#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc { position:relative;display:block; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc { background-color: transparent; background-image: none; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row .container > .video-iframe-container { display: none; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row > .video-iframe-container { display: none; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .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); }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc { border-width: 0; border-radius: 0; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .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; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mnm54BRqmhNudUQ0AvpAt86WKZ6eh2yV { position:absolute;display:block;z-index:15000;border-top:1.1875rem solid #e67e22;border-left:1.1875rem solid #e67e22;border-right:1.1875rem solid #e67e22;border-bottom:1.1875rem solid #e67e22;box-shadow: none;height:31.625rem;width:57.0625rem;top:0rem;left:0rem;display:block; }
#kkRPLJodx8FrM6LX4OkkTz05sgnXSqTu { color:#f3f4fa;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.943359375rem;left:0rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC { position:relative;display:block; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC { background-color: transparent; background-image: none; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row .container > .video-iframe-container { display: none; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row > .video-iframe-container { display: none; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .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); }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC { border-width: 0; border-radius: 0; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .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; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB { position:relative;display:block; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB { background-color: transparent; background-image: none; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row .container > .video-iframe-container { display: none; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row > .video-iframe-container { display: none; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .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); }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB { border-width: 0; border-radius: 0; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .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; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMRtxmxZ91ZtIUxTCwBPPLdwsplZtbkf { color:#0c3551;display:block;width:42.5rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0.78125rem;height:3.0874rem;font-style:normal;display:block; }
#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA { position:relative;display:block; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA { background-color: transparent; background-image: none; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .row .container > .video-iframe-container { display: none; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .row > .video-iframe-container { display: none; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .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); }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA { border-width: 0; border-radius: 0; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .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; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .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:8.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LdXdILlQvMCzKXmZMk5FTzSstErslUoq { color:#000000;display:block;width:59.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.25rem;left:0.46875rem;height:8.125rem;display:block; }
#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC { position:relative;display:block; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC { background-color: transparent; background-image: none; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row .container > .video-iframe-container { display: none; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row > .video-iframe-container { display: none; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .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); }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC { border-width: 0; border-radius: 0; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .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; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rtEGiuPl5ATk5lxiLfTNs1M1l4MAMbQt { color:#0c3551;display:block;width:42.5rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0.78125rem;height:3.0874rem;font-style:normal;display:block; }
#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 { position:relative;display:block; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 { background-color: transparent; background-image: none; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .row .container > .video-iframe-container { display: none; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .row > .video-iframe-container { display: none; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .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); }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 { border-width: 0; border-radius: 0; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .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; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .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:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DE41TDc3XWvSQHupzF6FKPA0dk2E6L2r { color:#000000;display:block;width:59.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.46875rem;left:0.5rem;height:8.125rem;display:block; }
#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 { position:relative;display:block; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 { background-color: transparent; background-image: none; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row .container > .video-iframe-container { display: none; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row > .video-iframe-container { display: none; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .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); }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 { border-width: 0; border-radius: 0; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .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; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PiSPDTvLOGnS7LKaTE1BEbVJkwLn8fm1 { color:#0c3551;display:block;width:58.5rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4248046875rem;left:0.75rem;height:3.0874rem;font-style:normal;display:block; }
#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID { position:relative;display:block; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID { background-color: transparent; background-image: none; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .row .container > .video-iframe-container { display: none; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .row > .video-iframe-container { display: none; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .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); }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID { border-width: 0; border-radius: 0; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .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; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .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:15.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qck1LyBh0ZB1QeNSc13XhKqfmxHHGT1P { color:#000000;display:block;width:58.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.53125rem;left:0.65625rem;height:14.625rem;display:block; }
#wGVnQpufrvqhMvywz4r842z0MXMsseNP { position:relative;display:block; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP { background-color: transparent; background-image: none; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row .container > .video-iframe-container { display: none; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row > .video-iframe-container { display: none; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .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); }#wGVnQpufrvqhMvywz4r842z0MXMsseNP { border-width: 0; border-radius: 0; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .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; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FOuBRJACt8tyJXEvOUh6J9LyfqgMn8w1 { color:#0c3551;display:block;width:56.75rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0.6875rem;height:3.0874rem;font-style:normal;display:block; }
#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs { position:relative;display:block; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs { background-color: transparent; background-image: none; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .row .container > .video-iframe-container { display: none; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .row > .video-iframe-container { display: none; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .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); }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs { border-width: 0; border-radius: 0; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .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; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .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.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5vtJgKUtch3pgs2PuDdoXgTMhNKlkhz { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.90625rem;left:0.40625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y { position:relative;display:block; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y { background-color: transparent; background-image: none; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row .container > .video-iframe-container { display: none; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row > .video-iframe-container { display: none; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .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); }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y { border-width: 0; border-radius: 0; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .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; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FBZqCdZ9WrwG5NdpKPUNvNofqDWRerZQ { color:#0c3551;display:block;width:58rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:1rem;height:3.0874rem;font-style:normal;display:block; }
#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr { position:relative;display:block; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr { background-color: transparent; background-image: none; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .row .container > .video-iframe-container { display: none; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .row > .video-iframe-container { display: none; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .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); }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr { border-width: 0; border-radius: 0; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .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; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .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:11.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WQmMcHQ71vulDTmer42eGmKOUQcXP7tl { color:#000000;display:block;width:44.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:0.59375rem;height:9.0625rem;display:block; }#WQmMcHQ71vulDTmer42eGmKOUQcXP7tl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WQmMcHQ71vulDTmer42eGmKOUQcXP7tl li:before{  }
#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs { position:relative;display:block; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs { background-color: transparent; background-image: none; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row .container > .video-iframe-container { display: none; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row > .video-iframe-container { display: none; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .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); }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs { border-width: 0; border-radius: 0; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .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; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e67e22;background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fkvKM6zfyCtcUs8u37GTloz2vTgVbTQs { color:#0c3551;display:block;width:58.3125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0810546875rem;left:0.84375rem;height:3.0874rem;font-style:normal;display:block; }
#ZXUVeEARzKkzyEd8I6DdXpBQomdzoCao { color:#0c3551;display:block;width:52.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5341796875rem;left:0.625rem;height:1.86865rem;display:block; }
#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G { position:relative;display:block; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G { background-color: transparent; background-image: none; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .row .container > .video-iframe-container { display: none; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .row > .video-iframe-container { display: none; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .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); }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G { border-width: 0; border-radius: 0; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .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; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .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:73.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xVhFVu6KJTcHU1tWT4HkxcTyfPD1vWv6 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.125rem;height:3.25rem;display:block; }
#iN17VbvU1QeX9p0NkqCOPTcaBrJxg7wN { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.375rem;left:1.03125rem;height:9.75rem;display:block; }
#rGRlReA0hyc0JmZRKTPSK7z0r33cKnyd { color:#000000;display:block;width:25.875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.3125rem;left:1.125rem;height:1.625rem;display:block; }
#haH2ynZ1UarE6T0NTtCkgeaTqAhBmfQ3 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.03125rem;height:11.375rem;display:block; }
#x5nJmRTS32lEarbgX73kBWpsp0Plilns { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.09375rem;left:1.125rem;height:1.625rem;display:block; }
#c39i1iIxdchLcFnHFb5mFrMcrIRDpWrz { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45.4375rem;left:1.03125rem;height:8.125rem;display:block; }
#TCQDIcdJAz7AHvlQqozdwCRTaBSRuWes { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:55.25rem;left:1.125rem;height:3.25rem;display:block; }
#wPSw0N3cXkTaUCvQLCET9UhChuTqhV9f { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:59.3125rem;left:1.03125rem;height:9.75rem;display:block; }
#iBpcT99VZIEJCG8T2IyBbaaNX2RRQbDM { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:31.03125rem;height:1.625rem;display:block; }
#klik3fwR8cp5eESp4eaMwL3Z7UgaPKS0 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.4375rem;left:31.03125rem;height:1.625rem;display:block; }
#ZarICtBwSizSRxbKHlDNKoUPir9TXcEq { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.25rem;left:30.9375rem;height:3.25rem;display:block; }
#hPgoZU5Ar1NFpv5LpS1hkkMqgnb9FKis { color:#000000;display:block;width:28rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31rem;height:1.625rem;display:block; }
#aw4B1nQa8etwwFCo5H2Ns5ViuLBFOhvb { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:31.03125rem;height:9.75rem;display:block; }
#gTOfwvL1o0FoPcnrdF64dJmxzBGSthdT { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:60.0625rem;left:31.03125rem;height:1.625rem;display:block; }
#IJLbN0nnwhhhTz85enCoBXm23NfSWzTx { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.875rem;height:1.625rem;display:block; }
#B4SFulDZWoDwmqlZwBgPbwJxwMluhv65 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:31.03125rem;height:11.375rem;display:block; }
#Sy0zwlrcTz0g4CiTQ9yL65bedooyfMD1 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.5rem;left:31.03125rem;height:9.75rem;display:block; }
#gweNF9tqXGXcOny65dJawTxlRVdFtRgc { color:#000000;display:block;width:27rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:47.8125rem;left:31.03125rem;height:9.75rem;display:block; }
#fm7lvewa1slTp8hEEgZocqshptJEQ53L { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:62.8125rem;left:31.03125rem;height:9.75rem;display:block; }
#F2RhbLMAebSN0WGenSFlbWFZSallk87O { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.25rem;left:1rem;height:6.5rem;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c3551;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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:55.75rem;top:7.59375rem;left:2.0625rem;display:block; }
#Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { position:absolute;display:block;z-index:15001;background-color:#e67e22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:36.5rem;top:5.125rem;left:11.75rem;display:block; }
#dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.783203125rem;left:5.90625rem;height:6.5800875rem;text-align:center;text-align-last:center;display:block; }
#bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { background-color:#e67e22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.25rem;left:23.25rem;display:block; }
#uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.76125rem;padding-right:0.665rem;padding-bottom:0.76125rem;padding-left:0.665rem;display:block;align-items:center;width:3.990625rem;min-width:3.990625rem;height:4.09125rem;position:relative;font-family:"open sans";font-size:3.045rem;font-weight:700;line-height:65.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.31875rem;height:1.6175rem;position:relative;font-family:"open sans";font-size:1.141875rem;font-weight:400;line-height:25.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.7075rem;padding-top:0.95125rem;padding-right:0.949375rem;padding-bottom:0.95125rem;padding-left:0.949375rem;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:3.173957824707rem;left:13.924999237061rem;z-index:15004; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF { width:auto; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
#mkkbo19o0r3TvtV3C2Dk4JysT7ekTDho { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.25rem;left:5.90625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { 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; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { color:#050b26;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:4.125rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.0625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { 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; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { background-color: transparent; background-image: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .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); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:60rem;position:relative;display:block; }#PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { color:#050b26;display:block;width:37.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:3.0625rem;left:18.9375rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { color:#727377;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:5.5rem;left:18.9375rem;height:2.0249rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#C1sqNhsFZF7qch9HscMphOFFgodFMbuS { color:#727377;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:8.25rem;left:18.9375rem;height:42.52298125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { 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:17.4375rem;width:17.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o { position:relative;display:block; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o { background-color: transparent; background-image: none; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row .container > .video-iframe-container { display: none; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row > .video-iframe-container { display: none; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .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); }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o { border-width: 0; border-radius: 0; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .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; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aNSqb2k036hK0KT5VIZkqt3WvlyiKqDc { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:2.34375rem;height:3.0874rem;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; }
#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 { position:relative;display:block; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 { background-color: transparent; background-image: none; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row .container > .video-iframe-container { display: none; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row > .video-iframe-container { display: none; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .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); }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 { border-width: 0; border-radius: 0; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .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; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#owLeJ0GMSAs4PCRMogULPWT6ITgtN8fz { 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:18.875rem;width:14.0625rem;top:0rem;left:0.46875rem;overflow:hidden;display:block; }
#MZaQC3KEgih1fK1KgByCVAhxVA0uBWza { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:14.125rem;top:0rem;left:15.4375rem;overflow:hidden;display:block; }
#sEk0wo01Ngo7l8tN6QcDgoqc1UbDGeTg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:14.125rem;top:0rem;left:30.4375rem;overflow:hidden;display:block; }
#B2h7Om4ryngRO2AlTLn5wQuSDDOTFQaW { 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:18.875rem;width:14.125rem;top:0rem;left:45.4375rem;overflow:hidden;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { 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; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { background-color: transparent; background-image: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .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); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;position:relative;display:block; }#wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { 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:16.75rem;width:16.75rem;top:0rem;left:43.25rem;overflow:hidden;display:block; }
#TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { color:#050b26;display:block;width:37.5rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:3.0625rem;left:2.125rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { color:#727377;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:5.6875rem;left:2.125rem;height:2.0249rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { color:#727377;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:8.4375rem;left:2.125rem;height:44.5478375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN { position:relative;display:block; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN { background-color: transparent; background-image: none; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row .container > .video-iframe-container { display: none; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row > .video-iframe-container { display: none; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .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); }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN { border-width: 0; border-radius: 0; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .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; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZbS3JbTECNTGc1XDZiBMPnbrdMXKddSn { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:2.34375rem;height:;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; }
#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn { position:relative;display:block; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn { background-color: transparent; background-image: none; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .row .container > .video-iframe-container { display: none; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .row > .video-iframe-container { display: none; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .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); }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn { border-width: 0; border-radius: 0; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .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; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .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:19.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IvHc8zFcT2zsghOszN9z0unre47Sz98T { 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:18.875rem;width:14.125rem;top:0rem;left:0.4375rem;overflow:hidden;display:block; }
#QngSAAShg187TyzSvtenlJAdf27h7AAK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:14.1875rem;top:0rem;left:15.40625rem;overflow:hidden;display:block; }
#L7dH1ENobL1KGT8JSLwSNpO8C9NQFald { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:14.125rem;top:0rem;left:30.4375rem;overflow:hidden;display:block; }
#PP52lR0LtAyuvKhT90tucTrcCMATeU7G { 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:19.125rem;width:14.3125rem;top:0rem;left:45.34375rem;overflow:hidden;display:block; }
#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s { position:relative;display:block; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s { background-color: transparent; background-image: none; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row .container > .video-iframe-container { display: none; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row > .video-iframe-container { display: none; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .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); }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s { border-width: 0; border-radius: 0; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .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; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c3551;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pWgrRX7s80UQvatqr1JC5i6sRZV5uzsd { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6591796875rem;left:2.34375rem;height:9.9931875rem;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; }
#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c3551;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; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container { background-color: transparent; background-image: none; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container > .video-iframe-container { display: none; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row > .video-iframe-container { display: none; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .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); }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container { border-width: 0; border-radius: 0; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#KoU7uFbR143kB2m3DCqZrx6TiRN7wRn1 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:55.75rem;top:5.03125rem;left:2.0625rem;display:block; }
#xWsReQd86Fikyv80NGrOqJzr9vbuzvTW { position:absolute;display:block;z-index:15001;background-color:#e67e22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:36.5rem;top:2.21875rem;left:11.75rem;display:block; }
#BCE2OInLyV2Pgrn2v83e83OBylVdeham { background-color:#e67e22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.25rem;left:23.25rem;display:block; }
#hrwc5EQkW2bgfSThcEcv6vxF7SAF8zT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .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; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.76125rem;padding-right:0.665rem;padding-bottom:0.76125rem;padding-left:0.665rem;display:block;align-items:center;width:3.990625rem;min-width:3.990625rem;height:4.09125rem;position:relative;font-family:"open sans";font-size:3.045rem;font-weight:700;line-height:65.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.31875rem;height:1.6175rem;position:relative;font-family:"open sans";font-size:1.141875rem;font-weight:400;line-height:25.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.707rem;padding-top:0.95125rem;padding-right:0.949375rem;padding-bottom:0.95125rem;padding-left:0.949375rem;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:2.21875rem;left:16.3935546875rem;z-index:15004; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #g38p5S1HcAq6b2ndPpylizsOhJW0pMcC { display:flex;position:relative;top:0rem;left:0rem; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #CUQO8NU5w6N5N4U2pLAmMFTf4XRNWKTW { width:auto; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #h9zODUyZkWAJ2oufHAsiUqezxOw7xiLo {  }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #TxgBkbgUeP2p9TaeGpo4Loocbe67A7qt { display:flex;position:relative;top:0rem;left:0rem; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #SXvCr0NMHzkWSfVoaWteguWa0F4SAnkG {  }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #A42lw3aNPmM7hHIH5lgWrqORItSRXKz3 {  }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #WJP76KrGecSP2fkEOTc3Vz6dvecvCUhb { display:flex;position:relative;top:0rem;left:0rem; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #Unu4KpKErfvvG031vqkKoyOSn68WnPAM {  }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #yhgsRzMBLQqz2B4xbPtLVMTOlvkm3RE8 {  }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #Dorz0TadVATvqQhDE0z1thtA0nsL6B7O { display:flex;position:relative;top:0rem;left:0rem; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #yLlOJWkyinfg5WJP5ZxXXdrwXzJqeWt6 {  }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #JA0zJXl2vErxUDXUr5PkcgXezlspQK5A {  }
#kPrxMkleaBagHRSvFLihboExKq87ApR9 { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.375rem;left:5.90625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#uTlp36uXe7nThtkyJtMfUz24BtbSXrn7 { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3515625rem;left:5.96875rem;height:6.5800875rem;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) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:34.625rem;height:11.25rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:34.625rem;height:6.0625rem;top:27.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:22.375rem;height:35.25rem;top:9.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:17.5625rem;height:7.3125rem;top:7.3125rem;left:30.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Kzz0qJe6Ip7XW1QlhxmTB5bz9QZKtirT {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SnEOk6zqEurlFuUysDzFZPTEnVBNXiKk {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #w37ARp68srrPElu8zauTNh0WzSSoWeDw {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:7.3125rem;height:7.3125rem;top:0rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:22.375rem;height:7.1875rem;top:7.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:12.125rem;height:5.375rem;top:37.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:2.375rem;height:2.375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:13.1875rem;height:7.1875rem;top:37.1875rem;left:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:2.375rem;height:2.375rem;top:37.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:37.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMiVFG9UFMGrHxx7feXRbiygNs6lRSTZ { width:34.625rem;height:11.25rem;top:14.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1IDVFV3syXJsETkq2yCDrwutDnmUVR { width:34.625rem;height:2rem;top:34.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshSzsnkPCOr55WTu9ldJe6LVPqusLCV { display:block; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .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; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .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; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp { display:flex;width:18rem;height:5.0625rem;top:1.3125rem;left:7.37890625rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #n6SuO0a6o1T950XTJNLKqZ9kGrTTvALH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #eAcV1ttT4WnpThb6i9dBVNe8u4hVOIf1 {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #AQwtOtsabaJkz2cKgxkTJRUWs38bL6HI {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #e3UKMhZmthlmMCmHbVT5i9mWyLJ57mCB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #sOOBs8TGorT8z6Tu2JgZfcuxnQcJgxqz {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #U7OB539QWXsBw4wfi4JtJpyU76EqmJdW {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #DgKI6ceNQVGGMcmHFgQMs2WrZhgekcMt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #N9y6MgyTQ4qqJalhcRFT0vx8CW7xN4n6 {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #MlKd87OGCfQZfE3SOvfigSripHsOwKZD {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #zJxoNN1dsHSZ3fXK72sgVf0CcNqTJXuU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #aSPMHfDg8p3itq6m0NvVZJEaObroSx1O {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #tDeMf74Vl3oMEAXMsE92uKmLXLWiRhLv {  }
 }@media only screen and (max-width: 763px) { #VFsDA3cvMoTUTkATv2hWk0p078eWyo0n { display:block; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zw1h4ZOB2rO8DvW8cBgnQTQdbxDr0pRw { width:47.75rem;height:6.125rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 { display:block; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI0HnRqL2XzK5fOt3ZO2WavoyyGOLagt { width:47.75rem;height:;top:0.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp { display:block; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqdbEx69LptBkUuFrzMkSTvg3kIAU1iA { width:9.8125rem;height:9.8125rem;top:0rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc { display:block; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnm54BRqmhNudUQ0AvpAt86WKZ6eh2yV { width:45.375rem;height:25.147590361446rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkRPLJodx8FrM6LX4OkkTz05sgnXSqTu { width:47.75rem;height:6.125rem;top:35.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC { display:block; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB { display:block; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRtxmxZ91ZtIUxTCwBPPLdwsplZtbkf { width:42.5rem;height:3.0625rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97mX6Gr31ScS8A4LMK58AxcKXn0shPA { display:block; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdXdILlQvMCzKXmZMk5FTzSstErslUoq { width:47.75rem;height:8.125rem;top:0.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC { display:block; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtEGiuPl5ATk5lxiLfTNs1M1l4MAMbQt { width:42.5rem;height:3.0625rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 { display:block; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DE41TDc3XWvSQHupzF6FKPA0dk2E6L2r { width:47.75rem;height:8.125rem;top:0.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 { display:block; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiSPDTvLOGnS7LKaTE1BEbVJkwLn8fm1 { width:47.75rem;height:3.0625rem;top:0.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID { display:block; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qck1LyBh0ZB1QeNSc13XhKqfmxHHGT1P { width:47.75rem;height:14.625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVnQpufrvqhMvywz4r842z0MXMsseNP { display:block; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOuBRJACt8tyJXEvOUh6J9LyfqgMn8w1 { width:47.75rem;height:3.0625rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs { display:block; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vtJgKUtch3pgs2PuDdoXgTMhNKlkhz { width:47.75rem;height:3.25rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y { display:block; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBZqCdZ9WrwG5NdpKPUNvNofqDWRerZQ { width:47.75rem;height:3.0625rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr { display:block; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQmMcHQ71vulDTmer42eGmKOUQcXP7tl { width:44.375rem;height:9.0625rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }#WQmMcHQ71vulDTmer42eGmKOUQcXP7tl li:before{  }
 }@media only screen and (max-width: 763px) { #Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs { display:block; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkvKM6zfyCtcUs8u37GTloz2vTgVbTQs { width:47.75rem;height:3.0625rem;top:1.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXUVeEARzKkzyEd8I6DdXpBQomdzoCao { width:47.75rem;height:1.8125rem;top:5.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G { display:block; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVhFVu6KJTcHU1tWT4HkxcTyfPD1vWv6 { width:28.3125rem;height:3.25rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN17VbvU1QeX9p0NkqCOPTcaBrJxg7wN { width:27.9375rem;height:9.75rem;top:15.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRlReA0hyc0JmZRKTPSK7z0r33cKnyd { width:25.875rem;height:1.625rem;top:26.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haH2ynZ1UarE6T0NTtCkgeaTqAhBmfQ3 { width:27.9375rem;height:11.375rem;top:28.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5nJmRTS32lEarbgX73kBWpsp0Plilns { width:24.6875rem;height:1.625rem;top:42.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c39i1iIxdchLcFnHFb5mFrMcrIRDpWrz { width:27.9375rem;height:8.125rem;top:45.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQDIcdJAz7AHvlQqozdwCRTaBSRuWes { width:26.8125rem;height:3.25rem;top:55.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSw0N3cXkTaUCvQLCET9UhChuTqhV9f { width:27.9375rem;height:9.75rem;top:59.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpcT99VZIEJCG8T2IyBbaaNX2RRQbDM { width:20.0625rem;height:1.625rem;top:0.875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klik3fwR8cp5eESp4eaMwL3Z7UgaPKS0 { width:27.5rem;height:1.625rem;top:45.4375rem;left:20.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZarICtBwSizSRxbKHlDNKoUPir9TXcEq { width:29.0625rem;height:3.25rem;top:30.25rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgoZU5Ar1NFpv5LpS1hkkMqgnb9FKis { width:28rem;height:1.625rem;top:14.6875rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw4B1nQa8etwwFCo5H2Ns5ViuLBFOhvb { width:27.9375rem;height:9.75rem;top:3.25rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOfwvL1o0FoPcnrdF64dJmxzBGSthdT { width:22.4375rem;height:1.625rem;top:60.0625rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJLbN0nnwhhhTz85enCoBXm23NfSWzTx { width:21.8125rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4SFulDZWoDwmqlZwBgPbwJxwMluhv65 { width:27.9375rem;height:11.375rem;top:17.5rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy0zwlrcTz0g4CiTQ9yL65bedooyfMD1 { width:28.4375rem;height:9.75rem;top:33.5rem;left:19.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gweNF9tqXGXcOny65dJawTxlRVdFtRgc { width:27rem;height:9.75rem;top:47.8125rem;left:20.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7lvewa1slTp8hEEgZocqshptJEQ53L { width:27.0625rem;height:9.75rem;top:62.8125rem;left:20.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RhbLMAebSN0WGenSFlbWFZSallk87O { width:29.0625rem;height:6.5rem;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { width:47.625rem;height:14.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { width:36.5rem;height:5.4375rem;top:5.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:47.75rem;height:6.5625rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:13.5rem;height:3.4375rem;top:20.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:7.7999992370606rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
 }@media only screen and (max-width: 763px) { #mkkbo19o0r3TvtV3C2Dk4JysT7ekTDho { width:47.75rem;height:1.9375rem;top:24.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:47.75rem;height:4.5rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.375rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:37.5rem;height:2.4375rem;top:3.0625rem;left:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { width:37.5rem;height:2rem;top:5.5rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:37.5rem;height:42.5rem;top:8.25rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:17.4375rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o { display:block; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNSqb2k036hK0KT5VIZkqt3WvlyiKqDc { width:47.75rem;height:3.0625rem;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 { display:block; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owLeJ0GMSAs4PCRMogULPWT6ITgtN8fz { width:14.0625rem;height:18.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZaQC3KEgih1fK1KgByCVAhxVA0uBWza { width:14.125rem;height:18.9375rem;top:0rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEk0wo01Ngo7l8tN6QcDgoqc1UbDGeTg { width:14.125rem;height:18.875rem;top:0rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2h7Om4ryngRO2AlTLn5wQuSDDOTFQaW { width:14.125rem;height:18.875rem;top:0rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:16.75rem;height:16.75rem;top:0rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { width:37.5rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { width:37.5rem;height:2rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { width:37.5rem;height:44.5rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN { display:block; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbS3JbTECNTGc1XDZiBMPnbrdMXKddSn { width:47.75rem;height:;top:0rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GutHTTTMeqoxVszbZM17HZx1TIuH5bKn { display:block; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvHc8zFcT2zsghOszN9z0unre47Sz98T { width:14.125rem;height:18.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QngSAAShg187TyzSvtenlJAdf27h7AAK { width:14.1875rem;height:18.9375rem;top:0rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7dH1ENobL1KGT8JSLwSNpO8C9NQFald { width:14.125rem;height:18.9375rem;top:0rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP52lR0LtAyuvKhT90tucTrcCMATeU7G { width:14.3125rem;height:19.125rem;top:0rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s { display:block; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWgrRX7s80UQvatqr1JC5i6sRZV5uzsd { width:47.75rem;height:9.9375rem;top:0.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB { display:block; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoU7uFbR143kB2m3DCqZrx6TiRN7wRn1 { width:47.625rem;height:14.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWsReQd86Fikyv80NGrOqJzr9vbuzvTW { width:36.5rem;height:5.4375rem;top:2.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCE2OInLyV2Pgrn2v83e83OBylVdeham { width:13.5rem;height:3.4375rem;top:20.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrwc5EQkW2bgfSThcEcv6vxF7SAF8zT6 { display:block; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .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; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .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; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:7.7999992370606rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #g38p5S1HcAq6b2ndPpylizsOhJW0pMcC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #CUQO8NU5w6N5N4U2pLAmMFTf4XRNWKTW {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #h9zODUyZkWAJ2oufHAsiUqezxOw7xiLo {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #TxgBkbgUeP2p9TaeGpo4Loocbe67A7qt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #SXvCr0NMHzkWSfVoaWteguWa0F4SAnkG {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #A42lw3aNPmM7hHIH5lgWrqORItSRXKz3 {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #WJP76KrGecSP2fkEOTc3Vz6dvecvCUhb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #Unu4KpKErfvvG031vqkKoyOSn68WnPAM {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #yhgsRzMBLQqz2B4xbPtLVMTOlvkm3RE8 {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #Dorz0TadVATvqQhDE0z1thtA0nsL6B7O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #yLlOJWkyinfg5WJP5ZxXXdrwXzJqeWt6 {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #JA0zJXl2vErxUDXUr5PkcgXezlspQK5A {  }
 }@media only screen and (max-width: 763px) { #kPrxMkleaBagHRSvFLihboExKq87ApR9 { width:47.75rem;height:1.9375rem;top:24.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlp36uXe7nThtkyJtMfUz24BtbSXrn7 { width:47.75rem;height:6.5625rem;top:12.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(5,11,38,0.3);background-image:none;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:6.75rem;top:6.1875rem;left:1.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:6.9995rem;top:13.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:19.8125rem;height:26.8125rem;top:34.53125rem;left:0.092227378190256rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.75rem;height:4.7119125rem;top:29.4560546875rem;left:0.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Kzz0qJe6Ip7XW1QlhxmTB5bz9QZKtirT {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #SnEOk6zqEurlFuUysDzFZPTEnVBNXiKk {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #w37ARp68srrPElu8zauTNh0WzSSoWeDw {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:5.5rem;height:5.5rem;top:0rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:5.5rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:7.25rem;height:3.41161875rem;top:23.375rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:1.625rem;height:1.625rem;top:23.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:7.0625rem;height:6.12305rem;top:22.1435546875rem;left:12.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:1.5rem;height:1.5rem;top:22.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:22.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMiVFG9UFMGrHxx7feXRbiygNs6lRSTZ { width:20rem;height:6.75rem;top:61.96875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1IDVFV3syXJsETkq2yCDrwutDnmUVR { width:20rem;height:2.79980625rem;top:69.96875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GshSzsnkPCOr55WTu9ldJe6LVPqusLCV { display:block; }#GshSzsnkPCOr55WTu9ldJe6LVPqusLCV > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .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; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp .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; }
#VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #n6SuO0a6o1T950XTJNLKqZ9kGrTTvALH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #eAcV1ttT4WnpThb6i9dBVNe8u4hVOIf1 {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #AQwtOtsabaJkz2cKgxkTJRUWs38bL6HI {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #e3UKMhZmthlmMCmHbVT5i9mWyLJ57mCB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #sOOBs8TGorT8z6Tu2JgZfcuxnQcJgxqz {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #U7OB539QWXsBw4wfi4JtJpyU76EqmJdW {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #DgKI6ceNQVGGMcmHFgQMs2WrZhgekcMt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #N9y6MgyTQ4qqJalhcRFT0vx8CW7xN4n6 {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #MlKd87OGCfQZfE3SOvfigSripHsOwKZD {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #zJxoNN1dsHSZ3fXK72sgVf0CcNqTJXuU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #aSPMHfDg8p3itq6m0NvVZJEaObroSx1O {  }
 }@media only screen and (max-width: 763px) { #VfNOlaPCV2e8U6r8MdTQCrskL1e4hpJp #tDeMf74Vl3oMEAXMsE92uKmLXLWiRhLv {  }
 }@media only screen and (max-width: 763px) { #VFsDA3cvMoTUTkATv2hWk0p078eWyo0n { display:block; }#VFsDA3cvMoTUTkATv2hWk0p078eWyo0n > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zw1h4ZOB2rO8DvW8cBgnQTQdbxDr0pRw { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 { display:block; }#rLwp5nFxIIxBIlo2PnxB5hvqEhg8JlJ3 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI0HnRqL2XzK5fOt3ZO2WavoyyGOLagt { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp { display:block; }#zfl7NKouVu2RrFnqeo7C7eqhqVzaXmTp > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqdbEx69LptBkUuFrzMkSTvg3kIAU1iA { display:flex;width:9.8125rem;height:9.8125rem;top:0rem;left:5.09375rem; }
 }@media only screen and (max-width: 763px) { #ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc { display:block; }#ywkE7Tt0DQsWxCGH4MfJgNX64eisirrc > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnm54BRqmhNudUQ0AvpAt86WKZ6eh2yV { height:9.7680722891566rem;width:17.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkRPLJodx8FrM6LX4OkkTz05sgnXSqTu { width:20rem;height:15.597625rem;top:14.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC { display:block; }#OBCMGnhOb8aESAdD3L77pMxnLnMiuUgC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB { display:block; }#WlKOS8A0ntz0ekG9UzfPvPLhmII1cDNB > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRtxmxZ91ZtIUxTCwBPPLdwsplZtbkf { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D97mX6Gr31ScS8A4LMK58AxcKXn0shPA { display:block; }#D97mX6Gr31ScS8A4LMK58AxcKXn0shPA > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdXdILlQvMCzKXmZMk5FTzSstErslUoq { width:20rem;height:21.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC { display:block; }#yCRFcJcKciW8CRFLMArrUJTS0x0fwVZC > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtEGiuPl5ATk5lxiLfTNs1M1l4MAMbQt { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 { display:block; }#RmnDrLuNNN6HgCkhgNX1BPyhSoF1QXt8 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DE41TDc3XWvSQHupzF6FKPA0dk2E6L2r { width:20rem;height:22.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 { display:block; }#y0tqub2NmJcFrwixgDNlecQOgdbMVPt1 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiSPDTvLOGnS7LKaTE1BEbVJkwLn8fm1 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID { display:block; }#TmqduwWT7gQld3DTqXZpk7Ztr0X9XDID > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qck1LyBh0ZB1QeNSc13XhKqfmxHHGT1P { width:20rem;height:35.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGVnQpufrvqhMvywz4r842z0MXMsseNP { display:block; }#wGVnQpufrvqhMvywz4r842z0MXMsseNP > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOuBRJACt8tyJXEvOUh6J9LyfqgMn8w1 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs { display:block; }#M9tvWlKCzM0ZJr0nozniQF86HVr7Cdbs > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vtJgKUtch3pgs2PuDdoXgTMhNKlkhz { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y { display:block; }#Jmofp3kbGdAAJDyuSmFHV68uzFeuTn1y > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBZqCdZ9WrwG5NdpKPUNvNofqDWRerZQ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr { display:block; }#KFywUvS40Lk7uoiP9IWRo7PTrSxV3rwr > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQmMcHQ71vulDTmer42eGmKOUQcXP7tl { width:20rem;height:17.1875rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }#WQmMcHQ71vulDTmer42eGmKOUQcXP7tl li:before{  }
 }@media only screen and (max-width: 763px) { #Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs { display:block; }#Li3XKFdCAxSfiNntm1LOshPUC9ewV8Qs > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkvKM6zfyCtcUs8u37GTloz2vTgVbTQs { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXUVeEARzKkzyEd8I6DdXpBQomdzoCao { width:20rem;height:5.60595625rem;top:7.01171875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G { display:block; }#K4sVixP1Nq9fnqx1A9TRbyLeci2Hrh1G > .row .container { width:20rem;height:188.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVhFVu6KJTcHU1tWT4HkxcTyfPD1vWv6 { width:20rem;height:3.25rem;top:15.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN17VbvU1QeX9p0NkqCOPTcaBrJxg7wN { width:20rem;height:13rem;top:19.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRlReA0hyc0JmZRKTPSK7z0r33cKnyd { width:20rem;height:3.25rem;top:33.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haH2ynZ1UarE6T0NTtCkgeaTqAhBmfQ3 { width:20rem;height:16.25rem;top:38.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5nJmRTS32lEarbgX73kBWpsp0Plilns { width:20rem;height:3.25rem;top:55.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c39i1iIxdchLcFnHFb5mFrMcrIRDpWrz { width:20rem;height:11.375rem;top:60.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQDIcdJAz7AHvlQqozdwCRTaBSRuWes { width:20rem;height:4.875rem;top:73rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSw0N3cXkTaUCvQLCET9UhChuTqhV9f { width:20rem;height:13rem;top:79.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpcT99VZIEJCG8T2IyBbaaNX2RRQbDM { width:20rem;height:1.625rem;top:93.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klik3fwR8cp5eESp4eaMwL3Z7UgaPKS0 { width:20rem;height:3.25rem;top:151.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZarICtBwSizSRxbKHlDNKoUPir9TXcEq { width:20rem;height:3.25rem;top:130.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgoZU5Ar1NFpv5LpS1hkkMqgnb9FKis { width:20rem;height:3.25rem;top:110.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw4B1nQa8etwwFCo5H2Ns5ViuLBFOhvb { width:20rem;height:13rem;top:96.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOfwvL1o0FoPcnrdF64dJmxzBGSthdT { width:20rem;height:3.25rem;top:170rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJLbN0nnwhhhTz85enCoBXm23NfSWzTx { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4SFulDZWoDwmqlZwBgPbwJxwMluhv65 { width:20rem;height:14.625rem;top:115rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy0zwlrcTz0g4CiTQ9yL65bedooyfMD1 { width:20rem;height:14.625rem;top:135.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gweNF9tqXGXcOny65dJawTxlRVdFtRgc { width:20rem;height:13rem;top:155.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7lvewa1slTp8hEEgZocqshptJEQ53L { width:20rem;height:13rem;top:174.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RhbLMAebSN0WGenSFlbWFZSallk87O { width:20rem;height:9.75rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { width:19.875rem;height:13.375rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { width:18.0625rem;height:4.4375rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:17.5625rem;height:8.125rem;top:8.71533203125rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:12.375rem;height:2.875rem;top:17.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { display:flex;width:15.5rem;height:4.180625rem;top:2.9645833969116rem;left:1.875rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
 }@media only screen and (max-width: 763px) { #mkkbo19o0r3TvtV3C2Dk4JysT7ekTDho { width:20rem;height:1.94970625rem;top:21.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:20rem;height:7.19925rem;top:3.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:1.625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:20rem;height:2.4746125rem;top:13.162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { width:20rem;height:1.79980625rem;top:15.57470703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:20rem;height:57.5937375rem;top:17.3125rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:13.375rem;height:13.375rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o { display:block; }#dIbWqK8Tc3SrPe0swzaVcKxlusvQFV2o > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNSqb2k036hK0KT5VIZkqt3WvlyiKqDc { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 { display:block; }#tZiKk6rKi01hmlrXv1EAST9hX8LZaHd4 > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owLeJ0GMSAs4PCRMogULPWT6ITgtN8fz { width:14.0625rem;height:18.875rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZaQC3KEgih1fK1KgByCVAhxVA0uBWza { width:14.125rem;height:18.9375rem;top:21.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEk0wo01Ngo7l8tN6QcDgoqc1UbDGeTg { width:14.125rem;height:18.875rem;top:41.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2h7Om4ryngRO2AlTLn5wQuSDDOTFQaW { width:14.125rem;height:18.875rem;top:61.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:12.1875rem;height:12.1875rem;top:0rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { width:20rem;height:2.4746125rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { width:20rem;height:1.79980625rem;top:14.224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { width:20rem;height:52.19444375rem;top:16.0244140625rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN { display:block; }#sUfnxiH4Qd3TtCk9pf7GL5RaICuJ1GhN > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbS3JbTECNTGc1XDZiBMPnbrdMXKddSn { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GutHTTTMeqoxVszbZM17HZx1TIuH5bKn { display:block; }#GutHTTTMeqoxVszbZM17HZx1TIuH5bKn > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvHc8zFcT2zsghOszN9z0unre47Sz98T { width:14.125rem;height:18.875rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QngSAAShg187TyzSvtenlJAdf27h7AAK { width:14.1875rem;height:18.9375rem;top:21.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7dH1ENobL1KGT8JSLwSNpO8C9NQFald { width:14.125rem;height:18.9375rem;top:41.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP52lR0LtAyuvKhT90tucTrcCMATeU7G { width:14.3125rem;height:19.125rem;top:61.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s { display:block; }#fiELegf0Wd4iBGiCoqfQJ8xtcWyKr48s > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWgrRX7s80UQvatqr1JC5i6sRZV5uzsd { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB { display:block; }#uWbpTBBcpLKHArsnTIcp1STKiHEWyFaB > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoU7uFbR143kB2m3DCqZrx6TiRN7wRn1 { width:19.875rem;height:14.5rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWsReQd86Fikyv80NGrOqJzr9vbuzvTW { width:18.0625rem;height:4.4375rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCE2OInLyV2Pgrn2v83e83OBylVdeham { width:12.375rem;height:2.875rem;top:18.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrwc5EQkW2bgfSThcEcv6vxF7SAF8zT6 { display:block; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .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; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL { display:flex;width:15.5rem;height:4.180625rem;top:2.9645833969116rem;left:1.875rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #g38p5S1HcAq6b2ndPpylizsOhJW0pMcC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #CUQO8NU5w6N5N4U2pLAmMFTf4XRNWKTW {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #h9zODUyZkWAJ2oufHAsiUqezxOw7xiLo {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #TxgBkbgUeP2p9TaeGpo4Loocbe67A7qt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #SXvCr0NMHzkWSfVoaWteguWa0F4SAnkG {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #A42lw3aNPmM7hHIH5lgWrqORItSRXKz3 {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #WJP76KrGecSP2fkEOTc3Vz6dvecvCUhb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #Unu4KpKErfvvG031vqkKoyOSn68WnPAM {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #yhgsRzMBLQqz2B4xbPtLVMTOlvkm3RE8 {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #Dorz0TadVATvqQhDE0z1thtA0nsL6B7O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #yLlOJWkyinfg5WJP5ZxXXdrwXzJqeWt6 {  }
 }@media only screen and (max-width: 763px) { #GF82E5A5IyJbHdpWonKXSeTzkpQNXwoL #JA0zJXl2vErxUDXUr5PkcgXezlspQK5A {  }
 }@media only screen and (max-width: 763px) { #kPrxMkleaBagHRSvFLihboExKq87ApR9 { width:20rem;height:1.94970625rem;top:22.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTlp36uXe7nThtkyJtMfUz24BtbSXrn7 { width:20rem;height:9.3432625rem;top:8.48974609375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }