.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { border-width: 0; border-radius: 0; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container {  }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#bCsV6NIdqs3Cvfr6Um5Dq2xGMThP59d0 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;height:5.99921875rem;width:12.5rem;top:0rem;left:23.75rem;display:block; }
#ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { color:#000000;display:block;width:38.3105625rem;position:absolute;font-family:lato;font-size:4.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem #fff5e8;top:10rem;left:10rem;height:6.25625rem;text-align:center;text-align-last:center;display:block; }
#w5PivpHPkrkIZUcW4IQQOab4TGH1g6ay { color:#fd8f00;display:block;width:27.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.68603515625rem;left:16.28125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9D0Xg2zuwxB9KVXiSMX8yRsqHTxCXpF { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #f4f4f4;border-left:0.1875rem solid #f4f4f4;border-right:0.1875rem solid #f4f4f4;border-bottom:0.1875rem solid #f4f4f4;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #fff5e8 ;height:14.375rem;width:9.9375rem;top:5.125rem;left:49.5rem;display:block; }
#QhUCTLSGp2eJQFdg1dZcFOdiIdirekf8 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.1875rem solid #f4f4f4;border-left:0.1875rem solid #f4f4f4;border-right:0.1875rem solid #f4f4f4;border-bottom:0.1875rem solid #f4f4f4;border-top-left-radius:0rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #fff5e8 ;height:13.9355625rem;width:9.7485625rem;top:12.840087890625rem;left:0rem;display:block; }
#GsAqAVD6spcrQK5SNaVLQv1HD0GbT8xg { position:absolute;display:block;z-index:15001;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.93725rem;width:6.93725rem;top:10rem;left:47.5rem;display:block; }
#ETOLxwcpkVsiWcmthciFFIR43gQ97fTb { position:absolute;display:block;z-index:15017;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.9360625rem;width:6.9360625rem;top:13.9375rem;left:4.5625rem;display:block; }
#WekqV35P4lA2qggoze7JXni9RuepZ4oh { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.1875rem solid #f4f4f4;border-left:0.1875rem solid #f4f4f4;border-right:0.1875rem solid #f4f4f4;border-bottom:0.1875rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.5rem;width:2.5rem;top:32.3125rem;left:11.3125rem;display:block; }
#lHcgTGQ97n3r4FiDxFmQcS5ywkhJPR6S { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.1875rem solid #f8f8f8;border-left:0.1875rem solid #f8f8f8;border-right:0.1875rem solid #f8f8f8;border-bottom:0.1875rem solid #f8f8f8;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:30.997314453125rem;left:56.0625rem;display:block; }
#suz31KOnBhEDT2IRqgz3ZU3Q2XuDeC7l { position:absolute;display:block;z-index:15014;background-color:#ff7103;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.6245125rem;width:2.6245125rem;top:25.772705078125rem;left:53.25rem;display:block; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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.72375rem;padding-right:0.635625rem;padding-bottom:0.72375rem;padding-left:0.635625rem;display:block;align-items:center;width:3.8125rem;min-width:3.8125rem;height:3.89rem;position:relative;font-family:"open sans";font-size:2.894375rem;font-weight:700;line-height:62.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.083125rem;height:1.5375rem;position:relative;font-family:"open sans";font-size:1.085rem;font-weight:400;line-height:24.6px;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; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA { 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;display:flex;justify-content:space-between;width:24.3125rem;height:7.3275rem;padding-top:0.905rem;padding-right:0.9075rem;padding-bottom:0.905rem;padding-left:0.9075rem;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:21.93701171875rem;left:15.5625rem;z-index:15019; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #FeX6BItK5WphdRdnxrO9DBPHXqImAORQ { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TKLrKlVtugocRmvtOmH8wIG49b3ifKsI { width:auto; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #gtpSH0GOG9syeI6JcsN3I4suJWHH1NQ2 {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #i10NxU4pgr0KEgoZVXts6Ov6yTRdvake { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #HvM9t03ktDFuF7RGQNrNTLVCB5c8U1OG {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #tUd2kJPMChPEbDNLW0gbFPtOd9JRWMWu {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #ZsiqhCmtEwgtoJHIfTRH0TR3dipb9VVJ { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WyoKATxLfLTCaNJT3dXkcWIDL7woWf3S {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #lSfszZRc49Uv47vwi9RkqENp2ZztMPiN {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TeWTc0ATs3g8MhfFMm0At9XUXvwgEvDz { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #DildivzBhW27XArozEdc01POl5Pedy5u {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WBI7FBsyHFJuCyRT4wKBBJgLZt5unK1b {  }
#TZhMT0NV7PzW3u9We4hUDaJ72fNI2xrM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:0.625rem;left:27.5rem;overflow:hidden;display:block; }
#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { background-color: transparent; background-image: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .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); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { border-width: 0; border-radius: 0; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container {  }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#T0va2fMazPXXA0CEQncvF5yXpxNTRZKG { position:absolute;display:block;z-index:15000;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:60rem;top:0rem;left:0rem;display:block; }
#sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { color:#2c3f51;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:4.14375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SbkTREIDLwokPnCXCIlAoWwiFFKOS2xb { color:#2c3f51;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { background-color: transparent; background-image: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container > .video-iframe-container { display: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container { display: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .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); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { border-width: 0; border-radius: 0; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container {  }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:60rem;position:relative;display:block; }#Dcu7RdwCVUUEzHgDOGJzpB7DNHUV0RWv { position:absolute;display:block;z-index:15000;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.18675rem;width:14.9365rem;top:5.1875rem;left:3.5625rem;display:block; }
#BzUlpn2zKvu66WmO7S08kAyVskyFSN00 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.1875rem solid #ff7103;border-left:0.1875rem solid #ff7103;border-right:0.1875rem solid #ff7103;border-bottom:0.1875rem solid #ff7103;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0rem;height:10.184375rem;width:14.934375rem;top:2.2171878814698rem;left:7.3453140258787rem;display:block; }
#dabQoPhENG7n7fb5bICvAJaDks0WIWTt { color:#2a2a2a;display:block;width:22.9984375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.5007820129394rem;height:22.1rem;text-align:left;text-align-last:left;display:block; }
#dcTr4OX8GUmfZceQCDVuc5NzkpvhZ2wT { color:#2a2a2a;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:6.15625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FP2vJdHG6GfTN0wfKg2CFIoTMsTzi9sb { color:#2a2a2a;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:52.899218559265rem;left:8.28125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#t0yAzVW41lKVE7fPuTJxggKHTigiToBg { color:#2a2a2a;display:block;width:22.9984375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.6875rem;left:33.500782012939rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#ORkCizsoX0ECMtldTUr2Axxdhqhw76gQ { color:#2a2a2a;display:block;width:25.8109375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5625rem;left:32.094532012939rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#sRmreROCFTxSc7zPGHCBCC4onqJUdr6E { position:absolute;display:block;z-index:14998;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.12425rem;width:10.1875rem;top:1.2492179870606rem;left:43.250003814698rem;display:block; }
#DTAwdTcTDuEN01vtByLL1avQhcC3liBp { position:absolute;display:block;z-index:15007;background-color:#2c3f51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.625rem;width:6.6875rem;top:1.25rem;left:2.5625rem;display:block; }
#aH9nmkDiQOwUvszZc4VO5uhqS4ZRgV2D { position:absolute;display:block;z-index:15023;background-color:#bca3dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12421875rem;width:22.8125rem;top:52.250782012939rem;left:3.59375rem;display:block; }
#JsAyosaHdtE1CVUUfF0bKZ21FAOzGJbd { color:#ff0000;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.0625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#Jf4pJiTqax4MM66f31TfsdLultl9TSDT { background-color:#fd8f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:56.125003814698rem;left:7.28125rem;display:block; }
#vXvzkv5PcAv45MdHeqzpHoRT8o2227tt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mVtr7TliBLPPT0yaKrEhVS7ECIwnNyX5 { background-color:#fd8f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:56.125rem;left:37.28125rem;display:block; }
#SMeeLvR88dpVqZUGPazTkNn2d66FupT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXl5tLehtCf4tHUEeOyTXPGcpq2zBO97 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.0625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#wOlBb29XSd9OhS1lFeIFVf7igFMHZVeF { position:absolute;display:block;z-index:15011;background-color:#2c3f51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.875rem;width:6.9375rem;top:1.1875rem;left:32.75rem;display:block; }
#bsrATkCRNUGEPq6Egn1iiTSr02aGqrQM { color:#ff0000;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:2.875rem;left:33.375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#h0CAxQk3Q2MscSM8gw0PAz04R7OvaJuh { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.8125rem;left:33.375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#S9E0Ll5qdHrZhwxMLbCmyPBM5PRDJ8Z7 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#xUu866SLx6HDhpocmXGVMwiPQ7dDHDdw { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:19.1875rem;left:4.90625rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#pLF0iTylRSCDflgEhGidKNtba8nQibCr { position:absolute;display:block;z-index:15025;background-color:#bca3dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12421875rem;width:22.8125rem;top:52.250782012939rem;left:33.593753814698rem;display:block; }
#JrJZs6aCNDeqPMuO9EHmZDfT8yRi3mgJ { color:#2a2a2a;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:52.899218559265rem;left:38.437503814698rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TltPOAcFG1IvMAHdlzdBF7XK6EWSTHKq { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:19.1875rem;left:34.718753814698rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#pUKgzJED7topOMQh7FdzU7LpKTRC5osg { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2f2f2f;border-left:0.125rem solid #2f2f2f;border-right:0.125rem solid #2f2f2f;border-bottom:0.125rem solid #2f2f2f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:60.5625rem;width:28.125rem;top:0rem;left:0.8125rem;display:block; }
#M7QTvXDbP6gTIgbv4J1DNVXgn3mPk0sV { position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2f2f2f;border-left:0.125rem solid #2f2f2f;border-right:0.125rem solid #2f2f2f;border-bottom:0.125rem solid #2f2f2f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:60.5rem;width:28.125rem;top:0rem;left:30.812503814698rem;display:block; }
#wiXFSxnx6ebaJPNcZRy2EBns6DSIvHon { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:0rem;left:30.625003814698rem;overflow:hidden;display:block; }
#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container { background-color: transparent; background-image: none; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container > .video-iframe-container { display: none; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row > .video-iframe-container { display: none; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .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); }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container { border-width: 0; border-radius: 0; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row > .video-iframe-container {  }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container { font-size:0.875rem;font-family:arial;height:70.0625rem;width:60rem;position:relative;display:block; }#Ty3A4xD976PbTBnd24EbLqcoLqWBxPRk { position:absolute;display:block;z-index:14993;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1855625rem;width:14.9350625rem;top:2.0625rem;left:33.8125rem;display:block; }
#JKu2zKzMl7xQVrw0LTnIzLJUGLclp2vI { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.1875rem solid #ff7103;border-left:0.1875rem solid #ff7103;border-right:0.1875rem solid #ff7103;border-bottom:0.1875rem solid #ff7103;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;height:10.1855625rem;width:14.9353125rem;top:3.6875rem;left:37.3125rem;display:block; }
#r9SuooeUTVxE7R79Wi7hZyWbN8fMuZeu { color:#2a2a2a;display:block;width:22.9984375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.750000953674rem;left:3.5007820129394rem;height:31.76875rem;text-align:left;text-align-last:left;display:block; }
#Fb0ZxZ4JFvLG9O4RfAoJp4a0CTVOWQSC { color:#2a2a2a;display:block;width:18rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.1875rem;left:6rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#g97Tdup8PibFlRPrXm6niGwp1dWZHzLk { color:#2a2a2a;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:60.999998092651rem;left:8.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XMkyNyGgTQ16D1pMlFv5NEo0sFqIRy8q { color:#2a2a2a;display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:33.375003814698rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#S4kkUMCm9DTI7SAU1kC8BUARcNvo1q7P { color:#2a2a2a;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:60.999998092651rem;left:38.093753814698rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#s8ewSzMAGsW7thM8xgSsVJDqIq1OtOH0 { color:#2a2a2a;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:37.968753814698rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zLo8xsHqhPeqWvoAZc18nTVMuvPW8x7v { position:absolute;display:block;z-index:15010;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:29.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.1235625rem;width:10.1855625rem;top:2.0625rem;left:4.625rem;display:block; }
#eT0lVVZPGnFrIP0w1E8t84m2sd4bwVIC { position:absolute;display:block;z-index:15024;background-color:#bca3dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:22.8125rem;top:60.25rem;left:33.625rem;display:block; }
#BT73CiZp2Sbz8OrTQ59WoPehyruzmLEI { position:absolute;display:block;z-index:15023;background-color:#bca3dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12421875rem;width:22.8125rem;top:60.25rem;left:3.625rem;display:block; }
#Us1UdRPlkesBPEVWy9p3M0bx7xMyOXFT { background-color:#fd8f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.5625rem;left:7.3125rem;display:block; }
#RwIrLhB9T9ovXeyNkyEJKAerhMpHNugX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6sgoavkdVLmX3ZlZ5MTq7y5JNvc4WuN { background-color:#fd8f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.5rem;left:37.3125rem;display:block; }
#UABT2cgqAR3hrkeXP8DeT9DIdENEzSrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLcdIGLpmt7xTSe3cVfbGL1mQqvg61pP { position:absolute;display:block;z-index:15015;background-color:#2c3f51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.8125rem;width:6.875rem;top:2.0625rem;left:1.8125rem;display:block; }
#PJkCpifywGxgJMq19Ly3XFMeJGbKoOCL { color:#ff0000;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#dtsWNyZGRgxIwqTNRIGASiuXnsOVAaZu { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.5625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#HkBlcEFKski2DF0D9nfbST9iyTXXIJsb { position:absolute;display:block;z-index:15019;background-color:#2c3f51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.625rem;width:6.6875rem;top:3.3125rem;left:51.1875rem;display:block; }
#sLm194mBxADtwrkiQsHoRZUAHnxrd3VZ { color:#ff0000;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:4.8125rem;left:51.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#WzuUTJyoniAlbGAJeu0fn5DC1LQemSrM { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:6.75rem;left:51.6875rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#HizVfkOAAqJXGFiQ1lGbRkkuZV30GIsc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:0.90390777587888rem;left:0.625rem;overflow:hidden;display:block; }
#s3wfosryhoeFmtdJ5ON2TSVUTOaJhLtZ { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:0.90468788146975rem;left:30.625003814698rem;overflow:hidden;display:block; }
#o9i53Su4qH7n8TveXIRUlQy3uKF1tSom { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:21.8125rem;left:38.750003814698rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#T4quIAVCalnBPKFpydv30BypDiduiJGx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:21.8125rem;left:8.75rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#ZIRmAHHs6pqt6WJ55PMtsTQh6EJtB6B3 { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2f2f2f;border-left:0.125rem solid #2f2f2f;border-right:0.125rem solid #2f2f2f;border-bottom:0.125rem solid #2f2f2f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:67.5rem;width:28.125rem;top:0.90234375rem;left:30.812503814698rem;display:block; }
#zIb2DV3qHT1nzqRo0iGvGsdt9Up6DlUJ { position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2f2f2f;border-left:0.125rem solid #2f2f2f;border-right:0.125rem solid #2f2f2f;border-bottom:0.125rem solid #2f2f2f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:67.5rem;width:28.125rem;top:0.84375rem;left:0.8125rem;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container {  }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:70.0625rem;width:60rem;position:relative;display:block; }#q6m5lThtTsoFzhq4uZrVo1lpI4Bk8y3I { color:#2a2a2a;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:58.4375rem;left:24.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RliGLV4RfpAFbE53TBCmt8TbPfHbkbO2 { position:absolute;display:block;z-index:15032;background-color:#bca3dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12421875rem;width:22.8125rem;top:57.6875rem;left:18.625rem;display:block; }
#dkDHoTP1gmXVTx89dTe12FmhGAcl7Z5s { background-color:#fd8f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0609375rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:61.0625rem;left:22.5rem;display:block; }
#lO7asgSeFXky7xghBToHTxrBDub0cx0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlI3JgU4TBiGS6mvHJX9lx3TGgc26uTr { position:absolute;display:block;z-index:15000;background-color:#ff7103;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.0625rem;width:19.1875rem;top:2.75rem;left:20.375rem;display:block; }
#hTKuwRasHlcuP6TnTAFbWia1Cmvtwa5B { position:absolute;display:block;z-index:15023;background-color:#2c3f51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.3125rem;width:8.375rem;top:2.75rem;left:41.1875rem;display:block; }
#hr3uQ7CidC3tqBSX6yvBRiKkDBoKPG6a { color:#ff0000;display:block;width:7.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:4.875rem;left:41.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#DNdOIQgK3cK9HJlxKTyoQTAtin6G6DsZ { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:6.8125rem;left:42.0625rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#dA4tW13UCZeVCGAhlWAGJzvDBTR7gRNP { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:41.6875rem;top:0rem;left:9.15625rem;overflow:hidden;display:block; }
#tgH7w4B825uqzXTJlpaVOhg43cBLSNlT { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:24.9375rem;left:19rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#QtwkfAQv7qlrq9vSx4fk539iGhnTM5ov { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:23.3125rem;left:23.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yFTeItlcZm4ft7CtMBay0QlIAoXFZouy { color:#000000;display:block;width:22rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:30.424999713897rem;left:19rem;height:24.7rem;display:block; }
#GZKhgbu3cTb7DVXut2xvOAHDLc9REBBm { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2f2f2f;border-left:0.125rem solid #2f2f2f;border-right:0.125rem solid #2f2f2f;border-bottom:0.125rem solid #2f2f2f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:66.625rem;width:42.125rem;top:0.75000095367431rem;left:8.8125rem;display:block; }
#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container { background-color: transparent; background-image: none; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container > .video-iframe-container { display: none; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row > .video-iframe-container { display: none; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .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); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container { border-width: 0; border-radius: 0; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row > .video-iframe-container {  }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#UOeD6uGgtFlpbifEOnVTK1eISfbPnnct { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5625rem;left:18.4375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKNMO2PRR8OsT1pPT0oVQNhuTP3hww4u { color:#f5f5f5;display:block;width:45.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.25rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#MsoLTzWXM9PabsN3g4UFQbZyUneRl5La { color:#f5f5f5;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.1875rem;left:16.125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#lCbTpfp3TezMcabTHvCluzbzEyoU4izo { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:3.125rem;top:12.811721801757rem;left:28.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCsV6NIdqs3Cvfr6Um5Dq2xGMThP59d0 { top:0rem;left:17.625rem;width:12.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { top:10rem;left:3.875rem;width:38.25rem;height:6.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5PivpHPkrkIZUcW4IQQOab4TGH1g6ay { top:17.625rem;left:10.15625rem;width:27.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9D0Xg2zuwxB9KVXiSMX8yRsqHTxCXpF { top:5.125rem;left:37.5rem;width:9.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhUCTLSGp2eJQFdg1dZcFOdiIdirekf8 { top:12.8125rem;left:0rem;width:9.6875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsAqAVD6spcrQK5SNaVLQv1HD0GbT8xg { top:10rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOLxwcpkVsiWcmthciFFIR43gQ97fTb { top:13.9375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WekqV35P4lA2qggoze7JXni9RuepZ4oh { top:32.3125rem;left:5.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcgTGQ97n3r4FiDxFmQcS5ywkhJPR6S { top:30.9375rem;left:45.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suz31KOnBhEDT2IRqgz3ZU3Q2XuDeC7l { top:25.75rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA { display:flex;width:18rem;height:5.0625rem;top:20.8125rem;left:12.201042175293rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #FeX6BItK5WphdRdnxrO9DBPHXqImAORQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TKLrKlVtugocRmvtOmH8wIG49b3ifKsI {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #gtpSH0GOG9syeI6JcsN3I4suJWHH1NQ2 {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #i10NxU4pgr0KEgoZVXts6Ov6yTRdvake { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #HvM9t03ktDFuF7RGQNrNTLVCB5c8U1OG {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #tUd2kJPMChPEbDNLW0gbFPtOd9JRWMWu {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #ZsiqhCmtEwgtoJHIfTRH0TR3dipb9VVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WyoKATxLfLTCaNJT3dXkcWIDL7woWf3S {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #lSfszZRc49Uv47vwi9RkqENp2ZztMPiN {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TeWTc0ATs3g8MhfFMm0At9XUXvwgEvDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #DildivzBhW27XArozEdc01POl5Pedy5u {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WBI7FBsyHFJuCyRT4wKBBJgLZt5unK1b {  }
 }@media only screen and (max-width: 763px) { #TZhMT0NV7PzW3u9We4hUDaJ72fNI2xrM { top:0.625rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0va2fMazPXXA0CEQncvF5yXpxNTRZKG { top:0rem;left:0rem;width:47.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { top:4.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbkTREIDLwokPnCXCIlAoWwiFFKOS2xb { top:10rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dcu7RdwCVUUEzHgDOGJzpB7DNHUV0RWv { top:5.1875rem;left:0.5rem;width:14.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzUlpn2zKvu66WmO7S08kAyVskyFSN00 { top:2.1875rem;left:4.2828140258789rem;width:14.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabQoPhENG7n7fb5bICvAJaDks0WIWTt { top:24.6875rem;left:0.43828201293945rem;width:22.9375rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcTr4OX8GUmfZceQCDVuc5NzkpvhZ2wT { top:17.5625rem;left:3.09375rem;width:17.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP2vJdHG6GfTN0wfKg2CFIoTMsTzi9sb { top:52.875rem;left:5.21875rem;width:13.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0yAzVW41lKVE7fPuTJxggKHTigiToBg { top:24.6875rem;left:24.313282012939rem;width:22.9375rem;height:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORkCizsoX0ECMtldTUr2Axxdhqhw76gQ { top:17.5625rem;left:22rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmreROCFTxSc7zPGHCBCC4onqJUdr6E { top:1.1875rem;left:34.062503814698rem;width:10.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAwdTcTDuEN01vtByLL1avQhcC3liBp { top:1.25rem;left:0rem;width:6.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9nmkDiQOwUvszZc4VO5uhqS4ZRgV2D { top:52.25rem;left:0.53125rem;width:22.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsAyosaHdtE1CVUUfF0bKZ21FAOzGJbd { top:2.75rem;left:0rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf4pJiTqax4MM66f31TfsdLultl9TSDT { width:15.4375rem;height:3.4375rem;top:56.125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXvzkv5PcAv45MdHeqzpHoRT8o2227tt { display:block; }
 }@media only screen and (max-width: 763px) { #mVtr7TliBLPPT0yaKrEhVS7ECIwnNyX5 { width:15.4375rem;height:3.4375rem;top:56.125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMeeLvR88dpVqZUGPazTkNn2d66FupT8 { display:block; }
 }@media only screen and (max-width: 763px) { #NXl5tLehtCf4tHUEeOyTXPGcpq2zBO97 { top:4.6875rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlBb29XSd9OhS1lFeIFVf7igFMHZVeF { top:1.1875rem;left:23.875rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsrATkCRNUGEPq6Egn1iiTSr02aGqrQM { top:2.875rem;left:24.187503814698rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0CAxQk3Q2MscSM8gw0PAz04R7OvaJuh { top:4.8125rem;left:24.1875rem;width:5.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9E0Ll5qdHrZhwxMLbCmyPBM5PRDJ8Z7 { top:0rem;left:0rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUu866SLx6HDhpocmXGVMwiPQ7dDHDdw { top:19.1875rem;left:1.84375rem;width:20.1875rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLF0iTylRSCDflgEhGidKNtba8nQibCr { top:52.25rem;left:24.406253814698rem;width:22.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJZs6aCNDeqPMuO9EHmZDfT8yRi3mgJ { top:52.875rem;left:29.250003814698rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TltPOAcFG1IvMAHdlzdBF7XK6EWSTHKq { top:19.1875rem;left:25.531253814698rem;width:20.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKgzJED7topOMQh7FdzU7LpKTRC5osg { top:0rem;left:0rem;width:28.125rem;height:60.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QTvXDbP6gTIgbv4J1DNVXgn3mPk0sV { top:0rem;left:19.375rem;width:28.125rem;height:60.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiXFSxnx6ebaJPNcZRy2EBns6DSIvHon { top:0rem;left:19rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R { display:block; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty3A4xD976PbTBnd24EbLqcoLqWBxPRk { top:2.0625rem;left:24.625rem;width:14.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKu2zKzMl7xQVrw0LTnIzLJUGLclp2vI { top:3.6875rem;left:28.125rem;width:14.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SuooeUTVxE7R79Wi7hZyWbN8fMuZeu { top:27.75rem;left:0.43828201293945rem;width:22.9375rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb0ZxZ4JFvLG9O4RfAoJp4a0CTVOWQSC { top:20.1875rem;left:2.9375rem;width:18rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g97Tdup8PibFlRPrXm6niGwp1dWZHzLk { top:61rem;left:5.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMkyNyGgTQ16D1pMlFv5NEo0sFqIRy8q { top:27.75rem;left:24.187503814698rem;width:23.25rem;height:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4kkUMCm9DTI7SAU1kC8BUARcNvo1q7P { top:61rem;left:28.906253814698rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ewSzMAGsW7thM8xgSsVJDqIq1OtOH0 { top:20.1875rem;left:28.781253814698rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLo8xsHqhPeqWvoAZc18nTVMuvPW8x7v { top:2.0625rem;left:1.5625rem;width:10.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0lVVZPGnFrIP0w1E8t84m2sd4bwVIC { top:60.25rem;left:24.4375rem;width:22.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT73CiZp2Sbz8OrTQ59WoPehyruzmLEI { top:60.25rem;left:0.5625rem;width:22.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1UdRPlkesBPEVWy9p3M0bx7xMyOXFT { width:15.4375rem;height:3.4375rem;top:63.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIrLhB9T9ovXeyNkyEJKAerhMpHNugX { display:block; }
 }@media only screen and (max-width: 763px) { #V6sgoavkdVLmX3ZlZ5MTq7y5JNvc4WuN { width:15.4375rem;height:3.4375rem;top:63.5rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UABT2cgqAR3hrkeXP8DeT9DIdENEzSrs { display:block; }
 }@media only screen and (max-width: 763px) { #kLcdIGLpmt7xTSe3cVfbGL1mQqvg61pP { top:2.0625rem;left:0rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkCpifywGxgJMq19Ly3XFMeJGbKoOCL { top:3.5625rem;left:0rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtsWNyZGRgxIwqTNRIGASiuXnsOVAaZu { top:5.5625rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkBlcEFKski2DF0D9nfbST9iyTXXIJsb { top:3.3125rem;left:41.0625rem;width:6.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLm194mBxADtwrkiQsHoRZUAHnxrd3VZ { top:4.8125rem;left:42.0625rem;width:5.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzuUTJyoniAlbGAJeu0fn5DC1LQemSrM { top:6.75rem;left:42.0625rem;width:5.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HizVfkOAAqJXGFiQ1lGbRkkuZV30GIsc { top:0.875rem;left:0rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wfosryhoeFmtdJ5ON2TSVUTOaJhLtZ { top:0.875rem;left:19rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9i53Su4qH7n8TveXIRUlQy3uKF1tSom { top:21.8125rem;left:29.562503814698rem;width:12.5rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4quIAVCalnBPKFpydv30BypDiduiJGx { top:21.8125rem;left:5.6875rem;width:12.5rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRmAHHs6pqt6WJ55PMtsTQh6EJtB6B3 { top:0.875rem;left:19.375rem;width:28.125rem;height:67.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIb2DV3qHT1nzqRo0iGvGsdt9Up6DlUJ { top:0.8125rem;left:0rem;width:28.125rem;height:67.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6m5lThtTsoFzhq4uZrVo1lpI4Bk8y3I { top:58.4375rem;left:18.0625rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RliGLV4RfpAFbE53TBCmt8TbPfHbkbO2 { top:57.6875rem;left:12.5rem;width:22.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkDHoTP1gmXVTx89dTe12FmhGAcl7Z5s { width:15rem;height:3.75rem;top:61.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7asgSeFXky7xghBToHTxrBDub0cx0x { display:block; }
 }@media only screen and (max-width: 763px) { #MlI3JgU4TBiGS6mvHJX9lx3TGgc26uTr { top:2.75rem;left:14.25rem;width:19.1875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKuwRasHlcuP6TnTAFbWia1Cmvtwa5B { top:2.75rem;left:35.0625rem;width:8.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr3uQ7CidC3tqBSX6yvBRiKkDBoKPG6a { top:4.875rem;left:35.625003814698rem;width:7.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdOIQgK3cK9HJlxKTyoQTAtin6G6DsZ { top:6.8125rem;left:35.9375rem;width:6.8125rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA4tW13UCZeVCGAhlWAGJzvDBTR7gRNP { top:0rem;left:3.03125rem;width:41.6875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgH7w4B825uqzXTJlpaVOhg43cBLSNlT { top:24.9375rem;left:12.875rem;width:22.1875rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwkfAQv7qlrq9vSx4fk539iGhnTM5ov { top:23.3125rem;left:17.75rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFTeItlcZm4ft7CtMBay0QlIAoXFZouy { top:30.375rem;left:12.875rem;width:22rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZKhgbu3cTb7DVXut2xvOAHDLc9REBBm { top:0.75rem;left:2.6875rem;width:42.125rem;height:66.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trrbuiidskQn5Vb8bEb7uB2nmxGApey7 { display:block; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOeD6uGgtFlpbifEOnVTK1eISfbPnnct { top:18.5625rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNMO2PRR8OsT1pPT0oVQNhuTP3hww4u { top:3.8125rem;left:1.125rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsoLTzWXM9PabsN3g4UFQbZyUneRl5La { top:9.1875rem;left:10rem;width:27.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbTpfp3TezMcabTHvCluzbzEyoU4izo { top:12.75rem;left:22.3125rem;width:3.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCsV6NIdqs3Cvfr6Um5Dq2xGMThP59d0 { width:12.5rem;height:5.9375rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { width:19.375rem;height:8.25rem;top:12.4375rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w5PivpHPkrkIZUcW4IQQOab4TGH1g6ay { width:20rem;height:2.925rem;top:22.69970703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9D0Xg2zuwxB9KVXiSMX8yRsqHTxCXpF { width:4rem;height:2.8125rem;top:37.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhUCTLSGp2eJQFdg1dZcFOdiIdirekf8 { width:3.625rem;height:5.3125rem;top:4.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsAqAVD6spcrQK5SNaVLQv1HD0GbT8xg { width:3.875rem;height:3.875rem;top:36.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOLxwcpkVsiWcmthciFFIR43gQ97fTb { width:2.5rem;height:2.5rem;top:8.3125rem;left:2.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #WekqV35P4lA2qggoze7JXni9RuepZ4oh { width:2.5rem;height:2.5rem;top:35.3125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcgTGQ97n3r4FiDxFmQcS5ywkhJPR6S { width:1.5625rem;height:1.5625rem;top:5.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suz31KOnBhEDT2IRqgz3ZU3Q2XuDeC7l { width:2.5625rem;height:2.5625rem;top:36.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .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; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA { display:flex;width:18rem;height:5.0625rem;top:27.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #FeX6BItK5WphdRdnxrO9DBPHXqImAORQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TKLrKlVtugocRmvtOmH8wIG49b3ifKsI {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #gtpSH0GOG9syeI6JcsN3I4suJWHH1NQ2 {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #i10NxU4pgr0KEgoZVXts6Ov6yTRdvake { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #HvM9t03ktDFuF7RGQNrNTLVCB5c8U1OG {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #tUd2kJPMChPEbDNLW0gbFPtOd9JRWMWu {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #ZsiqhCmtEwgtoJHIfTRH0TR3dipb9VVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WyoKATxLfLTCaNJT3dXkcWIDL7woWf3S {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #lSfszZRc49Uv47vwi9RkqENp2ZztMPiN {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TeWTc0ATs3g8MhfFMm0At9XUXvwgEvDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #DildivzBhW27XArozEdc01POl5Pedy5u {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WBI7FBsyHFJuCyRT4wKBBJgLZt5unK1b {  }
 }@media only screen and (max-width: 763px) { #TZhMT0NV7PzW3u9We4hUDaJ72fNI2xrM { width:5rem;height:5rem;top:0.46875rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0va2fMazPXXA0CEQncvF5yXpxNTRZKG { width:20rem;height:1.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { width:20rem;height:5.2rem;top:2.400390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbkTREIDLwokPnCXCIlAoWwiFFKOS2xb { width:20rem;height:1.4625rem;top:9.974609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:20rem;height:126.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dcu7RdwCVUUEzHgDOGJzpB7DNHUV0RWv { width:13.25rem;height:9rem;top:4.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzUlpn2zKvu66WmO7S08kAyVskyFSN00 { width:13rem;height:8.8125rem;top:3rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabQoPhENG7n7fb5bICvAJaDks0WIWTt { width:18.125rem;height:23.48125rem;top:24.393749237061rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dcTr4OX8GUmfZceQCDVuc5NzkpvhZ2wT { width:17.5610625rem;height:1.86875rem;top:17.34521484375rem;left:1.21923828125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP2vJdHG6GfTN0wfKg2CFIoTMsTzi9sb { width:15.625rem;height:1.38125rem;top:48.57958984375rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0yAzVW41lKVE7fPuTJxggKHTigiToBg { width:18.125rem;height:33.15rem;top:80.916408538819rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ORkCizsoX0ECMtldTUr2Axxdhqhw76gQ { width:20rem;height:1.86875rem;top:74.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmreROCFTxSc7zPGHCBCC4onqJUdr6E { width:10.1875rem;height:7.125rem;top:61.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAwdTcTDuEN01vtByLL1avQhcC3liBp { width:6.125rem;height:6.1875rem;top:1.6875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9nmkDiQOwUvszZc4VO5uhqS4ZRgV2D { width:17.5rem;height:0.0625rem;top:47.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsAyosaHdtE1CVUUfF0bKZ21FAOzGJbd { width:5.4375rem;height:1.95rem;top:3rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf4pJiTqax4MM66f31TfsdLultl9TSDT { width:15.4375rem;height:3.4375rem;top:51.1875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXvzkv5PcAv45MdHeqzpHoRT8o2227tt { display:block; }
 }@media only screen and (max-width: 763px) { #mVtr7TliBLPPT0yaKrEhVS7ECIwnNyX5 { width:15.4375rem;height:3.4375rem;top:120.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMeeLvR88dpVqZUGPazTkNn2d66FupT8 { display:block; }
 }@media only screen and (max-width: 763px) { #NXl5tLehtCf4tHUEeOyTXPGcpq2zBO97 { width:5.6875rem;height:1.95rem;top:4.9375rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOlBb29XSd9OhS1lFeIFVf7igFMHZVeF { width:6.6875rem;height:6.625rem;top:58.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsrATkCRNUGEPq6Egn1iiTSr02aGqrQM { width:5.6875rem;height:1.95rem;top:59.75rem;left:11.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0CAxQk3Q2MscSM8gw0PAz04R7OvaJuh { width:5.6875rem;height:1.95rem;top:61.6875rem;left:11.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9E0Ll5qdHrZhwxMLbCmyPBM5PRDJ8Z7 { width:20rem;height:11.1875rem;top:6.1578199169304rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUu866SLx6HDhpocmXGVMwiPQ7dDHDdw { width:20rem;height:3.25rem;top:19.40087890625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLF0iTylRSCDflgEhGidKNtba8nQibCr { width:17.375rem;height:0.125rem;top:116.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJZs6aCNDeqPMuO9EHmZDfT8yRi3mgJ { width:15.625rem;height:1.38125rem;top:117.50000762939rem;left:2.1875001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TltPOAcFG1IvMAHdlzdBF7XK6EWSTHKq { width:20rem;height:3.25rem;top:76.25rem;left:0.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUKgzJED7topOMQh7FdzU7LpKTRC5osg { width:19.75rem;height:56.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QTvXDbP6gTIgbv4J1DNVXgn3mPk0sV { width:19.75rem;height:68.375rem;top:57.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiXFSxnx6ebaJPNcZRy2EBns6DSIvHon { width:20rem;height:11.1875rem;top:62.370447019867rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R { display:block; }#tBG6RhkrmU9KLOT9XW5csX6I4peuaL6R > .row .container { width:20rem;height:146.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty3A4xD976PbTBnd24EbLqcoLqWBxPRk { width:13.5625rem;height:7.8125rem;top:81.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKu2zKzMl7xQVrw0LTnIzLJUGLclp2vI { width:11.9375rem;height:8.0625rem;top:82.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SuooeUTVxE7R79Wi7hZyWbN8fMuZeu { width:18.125rem;height:38.675rem;top:25.660938262939rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fb0ZxZ4JFvLG9O4RfAoJp4a0CTVOWQSC { width:20rem;height:1.86875rem;top:19.29345703125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g97Tdup8PibFlRPrXm6niGwp1dWZHzLk { width:17.2485625rem;height:1.38125rem;top:67.8125rem;left:1.37548828125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMkyNyGgTQ16D1pMlFv5NEo0sFqIRy8q { width:18.125rem;height:29.00625rem;top:104.5rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S4kkUMCm9DTI7SAU1kC8BUARcNvo1q7P { width:15.625rem;height:1.38125rem;top:135.9375rem;left:2.1875001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8ewSzMAGsW7thM8xgSsVJDqIq1OtOH0 { width:20rem;height:1.86875rem;top:97.6875rem;left:-0.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLo8xsHqhPeqWvoAZc18nTVMuvPW8x7v { width:10.125rem;height:9.375rem;top:3.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0lVVZPGnFrIP0w1E8t84m2sd4bwVIC { width:17.375rem;height:0.125rem;top:135.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT73CiZp2Sbz8OrTQ59WoPehyruzmLEI { width:17.375rem;height:0.0625rem;top:67rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us1UdRPlkesBPEVWy9p3M0bx7xMyOXFT { width:15.4375rem;height:3.4375rem;top:70.5rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIrLhB9T9ovXeyNkyEJKAerhMpHNugX { display:block; }
 }@media only screen and (max-width: 763px) { #V6sgoavkdVLmX3ZlZ5MTq7y5JNvc4WuN { width:15.4375rem;height:3.4375rem;top:139.3125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UABT2cgqAR3hrkeXP8DeT9DIdENEzSrs { display:block; }
 }@media only screen and (max-width: 763px) { #kLcdIGLpmt7xTSe3cVfbGL1mQqvg61pP { width:6.6875rem;height:6.625rem;top:1.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkCpifywGxgJMq19Ly3XFMeJGbKoOCL { width:5.6875rem;height:1.95rem;top:3.4375rem;left:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtsWNyZGRgxIwqTNRIGASiuXnsOVAaZu { width:5.6875rem;height:1.95rem;top:5.4375rem;left:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkBlcEFKski2DF0D9nfbST9iyTXXIJsb { width:6.6875rem;height:6.625rem;top:78.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLm194mBxADtwrkiQsHoRZUAHnxrd3VZ { width:5.6875rem;height:1.95rem;top:80.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzuUTJyoniAlbGAJeu0fn5DC1LQemSrM { width:5.6875rem;height:1.95rem;top:82rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HizVfkOAAqJXGFiQ1lGbRkkuZV30GIsc { width:20rem;height:11.1875rem;top:6.9861039959019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wfosryhoeFmtdJ5ON2TSVUTOaJhLtZ { width:19.3125rem;height:10.875rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9i53Su4qH7n8TveXIRUlQy3uKF1tSom { width:20rem;height:3.25rem;top:99.3125rem;left:0.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4quIAVCalnBPKFpydv30BypDiduiJGx { width:20rem;height:3.25rem;top:21.0361328125rem;left:-0.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRmAHHs6pqt6WJ55PMtsTQh6EJtB6B3 { width:19.75rem;height:68.375rem;top:76.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIb2DV3qHT1nzqRo0iGvGsdt9Up6DlUJ { width:19.75rem;height:75.875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6m5lThtTsoFzhq4uZrVo1lpI4Bk8y3I { width:15.625rem;height:1.38125rem;top:52.187480926514rem;left:2.1875001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RliGLV4RfpAFbE53TBCmt8TbPfHbkbO2 { width:18.125rem;height:0.0625rem;top:51.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkDHoTP1gmXVTx89dTe12FmhGAcl7Z5s { width:15rem;height:3.75rem;top:55.125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7asgSeFXky7xghBToHTxrBDub0cx0x { display:block; }
 }@media only screen and (max-width: 763px) { #MlI3JgU4TBiGS6mvHJX9lx3TGgc26uTr { width:14.5625rem;height:11.625rem;top:0.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKuwRasHlcuP6TnTAFbWia1Cmvtwa5B { width:8.0625rem;height:8rem;top:1.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr3uQ7CidC3tqBSX6yvBRiKkDBoKPG6a { width:6.5rem;height:1.95rem;top:3.1875rem;left:12.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdOIQgK3cK9HJlxKTyoQTAtin6G6DsZ { width:7.5625rem;height:2.1125rem;top:5.125rem;left:12.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA4tW13UCZeVCGAhlWAGJzvDBTR7gRNP { width:20rem;height:11.183625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgH7w4B825uqzXTJlpaVOhg43cBLSNlT { width:20rem;height:3.25rem;top:18.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwkfAQv7qlrq9vSx4fk539iGhnTM5ov { width:20rem;height:1.625rem;top:17.375rem;left:-0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFTeItlcZm4ft7CtMBay0QlIAoXFZouy { width:18.125rem;height:24.7rem;top:23.690626144409rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZKhgbu3cTb7DVXut2xvOAHDLc9REBBm { width:19.75rem;height:60.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trrbuiidskQn5Vb8bEb7uB2nmxGApey7 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container { background-color: transparent; background-image: none; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container > .video-iframe-container { display: none; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row > .video-iframe-container { display: none; }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .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); }#trrbuiidskQn5Vb8bEb7uB2nmxGApey7 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOeD6uGgtFlpbifEOnVTK1eISfbPnnct { width:20rem;height:1.4rem;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNMO2PRR8OsT1pPT0oVQNhuTP3hww4u { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsoLTzWXM9PabsN3g4UFQbZyUneRl5La { width:20rem;height:2.925rem;top:10.38671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbTpfp3TezMcabTHvCluzbzEyoU4izo { width:3.125rem;height:4.125rem;top:19.21142578125rem;left:8.4375rem;display:block; }
 }