.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { background-color: transparent; background-image: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { border-width: 0; border-radius: 0; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container {  }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:17.375rem;top:1.40625rem;left:1.934814453125rem;overflow:hidden;display:block; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .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; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fb3d3d;background-image:none;color:#ffffff;padding-top:0.43125rem;padding-right:0.373125rem;padding-bottom:0.43125rem;padding-left:0.373125rem;display:block;align-items:center;width:2.23875rem;min-width:2.23875rem;height:2.3175rem;position:relative;font-family:arial;font-size:1.725rem;font-weight:700;line-height:37.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .widget-text.counter-label { background-color:;background-image:none;color:#fb3d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.269375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.984375rem;height:0.91625rem;position:relative;font-family:"open sans";font-size:0.646875rem;font-weight:700;line-height:14.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr { 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:#ffffff;background-image:none;display:flex;justify-content:space-between;width:15.9375rem;height:4.365625rem;padding-top:0.05375rem;padding-right:0.05375rem;padding-bottom:0.05375rem;padding-left:0.05375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.6064453125rem;left:51rem;z-index:100000; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #tCtvqVdDCHvFyZHCeHtzhiXmIopIGLki { display:flex;position:relative;top:0rem;left:0rem; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #UQQDRHL8tkEPrTTNkIZJ68xuRC3GKZvS { width:auto; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #El9oSB9TJs0DreEmqnbt1L2fmqWx2RBl {  }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #RkM1Q5uupJvqyrqNwPkVtzwUCEc1MKTb { display:flex;position:relative;top:0rem;left:0rem; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #QzM7hG1qCt9xU8O5QTCbGndJNBUtdRNN {  }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #oHywEFew1UMrcb6IllFgtofc6z2nZUtG {  }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #CSdcD9sFoWMMTUZ55tPSiZVvfVmzc1Mg { display:flex;position:relative;top:0rem;left:0rem; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #Q3gwMeTQ892vSqC62Gz1HDX4P7iRZVCG {  }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #JN77GytL3gBfWhK3mAv2FgWN3ZqBvewM {  }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #kbmniuJMCdw9tn67zlVPULmbb34E8VQE { display:flex;position:relative;top:0rem;left:0rem; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #QOv66M6hEJOpWd7LLk7TbETT4gnzHSDC {  }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #BglosVotGMKz0MbsAWZvIlAEWLbU8fS8 {  }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ce6f935-2f4c-4a5f-907b-d39c48314943/5e2f12e113372.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,8,8,0.65); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,8,8,0.65); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7rem;left:0rem;height:16.084rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:30rem;left:0rem;height:2.01904375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:#fb3d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1855625rem;height:3.811525rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:34.25rem;left:30.90625rem;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VM5iGvTVkUwfOr2HxxoPaKoXPsBns6aa { color:#ffffff;display:block;width:15.4365rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:29.75rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#JKP9B135EeZhosG5zPGo2HtNbFv9x4gG { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.0625rem;left:27.875rem;height:2.4375rem;font-style:normal;display:block; }
#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC { position:relative;display:block; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC { background-color: transparent; background-image: none; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row .container > .video-iframe-container { display: none; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row > .video-iframe-container { display: none; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .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); }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC { border-width: 0; border-radius: 0; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row .container > .video-iframe-container {  }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:73.375rem;width:75rem;position:relative;display:block; }#HvOKeVAbwbnxgvb3bGPKC1Rf6bgwZKCn { color:#1714e5;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.5996125rem;display:block; }
#Apyup44AIRSSrBbtThOAVk3PXW5pwznU { color:#747474;display:block;width:46.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:9.033203125rem;left:0rem;height:37.2765875rem;font-style:normal;display:block; }
#iQr7ilfhAbRHf9KBgV4awoAppVPbmzLx { box-sizing:content-box;color:#1714e5;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:6.124875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:21.0615234375rem;left:58.3740234375rem;display:block; }
#Q3fSrk1BBfGT6W6u8BqxreCaINDFrrc5 { box-sizing:content-box;color:#1714e5;font-size:3.125rem;font-weight:400;line-height:1;height:4.4995125rem;width:5.56213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:12.936279296875rem;left:58.624267578125rem;display:block; }
#nZHTOzGgz0zQ2Mv5h4kXdqntkqTVDI74 { color:#747474;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:18.1865234375rem;left:56.1865234375rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usZTr1KEn4N7z3zIEvtt4AJRVxWv8kfs { color:#747474;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:26.4375rem;left:54.874267578125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LX342sRL3D8ZtbiPO2CvAoKyv9BkXULH { color:#fb3d3d;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:30.4990234375rem;left:54.873046875rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnhOzBbgmUBsyWORJivzK90D5Z19TeGQ { color:#747474;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:35.375rem;left:55.5615234375rem;height:2.926025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkL5PuMSgzgURboQF7p2ZUigWU3iOXtF { color:#fb3d3d;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:48.47998046875rem;left:0rem;height:2.436525rem;display:block; }
#COzoZh4dTlrZRJDxmo24IzBhnJvc0fo1 { box-sizing:content-box;color:#fb3d3d;font-size:1.375rem;font-weight:400;line-height:1;height:1.99585rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:53.697998046875rem;left:3.245849609375rem;display:block; }
#PVs4uxkFdFbpDntMVIfh8fiCMsy9RkXK { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12329125rem;width:45.8728125rem;top:40.731201171875rem;left:0rem;display:block; }
#gO6X9SBPkCqAiNS7bVenVWL1yTp00vcv { color:#747474;display:block;width:30.4358125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:53.496826171875rem;left:7.125244140625rem;height:2.3974625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a6m5JyhKwJnOSUn8762NIrl5JKIxLd5q { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12329125rem;width:45.8728125rem;top:69.7509765625rem;left:0rem;display:block; }
#nrLhrXfucicoBUIZks1TgKkS2i9Gh2qF { box-sizing:content-box;color:#1714e5;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:5.796630859375rem;left:59.27978515625rem;display:block; }
#xpJCG1U5Vu9vtsZ4oO82aNxEBhrgMq2x { color:#747474;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:9.81103515625rem;left:56.248779296875rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKdKKr9vP0ueMMQT8Rd3Ba8Gnta6TVeI { position:absolute;display:block;z-index:100016;height:11.25rem;width:24.87425rem;top:39.573974609375rem;left:48.9990234375rem;display:block; }
#I7DTJkTe9Gx2Nm2UPruhdSnmCEI0qwq1 { color:#747474;display:block;width:30.4358125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:57.720458984375rem;left:7.125244140625rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyPcAEv1XWoku0zGhlMqa23Qq2qTpoei { color:#747474;display:block;width:30.4358125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:61.030517578125rem;left:7.125244140625rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCNqkM8LNL0E6hqZgcCpIPsnEAPshG2P { box-sizing:content-box;color:#fb3d3d;font-size:1.375rem;font-weight:400;line-height:1;height:1.99585rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:57.296630859375rem;left:3.245849609375rem;display:block; }
#Gl5vC0w2ormz6Vev8Im6WItZumHBSyaA { box-sizing:content-box;color:#fb3d3d;font-size:1.375rem;font-weight:400;line-height:1;height:1.99585rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:60.669189453125rem;left:3.245849609375rem;display:block; }
#fTKDrNgykFB7wgaukRVKC6OoG6s3gstb { box-sizing:content-box;color:#fb3d3d;font-size:1.375rem;font-weight:400;line-height:1;height:1.99585rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:64.743408203125rem;left:3.245849609375rem;display:block; }
#cADEqstMnWLl19WETHFecS1xmsWoarbD { color:#747474;display:block;width:30.4358125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:64.342529296875rem;left:7.125244140625rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu { position:relative;display:block; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu { background-color: transparent; background-image: none; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row .container > .video-iframe-container { display: none; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row > .video-iframe-container { display: none; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .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); }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu { border-width: 0; border-radius: 0; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row .container > .video-iframe-container {  }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#vuOUhBrTiqMcg0fwy27OvX46UWex7RMh { color:#fb3d3d;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.128662109375rem;left:0rem;height:2.4375rem;display:block; }
#nK2nzCPpRgxfFcrRv5qmVcaTZcNqWnZ4 { color:#747474;display:block;width:20.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.130859375rem;left:23.748046875rem;height:;text-align:left;text-align-last:left;display:block; }
#TOOgcak1gWyodM41Zpcmm9xhEu0qi4y9 { color:#747474;display:block;width:21.624125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.542236328125rem;left:23.687133789062rem;height:;text-align:left;text-align-last:left;display:block; }
#T52SZhB4Dkb6yCyAN6Q6NbpKcoG1vEV5 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.120849375rem;width:45.870375rem;top:29.53369140625rem;left:0rem;display:block; }
#Dsf4AGs9HBR4fSC31f0xmf6ai5VDAwTP { color:#747474;display:block;width:21.624125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:17.875rem;left:23.6875rem;height:0;text-align:left;text-align-last:left;display:block; }
#LxZLIpqeEkspaw65qN23gPNL8Tpigk20 { position:absolute;display:block;z-index:100008;background-color:#f6f6f6;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:4.3125rem;width:45.8125rem;top:6.94287109375rem;left:0rem;display:block; }
#y74vODQhIX3tW3HE7CwU1MVTtvaiUBFT { color:#747474;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.260009765625rem;left:1.99951171875rem;height:1.29980625rem;display:block; }
#kpl8HhhT9Uwq8mfoIpkl6rnN0W8vamu6 { color:#747474;display:block;width:21.624125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:23.6875rem;height:0;text-align:left;text-align-last:left;display:block; }
#JMOXzXZf6DKL2rLL8yWnttIt9luHKDgn { color:#747474;display:block;width:31.8103125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:7.799072265625rem;left:14.90234375rem;height:1.29980625rem;display:block; }
#xALGf1mFeOlkJ5RP63JwheyWrcXNFJdh { color:#747474;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:13.598876953125rem;left:14.87060546875rem;height:1.29980625rem;display:block; }
#BfiIGkJUDeFfIRV5EMRv3oV0GvGGmNxX { position:absolute;display:block;z-index:100009;background-color:#f6f6f6;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:3.5620125rem;width:45.81175rem;top:12.76123046875rem;left:0rem;display:block; }
#zybE4GXZ3d7D9spDx9fomNghzPOEQnkC { color:#747474;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:13.785888671875rem;left:1.998291015625rem;height:1.29980625rem;display:block; }
#blMNtKCDxrOkhdGfbJmB8sEmx5uZwtMO { color:#747474;display:block;width:12.5610625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:18.873291015625rem;left:1.99951171875rem;height:1.29980625rem;display:block; }
#EOfOdso5bW7abvHUspS0GrOWIkKnp8vk { color:#747474;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:18.8720703125rem;left:14.8681640625rem;height:1.29980625rem;display:block; }
#TTX1BKWRvZPZbXIMEGgT6s8PITPASlek { position:absolute;display:block;z-index:100011;background-color:#f6f6f6;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:3.5620125rem;width:45.8105625rem;top:17.90380859375rem;left:0rem;display:block; }
#TiiOR7moETnBlhrDMAxip82ucWCN4ZVq { position:absolute;display:block;z-index:100012;background-color:#f6f6f6;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:3.5620125rem;width:45.8105625rem;top:23.02734375rem;left:0rem;display:block; }
#JKF6F4xIyzDUeZ9PEEPFyiFp14MBvJtb { color:#747474;display:block;width:12.5610625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:24.15771484375rem;left:1.99951171875rem;height:1.29980625rem;display:block; }
#fGatJPEwsewZaCifEVUQoSU6lxOX4SU0 { color:#747474;display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:24.15771484375rem;left:14.869384765625rem;height:1.29980625rem;display:block; }
#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 { position:relative;display:block; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 { background-color: transparent; background-image: none; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row .container > .video-iframe-container { display: none; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row > .video-iframe-container { display: none; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .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); }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 { border-width: 0; border-radius: 0; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row .container > .video-iframe-container {  }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#zigAFmPQAP4yxSkAyEUCdNy2LpekqEI7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:5.125rem;width:5.125rem;top:3.1591796875rem;left:7.5rem;overflow:hidden;display:block; }
#Ox5Tb8klesWi13GBqe5Ef9UfKoyTyfGU { color:#fb3d3d;display:block;width:25.374125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.596435546875rem;left:16.6875rem;height:2.03125rem;display:block; }
#UBynzOA8b8efcWNePTkNZiVCS15wTUqC { color:#0046ff;display:block;width:29.7485625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:100004;line-height:.9;letter-spacing:0;top:5.21728515625rem;left:16.68701171875rem;height:1.0683625rem;font-style:normal;display:block; }
#NXeDxUtp1QIALWcx865IxDOcRR3hcXBg { color:#747474;display:block;width:27.745375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:7.388916015625rem;left:16.68701171875rem;height:10.1953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu { background-color:#f1f1f1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container { background-color: transparent; background-image: none; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container > .video-iframe-container { display: none; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row > .video-iframe-container { display: none; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .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); }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container { border-width: 0; border-radius: 0; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row > .video-iframe-container {  }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Q4xhxxi4xyVdR1Bzm4Q46qTclF5oemuX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.24975625rem;width:13.81225rem;top:3.7188720703125rem;left:30.5625rem;overflow:hidden;display:block; }
#U9GTFFlmOVppbPXHC7yLFZJsc4cfLNFd { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.868408203125rem;left:0rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#wiTDntKUA7yFfkgBWAw6X3tmx6qZTZxF { color:#000000;display:block;width:17.311375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.868408203125rem;left:57.688598632812rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:17.375rem;height:4.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .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; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .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; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr { width:18rem;height:5.0625rem;display:flex;top:6.1875rem;left:13.375rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #tCtvqVdDCHvFyZHCeHtzhiXmIopIGLki { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #UQQDRHL8tkEPrTTNkIZJ68xuRC3GKZvS {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #El9oSB9TJs0DreEmqnbt1L2fmqWx2RBl {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #RkM1Q5uupJvqyrqNwPkVtzwUCEc1MKTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #QzM7hG1qCt9xU8O5QTCbGndJNBUtdRNN {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #oHywEFew1UMrcb6IllFgtofc6z2nZUtG {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #CSdcD9sFoWMMTUZ55tPSiZVvfVmzc1Mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #Q3gwMeTQ892vSqC62Gz1HDX4P7iRZVCG {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #JN77GytL3gBfWhK3mAv2FgWN3ZqBvewM {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #kbmniuJMCdw9tn67zlVPULmbb34E8VQE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #QOv66M6hEJOpWd7LLk7TbETT4gnzHSDC {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #BglosVotGMKz0MbsAWZvIlAEWLbU8fS8 {  }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:6.9375rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:30rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:13.125rem;height:3.75rem;top:34.25rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #VM5iGvTVkUwfOr2HxxoPaKoXPsBns6aa { top:5.3125rem;left:16.125rem;width:15.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKP9B135EeZhosG5zPGo2HtNbFv9x4gG { top:26.0625rem;left:14.25rem;width:24.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC { display:block; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvOKeVAbwbnxgvb3bGPKC1Rf6bgwZKCn { top:4.0625rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apyup44AIRSSrBbtThOAVk3PXW5pwznU { top:9rem;left:0rem;width:46.5625rem;height:40rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQr7ilfhAbRHf9KBgV4awoAppVPbmzLx { top:21rem;left:37.9365234375rem;width:6.0625rem;height:4.9495705099486rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3fSrk1BBfGT6W6u8BqxreCaINDFrrc5 { top:12.875rem;left:38.186767578125rem;width:5.5rem;height:4.4497361335245rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZHTOzGgz0zQ2Mv5h4kXdqntkqTVDI74 { top:18.125rem;left:35.7490234375rem;width:10.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usZTr1KEn4N7z3zIEvtt4AJRVxWv8kfs { top:26.4375rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX342sRL3D8ZtbiPO2CvAoKyv9BkXULH { top:30.4375rem;left:34.435546875rem;width:13.125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnhOzBbgmUBsyWORJivzK90D5Z19TeGQ { top:35.375rem;left:34.625rem;width:13.125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkL5PuMSgzgURboQF7p2ZUigWU3iOXtF { top:48.4375rem;left:0rem;width:37.5rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COzoZh4dTlrZRJDxmo24IzBhnJvc0fo1 { top:53.6875rem;left:0rem;width:2rem;height:1.9372012326806rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVs4uxkFdFbpDntMVIfh8fiCMsy9RkXK { top:40.6875rem;left:0rem;width:45.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO6X9SBPkCqAiNS7bVenVWL1yTp00vcv { top:53.4375rem;left:0rem;width:30.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6m5JyhKwJnOSUn8762NIrl5JKIxLd5q { top:69.75rem;left:0rem;width:45.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrLhrXfucicoBUIZks1TgKkS2i9Gh2qF { top:5.75rem;left:38.84228515625rem;width:4.375rem;height:4.1870125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpJCG1U5Vu9vtsZ4oO82aNxEBhrgMq2x { top:9.75rem;left:35.811279296875rem;width:10.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdKKr9vP0ueMMQT8Rd3Ba8Gnta6TVeI { top:39.5625rem;left:22.9375rem;width:24.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DTJkTe9Gx2Nm2UPruhdSnmCEI0qwq1 { top:57.6875rem;left:0rem;width:30.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPcAEv1XWoku0zGhlMqa23Qq2qTpoei { top:61rem;left:0rem;width:30.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCNqkM8LNL0E6hqZgcCpIPsnEAPshG2P { top:57.25rem;left:0rem;width:2rem;height:1.9372012326806rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl5vC0w2ormz6Vev8Im6WItZumHBSyaA { top:60.625rem;left:0rem;width:2rem;height:1.9372012326806rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKDrNgykFB7wgaukRVKC6OoG6s3gstb { top:64.6875rem;left:0rem;width:2rem;height:1.9372012326806rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cADEqstMnWLl19WETHFecS1xmsWoarbD { top:64.3125rem;left:0rem;width:30.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihMEWXoJJXyAQN6nywZKmkoqTcagwMu { display:block; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuOUhBrTiqMcg0fwy27OvX46UWex7RMh { top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2nzCPpRgxfFcrRv5qmVcaTZcNqWnZ4 { top:11.125rem;left:3.0625rem;width:20.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOgcak1gWyodM41Zpcmm9xhEu0qi4y9 { top:14.5rem;left:2.3125rem;width:21.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T52SZhB4Dkb6yCyAN6Q6NbpKcoG1vEV5 { top:29.5rem;left:0rem;width:45.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsf4AGs9HBR4fSC31f0xmf6ai5VDAwTP { top:17.875rem;left:2.3125rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxZLIpqeEkspaw65qN23gPNL8Tpigk20 { top:6.9375rem;left:0rem;width:45.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y74vODQhIX3tW3HE7CwU1MVTtvaiUBFT { top:8.25rem;left:0rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpl8HhhT9Uwq8mfoIpkl6rnN0W8vamu6 { top:21.3125rem;left:2.3125rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMOXzXZf6DKL2rLL8yWnttIt9luHKDgn { top:7.75rem;left:0rem;width:31.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xALGf1mFeOlkJ5RP63JwheyWrcXNFJdh { top:13.5625rem;left:0rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfiIGkJUDeFfIRV5EMRv3oV0GvGGmNxX { top:12.75rem;left:0rem;width:45.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zybE4GXZ3d7D9spDx9fomNghzPOEQnkC { top:13.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMNtKCDxrOkhdGfbJmB8sEmx5uZwtMO { top:18.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOfOdso5bW7abvHUspS0GrOWIkKnp8vk { top:18.8125rem;left:0rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX1BKWRvZPZbXIMEGgT6s8PITPASlek { top:17.875rem;left:0rem;width:45.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiOR7moETnBlhrDMAxip82ucWCN4ZVq { top:23rem;left:0rem;width:45.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKF6F4xIyzDUeZ9PEEPFyiFp14MBvJtb { top:24.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGatJPEwsewZaCifEVUQoSU6lxOX4SU0 { top:24.125rem;left:0rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 { display:block; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zigAFmPQAP4yxSkAyEUCdNy2LpekqEI7 { top:3.125rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5Tb8klesWi13GBqe5Ef9UfKoyTyfGU { top:2.5625rem;left:3.06201171875rem;width:25.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBynzOA8b8efcWNePTkNZiVCS15wTUqC { top:5.1875rem;left:3.06201171875rem;width:29.6875rem;height:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXeDxUtp1QIALWcx865IxDOcRR3hcXBg { top:7.375rem;left:3.06201171875rem;width:27.6875rem;height:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu { display:block; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4xhxxi4xyVdR1Bzm4Q46qTclF5oemuX { width:13.75rem;height:2.2397182400695rem;top:3.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9GTFFlmOVppbPXHC7yLFZJsc4cfLNFd { top:3.8125rem;left:0rem;width:15.3125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTDntKUA7yFfkgBWAw6X3tmx6qZTZxF { top:3.8125rem;left:30.5rem;width:17.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { position:relative;z-index:auto;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:6.3110625rem;height:1.499025rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .widget-text.counter-number { padding-top:0.3rem;padding-right:0.260625rem;padding-bottom:0.3rem;padding-left:0.260625rem;width:1.564375rem;min-width:1.564375rem;height:1.6125rem;font-size:1.2rem;line-height:25.8px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.08625rem;height:0.6375rem;font-size:0.45rem;line-height:10.2px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr { width:12.375rem;height:3.0375rem;display:flex;top:3.999025rem;left:3.8125rem;z-index:100000;padding-top:0.0325rem;padding-right:0.031875rem;padding-bottom:0.0325rem;padding-left:0.031875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #tCtvqVdDCHvFyZHCeHtzhiXmIopIGLki { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #UQQDRHL8tkEPrTTNkIZJ68xuRC3GKZvS {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #El9oSB9TJs0DreEmqnbt1L2fmqWx2RBl {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #RkM1Q5uupJvqyrqNwPkVtzwUCEc1MKTb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #QzM7hG1qCt9xU8O5QTCbGndJNBUtdRNN {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #oHywEFew1UMrcb6IllFgtofc6z2nZUtG {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #CSdcD9sFoWMMTUZ55tPSiZVvfVmzc1Mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #Q3gwMeTQ892vSqC62Gz1HDX4P7iRZVCG {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #JN77GytL3gBfWhK3mAv2FgWN3ZqBvewM {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #kbmniuJMCdw9tn67zlVPULmbb34E8VQE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #QOv66M6hEJOpWd7LLk7TbETT4gnzHSDC {  }
 }@media only screen and (max-width: 763px) { #Jf0e5KIDf5GJLe2F0d6mXLXpThLTJxCr #BglosVotGMKz0MbsAWZvIlAEWLbU8fS8 {  }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ce6f935-2f4c-4a5f-907b-d39c48314943/5e2f12e113372.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(229,227,228,0.41); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(229,227,228,0.41); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:11.7798125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.620375rem;height:7.2216875rem;top:23.275175rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:16.25rem;height:3.80859375rem;top:31.7468625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #VM5iGvTVkUwfOr2HxxoPaKoXPsBns6aa { width:15.371125rem;height:1.298825rem;top:14.2798125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKP9B135EeZhosG5zPGo2HtNbFv9x4gG { width:20rem;height:5.19775625rem;top:16.82741875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC { display:block; }#GN07wBGzQV5cXuyL2VJo0hWJlzeTotzC > .row .container { width:20rem;height:158.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvOKeVAbwbnxgvb3bGPKC1Rf6bgwZKCn { width:15.7434375rem;height:1.705325rem;top:1.25rem;left:2.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Apyup44AIRSSrBbtThOAVk3PXW5pwznU { width:20rem;height:48.92091875rem;top:5.517825rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQr7ilfhAbRHf9KBgV4awoAppVPbmzLx { width:4.375rem;height:3.49609375rem;top:107.92406875rem;left:7.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3fSrk1BBfGT6W6u8BqxreCaINDFrrc5 { width:4.0625rem;height:3.31055rem;top:99.14110625rem;left:7.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZHTOzGgz0zQ2Mv5h4kXdqntkqTVDI74 { width:10.3125rem;height:2.97363125rem;top:103.70165625rem;left:4.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usZTr1KEn4N7z3zIEvtt4AJRVxWv8kfs { width:13.125rem;height:1.2744125rem;top:112.6701625rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LX342sRL3D8ZtbiPO2CvAoKyv9BkXULH { width:13.125rem;height:2.849125rem;top:115.19335625rem;left:3.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnhOzBbgmUBsyWORJivzK90D5Z19TeGQ { width:13.125rem;height:5.09765625rem;top:119.292475rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkL5PuMSgzgURboQF7p2ZUigWU3iOXtF { width:20rem;height:3.73779375rem;top:55.6887rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COzoZh4dTlrZRJDxmo24IzBhnJvc0fo1 { width:1.9921875rem;height:1.93359375rem;top:60.67649375rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVs4uxkFdFbpDntMVIfh8fiCMsy9RkXK { width:20rem;height:0.05859375rem;top:4.205325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO6X9SBPkCqAiNS7bVenVWL1yTp00vcv { width:20rem;height:3.3728rem;top:63.8600875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6m5JyhKwJnOSUn8762NIrl5JKIxLd5q { width:20rem;height:0.05859375rem;top:89.6584375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrLhrXfucicoBUIZks1TgKkS2i9Gh2qF { width:4.375rem;height:4.18335rem;top:93.70775625rem;left:7.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpJCG1U5Vu9vtsZ4oO82aNxEBhrgMq2x { width:4.56055rem;height:1.48681875rem;top:90.9709375rem;left:7.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKdKKr9vP0ueMMQT8Rd3Ba8Gnta6TVeI { width:20rem;height:11.25rem;top:125.64013125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DTJkTe9Gx2Nm2UPruhdSnmCEI0qwq1 { width:8.125rem;height:4.49706875rem;top:71.66770625rem;left:5.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WyPcAEv1XWoku0zGhlMqa23Qq2qTpoei { width:15.8105625rem;height:1.12426875rem;top:80.59959375rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fCNqkM8LNL0E6hqZgcCpIPsnEAPshG2P { width:1.9995125rem;height:1.9360375rem;top:68.48166875rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl5vC0w2ormz6Vev8Im6WItZumHBSyaA { width:1.9995125rem;height:1.9360375rem;top:77.41355625rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKDrNgykFB7wgaukRVKC6OoG6s3gstb { width:1.9995125rem;height:1.9360375rem;top:82.9738625rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cADEqstMnWLl19WETHFecS1xmsWoarbD { width:20rem;height:2.2485375rem;top:86.1599rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MihMEWXoJJXyAQN6nywZKmkoqTcagwMu { display:block; }#MihMEWXoJJXyAQN6nywZKmkoqTcagwMu > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuOUhBrTiqMcg0fwy27OvX46UWex7RMh { width:20rem;height:2.436525rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2nzCPpRgxfFcrRv5qmVcaTZcNqWnZ4 { width:13.3105625rem;height:0;top:9.124757421875rem;left:6.6894375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOOgcak1gWyodM41Zpcmm9xhEu0qi4y9 { width:13.4375rem;height:0;top:13.029787109375rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T52SZhB4Dkb6yCyAN6Q6NbpKcoG1vEV5 { width:20rem;height:0.05859375rem;top:31.1206125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsf4AGs9HBR4fSC31f0xmf6ai5VDAwTP { width:20rem;height:0;top:17.37183125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxZLIpqeEkspaw65qN23gPNL8Tpigk20 { width:20rem;height:5.06225625rem;top:4.936525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y74vODQhIX3tW3HE7CwU1MVTtvaiUBFT { width:12.871125rem;height:1.298825rem;top:6.253663671875rem;left:1.99951171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpl8HhhT9Uwq8mfoIpkl6rnN0W8vamu6 { width:20rem;height:0;top:23.281255078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMOXzXZf6DKL2rLL8yWnttIt9luHKDgn { width:18.75rem;height:2.59765625rem;top:7.479248046875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xALGf1mFeOlkJ5RP63JwheyWrcXNFJdh { width:13.3105625rem;height:1.298825rem;top:14.90234375rem;left:3.343505859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfiIGkJUDeFfIRV5EMRv3oV0GvGGmNxX { width:20rem;height:4.87305rem;top:11.24878125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zybE4GXZ3d7D9spDx9fomNghzPOEQnkC { width:13.75rem;height:1.298825rem;top:12.272951171875rem;left:1.998291015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blMNtKCDxrOkhdGfbJmB8sEmx5uZwtMO { width:12.5rem;height:1.298825rem;top:20.842290234375rem;left:1.99951171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOfOdso5bW7abvHUspS0GrOWIkKnp8vk { width:13.057875rem;height:2.59765625rem;top:22.601318359375rem;left:3.470458984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX1BKWRvZPZbXIMEGgT6s8PITPASlek { width:20rem;height:5.249025rem;top:19.87183125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiiOR7moETnBlhrDMAxip82ucWCN4ZVq { width:20rem;height:3.49975625rem;top:26.37085625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKF6F4xIyzDUeZ9PEEPFyiFp14MBvJtb { width:12.5rem;height:1.298825rem;top:26.370849609375rem;left:3.748779296875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGatJPEwsewZaCifEVUQoSU6lxOX4SU0 { width:12.1228125rem;height:1.298825rem;top:28.651123046875rem;left:3.93798828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 { display:block; }#NdS6e1nsx8BItkyHRrmSSdgq9Xrftys0 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zigAFmPQAP4yxSkAyEUCdNy2LpekqEI7 { width:5.1245125rem;height:5.1245125rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5Tb8klesWi13GBqe5Ef9UfKoyTyfGU { width:20rem;height:2.03125rem;top:7.6245125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBynzOA8b8efcWNePTkNZiVCS15wTUqC { width:20rem;height:2.13623125rem;top:10.9057625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXeDxUtp1QIALWcx865IxDOcRR3hcXBg { width:20rem;height:15.29296875rem;top:14.29199375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu { display:block; }#c04D7EJqCo8yrqvS0nHSTRbZcb8Md0vu > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4xhxxi4xyVdR1Bzm4Q46qTclF5oemuX { width:11.308625rem;height:1.74805rem;top:4.44824375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9GTFFlmOVppbPXHC7yLFZJsc4cfLNFd { width:15.3125rem;height:1.94824375rem;top:1.25rem;left:2.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiTDntKUA7yFfkgBWAw6X3tmx6qZTZxF { width:17.246125rem;height:0.97411875rem;top:7.44629375rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }