.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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wfBZm7CP/vecos2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container {  }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container {  }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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:36.875rem;width:60rem;position:relative;display:block; }#adAp0RfAX3GL016lqdqL95Hpb23ofThi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5625rem;width:21.5625rem;top:2.15625rem;left:4.21875rem;overflow:hidden;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#efad57;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.25rem;width:4.6875rem;top:12.3125rem;left:32.75rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:32.75rem;height:9.2625rem;display:block; }
#EyfrC4nk5ifebgLuximtTTBIA5sRsXay { color:#1c3058;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6156253814698rem;left:32.75rem;height:2.51875rem;display:block; }
#iaNDHT72SixAU7XkXFWbFxTEuwNaGHml { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:18rem;top:4.375rem;left:31.75rem;overflow:hidden;display:block; }
#yb2korPItyoIDiyZS2HEVMM8lxFktRtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;display:block; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { background-color: transparent; background-image: none; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container > .video-iframe-container { display: none; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row > .video-iframe-container { display: none; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .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); }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { border-width: 0; border-radius: 0; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row > .video-iframe-container {  }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#h9JEdAzNLNqFE41GkQL8HkH22yBs87TU { position:absolute;display:block;z-index:15006;background-color:#efad57;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.25rem;width:4.6875rem;top:9.4375rem;left:2.8125rem;display:block; }
#xiiSiwZTezpxwHzux3306tXRPCDymdbV { color:#1c3058;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.8125rem;height:3.00625rem;font-style:normal;display:block; }
#ap5fveWE4PCNMOgHAyR9PcGrETLIJX3W { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.8125rem;height:7.71875rem;display:block; }
#puKhZNKhTJz7Whig9cUWW6xmliPurdVe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:16.5rem;top:1.3125rem;left:37.083332061767rem;overflow:hidden;display:block; }
#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container { background-color: transparent; background-image: none; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container > .video-iframe-container { display: none; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row > .video-iframe-container { display: none; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .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); }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container { border-width: 0; border-radius: 0; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row > .video-iframe-container {  }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#lMU6fphtcp7dHcMI11GRZ1DtkPAMPaEa { color:#1c3058;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.25rem;height:3.00625rem;font-style:normal;display:block; }
#bpX842yyeTiWhqTXWCI3twdezsP9NKae { position:absolute;display:block;z-index:15007;background-color:#efad57;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.25rem;width:4.6875rem;top:6.9375rem;left:31.25rem;display:block; }
#WRcSvgoMk0T1PEx1aglTcfsceg98ri2C { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.25rem;left:31.25rem;height:10.80625rem;display:block; }
#a9e0NZGVpKADobdI1tMzQFqT4K9wdKWr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:24.75rem;top:4.2197923660278rem;left:2.8364562988281rem;overflow:hidden;display:block; }
#rHixyNyNOyDUn8cgxpmNxbFiAJVdElo6 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.251044034958rem;left:3.0864562988281rem;height:12.35rem;display:block; }
#IWOx9Trx6dZZiy9rgm3EZHoTzF3guybm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:27.5625rem;top:27.269793510437rem;left:29.59375rem;overflow:hidden;display:block; }
#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur { position:relative;display:block; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur { background-color: transparent; background-image: none; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row .container > .video-iframe-container { display: none; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row > .video-iframe-container { display: none; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .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); }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur { border-width: 0; border-radius: 0; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row .container > .video-iframe-container {  }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .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:30.3125rem;width:60rem;position:relative;display:block; }#OOJwCs30XubpXTI8nZgw6tnInH5aGtxt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:2.46875rem;left:10rem;display:block; }
#I4mzAdHPHiU58r2MEcksup8o9wzN7HdE { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #efad57;border-left:0.25rem solid #efad57;border-right:0.25rem solid #efad57;border-bottom:0.25rem solid #efad57;height:21.9375rem;width:40rem;top:3.90625rem;left:11.125rem;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { position:relative;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container {  }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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:31.6875rem;width:60rem;position:relative;display:block; }#OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { color:#284d42;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.00625rem;font-style:normal;display:block; }
#rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { position:absolute;display:block;z-index:15008;background-color:#efad57;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.25rem;width:4.6875rem;top:7.9375rem;left:0rem;display:block; }
#mWWKgZH9M3kXm07PnQqDvRZ7HKFPcIwG { color:#000000;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:10.3125rem;height:16.98125rem;display:block; }
#GGfDJ83kwTo0em7Q9hIQOLEsUpMWbu8s { box-sizing:content-box;color:#efad57;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10.1875rem;left:7.6875rem;display:block; }
#Z8wOld0gowIzeNH1uyOI2XCbyFriWVU6 { box-sizing:content-box;color:#efad57;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.1875rem;left:7.6875rem;display:block; }
#D39TmQ9k5lsZkSotJG71zIAgaxCMGv4i { box-sizing:content-box;color:#efad57;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.3125rem;left:7.6875rem;display:block; }
#Lc72EkQlqidBxu3rkaOlpSZbXQTfKwQU { box-sizing:content-box;color:#efad57;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:19.375rem;left:7.6875rem;display:block; }
#UZzlqqAoDdoWZFHAvz7XBnnakrKW3MH1 { box-sizing:content-box;color:#efad57;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:22.5625rem;left:7.6875rem;display:block; }
#zLNn9mGMa1rNcgPsWeVaeWDnDNtTF3b1 { box-sizing:content-box;color:#efad57;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:25.5625rem;left:7.6875rem;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container {  }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.3125rem;top:0.9375rem;left:7.4375rem;overflow:hidden;display:block; }
#oJyOPUVmzesnVHFGUHo0v5156L3uimUy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:29.9375rem;top:0.9375rem;left:22.375rem;overflow:hidden;display:block; }
#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fNmQ26OC/vecos.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi.adaptive-delivery-prevent-bg, #kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi.lazyload, #kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi.lazyloading { background-image: none; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container { background-color: transparent; background-image: none; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,48,88,0.86); }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container > .video-iframe-container { display: none; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,48,88,0.86); }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row > .video-iframe-container { display: none; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .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); }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container { border-width: 0; border-radius: 0; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row > .video-iframe-container {  }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#abdaBerSmXz6IKrcziCBITTvpBpxfD59 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:28.1875rem;width:28.8125rem;position:absolute;display:block;z-index:15002;top:0rem;left:0rem;display:block; }
#nreiznL1eppkTu0VnkF40F6gR3AvlD2E { display:block;width:22.125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.3125rem;height:3.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#eN4tFOI8hBh3BMNTp8ENBXTi1C7RgabI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:8.8125rem;top:5.4624977111816rem;left:3.3125rem;overflow:hidden;display:block; }
#RTsPTzT9M9tQNHrvJwXJhEy3W1xka9sD { display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.729600906372rem;left:3.3120660781861rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;display:block; }
#uSiOIzLryAShFsM7qZzQxtzOgSrxlgDg { display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.3537330627444rem;left:3.3120660781861rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;display:block; }
#Z7QT3EoZwHTOmqNEiOrkleCX4IPIZtIV { display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.666664123535rem;left:3.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { top:2.125rem;left:1.15625rem;width:21.5625rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:12.3125rem;left:23.875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:14.5rem;left:23.875rem;width:23.1875rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyfrC4nk5ifebgLuximtTTBIA5sRsXay { top:2.5625rem;left:23.25rem;width:24.5rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaNDHT72SixAU7XkXFWbFxTEuwNaGHml { top:4.375rem;left:23.875rem;width:18rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2korPItyoIDiyZS2HEVMM8lxFktRtX { display:block; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9JEdAzNLNqFE41GkQL8HkH22yBs87TU { top:9.4375rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { top:5.1875rem;left:0rem;width:15.9375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5fveWE4PCNMOgHAyR9PcGrETLIJX3W { top:10.6875rem;left:0rem;width:25.1875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puKhZNKhTJz7Whig9cUWW6xmliPurdVe { top:1.3125rem;left:30.958332061767rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG { display:block; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMU6fphtcp7dHcMI11GRZ1DtkPAMPaEa { top:2.875rem;left:25.125rem;width:15.9375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpX842yyeTiWhqTXWCI3twdezsP9NKae { top:6.9375rem;left:25.125rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRcSvgoMk0T1PEx1aglTcfsceg98ri2C { top:8.25rem;left:23.5rem;width:24.25rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e0NZGVpKADobdI1tMzQFqT4K9wdKWr { top:4.1875rem;left:0rem;width:24.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHixyNyNOyDUn8cgxpmNxbFiAJVdElo6 { top:30.25rem;left:0rem;width:24.25rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWOx9Trx6dZZiy9rgm3EZHoTzF3guybm { top:27.25rem;left:20.1875rem;width:27.5625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur { display:block; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOJwCs30XubpXTI8nZgw6tnInH5aGtxt { top:2.4375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4mzAdHPHiU58r2MEcksup8o9wzN7HdE { top:3.875rem;left:5rem;width:40rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { top:3.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { top:7.9375rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWWKgZH9M3kXm07PnQqDvRZ7HKFPcIwG { top:10.5625rem;left:4.1875rem;width:42rem;height:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGfDJ83kwTo0em7Q9hIQOLEsUpMWbu8s { top:10.1875rem;left:1.5625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8wOld0gowIzeNH1uyOI2XCbyFriWVU6 { top:13.1875rem;left:1.5625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39TmQ9k5lsZkSotJG71zIAgaxCMGv4i { top:16.3125rem;left:1.5625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc72EkQlqidBxu3rkaOlpSZbXQTfKwQU { top:19.375rem;left:1.5625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZzlqqAoDdoWZFHAvz7XBnnakrKW3MH1 { top:22.5625rem;left:1.5625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLNn9mGMa1rNcgPsWeVaeWDnDNtTF3b1 { top:25.5625rem;left:1.5625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:0.9375rem;left:1.3125rem;width:13.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJyOPUVmzesnVHFGUHo0v5156L3uimUy { top:0.9375rem;left:16.25rem;width:29.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi { display:block; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abdaBerSmXz6IKrcziCBITTvpBpxfD59 { width:28.8125rem;height:28.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nreiznL1eppkTu0VnkF40F6gR3AvlD2E { width:22.125rem;height:;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4tFOI8hBh3BMNTp8ENBXTi1C7RgabI { top:5.4375rem;left:0rem;width:8.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTsPTzT9M9tQNHrvJwXJhEy3W1xka9sD { width:21.1875rem;height:2.0625rem;top:18.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiOIzLryAShFsM7qZzQxtzOgSrxlgDg { width:21.1875rem;height:2.0625rem;top:18.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7QT3EoZwHTOmqNEiOrkleCX4IPIZtIV { width:21.1875rem;height:2.0625rem;top:18.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:none;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { width:17rem;height:25.8125rem;top:0.88541793823244rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.25rem;top:36.394790649414rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:18rem;height:6.3375rem;top:37.269792556763rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EyfrC4nk5ifebgLuximtTTBIA5sRsXay { width:17.6875rem;height:1.7875rem;top:29.02187538147rem;left:1.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaNDHT72SixAU7XkXFWbFxTEuwNaGHml { width:18rem;height:6.4375rem;top:30.014583587646rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb2korPItyoIDiyZS2HEVMM8lxFktRtX { display:block; }#yb2korPItyoIDiyZS2HEVMM8lxFktRtX > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9JEdAzNLNqFE41GkQL8HkH22yBs87TU { width:4.6875rem;height:0.25rem;top:4.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { width:14.5625rem;height:2.4375rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5fveWE4PCNMOgHAyR9PcGrETLIJX3W { width:19rem;height:5.28125rem;top:5.3750009536743rem;left:0.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #puKhZNKhTJz7Whig9cUWW6xmliPurdVe { width:10rem;height:10rem;top:10.03125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG { display:block; }#Qc2GLmTWPktguv9FkTZ7xCsTg8WDGXVG > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMU6fphtcp7dHcMI11GRZ1DtkPAMPaEa { width:15.9375rem;height:2.4375rem;top:16.590625762939rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpX842yyeTiWhqTXWCI3twdezsP9NKae { width:4.6875rem;height:0.25rem;top:19.595832824707rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRcSvgoMk0T1PEx1aglTcfsceg98ri2C { width:18.125rem;height:7.39375rem;top:20.533333778381rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e0NZGVpKADobdI1tMzQFqT4K9wdKWr { width:20rem;height:13.282828282828rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHixyNyNOyDUn8cgxpmNxbFiAJVdElo6 { width:18.5625rem;height:8.45rem;top:28.927082061767rem;left:0.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWOx9Trx6dZZiy9rgm3EZHoTzF3guybm { width:20rem;height:13.28798185941rem;top:38.2583125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur { display:block; }#U1d2gEL2AqpdL9sTa6dNmgBIz0nOm9Ur > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOJwCs30XubpXTI8nZgw6tnInH5aGtxt { height:11.25rem;width:20rem;top:2.3749923706055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4mzAdHPHiU58r2MEcksup8o9wzN7HdE { width:18.25rem;height:12.4375rem;top:1.5520839691162rem;left:0.64583396911619rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { width:19rem;height:2.4375rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { width:4.6875rem;height:0.25rem;top:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWWKgZH9M3kXm07PnQqDvRZ7HKFPcIwG { width:17.125rem;height:15.84375rem;top:7.703125rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGfDJ83kwTo0em7Q9hIQOLEsUpMWbu8s { width:2.625rem;height:2.625rem;top:7rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8wOld0gowIzeNH1uyOI2XCbyFriWVU6 { width:2.625rem;height:2.625rem;top:9.0625rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39TmQ9k5lsZkSotJG71zIAgaxCMGv4i { width:2.625rem;height:2.625rem;top:11.249999046326rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc72EkQlqidBxu3rkaOlpSZbXQTfKwQU { width:2.625rem;height:2.625rem;top:14.374999046326rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZzlqqAoDdoWZFHAvz7XBnnakrKW3MH1 { width:2.625rem;height:2.625rem;top:17.624999046326rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLNn9mGMa1rNcgPsWeVaeWDnDNtTF3b1 { width:2.625rem;height:2.625rem;top:20.666663169861rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:20rem;height:30.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJyOPUVmzesnVHFGUHo0v5156L3uimUy { width:20rem;height:13.3198125rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi { display:block; }#kHRFcZKZmTrtFWzRT10gPxnMecHTJuyi > .row .container { width:20rem;height:36.59375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abdaBerSmXz6IKrcziCBITTvpBpxfD59 { width:20rem;height:27.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nreiznL1eppkTu0VnkF40F6gR3AvlD2E { width:19rem;height:6.175rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eN4tFOI8hBh3BMNTp8ENBXTi1C7RgabI { width:12.1875rem;height:4.3125rem;top:5.419792175293rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTsPTzT9M9tQNHrvJwXJhEy3W1xka9sD { width:12.9375rem;height:2.03125rem;top:15.828125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiOIzLryAShFsM7qZzQxtzOgSrxlgDg { width:15.625rem;height:6.09375rem;top:7.9791679382325rem;left:2rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7QT3EoZwHTOmqNEiOrkleCX4IPIZtIV { width:20rem;height:0;top:29.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }