.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;
}
.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:#000000;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6eb85445-5d66-4158-9777-42e4888644f2/bgfoto.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.63); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.63); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#xNLn7Fn6RfgbalJ4mmNSVZQe9J4FF5fU { color:#000000;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.1875rem;left:18.3125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#aF3qsi0J3GE54zaL9SFzQXagWUOFBIQ8 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.84375rem;left:18.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bZKNdOgCBDTQB3sgzRifcfKoaVV6TfOD { color:#c69e3f;display:block;width:60.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:99999;line-height:1.6;letter-spacing:0;top:17.6875rem;left:8.4375rem;height:7.2rem;text-align:center;text-align-last:center;display:block; }
#icN0XxpAcHxSX5MgTV7LCRwdFbKddk9q { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:8.4375rem;top:0.60546875rem;left:0rem;overflow:hidden;display:block; }
#Av2Byvrt8otGMeT6nooIXKsTOMRpGlZ5 { background-color:#ebc965;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:5.3125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:27.5625rem;left:17.4375rem;display:block; }
#gSaQsgMJ6l9VURqJMi9eD3gfu0JDLhs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MzXmfgyGMxghfzs44VFXkpmAP944rApL { background-color:rgba(0,0,0,0.39);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:5.3125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:27.5625rem;left:39.8125rem;display:block; }
#IiTZ6divrspkZdq697nGRm2By2IgrF5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container { background-color: transparent; background-image: none; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container > .video-iframe-container { display: none; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row > .video-iframe-container { display: none; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .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); }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container { border-width: 0; border-radius: 0; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#bMwhPfQUSllXxCriNLX8S493y5yZ2iiB { color:#000000;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.5625rem;left:7rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }#bMwhPfQUSllXxCriNLX8S493y5yZ2iiB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bMwhPfQUSllXxCriNLX8S493y5yZ2iiB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
#FbsInqwFTrg5FUTCEQWogSJUegRhNd0e { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:2.5625rem;left:35.25rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }#FbsInqwFTrg5FUTCEQWogSJUegRhNd0e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FbsInqwFTrg5FUTCEQWogSJUegRhNd0e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
#fTHeuaA2NFPLTmWfhklmwVJNGADJcnww { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:2.5625rem;left:50.6875rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }#fTHeuaA2NFPLTmWfhklmwVJNGADJcnww li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTHeuaA2NFPLTmWfhklmwVJNGADJcnww li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA.adaptive-delivery-prevent-bg, #r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA.lazyload, #r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA.lazyloading { background-image: none; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container { background-color: transparent; background-image: none; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48); }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container > .video-iframe-container { display: none; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48); }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row > .video-iframe-container { display: none; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .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); }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container { border-width: 0; border-radius: 0; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#JXI8kDiOPt3TbODVreTw5toWvWdMouN4 { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:6rem;left:0rem;height:6.375rem;text-align:justify;text-align-last:initial;display:block; }
#KveM4wEaDpyTmdGI105Oi8GTXpOQxV9x { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.0625rem;width:35.875rem;top:6.265625rem;left:38.125rem;overflow:hidden;display:block; }
#lR0OZKWrMvsLmN7mQ3Hrr21kSpzfHFTi { color:#000000;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:15.40625rem;left:0rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#E27xh7FLT2u3GamFbVSmLNkiNkPnPkFN { color:#000000;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:23.15625rem;left:0rem;height:7.96875rem;text-align:justify;text-align-last:initial;display:block; }
#G4SfbJ0fSIGTTP7tEUOBIphU78TCx12y { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:63.25rem;top:36.4375rem;left:5.875rem;display:block; }
#dTTh6mK3z6BnITuznTUTTZOpH7lBXTvJ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:21.125rem;width:21.125rem;top:3.1875rem;left:53.75rem;display:block; }
#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container { background-color: transparent; background-image: none; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container > .video-iframe-container { display: none; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row > .video-iframe-container { display: none; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .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); }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container { border-width: 0; border-radius: 0; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#QBnHTaN7hDeV4ON2o0xiNANgUEUDDq7N { color:#000000;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:0.78125rem;left:8rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#QfNce4DHAwuamLaduAow9aH80nFftVGz { color:#000000;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:11.65625rem;left:21.5625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#T70F0EQItWKHTFC4KN5TCN98Ns57moxZ { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:63.25rem;top:36.4375rem;left:5.875rem;display:none; }
#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB.adaptive-delivery-prevent-bg, #bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB.lazyload, #bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB.lazyloading { background-image: none; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container { background-color: transparent; background-image: none; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container > .video-iframe-container { display: none; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row > .video-iframe-container { display: none; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .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); }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container { border-width: 0; border-radius: 0; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#EWT16a8QWOnC0oEANHLWTvBrRUntUCqi { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.4375rem;left:36.4375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#g418ceRBklnTUFQxOQTid2NUlLBzL93M { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.3125rem;left:36.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Btyni8v0EUl8hdiQo13JHqZ4w0i08a37 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:2.71875rem;left:16.125rem;height:3.4rem;text-align:right;text-align-last:right;display:block; }
#kf4KniOIemF4TKgtQTQbe5PBVzAGb6x6 { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:11.5rem;left:35.1875rem;display:block; }
#ZPZUFWoLSmP5taMJuJoz9gwWr2gtENI6 { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:12.5rem;left:36.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#xVoxKkTAHFsOiaDQw0b5gZ2A1vnmdETi { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:12.0625rem;left:36.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#MmOiZZitdnrHLeFQE4CQOgERigSv1HEt { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:12.375rem;left:43.4375rem;height:6.8rem;text-align:left;text-align-last:left;display:block; }
#GOp8JHWHScmiLvTcuhnl3aQHZwZtxazN { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:1.9375rem;left:35.1875rem;display:block; }
#hnTnlTbgnpeRtf2EdmofVhohfU0UWiGf { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:2.9375rem;left:36.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#WwHgcvHTt7ZL0a5fNGbGTLeNSBIwaId4 { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:2.5rem;left:36.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#wEviCEARbQaxcUP84ipFKy0ylORAs1fv { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:23.125rem;left:35.1875rem;display:block; }
#oZdOo8kNRKU0slECdvmscn34z4wUff26 { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:23.625rem;left:36.09375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#PCfHGsxsPC6Bq3dOqwT56tDxKwM2MOvu { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:24.0625rem;left:36.34375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#tkNap31iReWhCW0aCKUAEFE4RrovawpA { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:24.25rem;left:14.9375rem;height:5.1rem;text-align:right;text-align-last:right;display:block; }
#W5OpcBPbZl3413Mp810BeDw6iofOPMTF { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:34rem;left:35.1875rem;display:block; }
#JSogDfJUohP4InOMkcDfTmwvBRoEDQ9c { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:35rem;left:36.28125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#ppaNe7J6GWgcGBm7rO7luDtw11tDwf4X { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:34.5625rem;left:36.09375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#FbEir8U1ew6LexiDlSE0r3se66fS5bXD { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:35.0625rem;left:43.4375rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#IriShJku2iBWaCFPgo1AGui3E8oyZf3R { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.6875rem;width:0.125rem;top:4rem;left:37.4375rem;display:block; }
#lB8uDQg56gt1ZtKNNwCX3ODHKcAfUOl7 { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:50.1875rem;left:12.40625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container { background-color: transparent; background-image: none; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container > .video-iframe-container { display: none; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row > .video-iframe-container { display: none; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .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); }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container { border-width: 0; border-radius: 0; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#yiQHi6curZ2bXGf2KlWx7oO9KuSzNRDz { position:absolute;display:block;z-index:100001;background-color:#ebc965;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:29rem;top:1.625rem;left:23rem;display:block; }
#GukJJUAHohEa9DvBJSpNUzMXzCrd97H6 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:2.5rem;left:22.9375rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#SiNLZCx8Z6ZPxlgnHxv0kAlCoORnVO3P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:5.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.625rem;left:22.9375rem;display:block; }
#WvTmuWyhgdKOX9KlQC0ydHxDXqXzkPZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OCrPH7M5MbXUof9tV5FROrO3oPnJq1T1 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:1.40625rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:none; }
#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19d5c9da-0138-4b10-ba4a-6f17f722900f/wek1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08.adaptive-delivery-prevent-bg, #UO45FRME5TMzdKSxXTbbmWe7iNoTHS08.lazyload, #UO45FRME5TMzdKSxXTbbmWe7iNoTHS08.lazyloading { background-image: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container { background-color: transparent; background-image: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container > .video-iframe-container { display: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row > .video-iframe-container { display: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .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); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container { border-width: 0; border-radius: 0; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#cNHKwc33sQdZq8Is2smRlPVgy8PVra2x { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:1.40625rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#ZgPLU6720FudpvZkZ0Q1HFW0ReORFyxe { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:9.5rem;left:15.53125rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container { background-color: transparent; background-image: none; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container > .video-iframe-container { display: none; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row > .video-iframe-container { display: none; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .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); }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container { border-width: 0; border-radius: 0; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#Kx5Te2cIuJAOinEPkqSAEITPww2SU9PB { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:1.75rem;left:27.3125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container { background-color: transparent; background-image: none; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container > .video-iframe-container { display: none; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row > .video-iframe-container { display: none; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .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); }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container { border-width: 0; border-radius: 0; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#zIGfcmOrXmGXOi6LzXx2hhhPlkV0wIAk { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:13.3125rem;width:16.125rem;top:2.75rem;left:6.625rem;display:block; }
#TQpSXz5tOLoeT6ISF3d9apZEyDdg0Sn3 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:10rem;left:10.03125rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#hZxs8Vb3yyk5EEX2tMdKttn1HAkzccOg { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:13.3125rem;width:16.125rem;top:2.75rem;left:29.3125rem;display:block; }
#Nd9vHv036MfMvpImOWqBTKia42ZwCe6v { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:10rem;left:32.03125rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#wnITR6SDtBWi1DqVFdIdCAEMUVkS11J8 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:13.3125rem;width:16.125rem;top:2.71875rem;left:52.5625rem;display:block; }
#sdEvq6ECh5hysqZBLoX5UKbBQX0DvEpT { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:8.90625rem;left:54.15625rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#vdKqTE8t2F65yz9MmS8Biu0PACdsRNVw { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:16.1875rem;top:2.75rem;left:6.625rem;overflow:hidden;display:block; }
#TnLvurrupr3mhVxfziTTCbx0BKM2cQK9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:16.1875rem;top:2.75rem;left:29.34375rem;overflow:hidden;display:block; }
#P6bCFLxqI17pv96SS7cQMBIIouIVwcEn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:16.1875rem;top:2.75rem;left:52.53125rem;overflow:hidden;display:block; }
#HwWEQlBr21wmgJl8LdaqhKrg7NTBgqVJ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:3.9375rem;left:30.84375rem;overflow:hidden;display:block; }
#Uxy4bvxILMtr77H2b5GOJas8Qrxmw6B1 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:3.5625rem;left:53.90625rem;overflow:hidden;display:block; }
#v1i7xcmibKcnV3GlsGubyHNfvTSQisCl { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:3.6875rem;left:7.6875rem;overflow:hidden;display:block; }
#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container { background-color: transparent; background-image: none; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container > .video-iframe-container { display: none; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row > .video-iframe-container { display: none; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .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); }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container { border-width: 0; border-radius: 0; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#NubtJkiglxyB2GdwFtnRCGhMgA5ylWaT { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:0.25rem;left:4.65625rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#y3A39VkbPxx5fE5V7yNxXfEhCqAHrTdt { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:6.9404296875rem;left:4.78125rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#cKKFhrimcp12W0K2LXN3DkwrqOK5qksU { color:#000000;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:13.5654296875rem;left:5.1875rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#eFGuia6Zk2f9PfqUh5PJ7Ipr827aDd1K { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:21.748039245606rem;left:5.4980463981628rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#iT13yb2z8xtdNT1uItJUEfbca8pMfywi { color:#f5b410;display:block;width:61rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:29.5625rem;left:5.9375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#z6yL95xE5HaUh7rwwLskvXKoFwvleBAH { position:absolute;display:block;z-index:100003;background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:4rem;width:53.5625rem;top:28.5rem;left:9.6875rem;display:block; }
#dtaHNFodLWeTUT6kuC5frHoqCM3WiJEX { position:absolute;display:block;z-index:100015;background-color:#f5b410;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:11.94921875rem;left:34.875rem;display:block; }
#ZLgxleoyyQPAOiH2PDPWqiz7pWvKrsfo { position:absolute;display:block;z-index:100016;background-color:#f5b410;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:5.19921875rem;left:34.875rem;display:block; }
#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(180deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(180deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(180deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(180deg, #c69e3f, #f4c837);background-size:auto !important;position:relative;display:block; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container { background-color: transparent; background-image: none; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container > .video-iframe-container { display: none; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row > .video-iframe-container { display: none; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .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); }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container { border-width: 0; border-radius: 0; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#vSoGOsZAvtTRwPcmHPbBaDx6Be4oRVdV { color:#000000;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.71875rem;left:13.1875rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#sTD2CKdqNd9RdfwuKBxFq8myNJUykxwk { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:5.53125rem;left:14.34375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#dm3qmz7rXJA1fKVdUL9AAh0nzpTVNSAU { box-sizing:content-box;color:#a73231;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:13rem;left:14.34375rem;display:block; }
#bMqOKFESImP0qywAW1nBRMqnwgBE0zms { color:#000000;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:18.375rem;left:10.34375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#lTiQRIUV7cMV1sBgBs3afMvatRWErtnU { box-sizing:content-box;color:#a73231;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.1875rem;left:33.5625rem;display:block; }
#pTHwJfNwlXpohkboPO0IVBThTZ67FeZ7 { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:18.375rem;left:28.8125rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#d5SCS8UZSQ1cwEQwVuwy6IMzkZIkuzNh { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:18.375rem;left:49.875rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#VkJ7wHkPBzEBDyaAAsTdc97sA8UUr8dp { box-sizing:content-box;color:#a73231;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:13.0625rem;left:54.625rem;display:block; }
#I9PUvT69WaydP9JH4kqhzyKs5exTFoJo { position:absolute;display:block;z-index:100002;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:14.6875rem;width:16.125rem;top:12.4375rem;left:8.96875rem;display:block; }
#eER9OeO1cE3A3fKrV1nK5F2ZmbvdUdAw { position:absolute;display:block;z-index:100003;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:14.6875rem;width:16.125rem;top:12.5625rem;left:28.25rem;display:block; }
#kvK4pdrH5FVTbRBJpTtscAQFqteWoXaD { position:absolute;display:block;z-index:100004;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:14.6875rem;width:16.125rem;top:12.5625rem;left:49.3125rem;display:block; }
#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l.adaptive-delivery-prevent-bg, #wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l.lazyload, #wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l.lazyloading { background-image: none; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container { background-color: transparent; background-image: none; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28); }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container > .video-iframe-container { display: none; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28); }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row > .video-iframe-container { display: none; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .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); }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container { border-width: 0; border-radius: 0; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#vT3ERwE3FGV2kun03ntukWAQ8kxwyikV { color:#f6f6f6;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:8.125rem;left:0.5625rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#ppoDvxOvaypfvCxHoTJ3JHVmFm8VOGzz { color:#f6f6f6;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:8.125rem;left:26.4375rem;height:6.8rem;text-align:left;text-align-last:left;display:block; }
#xTVSOKE1hJ3bDUetleUE6aTHu5v98uIR { color:#f6f6f6;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:8.125rem;left:53.5rem;height:8.5rem;text-align:left;text-align-last:left;display:block; }
#imRTH4Ufzsa2s3x0KUh2biDvJzlEbktr { box-sizing:content-box;color:#151515;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:9.9609375rem;left:21.6875rem;display:block; }
#enITTOmJ1lXaWaPX0G0eXdUMs8rKKPCC { box-sizing:content-box;color:#151515;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:9.9375rem;left:49.125rem;display:block; }
#bQMsnkzd4CMyByddqzFsWsR6Sde2n7eU { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:21.625rem;left:6.5625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#TEs91N3hFQCQWo81CAazWzngZruDa4oP { color:#000000;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:25.375rem;left:6.25rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#eLIZq2W2P5TpGC1mQHpZJrJRZtLGnc0s { color:#f6f6f6;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:29.3125rem;left:21rem;height:3.8875rem;text-align:center;text-align-last:center;display:block; }
#pCXcgU8hAsNp6CfZclb5a6aJ1M4zA85P { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:40.0625rem;left:6.5625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#HTWBzlHTd7kNuXvEnT0KFuF3icaLmfIt { position:absolute;display:block;z-index:100003;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.07) ;height:6.875rem;width:36.8125rem;top:27.8125rem;left:19.125rem;display:block; }
#JPtpieHzILy7nbXUdxGzNNsTBTqnostG { color:#000000;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:44.5625rem;left:6.25rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#cZne7XQqTdfdZXJinTuoZMLcEoDx8xmK { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:40.75rem;left:26.375rem;display:block; }
#zr9iB7eJahRMlU3Ohu9oNwrp91i5iiZD { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:40.75rem;left:44.5625rem;display:block; }
#pgH1W8T8FiTBnUaUND7vI66hA9Z6gO50 { position:absolute;display:block;z-index:100014;background-color:#f5b410;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.63671875rem;left:53.5rem;display:block; }
#SviPTKC0NwS8PGr2AwkUbETz3kIn2ixV { position:absolute;display:block;z-index:100015;background-color:#f5b410;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.63671875rem;left:26.4375rem;display:block; }
#UcPTL9SBCIl98X758a375asdHS52Qlct { position:absolute;display:block;z-index:100016;background-color:#f5b410;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:7.63671875rem;left:0.5625rem;display:block; }
#eeDTI98knT709CDpmGylR6K5TE0k2yIy { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:2.6875rem;width:2.6875rem;top:10.1796875rem;left:21.84375rem;display:block; }
#mH2XQ1KnoLkVADb05UdDd0TKao57msIC { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:2.6875rem;width:2.6875rem;top:10.1796875rem;left:49.28125rem;display:block; }
#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:url("https://images.assets-landingi.com/uc/4d3a541d-65b8-4b00-b0cf-25161d6f046e/ksztalt4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA.adaptive-delivery-prevent-bg, #NLwE6IzZk9NCINFKuU18SQdFZxiztgRA.lazyload, #NLwE6IzZk9NCINFKuU18SQdFZxiztgRA.lazyloading { background-image: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container { background-color: transparent; background-image: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container > .video-iframe-container { display: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row > .video-iframe-container { display: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .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); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container { border-width: 0; border-radius: 0; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#kvvbIkoLMikI2f6o7PbThcwXmyA3bcTx { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:1.337890625rem;left:42.1875rem;height:6.4rem;text-align:justify;text-align-last:initial;display:block; }
#T6PtEyWR5BEETCEA9Z0kkmspHbwZ2IpH { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:8.0625rem;text-align:center;text-align-last:center;display:block; }
#wVrL0VxqGn3KdCV63me3te4meF5Rvno8 { color:#f6f6f6;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:19.1875rem;left:0.6875rem;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#XT1b6sFfLr6qQkUGfl3ybxJHbTyO1PeM { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:9.3125rem;left:42.1875rem;height:4.8rem;text-align:justify;text-align-last:initial;display:block; }
#dOPRAcVkJJyVHUv9CuS3ovbzulMTvrg2 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:15.6875rem;left:42.1875rem;height:4.8rem;text-align:justify;text-align-last:initial;display:block; }
#N3XsCcup6STS2toey7WzmmKEPzL9uEyL { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:22.125rem;left:42.1875rem;height:4.8rem;text-align:justify;text-align-last:initial;display:block; }
#Z5AHEQPeCER4OfTMTUWIMn81OOl038fG { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:28.0771484375rem;left:42.1875rem;height:4.8rem;text-align:justify;text-align-last:initial;display:block; }
#t0bXz1tDJerLBABTJguI1HsqK7wcktgC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.6875rem;top:1.775390625rem;left:39.28125rem;overflow:hidden;display:block; }
#Kw0yG3Tzu5RsTM1wJ5A0huSzZ1HcZuNz { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.6875rem;top:9.900390625rem;left:39.28125rem;overflow:hidden;display:block; }
#OICnfdH98gCXJa9gUTLFAT4MxIcMTx8N { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.6875rem;top:16.15625rem;left:39.28125rem;overflow:hidden;display:block; }
#rXTxfC08vpGWXT6UzOSMS9GfTZ3xAlDV { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.6875rem;top:22.5234375rem;left:39.28125rem;overflow:hidden;display:block; }
#bmIwtNbnEcu7CqrETyQgGui07pN7Fagd { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.6875rem;top:28.3984375rem;left:39.28125rem;overflow:hidden;display:block; }
#TyibrUlefWk8kCUvoJulBLRyFieoTR4e { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:8.0625rem;text-align:center;text-align-last:center;display:none; }
#VE9yTlKXKrgMHUfZfPJkleCOct1L1TMh { color:#f6f6f6;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:19.1875rem;left:0.6875rem;height:2.3369125rem;text-align:center;text-align-last:center;display:none; }
#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container { background-color: transparent; background-image: none; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container > .video-iframe-container { display: none; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row > .video-iframe-container { display: none; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .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); }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container { border-width: 0; border-radius: 0; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#kqbWlkrst0hRPpFTbk1c1BUcApvtCAfa { color:#000000;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:8.125rem;left:6.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#zFXFGN2X7CwAaeWulEgATf8FyppvZPkO { color:#000000;display:block;width:68.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:11.6875rem;left:3.25rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a.adaptive-delivery-prevent-bg, #M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a.lazyload, #M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a.lazyloading { background-image: none; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container { background-color: transparent; background-image: none; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container > .video-iframe-container { display: none; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row > .video-iframe-container { display: none; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .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); }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container { border-width: 0; border-radius: 0; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#olSVxFPwQ50cFTihJaW5egzpd0CBPRKZ { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:12.749450683594rem;left:40.749288082122rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#QqNAGfDDGzRTHkF2NK8n2aPbiltGT7hb { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:37.5625rem;top:7.359375rem;left:0rem;overflow:hidden;display:block; }
#Zm7kunKfq9ei1DdfL2xMXoDMu7zTmGmp { color:#000000;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:20.358673095703rem;left:40.749288082122rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#g0dEHqRV2izgoNAJeMfd6U3Ri3XpqnBs { color:#000000;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:27.624298095703rem;left:40.749288082122rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#NW1zEQwI7hMtb25Pq2DCuqIXhoPow4Td { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:2.375rem;left:40.749288082122rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#CIROBhBu3FVJ60WEBg3eOJp9g1sVo0fd { color:#f6f6f6;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:9.9840087890625rem;left:40.749288082122rem;height:1.80625rem;text-align:left;text-align-last:left;display:block; }
#I6Zsdc60o9VGAMq5mIEwNTTVaopD1dw0 { color:#000000;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:38.46875rem;left:8rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#DvzdWavGDr3Qvgpnii8ZhNGypFkT6Ol6 { position:absolute;display:block;z-index:100011;background-color:#f5b410;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:2.25rem;width:0.125rem;top:2.88671875rem;left:39.5625rem;display:block; }
#JEfnPlBgaObnAJZJlT2Qx3RCKO4loNPR { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:21.125rem;width:21.125rem;top:4.25rem;left:0rem;display:block; }
#cRm5AXv0IKsOZA13rzhf6pKnHuAzS21J { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:53.6875rem;top:37.375rem;left:10.65625rem;display:block; }
#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container { background-color: transparent; background-image: none; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container > .video-iframe-container { display: none; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row > .video-iframe-container { display: none; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .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); }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container { border-width: 0; border-radius: 0; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#R6xR5uftXwfVKmgyT2MxkG08Hfr2IZcL { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:12.625rem;left:6.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#qXVkrkziZcCsGytmKnE0OpNcxW2UGcKN { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:0rem;left:16.21875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#TrtvKwtCrPG8KKf8gDwDdr0TZKouOGDT { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.6875rem;left:35.9375rem;display:block; }
#SJTRA57mTotmipJWpXku7dyuxllr7iyy { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:53.6875rem;top:37.375rem;left:10.65625rem;display:none; }
#McWoRt9AXKBGVCPNbT131qvU98ezyotz { color:#000000;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:38.46875rem;left:8rem;height:2.15625rem;text-align:center;text-align-last:center;display:none; }
#miIpgsW80zDGQlJtR0ivSxX6kgDc3lAM { color:#000000;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:38.46875rem;left:8rem;height:2.15625rem;text-align:center;text-align-last:center;display:none; }
#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container { background-color: transparent; background-image: none; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container > .video-iframe-container { display: none; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row > .video-iframe-container { display: none; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .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); }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container { border-width: 0; border-radius: 0; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#WnBkt3CaSFhnuJLwq0T86XUWE8ZqWoDt { color:#000000;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:9rem;left:3.5625rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#dfppEGdAy6WzPV2f6iQ9WFhJTxr3vqW0 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:14.75rem;left:3.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#uyoE1mO2xV6QV9vaQTeKDzzN67xe2G3r { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:20.375rem;width:20.625rem;top:4.1875rem;left:2.1875rem;display:block; }
#U2On6g1MRAziDNNiGonyiD164m0HmFrz { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.625rem;width:6.625rem;top:0.625rem;left:9.1875rem;display:block; }
#bp31CZ4DdqOfAJI4n5ZQ3d0oIq0dhRE7 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.25rem;top:1.96875rem;left:10.875rem;overflow:hidden;display:block; }
#peUV8B9pUnapS0EQPEF1DiLcEFOr7ue6 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:20.375rem;width:20.625rem;top:4.1875rem;left:27.1875rem;display:block; }
#rHALg5ekO8uaXFLxKS4dG5eG8CLVqn19 { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.625rem;width:6.625rem;top:0.875rem;left:34.1875rem;display:block; }
#pWEtTNaTnv3TH4eC2PQoKhlUOdU413Z7 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:3.25rem;top:2.75rem;left:35.9375rem;overflow:hidden;display:block; }
#FAMHiNbUiwdIyI2UpxtVtA32KsBObMpp { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:9rem;left:29.46875rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#NepIK8db1o4Hs6GRJSvsBbTJpJKpou64 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:14.75rem;left:28.6875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#HNITwrQH9qmJMzdtSdfqHzozZncCQ52o { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:20.375rem;width:20.625rem;top:4.1875rem;left:52.1875rem;display:block; }
#dIk0XwqOFwr7fLKke6MBfLacZJTxgKqa { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:14.75rem;left:53.6875rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#qAh5t02sluEkRQCuk4E4TSFhDPOaoE24 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.625rem;width:6.625rem;top:0.8125rem;left:59.1875rem;display:block; }
#EMZK6k0yo8otmmT91IgRtVihivGeo8dm { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:9rem;left:54.5rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#gMaAO3oKo925saTDhK9nuWUNMPWi7qq5 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.5625rem;left:60.875rem;overflow:hidden;display:block; }
#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container { background-color: transparent; background-image: none; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container > .video-iframe-container { display: none; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row > .video-iframe-container { display: none; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .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); }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container { border-width: 0; border-radius: 0; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#G3sF2TtefsdTnLRA5WHoE5Bk0EDX0Gwe { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:0rem;left:7.1875rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#WWS8268xokWbq0NwBzoqqNMFIHU52sw8 { color:#000000;display:block;width:67.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:12.9375rem;left:3.78125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pKTWnQn9wc4lEizzvX6QbOHXz6y0wokw { color:#000000;display:block;width:49.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:19.5rem;left:12.625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#zveuR3Ol58caXJO8Cxc69unhikt6TM5n { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:6.0625rem;left:35.5rem;overflow:hidden;display:block; }
#QNpZhtH1257k5ryG4kbwVpI41Uu0fLwx { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.625rem;width:6.625rem;top:4.5625rem;left:34.1875rem;display:block; }
#o8zIN7ceTDKuNsKskM8vKMAopKMwIKTi { position:absolute;display:block;z-index:100015;background-color:#f5b410;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:6.25rem;top:25.88671875rem;left:34.375rem;display:block; }
#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container { background-color: transparent; background-image: none; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container > .video-iframe-container { display: none; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row > .video-iframe-container { display: none; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .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); }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container { border-width: 0; border-radius: 0; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#dAXUZfn7LpLW4tI0QvJTzTeq9aWl6hca { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:2.75rem;left:16.21875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container { background-color: transparent; background-image: none; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container > .video-iframe-container { display: none; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row > .video-iframe-container { display: none; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .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); }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container { border-width: 0; border-radius: 0; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#wTWtoTrublH8xUGvueVo9wMieltnCJhn { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#BzLe9PNF598DXtTeQ2acmdnsTMVaHmI1 { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#ENZ9gPtkuJGHrtgwToBM45exubKUnvUw { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.5rem;width:9.3125rem;top:-0.0625rem;left:0rem;display:block; }
#F5Fddu1Wh0IduS0BLsfWt42yCWxAZSJK { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag.adaptive-delivery-prevent-bg, #xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag.lazyload, #xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag.lazyloading { background-image: none; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container { background-color: transparent; background-image: none; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container > .video-iframe-container { display: none; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row > .video-iframe-container { display: none; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .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); }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container { border-width: 0; border-radius: 0; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#aa9HgQfWaxMAeJ7o18tn48tUJc0XGdJ5 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:6.5rem;font-style:normal;display:block; }
#u1ln1lv0Kvwn2Uwxx4CGU8Sr8V9fwx7l { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.5rem;font-style:normal;display:block; }
#WDm27TPytLEEZBfrMEf3053sneqqMLXT { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:11.0625rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#FQ3Nzn5uzpgTP2DHurT0CdyZBWMzr7u6 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#JSnmBFlAvuQT6hfQmeJMXlhlVDroeM0K { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#RhqTwbOoKs4engHgdM6edO1rLkGqbTg9 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container { background-color: transparent; background-image: none; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container > .video-iframe-container { display: none; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row > .video-iframe-container { display: none; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .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); }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container { border-width: 0; border-radius: 0; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#JyqmE47M7hm3xmIFnIiGfkLdruTEJs1h { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#vnaMNC14kNyfroAmrgh5kNs9qsBD2Q8y { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#PcrycdT8sTw2T53Rz496T4XvamnyDPN7 { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.4375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#EJHi4aPhGWi2rHo6u2TKCQIP0zeqmWxD { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN.adaptive-delivery-prevent-bg, #PmfsVcev30acQZQLeTlEblvCZ4JHhRKN.lazyload, #PmfsVcev30acQZQLeTlEblvCZ4JHhRKN.lazyloading { background-image: none; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container { background-color: transparent; background-image: none; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container > .video-iframe-container { display: none; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row > .video-iframe-container { display: none; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .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); }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container { border-width: 0; border-radius: 0; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#LMwyt6dS5CfD9JrJ0afaEMauudW6toLV { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:24.7rem;font-style:normal;display:block; }
#ie9tQRdXClvTPI2kpGWT0HEoLHAgh0m5 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:24.7rem;font-style:normal;display:block; }
#lGbm0tavBWcTcJbEoJ3eK6xmCCbhbt9V { position:absolute;display:block;z-index:100000;background-color:#c69e3f;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:29.4375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#Q8PnkXfpR2qO8NmoTk0ZeNSIMt1TGpHC { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#z20F5MvxPXd5GDE048BBXispELMxXAFv { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#vD9mvB6DXEzqXcU0NQmW2QdGGKW2J4Zq { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#ArKEFKQfTQBA3zmGs8S0aiTd5whapxZn { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#TXJZ4v8zKySGJZf9amMJwxWMvxsbxe82 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#XkOHJxsizHrdmWXekEPikCn1be2xvxFb { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#mC8V5JWIst15CNt2atquEgynEBAkK1W2 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#SJTXPe2FXUNGplqGObXAg4sHLtxxbSSM { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#O0OxWQUxrur9B1QtEllpnCcDcOSPmnvA { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#dhQgKAdmXB48JbTzAgMDoxsNCaEvTI8S { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container { background-color: transparent; background-image: none; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container > .video-iframe-container { display: none; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row > .video-iframe-container { display: none; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .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); }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container { border-width: 0; border-radius: 0; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#whpdiL1OhDOydzFrmr5rDRxma39U6UCb { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#CmXtZhpgnXvOLwLQL7TpmwA7u0kApZs1 { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#IPgJK3oavQRIHVsNsKSdiTVn7TwFG0GT { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.4375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#fhEVBMPXNVVTNnaZqpWGQTwlh3GiRprF { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x.adaptive-delivery-prevent-bg, #Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x.lazyload, #Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x.lazyloading { background-image: none; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container { background-color: transparent; background-image: none; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container > .video-iframe-container { display: none; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row > .video-iframe-container { display: none; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .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); }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container { border-width: 0; border-radius: 0; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#vuqTahu4NxxvPAmwy1xeWSrDAzBg3U7O { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:16.9rem;font-style:normal;display:block; }
#kPaKqaZyuZVTBTO0CC1mH1Qms6PinuQc { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:16.9rem;font-style:normal;display:block; }
#q2QigF7bH5fWHy7oCqIg8FGKpBlhL6nf { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:21.375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#Kdg11KhICe8F7GMW0yt8sfh7ud4PbIvy { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#PVKNhUFtA4cdwsVupvDcSXbUpXsUDom0 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#Hlk4pJrXc2mCVUJTld9ffHr75sih8f7i { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#AJTVcIABJN7gUr0MaWx1gDxdoEMlsP5p { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#bQeomG3rGT5L9kQqyO2usbpDvo3w0k1i { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#ipGpsgPoI6mZcMGgivH3y1lmZ7pUQsH3 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#AKROyPCCTZw0TH7EZgbq0nPMlJA4eMAH { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#xdVveNEzUaov8vxa8bycLgT9CviCffMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container { background-color: transparent; background-image: none; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container > .video-iframe-container { display: none; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row > .video-iframe-container { display: none; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .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); }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container { border-width: 0; border-radius: 0; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#rQrNCTp7RFHmpxRvewA3p7PIU2ei363W { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#oqLSfaW9SxO6Rws5lbc6zFX7WIzg496S { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#w0lWbpHEtUOFi0GRi0gVBk8LTT1RHF7F { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.4375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#wfpah4sg1oWTLScAqh5vuQRAVAUT9O2V { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#bck36TyxWocFeMh4gVtiNAWZxVMFF6gO { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:21.5rem;width:9.3125rem;top:5.3125rem;left:0rem;display:block; }
#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq.adaptive-delivery-prevent-bg, #lRWJHoVydm5J8UEUbVBuab15JyIT93Hq.lazyload, #lRWJHoVydm5J8UEUbVBuab15JyIT93Hq.lazyloading { background-image: none; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container { background-color: transparent; background-image: none; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container > .video-iframe-container { display: none; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row > .video-iframe-container { display: none; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .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); }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container { border-width: 0; border-radius: 0; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#uCBQkTaki8XQ1eBL2fQJPmhgJ2DSAOrt { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:16.9rem;font-style:normal;display:block; }
#HsUXLVNwdX108GNiDRTabKuPwDqkLlkz { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:16.9rem;font-style:normal;display:block; }
#e3PwpTcEdlwKSmGoZsLGauUPLsAJKBwI { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:21.5rem;width:9.3125rem;top:5.3125rem;left:0rem;display:none; }
#UnHXfizhsw8JnmbletIn5QiwEXLOhlkH { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#DC3W6xfIFw78bNQiUF79IMxtNI2KzhMu { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#TGDi9iBdgV5GhQ0uAoTu6zCFqwVSG83C { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#saRIfq7okidGAvNf03vJ7P31CuwAsHCo { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#tw04bUfZyhnhIdJWpU8wr4vchkE80aZ4 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#xZ8d5HZ5V9F7bSwoxUm8CnkZzci5SuWZ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#MZ21UXMwtMp7mp2u72dJVarNL11GBvVa { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#pGptAtveEmbPD2hAlsrVTRib2EolTNtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container { background-color: transparent; background-image: none; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container > .video-iframe-container { display: none; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row > .video-iframe-container { display: none; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .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); }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container { border-width: 0; border-radius: 0; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#kS15dbHCtX8dCOZeh7r8WlbOi1zNNe36 { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#ka6aSsiHmyxTACBuTXKf9MxaE5L1MEtx { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#bK5sA5WmwTXs9VhCmZ2i3wRE9M1PbADA { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.4375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#Xl9IlcoTPeulzJ3EVMKVzRxdAGGqTL8E { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5.adaptive-delivery-prevent-bg, #ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5.lazyload, #ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5.lazyloading { background-image: none; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container { background-color: transparent; background-image: none; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container > .video-iframe-container { display: none; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row > .video-iframe-container { display: none; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .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); }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container { border-width: 0; border-radius: 0; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#q9yF66pfe2SA3Dg2vBKinXWMloce2V7T { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:14.3rem;font-style:normal;display:block; }
#V7yNopoWQHw1y8qf7ipen8WVQtvXrO9G { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:14.3rem;font-style:normal;display:block; }
#uZyTMtF8C6MVcubNvOcB6hBqiHqVglIr { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:19.6875rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#SSqo0I7czaC56T2WgWUx0Sfb49W7e0VU { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#f2bIyuqAAlHd0V1Z1TEwR5KlaLAs4Lvd { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#kB8SWFnTCuvdIBVQ9oVWQTahl71FDPy7 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#FdFx7AL5nvL7ucxPwrXcqPJ34JvM7yTB { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#CAJxodUk8ZaL7icL3uN9b90GcR9K5xr0 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#KN6xgkciMLDLwQnB5WzMMXPsT502i2hE { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#K91MHn217vM7ALmqT1IZ8ZL2CabCWing { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container { background-color: transparent; background-image: none; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container > .video-iframe-container { display: none; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row > .video-iframe-container { display: none; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .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); }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container { border-width: 0; border-radius: 0; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#xmtUsTGkq2L07RA6xWEa4TeC292pI5RH { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#Xe1m38pVZSk6rT6whD8rpxGycsNS7Ed7 { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#VKoTfn5d1qbRxQcXBxnex7F5x6LDKaG8 { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.4375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#Obo4Hct8AaLG97ZX6ZLhODcI6Wvq4qDQ { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL.adaptive-delivery-prevent-bg, #lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL.lazyload, #lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL.lazyloading { background-image: none; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container { background-color: transparent; background-image: none; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container > .video-iframe-container { display: none; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row > .video-iframe-container { display: none; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .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); }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container { border-width: 0; border-radius: 0; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#x6qlqET3ELVQV2C2peHuSh5nlX5C2PCJ { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:11.7rem;font-style:normal;display:block; }
#wzVUbbZDVuAm3botDSiJQosm2Qp5xKWX { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:11.7rem;font-style:normal;display:block; }
#pRWSVtDEJuMiKVikvuKs2LiZxALD1y8r { position:absolute;display:block;z-index:100000;background-color:#c69e3f;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:16.1875rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#z3kE1eS5MphTreH5lOwHqBBiFDMbJKNB { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#Oh54oBDRTVcbV2CGZblvMyJVmSeD2h51 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#mkdhuBXT01Tl3GaZLKvZziKNTZIdBpmL { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#Ehw2qFmPBgET5h6ZHEEEcSL85pFfD278 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#NEdum0hDQH9m45Ha99DvnDL4ZhK4CSZD { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container { background-color: transparent; background-image: none; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container > .video-iframe-container { display: none; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row > .video-iframe-container { display: none; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .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); }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container { border-width: 0; border-radius: 0; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#GScWJK7W8I7De6KtFWHWFptt06Sgcgz1 { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#fXrnTJ1eFJofV3ZXDwrzSy00dB8vPcfq { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#GwIhQFWpf4u0gHxFrJTcX6ivgIZGpsgR { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#VF547lEClqSTtnZyxLkGL5lpuebMeIdb { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq.adaptive-delivery-prevent-bg, #Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq.lazyload, #Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq.lazyloading { background-image: none; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container { background-color: transparent; background-image: none; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container > .video-iframe-container { display: none; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row > .video-iframe-container { display: none; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .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); }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container { border-width: 0; border-radius: 0; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#gcPc55cbxFD3zd2CwaR8HPd6kOdoxe2o { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:11.7rem;font-style:normal;display:block; }
#cVLozny0UaCHo9bkypHU29Egw8PHEbGh { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:11.7rem;font-style:normal;display:block; }
#zDOWhst5Ri4myznJTAfKTFKZQbsl9uH8 { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:16.1875rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#ssS9mhOe0aKeMfOu9aTMsgGA2TW56aG4 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#PA33FvvsAE7VnTtrDI4J9tAZVUMQ0qAd { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#PBgUzUXlXJakT6NNBiiQUTkSGJZZ5CJ1 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#DaEcCXHNw0RuR7KRClSv6Q3pwkC7Tx5q { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#AkLTlJp4TFqreeEyorxPMrfmMIRwLFio { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container { background-color: transparent; background-image: none; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container > .video-iframe-container { display: none; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row > .video-iframe-container { display: none; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .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); }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container { border-width: 0; border-radius: 0; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#A7srZzob9WcybVT26sNSkRsHI5orSVDg { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#K0yvvTZaIcGg4QEcmwUfUWcUZHLNgzKe { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#VbIpfEsrvh7mz1yEAMoal48edkvGA0Jt { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#ux7zhvNB246Nhk7pH6rCVyMxMSIXzOzM { color:#f8f8f8;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#Er84N14mBQ5O1ZooiCDaVRtmcUt9uZXp { position:absolute;display:block;z-index:100000;background-color:#c69e3f;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:11rem;width:9.3125rem;top:5.3125rem;left:0rem;display:block; }
#PA2T24yos1HLy8WfksoyJc4cqABSsooS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS.adaptive-delivery-prevent-bg, #PA2T24yos1HLy8WfksoyJc4cqABSsooS.lazyload, #PA2T24yos1HLy8WfksoyJc4cqABSsooS.lazyloading { background-image: none; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container { background-color: transparent; background-image: none; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container > .video-iframe-container { display: none; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row > .video-iframe-container { display: none; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .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); }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container { border-width: 0; border-radius: 0; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#aDKKSKO31x2b921TUw9HLeURiMABvX33 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:6.5rem;font-style:normal;display:block; }
#KoeICzeJxsBkIkDTiI7d5Iwb6aKWhwyG { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.5rem;font-style:normal;display:block; }
#vzm5ZmNeRBPzkMdqVf5xwkwepd0COp5D { position:absolute;display:block;z-index:100000;background-color:#c69e3f;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:11rem;width:9.3125rem;top:5.3125rem;left:0rem;display:none; }
#aTRCnaTKX56tAMqfQnGaqCBF5ZIxpgoU { position:absolute;display:block;z-index:100000;background-color:#c69e3f;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:11rem;width:9.3125rem;top:5.3125rem;left:0rem;display:none; }
#gx4UsF7hi0IdowTkA1ihZBPTBh6PFDx1 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#Uu9nnkpMF6wZrSDRN0MdJ8X6d3rRKLQz { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#NewCDA8NcQOHNcDudiu93ItKTy68G0GS { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container { background-color: transparent; background-image: none; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container > .video-iframe-container { display: none; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row > .video-iframe-container { display: none; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .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); }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container { border-width: 0; border-radius: 0; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#A3SL09RzNIO4xoRMapN0xxgPW3NyHJJE { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#gnveNqnUm1DG6T3zMbFtLsyoqL9wtxzc { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#SHpQNO4pmUFyOAbd83CIvDLmgtRFTRCM { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#eqX9oJt0Hg9Cshak0lOHvKBRzcsg3hNz { color:#f8f8f8;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae.adaptive-delivery-prevent-bg, #UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae.lazyload, #UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae.lazyloading { background-image: none; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container { background-color: transparent; background-image: none; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container > .video-iframe-container { display: none; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row > .video-iframe-container { display: none; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .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); }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container { border-width: 0; border-radius: 0; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#g2hOHZfVOSNpvctdue8tvhP3ROluugHJ { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:16.9rem;font-style:normal;display:block; }
#JdZlnZKLhX0DJxAmr2v2zNQ5rkSHey6D { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:21.1875rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#lq7bt16lHBZEfx4AaLSgxZO4QMr89rZU { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:1.84375rem;height:16.9rem;font-style:normal;display:block; }
#kVoSehRI3QfnDUoGN7PcMsbLcOAwc32a { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#ZtHowd99ZUtWVbATEAlt8O7hydsNziU5 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#iDE24WmQHmtEk3MQZnk1to0m0po4WbuQ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#m1HQrmDI4MxUN6S8H3SwFTk7Rx1KCd88 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#PsbIJp19zpgVT1JvzGIwHPiTh5PSlqcM { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#AHgdtW0H2laiDyqQTRvMGdANuhus9s3p { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#O1NopbJgJPZSdp4KqszdeMHDoI3gxJzQ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container { background-color: transparent; background-image: none; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container > .video-iframe-container { display: none; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row > .video-iframe-container { display: none; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .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); }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container { border-width: 0; border-radius: 0; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#OCr2wHF4y6bmvfURlv9168vZ43V4T2kA { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#yu050g8oJTiDmsK280ggUFmVgMDXc7wn { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#u42Tk2ir0l66zidMyQKAwKurykTb1kD0 { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#FsZCuLCK0sTEiGrvbUTIKzK8Oxox2InT { color:#f8f8f8;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX.adaptive-delivery-prevent-bg, #NHuiTW4sPerPlgK4INsRikxwo7B3zBIX.lazyload, #NHuiTW4sPerPlgK4INsRikxwo7B3zBIX.lazyloading { background-image: none; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container { background-color: transparent; background-image: none; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container > .video-iframe-container { display: none; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row > .video-iframe-container { display: none; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .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); }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container { border-width: 0; border-radius: 0; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#oU2TpNyKcqaZ0eqz7MyhGxVBGFCyr3SG { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:11.7rem;font-style:normal;display:block; }
#EpSEreRsMw88BKhLwMAvr5EI0zWdrfV7 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:11.7rem;font-style:normal;display:block; }
#zdWOTNfATpcV2EfWVkX5bEM6E5QkHlrv { position:absolute;display:block;z-index:100000;background-color:#c69e3f;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:16rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#SP3tWa7WAD9OWboFIF8GSiV8miTv4WVp { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#oDXQ9pAf7SZTMgATt5hcmfl3kksimdti { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#JQKTkNFbC1XO3WfuXZMBLeNELU5M7CvD { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#xz5eA0bCTz94xntz4ewUSEWL3PvIMiwT { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#LLTXGWgtUDza2iJh36TEBE2PfSr7XKCo { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container { background-color: transparent; background-image: none; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container > .video-iframe-container { display: none; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row > .video-iframe-container { display: none; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .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); }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container { border-width: 0; border-radius: 0; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#uGzTR4mTtW8iOZhQc7aC1zLy0f8wxTXA { color:#f8f8f8;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:11.8125rem;height:1.4625rem;font-style:normal;display:block; }
#XscCWdUoCNniNbZSbToRT6TcEeiK8odJ { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.5224609375rem;left:65.6865234375rem;display:block; }
#BIMxZBRcnstZvx4178fLPOvu6w16d7yt { position:absolute;display:block;z-index:100002;background-color:#c69e3f;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:5.375rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#IC8VbDZkPktVhq2apNZGIrnMDoDmC697 { color:#f8f8f8;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.92578125rem;left:2.25rem;height:1.4625rem;font-style:normal;display:block; }
#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V.adaptive-delivery-prevent-bg, #HtOiHqMe32L1yErCSX6hFQvwCOldfz4V.lazyload, #HtOiHqMe32L1yErCSX6hFQvwCOldfz4V.lazyloading { background-image: none; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container { background-color: transparent; background-image: none; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container > .video-iframe-container { display: none; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row > .video-iframe-container { display: none; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .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); }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container { border-width: 0; border-radius: 0; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#PoWNSHxR4ncnS1ZM9kZSMC6pKf9SFWCn { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.201171875rem;left:11.8125rem;height:6.5rem;font-style:normal;display:block; }
#xCt3k80uXethAaolRINy9EzmEK5fIX7u { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.5rem;font-style:normal;display:block; }
#banFdIkhDk2AkULkR3bpRXGlnMGMGlW4 { position:absolute;display:block;z-index:99999;background-color:#c69e3f;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:10.625rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#kerJlVTK4Rs5wy8ASOnNNb0kShrKVH6Q { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#b4wU3zCsdQm8QZqiXq9PX5m66KGJ2yqb { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#a2TdhK7JmEhlaAnpTThepU7TIiy7bFoN { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2001953125rem;left:2.1875rem;height:6.49903125rem;font-style:normal;display:none; }
#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container { background-color: transparent; background-image: none; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container > .video-iframe-container { display: none; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row > .video-iframe-container { display: none; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .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); }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container { border-width: 0; border-radius: 0; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#Mn28ms18hZrqfALxHTTKR5Cbh9vlFTEN { position:absolute;display:block;z-index:100002;background-color:#ebc965;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:29rem;top:5.5rem;left:23rem;display:block; }
#Hrfqul1GB4TGCVdovnySIxqnHKZkUTrU { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:6.125rem;left:22.9375rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#irI0faOrhDShp5dhDDvhax8mfdTNJGd0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:5.3125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:5.5rem;left:23rem;display:block; }
#dOyT90rbkbOuOF1zEfQfU2tQUdlwsf3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container { background-color: transparent; background-image: none; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container > .video-iframe-container { display: none; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row > .video-iframe-container { display: none; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .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); }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container { border-width: 0; border-radius: 0; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#SfTgSh35FQt3OQDOTPkrX7nBq7lf04h8 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:7rem;left:16.1875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#ncT5UddnG8v2Ffbikz26qqRhd6xVxdSK { color:#c69e3f;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:6rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:3.875rem;left:31.1875rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#FTCwT4ZBwZxSlMT8Uqfw9SBV8G0OMxzs { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:0.96770763397219rem;left:6.5616116523744rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#dLXixpfbCktUzHlBatJ9R7n79TCeIFpx { color:#000000;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:7rem;left:35.875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#IHXQJHV4OTNgDLqeQDmVqa5FqU9VWTaJ { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0.0625rem solid #c69e3f;border-left:0.0625rem solid #c69e3f;border-right:0.0625rem solid #c69e3f;border-bottom:0.0625rem solid #c69e3f;height:6.375rem;width:5.6875rem;top:5.3125rem;left:31.5625rem;display:block; }
#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD.adaptive-delivery-prevent-bg, #A029mv2EO69vbkXkAdhpGkCRLHmTe4vD.lazyload, #A029mv2EO69vbkXkAdhpGkCRLHmTe4vD.lazyloading { background-image: none; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container { background-color: transparent; background-image: none; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container > .video-iframe-container { display: none; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row > .video-iframe-container { display: none; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .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); }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container { border-width: 0; border-radius: 0; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#LFcl2JFGo4gJKmLLp0Qnr8cWhiLc6prq { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:8.125rem;left:3rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#EtX2vxnl63rQSM8VmsF8BAVBqiEyTk8e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:14.375rem;left:3rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#xMLvXXlCZUzbtqffCR2EydyOIkTBvwO4 { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:2.25rem;left:6.625rem;display:block; }
#mmQTAznAStDbzF0Rx1bBUb9hBv0v3Wox { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:2.5625rem;left:25.1875rem;display:block; }
#fo7VbzRaURaHhQscOJUpBerdG05ubA7t { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:8.4375rem;left:20.75rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#osezlCueQLpvCUKGF0lMQQwoKpS5hk3Q { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:14.375rem;left:20.375rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#ltXzcMi1Bked1uSQT4AE042ZcONMuZTs { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:2.5625rem;left:44.125rem;display:block; }
#ZN33V1kBwVGTauFa29axi1xtHsD6URga { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:8.4375rem;left:39.9375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#vknNo0CeDqD8MCsdp512Dh7sV945UR7P { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.6875rem;left:40.25rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#M8ZCSzlXCaAUtwiSPyJKGNSr3seRTHTZ { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:2.5625rem;left:62.6875rem;display:block; }
#M7rM60H3Jsp6U9UqbTZCmDaP8rbwMBrE { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:58.4375rem;height:11.8125rem;text-align:center;text-align-last:center;display:block; }
#Uy6VAyDQaA6DTxiglQ133plHt1TdI3Zn { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:21.25rem;left:58.34375rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#g8TrXam1kkpVxk7ZdBdaKre1WHmvxMgL { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:3.1875rem;left:7.1875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#RLX1mSmJO3XgDOX9s59gizVEGJIb0TEJ { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:3.5rem;left:25.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#RrGvhKkIZgErLmRCJMd4vwelbIXuDLS2 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:3.5rem;left:44.6875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#RkkmvQsCuv2Xy6hUSbX7XU7Bu0v9IHX0 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:3.375rem;left:63.25rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#mwQBWFK1AzKfyS3JzQVGyO8tWU9vSqsc { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:56.6875rem;top:4.8125rem;left:8.3125rem;display:block; }
#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container { background-color: transparent; background-image: none; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container > .video-iframe-container { display: none; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row > .video-iframe-container { display: none; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .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); }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container { border-width: 0; border-radius: 0; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#l8CpaMM4ordv5V7xwH73G7HtLNXGiknG { color:#000000;display:block;width:49.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:0.9375rem;left:12.625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#vGKnuoKxh571hbphkCgzV0T1ik2EeKzk { position:absolute;display:block;z-index:100016;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:6.25rem;top:7.01171875rem;left:34.375rem;display:block; }
#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container { background-color: transparent; background-image: none; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container > .video-iframe-container { display: none; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row > .video-iframe-container { display: none; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .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); }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container { border-width: 0; border-radius: 0; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#nRm3imMreEBXRvT7tbQfDM1xg9kTIykW { color:#000000;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:11.34375rem;left:3.0625rem;height:7.96875rem;text-align:justify;text-align-last:initial;display:block; }
#R2CRoVz46SfAmHivVTRVwTeRZudWtb85 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.0625rem;width:38.125rem;top:11.6875rem;left:34.5rem;overflow:hidden;display:block; }
#SDByZEpKQqzQpQuXE6A1FgK8otU7OGJL { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:100014;line-height:1.6;letter-spacing:0;top:1.8746490478516rem;left:1.09375rem;height:6.2rem;text-align:left;text-align-last:left;display:block; }
#QVxwLeVLGx7w4HJE1o6T0kKor8uG3Fia { position:absolute;display:block;z-index:100015;background-color:#f5b410;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:2.25rem;width:0.125rem;top:2.25rem;left:0rem;display:block; }
#p6o80nhLEJ7WmRZybLdWthc9vDLTzLTs { color:#000000;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:21.421875rem;left:3.0625rem;height:6.375rem;text-align:justify;text-align-last:initial;display:block; }
#CqUu8VC5ThmGg1k5ASsnOpqo0OhwRap2 { box-sizing:content-box;color:#c69e3f;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:11.21875rem;left:0rem;display:block; }
#lHr3IAe1hwFutKiUEIacoJyXWfXwSSmJ { box-sizing:content-box;color:#c69e3f;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21.234375rem;left:0rem;display:block; }
#gPPi7Vq40LX7fAVxdnWtVXQGEoJTwxth { color:#000000;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:30.921875rem;left:3.0625rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:block; }
#cnKnM3aAwG7XzsokSTvd02ssVMIsPuUN { box-sizing:content-box;color:#c69e3f;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:30.5625rem;left:0rem;display:block; }
#DOrPWeAT9nRRzGTG9fPfLIKDHvNEOwEO { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:28.125rem;width:37.625rem;top:17.625rem;left:37.375rem;display:block; }
#EQT8dRUT5uggGxZnJcgapIxKot6ySVqP { color:#000000;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:37.421875rem;left:3.0625rem;height:9.5625rem;text-align:justify;text-align-last:initial;display:block; }
#s9IGCQB5aDI0UtZfHJ3oUly7Ii4dwPXG { box-sizing:content-box;color:#f5b410;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:37.234375rem;left:0rem;display:block; }
#PtVbuCR6dZoWI3shXxXVznnRpHHUCW3l { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:43.625rem;left:43.25rem;display:block; }
#GJGawaLhKCllHq7MPHacxQwA7AHdUtaJ { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:44.9375rem;left:43.75rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#WnIHKd5D6JTZvH5ar2z2vfEOuRPlSqCb { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:43.625rem;left:53.5625rem;display:block; }
#m3MV0CWwLC83aguJcqANhruuthlJaQ1a { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:43.625rem;left:64.6875rem;display:block; }
#WAkmK3odDoyc617v2ACAF4QkdKCZfvKU { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:1.9375rem;top:44.609375rem;left:66.03125rem;overflow:hidden;display:block; }
#rBk4RsOnGNXxC2OXW1tFth4SnyWxH94T { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.875rem;top:44.53125rem;left:54.495535714286rem;overflow:hidden;display:block; }
#QQPkGLJC8xSWad6GhldSD92wyvrPkSgh { box-sizing:content-box;color:#c69e3f;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21.234375rem;left:0rem;display:none; }
#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5a6a2c9-6880-41b1-8173-9d1fbef32d89/wek3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT.adaptive-delivery-prevent-bg, #I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT.lazyload, #I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT.lazyloading { background-image: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container { background-color: transparent; background-image: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container > .video-iframe-container { display: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row > .video-iframe-container { display: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .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); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container { border-width: 0; border-radius: 0; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#a8r8TzExBVzTNOxcftRzZsBnvN28woKK { color:#000000;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.28125rem;left:26.375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container { background-color: transparent; background-image: none; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container > .video-iframe-container { display: none; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row > .video-iframe-container { display: none; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .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); }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container { border-width: 0; border-radius: 0; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#z5MtVkpoo2eOycVCi6kBA1LvbNGkzSqS { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:19.875rem;width:46.8125rem;top:5.3125rem;left:15.75rem;display:block; }
#vZTGQ0tu1iH9oLdTd7wpDxXC5OJ37Qb8 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:9.4375rem;width:29.1875rem;top:1.25rem;left:34.875rem;display:block; }
#cQASQkKFvAAazaXP1RpnXSb0SeMX6B5A { color:#f6f6f6;display:block;width:35.999625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:2.375rem;left:26.5625rem;height:1.9125rem;text-align:right;text-align-last:right;display:block; }
#TFr1u6B1NtQq3PWr4Ig4FfvwoeWi6BG3 { color:#000000;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:7.5625rem;left:17.75rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#JLmMZD1iNwE87n2yUirn9vXQ5FTLaiuv { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:11.375rem;left:17.75rem;height:4.5rem;text-align:justify;text-align-last:initial;display:block; }
#uuieKPgKBDdNL9KTDGCOlDoFfv8b2RzG { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:17.25rem;left:17.75rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#n70ZEoEDkDZHytMoTF8lFmVQOhgr57vn { position:absolute;display:block;z-index:100014;background-color:#c69e3f;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:19.875rem;width:4.875rem;top:5.3125rem;left:10.9375rem;display:block; }
#NNax23h61vIkAIViQadoqr8wdG83vJ2a { color:#000000;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.28125rem;left:26.375rem;height:2.8125rem;text-align:center;text-align-last:center;display:none; }
#EL9PxCOuAi3BQkovmLttMLMkQ84VO1NW { color:#000000;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.28125rem;left:26.375rem;height:2.8125rem;text-align:center;text-align-last:center;display:none; }
#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container { background-color: transparent; background-image: none; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container > .video-iframe-container { display: none; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row > .video-iframe-container { display: none; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .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); }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container { border-width: 0; border-radius: 0; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#TWzHq3ZTiNXwDCdJD93NgkxQTTb7itf0 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.5rem;width:41.4375rem;top:5.125rem;left:15.4375rem;display:block; }
#wHHk64Jv2PcgV17BBt6AGKtTNavIe7zH { color:#f6f6f6;display:block;width:35.99875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:2.4375rem;left:14.125rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#gCn34GmZNxyoc5P3vp6opyB0n1vNEXyB { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:7.125rem;left:17.5rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#nsMai0K18CAowtIUVDrzGHGvEp2zxHeG { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:9.5rem;width:35.5625rem;top:1.4375rem;left:13.25rem;display:block; }
#a2IJ8CMl4Vl00ps18lDlEVOxTSX7HNGC { position:absolute;display:block;z-index:100013;background-color:#c69e3f;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:7.5rem;width:4.875rem;top:5.125rem;left:56.875rem;display:block; }
#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container { background-color: transparent; background-image: none; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container > .video-iframe-container { display: none; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row > .video-iframe-container { display: none; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .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); }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container { border-width: 0; border-radius: 0; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#wzp0oMRLaz5LVrnUTT2Q0pSgxUcuT2Ma { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:20.5rem;width:46.8125rem;top:4.5625rem;left:15.8125rem;display:block; }
#HavK45CMM395IzmCJptxxtP0DZKFgRiA { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:9.5rem;width:29.625rem;top:0.5rem;left:34.375rem;display:block; }
#O3qCxL3hR7q7hqvOrEhfp9gDOVSc4BLK { color:#f6f6f6;display:block;width:35.999625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:1.75rem;left:26.625rem;height:1.9125rem;text-align:right;text-align-last:right;display:block; }
#WHC60uxWDl22riZ0QdTVv5b8Rb4JeSTb { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:6.5625rem;left:17.75rem;height:1.40625rem;text-align:justify;text-align-last:initial;display:block; }
#TAvUKsePsMsMtDhwdJsEydpaF0WRpTTO { color:#000000;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:8.1875rem;left:22.125rem;height:1.40625rem;text-align:justify;text-align-last:initial;display:block; }
#Hhn8FOoH9TDkJcZWi1PJpx6VQVmeIyDc { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:10.625rem;left:17.625rem;height:1.5rem;text-align:justify;text-align-last:initial;display:block; }
#B6CfIoFRSLLaJkf0ct51iXBodpbxIyhv { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:13.1875rem;left:17.75rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#pbwT2SyQirvMcBDo57puz1fZJTxeKANQ { color:#f5b410;display:block;width:44.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.2;letter-spacing:0;top:17.25rem;left:17.8125rem;height:;text-align:justify;text-align-last:initial;display:block; }#pbwT2SyQirvMcBDo57puz1fZJTxeKANQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbwT2SyQirvMcBDo57puz1fZJTxeKANQ li:before{  }
#Bgfc7SB2qLKW2TyAousnCX6vc4kLVnlI { position:absolute;display:block;z-index:100012;background-color:#c69e3f;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:20.5rem;width:4.875rem;top:4.5625rem;left:11rem;display:block; }
#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container { background-color: transparent; background-image: none; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container > .video-iframe-container { display: none; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row > .video-iframe-container { display: none; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .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); }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container { border-width: 0; border-radius: 0; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#OZpzvTEa31WoGbTf5flXnFkZn2SybXsF { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:17.1875rem;width:46.8125rem;top:7.3125rem;left:12.8125rem;display:block; }
#dJaU1E7HI69M3OIT2hmCe6WzrZEe2GNb { color:#f6f6f6;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:1.3125rem;left:11.5625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#Non79arn3zlmXGhEQCJlnmEH8fdKM8SE { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:9.3125rem;left:15.375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#C0APcpEW5aznaPDcGPf1bvNabatTJmoF { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:9.5rem;width:35.5625rem;top:0.25rem;left:10.6875rem;display:block; }
#Kkr2McBe3kSbzpte48MBNNL2DTOfiktu { color:#000000;display:block;width:41.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:13.3125rem;left:15.4375rem;height:4.5rem;text-align:justify;text-align-last:initial;display:block; }
#mmSo5JFh6yf0lkG78qo910qH6ElgfxUR { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:18.9375rem;left:15.4375rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#Ns9NIsozR73qDbMQ5vlXIDglSqaKJSlV { position:absolute;display:block;z-index:100004;background-color:#ebc965;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.874825rem;width:28.9994375rem;top:29.375rem;left:23.125rem;display:block; }
#pu1cJN2rcVa6UUamycbK2Kwy3XuFnAT7 { color:#000000;display:block;width:29.1868125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:30.0625rem;left:22.875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#XQT54g1CC50whQL7h4ql9ULUWw1PNBF0 { position:absolute;display:block;z-index:100013;background-color:#c69e3f;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:17.3125rem;width:4.875rem;top:7.3125rem;left:59.625rem;display:block; }
#TsmyQv1PdtFg8yVPzuvoi5rNIiA4O6GT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:29.375rem;left:23.125rem;display:block; }
#h9UCeAkfIuSzZXUNbVTXXIpD4cIDBuL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e5e10a4-dd4e-48db-8c97-a0de9c1b1ee5/wek5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN.adaptive-delivery-prevent-bg, #qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN.lazyload, #qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN.lazyloading { background-image: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container { background-color: transparent; background-image: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container > .video-iframe-container { display: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row > .video-iframe-container { display: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .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); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container { border-width: 0; border-radius: 0; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#lLlUrVzbfoI9tilrm8bTw9JsOOtH7bTT { color:#000000;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:11.186079025269rem;left:0rem;height:7.59375rem;text-align:left;text-align-last:left;display:block; }
#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container { background-color: transparent; background-image: none; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container > .video-iframe-container { display: none; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row > .video-iframe-container { display: none; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .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); }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container { border-width: 0; border-radius: 0; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#iPDfWCaCSGy2RvHeOylUdRX438fSzDK4 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:8.9976902008056rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#r3r9TndfsD150EJWkd2DqSiuV2dyTAhA { color:#000000;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:16.201171875rem;left:18.4375rem;height:2.53125rem;text-align:center;text-align-last:center;display:block; }
#BV2O8amSwz0q92Av2d5BTaOQOIk8vZW2 { color:#000000;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:11.186079025269rem;left:0rem;height:7.59375rem;text-align:left;text-align-last:left;display:none; }
#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC.adaptive-delivery-prevent-bg, #kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC.lazyload, #kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC.lazyloading { background-image: none; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container { background-color: transparent; background-image: none; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48); }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container > .video-iframe-container { display: none; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48); }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row > .video-iframe-container { display: none; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .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); }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container { border-width: 0; border-radius: 0; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#Z9gF5GGp6Mrc6TEl3kpo1ePBbdWMzF8I { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.4375rem;left:36.4375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#QarJFV6PLwdiuB2cCawCOK8dbngHQPpS { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.3125rem;left:36.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#brBC9EovQC5qyT1Oba2iiqUr02QAP33e { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:11.5rem;left:35.1875rem;display:block; }
#gOJdJqy0paAqz4zEkzQq3cHX3KC3h9pX { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:12.5rem;left:36.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#IorsLKfrg9gnmqmd6USCZC8wIK0z77EJ { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:12.0625rem;left:36.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#hBOtUlheDvbv7piTEProUtLyGezug482 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:1.9375rem;left:35.1875rem;display:block; }
#K2VnG5NnvPqRTwJK6TkO7dyecJuzVzf0 { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:2.9375rem;left:36.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#CAudlBEzLPz8c0CP9awVV1msPIRwQhgo { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:2.5rem;left:36.0625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#yvGEaClA10CFbGNpqBRmweiKEUK3XF9G { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:22.0625rem;left:35.1875rem;display:block; }
#C9Vnyy3ZEFLr0eLKeXPs8Kc5q3XMTfUM { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:22.5625rem;left:36.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#gD9FJ4o9Ug9VTUN7B88GJoW1J1KNUehV { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:23rem;left:36.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#CPtMdGTI4IUS46tWO7izXJ5nPH8NSxPC { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.625rem;width:4.625rem;top:32rem;left:35.1875rem;display:block; }
#CT3fDelOzrtgRukRXJLMtT3urncAaihL { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:33rem;left:36.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#JKJOxTff9m78eDUR30viPzpzTC1pK3wz { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:32.5625rem;left:36.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#hT2KBJ5tntgQLQE3ouB1T1MOb6cv2FGp { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.6875rem;width:0.125rem;top:4rem;left:37.4375rem;display:block; }
#P6zL55IR9b79ObpTeqM7Qa5Pwht8S2cX { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:43.091257095337rem;left:14.811789989471rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#KOSSHSrGoRhBqSgTRCbH7J7mui4ybvlt { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:2.34375rem;left:15.5625rem;height:3.1875rem;text-align:right;text-align-last:right;display:block; }
#Qf9SZTXTFMeu0FZzxoBtc7rZHSTQgZAZ { color:#000000;display:block;width:12.9368125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:12.21875rem;left:42.2119140625rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#NZ9KcJNhI1Gbv5HOt4KBW58kZkW3P8hE { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:21.9375rem;left:6.375rem;height:6.375rem;text-align:right;text-align-last:right;display:block; }
#wTtl9wVxAEOhrtwaHm8DCTfdcN1JkT7Z { color:#000000;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:32rem;left:42.2119140625rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#fPg4ZFPWf3yT0OZNvnu4UWJPsMzg1eNo { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:45.713815689087rem;left:35.937497615814rem;display:block; }
#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3b4876e-5566-4f6e-9098-a6c5abb90730/bg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz.adaptive-delivery-prevent-bg, #sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz.lazyload, #sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz.lazyloading { background-image: none; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container { background-color: transparent; background-image: none; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.83); }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container > .video-iframe-container { display: none; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.83); }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row > .video-iframe-container { display: none; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .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); }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container { border-width: 0; border-radius: 0; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#sLF3fvE2ehz4o9VtINmqsrd25mC3mbwW { color:#000000;display:block;width:52.6243125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:4.3125rem;left:11.25rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#q6baEvF0dJNGcHL9kx7CLESdIUxO9vdT { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:11.6875rem;left:5.75rem;height:7.59375rem;text-align:center;text-align-last:center;display:block; }
#aLDTBRGJxHQw1ZrsqCbKsKXoAatRDQue { color:#000000;display:block;width:52.6243125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:21.6875rem;left:11.25rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo.adaptive-delivery-prevent-bg, #gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo.lazyload, #gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo.lazyloading { background-image: none; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container { background-color: transparent; background-image: none; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container > .video-iframe-container { display: none; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row > .video-iframe-container { display: none; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .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); }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container { border-width: 0; border-radius: 0; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#H9xrDSWVacvT6PWpUKtV4JeWTCBAPdlI { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:39.5625rem;top:28.25rem;left:8rem;display:block; }
#THMi8vHwKs5LpMrfruGAKDgppqGQo1Np { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.375rem;width:32.0625rem;top:20.875rem;left:40rem;overflow:hidden;display:block; }
#oP1lFwPyhoT6cM0wZZBG186RL8M6H0bV { color:#000000;display:block;width:32.6243125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:3.5608921051026rem;left:21.186967372894rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#AHDWVhAcalDXOSe96rdRhZstcIysaI69 { color:#000000;display:block;width:22.24875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:5.7182178497314rem;left:26.375176906586rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#hWNMOfWRJamBZWXa7PT2MrlI88hN7AFi { color:#000000;display:block;width:34.5623125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:11.528774738312rem;left:20.186433315277rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#nHaJhO3IpCV7WTZA1ER4kRwGwxNTiMGL { color:#000000;display:block;width:34.5614375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:14.02876329422rem;left:20.186433315277rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#yig2fnl9JNl2gIB7NdriXzeW8kD0QMCn { color:#000000;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:31.5rem;left:11.5625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#LsH6rBla9Lu69SpzuC0ecupXHmEwI37X { color:#000000;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:38.75rem;left:11.5625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#pOJd3bzpgyTqOqH9peCJS1l1Pfugdbv2 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:9.25rem;width:17.625rem;top:36.4375rem;left:57.375rem;display:block; }
#BBP95ZfCJakwtF73RJuGdByIlCu2ICLX { color:#000000;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:31.5rem;left:11.5625rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#JrVMTi9OnNg361Qvi0xSaoN97FdXZHM4 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:38.75rem;left:11.5625rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#i9LqJ04PN2M3yT0epUsXqTT3ctKBPU99 { color:#000000;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:58.5927734375rem;left:32.625rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF.adaptive-delivery-prevent-bg, #MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF.lazyload, #MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF.lazyloading { background-image: none; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container { background-color: transparent; background-image: none; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container > .video-iframe-container { display: none; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row > .video-iframe-container { display: none; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .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); }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container { border-width: 0; border-radius: 0; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#RG9tyZglTWQkveQSaiQu1wbZuyI2LJ4p { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:39.375rem;top:9.5625rem;left:30.25rem;display:block; }
#QFeKvrVzv0dhv6F5mv3eCOivyw1RvbGZ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:36.5rem;top:7.25rem;left:2.75rem;overflow:hidden;display:block; }
#i7NAo20Kr04eU1tw7Rl99vd0K0pIPRMn { color:#000000;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:11.9375rem;left:32.5625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#X7W00t3FBT61DcRddGMUZWErXdTZBH7T { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:9.25rem;width:19.3125rem;top:16.8125rem;left:0rem;display:block; }
#hIt7QMdPiIbSHuuFwX4ORTCSKcXr1TbO { color:#000000;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:31.5rem;left:11.5625rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#H7F0GTLGAVGlvXT6CQD1KUE2o8yBoTtB { color:#000000;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:38.75rem;left:11.5625rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#hOJRZbI1g1ueXl4IAHH5lcXd86xrZdOh { color:#000000;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:58.5927734375rem;left:32.625rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container { background-color: transparent; background-image: none; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container > .video-iframe-container { display: none; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row > .video-iframe-container { display: none; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .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); }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container { border-width: 0; border-radius: 0; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#tbn7TqReQApKCVNou91EuaFKfQsxdZTD { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:8.5rem;left:24.875rem;overflow:hidden;display:block; }
#kNOvh4nCfsRhupzQzR6pICgUKvwNGowF { color:rgba(0,0,0,0.5);display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:11.4375rem;left:27.4375rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xvP3W1sRgQEDphUoUheSeifMTeRTWzbF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:8.125rem;left:27.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;font-style:normal;display:block; }
#FITz2KezzHsCBdsb4dHeKFDXoDTeZ6P0 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:12.9375rem;left:1.125rem;height:9.5625rem;text-align:justify;text-align-last:initial;display:block; }
#NuPhEqcbd3ATxaAGbe34Pq44wWVX6WMu { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1.875rem;width:1.875rem;top:8.3125rem;left:24.6875rem;display:block; }
#kFTAizshD1iWNwOnTLqQmHAb6hqaHWUc { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:19.875rem;left:25.1875rem;overflow:hidden;display:block; }
#q4kDvHTdOLKKbnH2AiT9LXMwotqUnKa5 { color:rgba(0,0,0,0.5);display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:22.8125rem;left:27.5rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OiUblnpLh9LnMEfKtvxiPQBRvOzJ7gcA { position:absolute;display:block;z-index:100035;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1.875rem;width:1.875rem;top:19.6875rem;left:25rem;display:block; }
#SoIoVT12FP1ezRr4K5PsKZvBapKhEsMJ { color:rgba(0,0,0,0.5);display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:37.125rem;left:27.5rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#np0oRTFBtTa130cSKWRUlWyEKHsx3qkn { position:absolute;display:block;z-index:100039;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1.875rem;width:1.875rem;top:34.0625rem;left:25rem;display:block; }
#TgneZU3Ln4ebnrpEoPi4kfzoqnuMvr9y { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:34.25rem;left:25.1875rem;overflow:hidden;display:block; }
#OVx9tlUrS84DCUaoBdsHNgXuft8bwT3w { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:8.125rem;left:50.5625rem;overflow:hidden;display:block; }
#yKFssQcrxbUhcfMsc8CzByhBUQEcBnro { color:rgba(0,0,0,0.5);display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:11.4375rem;left:52.875rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s43wwboXXdxA7KEFDSR6ar8nutPKGBPT { position:absolute;display:block;z-index:100043;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1.875rem;width:1.875rem;top:7.9375rem;left:50.375rem;display:block; }
#Mieg6S7QOTITHzUAQcbP7MJ3QP2q7XTH { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:19.875rem;left:50.6875rem;overflow:hidden;display:block; }
#md6gv3xhLSstxCAxBGIUEQwIGTqd3lla { position:absolute;display:block;z-index:100047;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f5b410, #f4c837);background-image: -moz-linear-gradient(171deg, #f5b410, #f4c837);background-image: -ms-linear-gradient(171deg, #f5b410, #f4c837);background-image: -o-linear-gradient(171deg, #f5b410, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b410', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b410', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #f5b410, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1.875rem;width:1.875rem;top:19.6875rem;left:50.5rem;display:block; }
#h71M0T5aVTJVDLAUGTe0zOiClPRTGKDm { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:22.8125rem;left:52.75rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e2hHtPsBMkkZLPXWoXvBqHOhU5GvmqNK { color:rgba(0,0,0,0.5);display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100025;line-height:1.5;letter-spacing:0;top:37.125rem;left:53rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oz7yGQPeIEXGKDh08NWO9PnufrDbBL3s { position:absolute;display:block;z-index:100051;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f5b410, #f4c837);background-image: -moz-linear-gradient(171deg, #f5b410, #f4c837);background-image: -ms-linear-gradient(171deg, #f5b410, #f4c837);background-image: -o-linear-gradient(171deg, #f5b410, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b410', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b410', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #f5b410, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1.875rem;width:1.875rem;top:34.0625rem;left:50.4375rem;display:block; }
#cyabOTSPcNsmProIWNFlDHOVE4ONZPUc { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:34.25rem;left:50.625rem;overflow:hidden;display:block; }
#l9PpglbTNhtEnrvCgTMkH1Sg7y3seVyg { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:1.625rem;left:1.125rem;height:9.3rem;text-align:left;text-align-last:left;display:block; }
#e3W1wW9gKqdIpMQNLrU1n9GKTV3iqZfM { position:absolute;display:block;z-index:100017;background-color:#f5b410;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:2.25rem;width:0.125rem;top:2.0625rem;left:0rem;display:block; }
#mTcD32z25m6VhS9w5DkQxG9mN0Pish1g { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:17.4375rem;top:25.125rem;left:2.1875rem;overflow:hidden;display:block; }
#hedmtSk9ZVrBZcFMb9LQkIyfFyZkzHTW { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:19.5625rem;left:27.5rem;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;font-style:normal;display:block; }
#LqlGzmGpm9mFDuSOkEGe0paIOPCtFonT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:33.9375rem;left:27.4375rem;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;font-style:normal;display:block; }
#SQQBx9fZJ8Fl7HnSH9qIk8WOsb1bHpoE { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:7.828125rem;left:53rem;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;font-style:normal;display:block; }
#Tuh2kkKdndEQfzklTywqoTsDn6hKFN4u { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:19.515625rem;left:53rem;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;font-style:normal;display:block; }
#eWXf6TJtcNboD5adLeW4FTya2byB96Te { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:33.859375rem;left:53rem;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;font-style:normal;display:block; }
#vXGmpuSe0uNWuwlSLbSNTJs9mxqREPQR { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.375rem;top:19.875rem;left:25.1875rem;overflow:hidden;display:none; }
#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5a6a2c9-6880-41b1-8173-9d1fbef32d89/wek3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P.adaptive-delivery-prevent-bg, #g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P.lazyload, #g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P.lazyloading { background-image: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container { background-color: transparent; background-image: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container > .video-iframe-container { display: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row > .video-iframe-container { display: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .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); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container { border-width: 0; border-radius: 0; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#icPBw11dc3GKpGvL268O3wqCCe437N58 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:8.53125rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5a6a2c9-6880-41b1-8173-9d1fbef32d89/wek3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh.adaptive-delivery-prevent-bg, #t2WF8BPq3L4LhTkH2K8crReIIudTTFPh.lazyload, #t2WF8BPq3L4LhTkH2K8crReIIudTTFPh.lazyloading { background-image: none; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container { border-width: 0; border-radius: 0; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:none; }#nmW3AbX05GGMGoJg1gsapVs4Bb4Hr3fi { color:#000000;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:8.53125rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container { background-color: transparent; background-image: none; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container > .video-iframe-container { display: none; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row > .video-iframe-container { display: none; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .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); }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container { border-width: 0; border-radius: 0; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#zUKSBi1r9w1T2aarrxxSfETrJ77ohePm { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:2.875rem;left:16.0625rem;height:2.3375rem;text-align:left;text-align-last:left;display:block; }
#z4gfhrpvnowrc4XnepokcPTVNRUzISWt { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.23) ;height:26.8125rem;width:64.5625rem;top:1.1875rem;left:7.3125rem;display:block; }
#NL6qbcdsetJTF3o5ZOAn8P0CgeFFP3pW { color:#36c4b2;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:5.125rem;left:16.25rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#HWVuh2cO1wI26ai7b39XhVFAGWNRU28V { color:#0d0d0d;display:block;width:53.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.6;letter-spacing:0;top:7.625rem;left:16.1875rem;height:18rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NJLPqfqbpHGhxaz2b5AGFSocewOQrOs7 { position:absolute;display:block;z-index:100012;background-color:#36c4b2;background-image:url("https://images.assets-landingi.com/uc/a42076a4-7147-49b9-8d66-22582561acbe/Zrzutekranu2021128o100849.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #c69e3f;border-left:0.625rem solid #c69e3f;border-right:0.625rem solid #c69e3f;border-bottom:0.625rem solid #c69e3f;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11rem;width:11rem;top:2.625rem;left:1.375rem;display:block; }#NJLPqfqbpHGhxaz2b5AGFSocewOQrOs7.adaptive-delivery-prevent-bg, #NJLPqfqbpHGhxaz2b5AGFSocewOQrOs7.lazyload, #NJLPqfqbpHGhxaz2b5AGFSocewOQrOs7.lazyloading { background-image: none; }
#aKiKppRP5MTzIrBAr2z98aaISBw23Clr { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:13.6875rem;left:71.875rem;display:block; }
#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container { background-color: transparent; background-image: none; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container > .video-iframe-container { display: none; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row > .video-iframe-container { display: none; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .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); }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container { border-width: 0; border-radius: 0; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#Ea0oJ2l3dlqcZrebA8eOwcD3g15ZmAuu { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:3.5625rem;left:16.0625rem;height:2.3375rem;text-align:left;text-align-last:left;display:block; }
#FHUGR88t1vcftXqPlLHNzOGXszxKxVhw { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.23) ;height:26.8125rem;width:64.875rem;top:1.1875rem;left:7.3125rem;display:block; }
#zUk95mTaMbfQdIA19dJgKyXJhMRDNgqT { color:#36c4b2;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:16.25rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#fpbRKfyZxgwS8bZvZPsqDOltHQgw1M1T { color:#0d0d0d;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.6;letter-spacing:0;top:8.3125rem;left:16.1875rem;height:16.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kQN0QPhWBMDr2fCa7kwf99PGzet9ekZR { position:absolute;display:block;z-index:100012;background-color:#36c4b2;background-image:url("https://images.assets-landingi.com/uc/e19195c8-b65c-45d2-82a2-a599e859a313/Zrzutekranu2021128o100844.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #c69e3f;border-left:0.625rem solid #c69e3f;border-right:0.625rem solid #c69e3f;border-bottom:0.625rem solid #c69e3f;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11rem;width:11rem;top:2.875rem;left:1.4375rem;display:block; }#kQN0QPhWBMDr2fCa7kwf99PGzet9ekZR.adaptive-delivery-prevent-bg, #kQN0QPhWBMDr2fCa7kwf99PGzet9ekZR.lazyload, #kQN0QPhWBMDr2fCa7kwf99PGzet9ekZR.lazyloading { background-image: none; }
#FcXkwfJRHX6huRKHJsV4mRKOTbT9DB7G { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:13.6875rem;left:0rem;display:block; }
#I3TAkQX5dFoSWme6VRKTDKOyCXTBAS4O { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:13.6875rem;left:71.875rem;display:block; }
#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container { background-color: transparent; background-image: none; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container > .video-iframe-container { display: none; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row > .video-iframe-container { display: none; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .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); }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container { border-width: 0; border-radius: 0; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#QSOvSEsQkPvG4xu5EL6dq6M88tr7BNZm { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:16.3125rem;height:2.3375rem;text-align:left;text-align-last:left;display:block; }
#txTbfUm17lGRGAhiQTdl0gzsS9rkqqde { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.23) ;height:26.8125rem;width:64.875rem;top:1.1875rem;left:7.3125rem;display:block; }
#ty5G6nornIZZ7TXatEfcwt1R6D0qlBis { color:#36c4b2;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.3125rem;left:16.5rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#k6BxVXQd4c7KSPUACxUXCGkMZMGZtq2p { color:#0d0d0d;display:block;width:52.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.6;letter-spacing:0;top:12.8125rem;left:16.4375rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#i60TKTeiFwPmuBDqBwg5CfHNCGxQs9zt { position:absolute;display:block;z-index:100012;background-color:#36c4b2;background-image:url("https://images.assets-landingi.com/uc/ef629e9b-41af-4fc5-a1f3-a4c124bcea90/Zrzutekranu2021128o100838.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #c69e3f;border-left:0.625rem solid #c69e3f;border-right:0.625rem solid #c69e3f;border-bottom:0.625rem solid #c69e3f;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11rem;width:11rem;top:2.44921875rem;left:1.375rem;display:block; }#i60TKTeiFwPmuBDqBwg5CfHNCGxQs9zt.adaptive-delivery-prevent-bg, #i60TKTeiFwPmuBDqBwg5CfHNCGxQs9zt.lazyload, #i60TKTeiFwPmuBDqBwg5CfHNCGxQs9zt.lazyloading { background-image: none; }
#lsG9ZwW5mQ1VvOolUAmfoTTKTuklrBDf { box-sizing:content-box;color:#c69e3f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:13.6875rem;left:0rem;display:block; }
#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container { background-color: transparent; background-image: none; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container > .video-iframe-container { display: none; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row > .video-iframe-container { display: none; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .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); }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container { border-width: 0; border-radius: 0; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#s3pXT2upCTsmg8tsqRLiC4GXkRP1eCD5 { position:absolute;display:block;z-index:100006;background-color:#ebc965;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:19.625rem;top:2.0625rem;left:27.6875rem;display:block; }
#CU9FrZCOqy0tCbPlHvf1Tgz2JQ7vc7ez { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.0625rem;left:27.625rem;display:block; }
#JwQf1RcnT2oAh38F10RAtgCwdHRAI0J1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pZM283RHH2tKhnhU02mibyca2tgtiLID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e5e10a4-dd4e-48db-8c97-a0de9c1b1ee5/wek5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#pZM283RHH2tKhnhU02mibyca2tgtiLID.adaptive-delivery-prevent-bg, #pZM283RHH2tKhnhU02mibyca2tgtiLID.lazyload, #pZM283RHH2tKhnhU02mibyca2tgtiLID.lazyloading { background-image: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container { background-color: transparent; background-image: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container > .video-iframe-container { display: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row > .video-iframe-container { display: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .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); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container { border-width: 0; border-radius: 0; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL.adaptive-delivery-prevent-bg, #aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL.lazyload, #aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL.lazyloading { background-image: none; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container { background-color: transparent; background-image: none; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container > .video-iframe-container { display: none; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row > .video-iframe-container { display: none; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .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); }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container { border-width: 0; border-radius: 0; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#fwOCfz2dp4Qcqm7dScuBZQmvBzeWQfhp { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.6;letter-spacing:0;top:0rem;left:1.1875rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#QbX04V5o4uk5P3TEu4c93FLJ1v1J4I6Z { color:#f6f6f6;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.7;letter-spacing:0;top:8.625rem;left:1.1875rem;height:2.44375rem;text-align:left;text-align-last:left;display:block; }
#xT8S980q1ZxCMTGig77IkSTCdXVUUPdT { position:absolute;display:block;z-index:100015;background-color:#f5b410;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:2.25rem;width:0.125rem;top:0.5rem;left:0rem;display:block; }
#SVQsTPNdyvqAqetl8diF1pNtlamEWCRq { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:11.5rem;left:1.1875rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:block; }
#mIdupGN7aBQT7HQMqLNFrhlNzBcFiIHo { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:17.0625rem;left:1.1875rem;height:6.375rem;text-align:justify;text-align-last:initial;display:block; }
#W6vWbrD4mr6Hl1H06X9GchlApR3rd3WZ { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:26rem;left:1.1875rem;height:1.59375rem;text-align:justify;text-align-last:initial;display:block; }
#WhzTKTBoBlBm0IDOetHoD8T51sIsNAnR { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:27.9375rem;left:1.1875rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:block; }
#c8SLWQ4TQAlPgUXgKUBPd9doIhhld7GH { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:33.125rem;left:1.1875rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:block; }
#c4zr60wVFhZSGfssEcKrAk65HvWZRPXP { position:absolute;display:block;z-index:100016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bef91873-4548-48a6-b9ff-8ccd0798ca6a/foto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:34.6875rem;top:10.375rem;left:38.9375rem;display:block; }#c4zr60wVFhZSGfssEcKrAk65HvWZRPXP.adaptive-delivery-prevent-bg, #c4zr60wVFhZSGfssEcKrAk65HvWZRPXP.lazyload, #c4zr60wVFhZSGfssEcKrAk65HvWZRPXP.lazyloading { background-image: none; }
#twqHxzPdim4JAT4UQV8VfVKeznJ6NTqU { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #c69e3f;border-left:0.0625rem solid #c69e3f;border-right:0.0625rem solid #c69e3f;border-bottom:0.0625rem solid #c69e3f;height:15.3125rem;width:27.125rem;top:21.5rem;left:47.75rem;display:block; }
#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container { background-color: transparent; background-image: none; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container > .video-iframe-container { display: none; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row > .video-iframe-container { display: none; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .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); }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container { border-width: 0; border-radius: 0; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#NBAXgQwnSRwBpQVDXDO0aIrmTXhIJcaq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21rem;width:37.75rem;top:2.875rem;left:0rem;display:block; }
#ZRh9ULQ4gOM6yODu7yGbyw6CSLBT1QcQ { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:4.4375rem;left:39.75rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#uemSxKk6oPKfMxOUu3XmtL3lu5Exm0ID { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:11.6875rem;left:39.75rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#LK9TT8O7wtrdEcIVrAv8lBzV2huB2HpU { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:17.625rem;left:39.75rem;height:1.59375rem;text-align:justify;text-align-last:initial;display:block; }
#IbgWXJRriAKHOH0yvH38GxFvibrechyL { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:19.25rem;left:39.75rem;height:1.59375rem;text-align:justify;text-align-last:initial;display:block; }
#BdUZIXozBdgb320H1oW7yNyPsV5iThXH { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:28.625rem;left:39.75rem;height:7.96875rem;text-align:justify;text-align-last:initial;display:block; }
#gQ1V75nTmfRoeK9LEKrOWyGVnRgho8mM { position:absolute;display:block;z-index:100008;background-color:#ebc965;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:19.625rem;top:30.1875rem;left:9rem;display:block; }
#z4FmMX4Thc6pC0eRvTdLDKfREw9HspZb { color:#000000;display:block;width:29.1855625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.6;letter-spacing:0;top:31rem;left:4.25rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#HDIv4IsqWqdv9F4zTTsg9dIbRRn23yW3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:5.3125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:30.125rem;left:8.875rem;display:block; }
#pPmfLtsFnlumcSdtyudrTJIhkJpAmilE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efaffb9f-bc6b-4c74-bb79-7458df4be6fe/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO.adaptive-delivery-prevent-bg, #uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO.lazyload, #uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO.lazyloading { background-image: none; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container { background-color: transparent; background-image: none; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.81); }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container > .video-iframe-container { display: none; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.81); }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row > .video-iframe-container { display: none; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .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); }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container { border-width: 0; border-radius: 0; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#Ty096XhaRkKILX8LRLGEx0bt3TqEeWVL { color:#000000;display:block;width:43.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:15.8125rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#qE1dsEh6UWT61UGd4hFdWrwaOqsOXnPO { color:#000000;display:block;width:22.24875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:6.5rem;left:26.375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs.adaptive-delivery-prevent-bg, #TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs.lazyload, #TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs.lazyloading { background-image: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container { background-color: transparent; background-image: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.61); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container > .video-iframe-container { display: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.61); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row > .video-iframe-container { display: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .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); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container { border-width: 0; border-radius: 0; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#grviEQfXZmOZSmZmS0b466dIWudVpITg { color:#c69e3f;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:4.9375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:2.0625rem;left:8.6875rem;height:7.40625rem;text-align:center;text-align-last:center;display:block; }
#GLUCVNo7u5Q2TvRyCzguZLwOWK1ygbrw { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:3.3125rem;left:16.6875rem;height:2.53125rem;text-align:left;text-align-last:left;display:block; }
#xMGSJgW5RWNeW4TgyrNTcP8ZE6uK7Tfh { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:6.0625rem;left:16.6875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#rG4uTxdCcx2UDqox9hTLnEa8r6gybZ5U { color:#c69e3f;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:4.9375rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:2.0625rem;left:44.6875rem;height:7.40625rem;text-align:center;text-align-last:center;display:block; }
#SyybTC7N2wufLLvMF4eqJQr7TD9xHXHI { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:6.375rem;width:7.25rem;top:2.5625rem;left:44.125rem;display:block; }
#NUD21skNCAkPX70TXg4atoJvxsTEa7Xo { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:3.1875rem;left:52.9375rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#VsK4otxwKhWB9rQeWPcNcLnxRSyAyi1K { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:6.375rem;width:7.25rem;top:2.5625rem;left:8.1875rem;display:block; }
#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL.adaptive-delivery-prevent-bg, #btev0i1NGyv5QyeZhUIHwVvSfCNHuClL.lazyload, #btev0i1NGyv5QyeZhUIHwVvSfCNHuClL.lazyloading { background-image: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container { background-color: transparent; background-image: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container > .video-iframe-container { display: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row > .video-iframe-container { display: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .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); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container { border-width: 0; border-radius: 0; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#bGnfQNkhpd9p4DEwP7LaeWoNarqggn3N { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:0.125rem;height:3.6rem;font-style:normal;display:block; }
#ZTkqJd7VNM6OpIlMDS0iy6QeE2cI5sWh { position:absolute;display:block;z-index:100004;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.29) ;height:1.75rem;width:1.75rem;top:4.5625rem;left:0rem;display:block; }
#sx0OsuUMRd7dV7b854SC36ULgdg9oVHI { position:absolute;display:block;z-index:100005;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;height:1.75rem;width:1.75rem;top:4.5625rem;left:9.625rem;display:block; }
#CTVGwKOdV60co0nT9gt0QONBaZ8Gngkv { position:absolute;display:block;z-index:100007;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;height:1.75rem;width:1.75rem;top:4.6875rem;left:20.375rem;display:block; }
#cq9Ohf8ucBdtZAQkQh3epKNOnQoySu1c { position:absolute;display:block;z-index:100008;background-color:#c69e3f;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.0625rem;width:75rem;top:5.4375rem;left:0.0625rem;display:block; }
#gC6urKNazXrKwBstkgZmMaqi2X2OcGIX { position:absolute;display:block;z-index:100009;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;height:1.75rem;width:1.75rem;top:4.5625rem;left:31.0625rem;display:block; }
#Eq9Wcteus6N1CVv04GAPPQJtl6SrdOKy { position:absolute;display:block;z-index:100011;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;height:1.75rem;width:1.75rem;top:4.5625rem;left:49rem;display:block; }
#EBleR4eTUtBGtd0zGuZz5TZ8TuvsZgxn { position:absolute;display:block;z-index:100008;background-color:#36c4b2;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.0625rem;width:66.9375rem;top:2.59375rem;left:4.1875rem;display:none; }
#HVGHscghfXlCCmW6qWVPQfipxygds0bL { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:8.0625rem;left:9.625rem;height:3.6rem;font-style:normal;display:block; }
#ISy6tqPJwcmbEV7JHc89gGOoVEbTDte6 { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:8.1875rem;left:20.375rem;height:3.6rem;font-style:normal;display:block; }
#ShJ2aHHIW67XrkD3M5V60TvlCb6OxBcI { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.6;letter-spacing:0;top:8.0625rem;left:31.0625rem;height:3.6rem;font-style:normal;display:block; }
#yzdNVPG3A4CIlcFPbLJZW1f6mZoC6blD { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:12.349609375rem;left:31.0625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#ScX9XECz5yZg4kr6qToDAEXo3JhUN3so { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.6;letter-spacing:0;top:8.17578125rem;left:49rem;height:1.8rem;font-style:normal;display:block; }
#bIwRMZmThBwKgENUQiuJ9dSr0dG5UPPz { color:#000000;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:10.2255859375rem;left:49.125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#gTTLnaRtX7wPs4cxISzdJFg18LD3OZxz { position:absolute;display:block;z-index:100012;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;height:1.75rem;width:1.75rem;top:4.5625rem;left:63.5rem;display:block; }
#IZ1C8O2aP3rcuTEHdIBR28af8w5MDByT { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.6;letter-spacing:0;top:8.0625rem;left:63.875rem;height:1.8rem;font-style:normal;display:block; }
#q4T4rN3ihsWls8lRruKueayrCpXOQJx2 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:10.162109375rem;left:63.875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#lpZNoI3IVk6iMxl7mMOJG6WGA1MDzlVE { position:absolute;display:block;z-index:100011;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;height:1.75rem;width:1.75rem;top:4.5625rem;left:49rem;display:none; }
#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efaffb9f-bc6b-4c74-bb79-7458df4be6fe/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC.adaptive-delivery-prevent-bg, #Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC.lazyload, #Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC.lazyloading { background-image: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container { background-color: transparent; background-image: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container > .video-iframe-container { display: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row > .video-iframe-container { display: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .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); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container { border-width: 0; border-radius: 0; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#MoQ6Pr2tp75plJ47x2atmWUfw1RhVQTV { position:absolute;display:block;z-index:100006;background-color:#ebc965;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.874025rem;width:28.999rem;top:7.875rem;left:23.125rem;display:block; }
#Tz4rGTlRN9cMwK5oXxDN5XXEIH5QLQix { color:#000000;display:block;width:29.1865rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:8.75rem;left:22.875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#hmJt2EEpH6Pc9i5qDF12bA4zBGo6AGTZ { color:#000000;display:block;width:46.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:2.375rem;left:14.375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#A4Z7n9JOeppLSsiCBJTLfmE3i0dsup9T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:5.3125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:7.8740234375rem;left:23.03125rem;display:block; }
#TNks6KPJcHRoglppKaUuVy1rGCD4LsCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container { background-color: transparent; background-image: none; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container > .video-iframe-container { display: none; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row > .video-iframe-container { display: none; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .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); }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container { border-width: 0; border-radius: 0; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#T5L7r1eFiH2PI0Pog4fhMKrruEAemAnk { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:4.5625rem;left:10.75rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container { background-color: transparent; background-image: none; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container > .video-iframe-container { display: none; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row > .video-iframe-container { display: none; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .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); }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container { border-width: 0; border-radius: 0; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#xT8fzDKmRW2snm91cdXqXHFyFJ6TgUkl { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:1.6904296875rem;left:5.84375rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#XlJznz1hEm7UsZF4wFn3TdlfyguqGXFF { color:#000000;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:8.5rem;left:5.875rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#pE8WLsWcvlu3DC0BqCSUDe94IwxMBpnz { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:14.6220703125rem;left:6.5625rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#r7si4fmSOdnK1mpRguuH8eHM3tftlOF3 { position:absolute;display:block;z-index:100015;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:6.875rem;left:35.5625rem;display:block; }
#wdTlJJfvMIJZyU01GvITcRBIobL2xcAV { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:19.84375rem;left:10.375rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#r6bwciw5hFri9hG6JncWmuTsOxV1VV1G { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:63.25rem;top:18.5rem;left:5.875rem;display:block; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .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; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.5575rem;padding-bottom:0.62875rem;padding-left:0.5575rem;display:block;align-items:center;width:3.345rem;min-width:3.345rem;height:3.378125rem;position:relative;font-family:montserrat;font-size:2.514375rem;font-weight:700;line-height:54.05px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.459375rem;height:1.335625rem;position:relative;font-family:montserrat;font-size:0.9425rem;font-weight:700;line-height:21.37px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:21.8125rem;height:6.364375rem;padding-top:0.785625rem;padding-right:0.79625rem;padding-bottom:0.785625rem;padding-left:0.79625rem;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:0.8125rem;left:24.107421875rem;z-index:100011;display:none; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #ZpWEI1Mrru4NpQCbTkoBsibThqmqaz8C { display:flex;position:relative;top:0rem;left:0rem; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #rgy4TbEXTyL0kpzTaWWxvrARd0voWWua { width:auto; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #LA37X4u37RMTrulbq3GtKIxXel9FgJxE {  }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #mB52LL1C6y41CeraAUU7vcTwFadJCpdC { display:flex;position:relative;top:0rem;left:0rem; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #slGuRkogMMKXx7khx0UFShznoVMoSnMo {  }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #A83bTBN872IZ6smcNG6TtEHFhRxmG1e7 {  }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #FxrT5bTlf6MnEQU9thfusu5iyZZn174x { display:flex;position:relative;top:0rem;left:0rem; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #ldnBi2pDu8w7OsXsSezvaEDIBAVgL1mk {  }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #bTwCUW1ISxQxNrKJ2ty4RzeH0SAF6uVC {  }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #SfoNxt93WFsuWrqk14q8XXkwGTMpTTJT { display:flex;position:relative;top:0rem;left:0rem; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #QTsv0svTeonCPUg7SqCCD0AZTPDkpz3I {  }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #P8aRaZaox27Rs03Tbn1r7hAVfT78PGZV {  }
#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container { background-color: transparent; background-image: none; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container > .video-iframe-container { display: none; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row > .video-iframe-container { display: none; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .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); }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container { border-width: 0; border-radius: 0; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#TT0E7STOVrZdAEeeDSoWydw1uKTLTEkt { position:absolute;display:block;z-index:100007;background-color:#ebc965;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.874025rem;width:28.9980625rem;top:14.3125rem;left:23rem;display:block; }
#Vvk7RSBHS0E0oeoPoZ8r4Bg5yhU4r2Md { color:#000000;display:block;width:29.1855625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:14.9375rem;left:22.9375rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .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; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.5575rem;padding-bottom:0.62875rem;padding-left:0.5575rem;display:block;align-items:center;width:3.345rem;min-width:3.345rem;height:3.378125rem;position:relative;font-family:montserrat;font-size:2.514375rem;font-weight:700;line-height:54.05px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.459375rem;height:1.335625rem;position:relative;font-family:montserrat;font-size:0.9425rem;font-weight:700;line-height:21.37px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:21.8125rem;height:6.364375rem;padding-top:0.785625rem;padding-right:0.79625rem;padding-bottom:0.785625rem;padding-left:0.79625rem;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:0.8125rem;left:24.107421875rem;z-index:100011; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #yxDX3QcASs3DPGefEUhHTNWaQqT0TQxd { display:flex;position:relative;top:0rem;left:0rem; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #CCq4B3f6yv1POfMOlyXk26XLeCOI5gkq { width:auto; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #ctqx7PImftGvq5EkJSJAvTz8ESwNDQs6 {  }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #LLhEb2dsffWhGyUT2Q5IW0uVXEonfn3y { display:flex;position:relative;top:0rem;left:0rem; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #KifZT8x3xxOzZTl2SG9UxTNQQILJ4iTh {  }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #S2gze7BtcatU6A5wpTCTx79W6vxuOnkh {  }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #Ti1FhWhEE2wQkypIlKTTlJeER7Lq8nTV { display:flex;position:relative;top:0rem;left:0rem; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #yXCWfBryZXT0oEX6PeIXHs89rX5teWet {  }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #LhhtEo30yNF3kXOc3Fdz2JlAxiaxX8C4 {  }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #t0poEVnTXX9fsD2EcU8kBd5qHccOqZUQ { display:flex;position:relative;top:0rem;left:0rem; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #RrG9bP7t3h24Z0hh18pFcCiQnvh9kq1W {  }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #giICMiilkXmQw5Tl4mtpRU5QHDZiLd9y {  }
#UEAiTOQLo0wiJdripxuEUCURkEFn1S76 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:4.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.3125rem;left:23rem;display:block; }
#fDTkLXIgusiuCiSkdqz2cZGEt25FTu05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container { background-color: transparent; background-image: none; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container > .video-iframe-container { display: none; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row > .video-iframe-container { display: none; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .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); }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container { border-width: 0; border-radius: 0; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#xxP9MgTlcTC2PSJUg3vziGMliVJDLGzo { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:3.03125rem;left:10.75rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#q09uBWKRMo5XlXDLI6TkKkRRl3dpsiec { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:9.873046875rem;left:19.90625rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container { background-color: transparent; background-image: none; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container > .video-iframe-container { display: none; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row > .video-iframe-container { display: none; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .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); }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container { border-width: 0; border-radius: 0; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#zTKT63o8UpZktwHSvy74SzldXHFKK1QS { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:3.6279296875rem;left:5.84375rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#T7L9KGSO3JDLzuzrXWgymHad19eaMNwL { position:absolute;display:block;z-index:100012;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.75rem;width:1.75rem;top:8.6875rem;left:36.625rem;display:block; }
#eHmALWKXOF8OQbM0snVTcm5gNgTImFvo { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:12.1279296875rem;left:5.84375rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#NJormpaDKSfsnQyTMSbC8qnW1NUnNw7F { position:absolute;display:block;z-index:100014;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.75rem;width:1.75rem;top:19.125rem;left:36.625rem;display:block; }
#X35RUkwN3x9RrQhE6Rp9vzGiTfssTXbB { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:22.625rem;left:5.875rem;height:3.4rem;text-align:center;text-align-last:center;display:block; }
#Rvf18JFwVDFxl9oLPdWT8tdqyTuALHXB { position:absolute;display:block;z-index:100015;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.75rem;width:1.75rem;top:27.875rem;left:36.625rem;display:block; }
#OJqvHopJO98RnHlArFsUxwSTMH5BSMnT { color:#000000;display:block;width:63.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:31.4375rem;left:5.875rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#MUAVaWgaryg0ZSBr8wASOKahvXMxIamh { color:#000000;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:45.75rem;left:6.5625rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .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; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.5575rem;padding-bottom:0.62875rem;padding-left:0.5575rem;display:block;align-items:center;width:3.345rem;min-width:3.345rem;height:3.378125rem;position:relative;font-family:montserrat;font-size:2.514375rem;font-weight:700;line-height:54.05px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.459375rem;height:1.335625rem;position:relative;font-family:montserrat;font-size:0.9425rem;font-weight:700;line-height:21.37px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:21.8125rem;height:6.364375rem;padding-top:0.785625rem;padding-right:0.79625rem;padding-bottom:0.785625rem;padding-left:0.79625rem;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:48.3125rem;left:25.8125rem;z-index:100012; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #M9kyIbJXmTHU75Tp2TfmpuPeb1BU69HX { display:flex;position:relative;top:0rem;left:0rem; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #oOHlgc88ykdkqAlqd5srTLP4xJz6OsAI { width:auto; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #dhgoqTBOO0PQ73MTbJ75TDPE6R3lgKQv {  }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #ZbSgi40H6LVIGrFO8caC51CPQIeiTT0N { display:flex;position:relative;top:0rem;left:0rem; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #JZWcFWlhWqWssrhbhLhTqVMiGOnEmTCc {  }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #uLiDX5GFHo0ev6Ug0znWmPCExwD9DwyN {  }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #AQOkNUXQRC2PgMVSSFxukbC5nX7aQVP8 { display:flex;position:relative;top:0rem;left:0rem; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #M90eewJoU6gWXi0J0d1xoHohm3tvAKWB {  }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #MPNzUwIC1fChQxN7ygFZxOINDXXGHCkc {  }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #R4sItbeQTNFlQTgvRyMKVDzcTTzTiR89 { display:flex;position:relative;top:0rem;left:0rem; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #gZlNvqvoGl3krOD6vm2h6UynXhDmhhXT {  }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #RlxBfQTOy7IJuPTh0ZsFJRDfpiRfT1iL {  }
#U9hnmOKBNFe9Ue605CwgMT0zeOzgTFwT { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:63.25rem;top:44.25rem;left:5.875rem;display:block; }
#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e5e10a4-dd4e-48db-8c97-a0de9c1b1ee5/wek5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7.adaptive-delivery-prevent-bg, #geOlVlRckMplbFQXe9QPnz9T7WpPT1l7.lazyload, #geOlVlRckMplbFQXe9QPnz9T7WpPT1l7.lazyloading { background-image: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container { background-color: transparent; background-image: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container > .video-iframe-container { display: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row > .video-iframe-container { display: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .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); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container { border-width: 0; border-radius: 0; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container { background-color: transparent; background-image: none; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container > .video-iframe-container { display: none; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row > .video-iframe-container { display: none; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .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); }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container { border-width: 0; border-radius: 0; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#R29UopoSZPzd8yc2ARuQ0iMfufxGMQId { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:10.75rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp.adaptive-delivery-prevent-bg, #JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp.lazyload, #JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp.lazyloading { background-image: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container { background-color: transparent; background-image: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.61); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container > .video-iframe-container { display: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.61); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row > .video-iframe-container { display: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .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); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container { border-width: 0; border-radius: 0; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container { font-size:0.875rem;font-family:arial;height:81.125rem;width:75rem;position:relative;display:block; }#Wbe6ssRwAhwGHOqrJL7yIbKs0tSHKCEz { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:15.3125rem;left:4.625rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#H6WWWAhsFexT6aqSzvgmwaO5Mqynual7 { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:8.5rem;left:1.875rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#MqtBCgG0Fh0TG9LHpVpbigw3cn7TaG8B { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.625rem;width:6.625rem;top:0.1875rem;left:15.125rem;display:block; }
#GTmsXuMIsXRp22fyWD5VhfoTMwTar3xO { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:1.625rem;left:16.5rem;overflow:hidden;display:block; }
#OwoTBAhNWZfTZ4s7vsCGX12Vk2e9TOBb { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:15.6875rem;left:2.25rem;display:block; }
#TLsQA4GTfOy3hNyXcR9miErqacIABv3B { color:#000000;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:22.5625rem;left:4.625rem;height:3.6125rem;text-align:left;text-align-last:left;display:block; }
#ykeeNEqV8ipRHTzkKmSInO2SyAM6GT1M { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:22.9375rem;left:2.25rem;display:block; }
#q5NdLZXA275g9DUSXT4XMKKZc988HrMq { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:28.0625rem;left:4.625rem;height:3.6125rem;text-align:left;text-align-last:left;display:block; }
#A6Q0l0WtVSnzDuk1MNHH1Rv7PghJURpS { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:28.4375rem;left:2.25rem;display:block; }
#v5tx7GSTpnWmVVeI2WbqbNfDMnwrMaMS { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:33.5625rem;left:4.6875rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#QH3rqXI4vuNygkKpMugeNn98JsHELsnM { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:34rem;left:2.25rem;display:block; }
#ryfkFUvDmkrEPBAaEATx8HXLMnaya6Qh { color:#000000;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:40.875rem;left:4.625rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#bOV6Op14spZ1zusq9JNgDiQOQi90xfMF { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:41.25rem;left:2.375rem;display:block; }
#ZSJsCeIoHfzQPHhPDPeMxiFZIsU2JP1a { color:#000000;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:48.375rem;left:4.625rem;height:3.6125rem;text-align:left;text-align-last:left;display:block; }
#QsSfn4FRetWzoxXNn57ZoEELrVAChDy7 { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:48.8125rem;left:2.25rem;display:block; }
#HbA0MN7CQAT8MoC4UZT4RADccuApcel6 { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:54.6875rem;left:2.1875rem;display:block; }
#lND5neqSEK8EzLXg9qhZWCFHvsJ9KOc9 { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:54.25rem;left:4.6875rem;height:7.225rem;text-align:left;text-align-last:left;display:block; }
#hZ3R1lV96cQTkHJHvDcBezZd107B6ZG6 { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:65.3125rem;left:2.1875rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#UUX34kFrcFpEg0pp9eRTubFMTIeuR21T { position:absolute;display:block;z-index:100009;background-color:#ebc965;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:23.5625rem;top:72.9375rem;left:6.96875rem;display:block; }
#UNIFmK8pZvRsbcPutmdDvZIE15mT9IIL { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:74.474609375rem;left:9.34375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#Z6Gkf6fB9ivJmEfHgTvvyJ61pG37M3Fg { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:4.875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:72.9375rem;left:6.9375rem;display:block; }
#qmcuO0ye3q7XoArL7OmSmq9iT8RAbzro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K4t45Ru60kH50nnN9Mz0n3GTBgOpbTdd { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:67.4375rem;left:2.1875rem;height:3.8875rem;text-align:center;text-align-last:center;display:block; }
#rwgPBm50txXJp5IC4MNlpm05bzFcPOEX { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:71.9375rem;width:36.625rem;top:3.3125rem;left:0rem;display:block; }
#AHMNJ8qT3xZisaqslvPt1miUBCk9bugp { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5b410;border-left:0.0625rem solid #f5b410;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;height:61.75rem;width:36.625rem;top:3.3125rem;left:38.25rem;display:block; }
#TqL6n3onStU5h2ZgvIXZ7OW46fO2BAVL { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.625rem;width:6.625rem;top:0.125rem;left:53.3125rem;display:block; }
#f8msb2WmLwTBfkr0HqLiC2gFquMLzSl7 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:8.5rem;left:42.1875rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#GIHdcdgAs1shIfErddtJ0wJ6tL7K88mD { color:#000000;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:17.1875rem;left:41.875rem;height:6.46875rem;text-align:center;text-align-last:center;display:block; }
#S1TFMNTm7cxhOCXsR4zp25ivzervg9uN { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:28.4375rem;left:40.1875rem;display:block; }
#gG9JmxZUS7lNsNd2Hyo2OHZHuRcIhHNU { color:#000000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:28.0625rem;left:42.75rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#GInqK4ZluMJuG3RLZo0Tf2emyi3FtgSk { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:36.375rem;left:42.6875rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#NovTyw6B87InRF3bw14K9wrb74QKJHn5 { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:36.75rem;left:40.25rem;display:block; }
#H18lzBfNeIukrBuV1Gt2LIHxGCnveqhv { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:1rem;width:1rem;top:44.1875rem;left:40.3125rem;display:block; }
#R4XTO4kPlVkibhbFULFK5gMvQE8yeXw1 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:43.875rem;left:42.6875rem;height:5.41875rem;text-align:left;text-align-last:left;display:block; }
#qJ7GlDW8kzHOaVEtlkA32rEtAnEMxQfh { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:55.6875rem;left:39.6875rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#m0Ss1bGsqZJriM3DBTKuqUs8DSnQDW2W { color:#000000;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:57.75rem;left:39.6875rem;height:3.8875rem;text-align:center;text-align-last:center;display:block; }
#xxPwuJlIUq0aAGhanZmEIP3vtotq62P7 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:1.71875rem;left:54.84375rem;overflow:hidden;display:block; }
#T0eJUw0TOl0Bo5uE66IccriZxUyRUeT8 { position:absolute;display:block;z-index:100009;background-color:#ebc965;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:23.5625rem;top:62.625rem;left:44.84375rem;display:block; }
#VnoHqu2N005vTFzCh0ebkMtcdQpHM3H2 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:64.162109375rem;left:47.21875rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#TQaWHdVOmUgQcc5eZwpozwy5rM8p6MtG { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:4.875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:62.625rem;left:44.8125rem;display:block; }
#iuEwooRUvnQdB7IubcUkqIuTz9iXpmWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZUq6qpJRy7bIcwmO8F5MKGf0eRPJ6W3I { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:8.5rem;left:42.1875rem;height:4.199225rem;text-align:center;text-align-last:center;display:none; }
#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container { background-color: transparent; background-image: none; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container > .video-iframe-container { display: none; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row > .video-iframe-container { display: none; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .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); }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container { border-width: 0; border-radius: 0; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#Al3fPRuaUoT2ovBo7G1qMKDNkmyIa869 { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:6.53125rem;left:11.3125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#hw4aVWIoUc7oyX29MNRTc1afDZGSy4ra { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:3.248046875rem;left:19.90625rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container { background-color: transparent; background-image: none; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container > .video-iframe-container { display: none; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row > .video-iframe-container { display: none; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .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); }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container { border-width: 0; border-radius: 0; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#DqnezISD9Wz9ENgrAUPlGatvRQyFVbNa { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:4.125rem;left:2.46875rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#LSaAgm2aeHe8nZQh7GpTXJ6It2grsABT { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:4.125rem;left:28.3125rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#KzAnPqUNtNRuaOqlegcTDNGSczHsaMZT { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:4.125rem;left:54.65625rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#HpoAH6DEqBf4XhZZMAKcyVBmpSGU224o { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:2.875rem;width:2.875rem;top:0.8125rem;left:9.59375rem;display:block; }
#OiiZhBOdigZNnbSTlqI6LnEzAZKuwz1Z { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:0.9375rem;left:9.6875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#rzgwlsOK7V2d5M7M8cggfNUo1imBTOGm { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:2.875rem;width:2.875rem;top:0.8125rem;left:36.0625rem;display:block; }
#vGLm7yEKn1KfcTcX8eUsC8QmTrwFUm0w { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:0.9375rem;left:36.1875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#p3xKCrznssunwkFMyymlq9rLJFu010DK { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -moz-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -ms-linear-gradient(171deg, #c69e3f, #f4c837);background-image: -o-linear-gradient(171deg, #c69e3f, #f4c837);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69e3f', endColorstr='#f4c837' );";background-image: linear-gradient(171deg, #c69e3f, #f4c837);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:2.875rem;width:2.875rem;top:0.8125rem;left:62.40625rem;display:block; }
#fqVTpPdTRwLxHCsBvwiZgipqOlvGTDdn { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:0.9375rem;left:62.53125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#BXQOga1JI2nAq5QS8Tt0CwnruWZwReqg { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:7.78125rem;left:0rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#WEDI0SsktFf5NuBDIQbhsM9olOGULOoL { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15rem;left:0.03125rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#N6tDZE09FCUBLSldtzIbvBUxZ2XFPOGi { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:24.875rem;left:0.03125rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#LovyT9BnnMECIWu6pofIZdIEMwp82Crg { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:7.8125rem;left:26.9375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#MZov8yRSdP6GQ17gt8EIxHdOQd6L5T6y { color:#000000;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:16.359375rem;left:26.9375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#dcV78nQtFTAUQKzHTdM3vK6c1tDpgVzl { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:24.875rem;left:26.9375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#DMGKcEtRNFz68SvFTRI9VEaPUmKqWwdk { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:15.375rem;left:53rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#XarBm6U37uWneeH6eCUEpgX9txBIs1cW { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:24.875rem;left:53rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#gAKobLmWpkHyrqu3QgLcM3qbGRph0MZD { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:6.09375rem;left:51.9375rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .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; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c69e3f;background-image:none;color:#000000;padding-top:0.50375rem;padding-right:0.44875rem;padding-bottom:0.50375rem;padding-left:0.44875rem;display:block;align-items:center;width:2.6925rem;min-width:2.6925rem;height:2.7075rem;position:relative;font-family:montserrat;font-size:2.015625rem;font-weight:700;line-height:43.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .widget-text.counter-label { background-color:;background-image:none;color:#c69e3f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.315rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.59rem;height:1.07rem;position:relative;font-family:montserrat;font-size:0.755625rem;font-weight:700;line-height:17.12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:18.375rem;height:5.1rem;padding-top:0.63rem;padding-right:0.64125rem;padding-bottom:0.63rem;padding-left:0.64125rem;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:8.3642578125rem;left:54.248046875rem;z-index:100013; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #HN1T7kiqiMpLvGmMTfVcAtk3LRTo2220 { display:flex;position:relative;top:0rem;left:0rem; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #wLfsw0eH2PrQ1UebCykZzpy6BEdh7bwi { width:auto; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #o9dcFuNni1f6tnkSN5L3TXbIT8GH9V3V {  }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #ZJlMIynsqHUQuTfr2gUzfCLJHVrF9ZhV { display:flex;position:relative;top:0rem;left:0rem; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #HwhrmiA5qHrvEBpIBuCaLnbr5eTSPo2T {  }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #KLSnx0PXuMMAwg7o1Sx3cAKs9LZU9ETo {  }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #SJFEgmUxhFJBmTScLQtHW5AAwxEcgfra { display:flex;position:relative;top:0rem;left:0rem; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #OElg0RAoieymynnfiXUPL1dIIBC8pSxS {  }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #vHmvUUypX5m70Phlu8TPXvG6rqn7h8rv {  }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #WacKU2bKV7u1o7hSOxyB9AklA4QfKu5U { display:flex;position:relative;top:0rem;left:0rem; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #OFEg5MOU9yAbImaLZDoP275obmS11qDw {  }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #v3VB6X5MHf17bEV8KTkfeew6wK6X6oWF {  }
#kUPlyP7oUL1d3g60Us9FZxTz7GKTmlb6 { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:11.5rem;left:25rem;display:block; }
#XUz35wESWpksFg57cSxfxV62SA9E6aTe { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:0.0625rem;top:11.5rem;left:50rem;display:block; }
#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container { background-color: transparent; background-image: none; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container > .video-iframe-container { display: none; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row > .video-iframe-container { display: none; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .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); }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container { border-width: 0; border-radius: 0; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#asuJaUMhrMTP0U6GAu1raQWuE2uZ4z9F { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:6.53125rem;left:11.3125rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#T4lDecKPooISgq0T7TcXnvAqIwGpZvDf { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:3.248046875rem;left:19.90625rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#L0pMyDuMFvnr85p3Z323H7cS4XuABDPP { position:absolute;display:block;z-index:100016;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:16.4375rem;left:35.9375rem;display:block; }
#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container { background-color: transparent; background-image: none; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container > .video-iframe-container { display: none; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row > .video-iframe-container { display: none; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .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); }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container { border-width: 0; border-radius: 0; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#Gk8JBycJpwXCpT7waqvVeyXKvXOC2x2O { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:3.310546875rem;left:19.90625rem;height:0;text-align:center;text-align-last:center;display:block; }
#UrNfpHNwhP3GkVhL3QQp7tiTfbfvPbR6 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:2.232421875rem;left:19.90625rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#zDSxUvUGn2pagbZQ1xxp0VdhzfdC9twQ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:11.25rem;top:8.1875rem;left:9.9375rem;overflow:hidden;display:block; }
#G4UoHdqlONJF3gu5VA5kyTJ9PxccuUZC { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.3125rem;top:7.375rem;left:26.0625rem;overflow:hidden;display:block; }
#oSvrKrEK595stfnX8pOxiZSQglAhi3Sc { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.4375rem;top:6.3125rem;left:40.4375rem;overflow:hidden;display:block; }
#REZkeSMMohQ2bwIabwFb6oz0kXGZXk4b { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:11.5625rem;top:7.6875rem;left:54.8125rem;overflow:hidden;display:block; }
#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f.adaptive-delivery-prevent-bg, #cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f.lazyload, #cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f.lazyloading { background-image: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container { background-color: transparent; background-image: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.54); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container > .video-iframe-container { display: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.54); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row > .video-iframe-container { display: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .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); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container { border-width: 0; border-radius: 0; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#XVyB2m0SqNc8U73Olcux1FOEIHbzgcVe { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:9.96875rem;left:10.75rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#BXCKrrbrGSNfbXysZJfPNrZGaHAlkriG { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:4.4375rem;left:19.90625rem;height:2.15625rem;text-align:center;text-align-last:center;display:block; }
#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container { background-color: transparent; background-image: none; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container > .video-iframe-container { display: none; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row > .video-iframe-container { display: none; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .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); }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container { border-width: 0; border-radius: 0; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#mosP5VUb9NeeTud2Btz96sgWT0SsHAMW { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container { background-color: transparent; background-image: none; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container > .video-iframe-container { display: none; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row > .video-iframe-container { display: none; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .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); }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container { border-width: 0; border-radius: 0; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#c5vgmJJMfpRvat9SyQQPGcqbCC2TprVB { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#rsEa0s50AdpeNM9Oh0ZLAUGwFSCkBCbM { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb.adaptive-delivery-prevent-bg, #xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb.lazyload, #xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb.lazyloading { background-image: none; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container { background-color: transparent; background-image: none; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container > .video-iframe-container { display: none; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row > .video-iframe-container { display: none; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .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); }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container { border-width: 0; border-radius: 0; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#QlEei7XuGqtML3DJJdmwPLcymbsc1igm { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:14.3rem;font-style:normal;display:block; }
#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container { background-color: transparent; background-image: none; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container > .video-iframe-container { display: none; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row > .video-iframe-container { display: none; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .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); }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container { border-width: 0; border-radius: 0; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#vkMV6xMTQz1Ai3UGEFqkE0qDzeolgLkU { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container { background-color: transparent; background-image: none; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container > .video-iframe-container { display: none; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row > .video-iframe-container { display: none; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .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); }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container { border-width: 0; border-radius: 0; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#q48e6b1LAHxpUqL7n7wFPdt6i37dgni0 { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#tDwzkEl9UBSd7u93ioTy0JhTzoitZI5H { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb.adaptive-delivery-prevent-bg, #tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb.lazyload, #tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb.lazyloading { background-image: none; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container { background-color: transparent; background-image: none; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container > .video-iframe-container { display: none; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row > .video-iframe-container { display: none; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .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); }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container { border-width: 0; border-radius: 0; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#czCmT0qT355iTx2kThxJVHWDpy1hs5KT { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:5.2rem;font-style:normal;display:block; }
#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container { background-color: transparent; background-image: none; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container > .video-iframe-container { display: none; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row > .video-iframe-container { display: none; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .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); }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container { border-width: 0; border-radius: 0; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#Jm7irEUQIOmBV2upxDq98KSEJxU1AooP { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container { background-color: transparent; background-image: none; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container > .video-iframe-container { display: none; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row > .video-iframe-container { display: none; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .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); }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container { border-width: 0; border-radius: 0; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#NAJAFOTdyUW0FTZBaALgCu6mllKkGfT9 { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#d6E1lI0tTUvXBfqtl82mZ2FlPevXiurU { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA.adaptive-delivery-prevent-bg, #EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA.lazyload, #EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA.lazyloading { background-image: none; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container { background-color: transparent; background-image: none; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container > .video-iframe-container { display: none; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row > .video-iframe-container { display: none; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .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); }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container { border-width: 0; border-radius: 0; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#WD7avruBO6erkVqDJwSZG7JZGLoqUPrc { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:9.1rem;font-style:normal;display:block; }
#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container { background-color: transparent; background-image: none; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container > .video-iframe-container { display: none; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row > .video-iframe-container { display: none; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .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); }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container { border-width: 0; border-radius: 0; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#PeAIVgxWhPn9TiUg5opVp3cG8poa1tK8 { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container { background-color: transparent; background-image: none; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container > .video-iframe-container { display: none; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row > .video-iframe-container { display: none; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .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); }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container { border-width: 0; border-radius: 0; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#ySRBDLwPiNqevhz1w5VToGCzASEDO82J { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#eyI9MH93olsxCVFOlJZQlQWOsFUkPdoM { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5.adaptive-delivery-prevent-bg, #BWHv4Jv21TeUot24n3vuiMdz93QI5mw5.lazyload, #BWHv4Jv21TeUot24n3vuiMdz93QI5mw5.lazyloading { background-image: none; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container { background-color: transparent; background-image: none; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container > .video-iframe-container { display: none; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row > .video-iframe-container { display: none; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .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); }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container { border-width: 0; border-radius: 0; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#aDc6MBc1o7zabSi5NoM8DsoOwn9q7cMh { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:1.3rem;font-style:normal;display:block; }
#eDXzyNtdRW8pBeadonh96RcsHO1syk7K { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:4.6318359375rem;left:7.5rem;height:4.5875rem;font-style:normal;display:block; }#eDXzyNtdRW8pBeadonh96RcsHO1syk7K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eDXzyNtdRW8pBeadonh96RcsHO1syk7K li:before{  }
#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container { background-color: transparent; background-image: none; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container > .video-iframe-container { display: none; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row > .video-iframe-container { display: none; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .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); }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container { border-width: 0; border-radius: 0; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#sWIZGquJ2T45coqlOIADgP95EyFKwLa1 { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container { background-color: transparent; background-image: none; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container > .video-iframe-container { display: none; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row > .video-iframe-container { display: none; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .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); }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container { border-width: 0; border-radius: 0; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#Hzfqz94wd6q8zhROXQcmp8AGToJDhDma { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#lZTNUreBh1UZLJNfUN51PXNn5KS9v7u6 { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb.adaptive-delivery-prevent-bg, #h4kSsZfpLc2A5VD4NMGINlftWpfanCyb.lazyload, #h4kSsZfpLc2A5VD4NMGINlftWpfanCyb.lazyloading { background-image: none; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container { background-color: transparent; background-image: none; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container > .video-iframe-container { display: none; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row > .video-iframe-container { display: none; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .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); }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container { border-width: 0; border-radius: 0; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#TlKeb7D3kf49UuFFieu47vwJTbT6ceop { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:5.2rem;font-style:normal;display:block; }
#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container { background-color: transparent; background-image: none; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container > .video-iframe-container { display: none; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row > .video-iframe-container { display: none; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .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); }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container { border-width: 0; border-radius: 0; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#HrrRQhVfATaM5WnTS1z35yUAGCsiogNC { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container { background-color: transparent; background-image: none; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container > .video-iframe-container { display: none; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row > .video-iframe-container { display: none; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .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); }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container { border-width: 0; border-radius: 0; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#wQAE4lel2ouKxyVdwWrEDFXZwlrFlc22 { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#k5iw92nby95DptTnRldhDh75dEQ2HxJp { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF.adaptive-delivery-prevent-bg, #BBmGMNmhLB1zTJNCxJz1qncXsUActCwF.lazyload, #BBmGMNmhLB1zTJNCxJz1qncXsUActCwF.lazyloading { background-image: none; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container { background-color: transparent; background-image: none; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container > .video-iframe-container { display: none; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row > .video-iframe-container { display: none; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .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); }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container { border-width: 0; border-radius: 0; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#cUQWIh6rHmJW8UF15o4ivqOtPhwckUFn { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:1.3rem;font-style:normal;display:block; }
#udm84ds2vdPASLEmW3ragL8SHh5TWfdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container { background-color: transparent; background-image: none; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container > .video-iframe-container { display: none; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row > .video-iframe-container { display: none; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .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); }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container { border-width: 0; border-radius: 0; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#nuk4aIEVu3x7TTJ3hk3LluNbDiG5g03r { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container { background-color: transparent; background-image: none; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container > .video-iframe-container { display: none; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row > .video-iframe-container { display: none; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .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); }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container { border-width: 0; border-radius: 0; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lzBIqmnkmB40wQSuCtgTIvFC0D89n8ZU { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#Tl6C7yn3FyQC4RMxQVW8Mhmag0CZuneW { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6.adaptive-delivery-prevent-bg, #i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6.lazyload, #i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6.lazyloading { background-image: none; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container { background-color: transparent; background-image: none; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container > .video-iframe-container { display: none; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row > .video-iframe-container { display: none; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .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); }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container { border-width: 0; border-radius: 0; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#QR85PLUrHLs2uuPwO8UL9mwLuRZGnXlu { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:11.7rem;font-style:normal;display:block; }
#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container { background-color: transparent; background-image: none; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container > .video-iframe-container { display: none; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row > .video-iframe-container { display: none; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .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); }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container { border-width: 0; border-radius: 0; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#bSrdyDvdJRBNe0f3q0SHPTh9ICpFnq1D { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container { background-color: transparent; background-image: none; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container > .video-iframe-container { display: none; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row > .video-iframe-container { display: none; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .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); }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container { border-width: 0; border-radius: 0; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#xWlBvmAkzBiGxScBkkxq8guSWXtHmkmZ { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#o0sVvRIOVBrulTbn0dntNVd141O11k20 { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay.adaptive-delivery-prevent-bg, #lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay.lazyload, #lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay.lazyloading { background-image: none; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container { background-color: transparent; background-image: none; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container > .video-iframe-container { display: none; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row > .video-iframe-container { display: none; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .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); }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container { border-width: 0; border-radius: 0; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#hlWepwtVg7shU0T9l84bCthdQQsbwfwS { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:5.2rem;font-style:normal;display:block; }
#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container { background-color: transparent; background-image: none; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container > .video-iframe-container { display: none; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row > .video-iframe-container { display: none; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .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); }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container { border-width: 0; border-radius: 0; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#ChNPeEEg83XcXXu3fkTDytPCXsey5hxD { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container { background-color: transparent; background-image: none; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container > .video-iframe-container { display: none; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row > .video-iframe-container { display: none; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .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); }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container { border-width: 0; border-radius: 0; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#zTWLIVbThWiCrXbRAuA110kSxONDLE9R { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#I71XTSKMfMW4Xx5X1y2FFWJiAR7eOa7b { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS.adaptive-delivery-prevent-bg, #dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS.lazyload, #dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS.lazyloading { background-image: none; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container { background-color: transparent; background-image: none; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container > .video-iframe-container { display: none; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row > .video-iframe-container { display: none; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .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); }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container { border-width: 0; border-radius: 0; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#rdETzhzkJu76t3CXT4Gk8lW5T6X0c2GB { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:1.3rem;font-style:normal;display:block; }
#gnv3isGToGuuKrI6N92kTEsxSybp7ECl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container { background-color: transparent; background-image: none; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container > .video-iframe-container { display: none; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row > .video-iframe-container { display: none; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .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); }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container { border-width: 0; border-radius: 0; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#QrmpbkFX0oUWGRp36evTuCc8zDLaK9Aq { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container { background-color: transparent; background-image: none; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container > .video-iframe-container { display: none; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row > .video-iframe-container { display: none; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .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); }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container { border-width: 0; border-radius: 0; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#WllR2QKoTGpZfHufSZdxTMfkMBdg2iAD { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#LLboxlQTwRppKgWPtySHwLLuLaAMwHPK { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc.adaptive-delivery-prevent-bg, #CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc.lazyload, #CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc.lazyloading { background-image: none; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container { background-color: transparent; background-image: none; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container > .video-iframe-container { display: none; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row > .video-iframe-container { display: none; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .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); }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container { border-width: 0; border-radius: 0; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#oegDfzXPR1g0Ll1E8BEQXas9aUTfoxyw { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:5.2rem;font-style:normal;display:block; }
#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container { background-color: transparent; background-image: none; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container > .video-iframe-container { display: none; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row > .video-iframe-container { display: none; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .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); }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container { border-width: 0; border-radius: 0; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#kvwTKmIENx0d7ZaGbdX1LtUC2ygSF5IN { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container { background-color: transparent; background-image: none; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container > .video-iframe-container { display: none; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row > .video-iframe-container { display: none; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .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); }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container { border-width: 0; border-radius: 0; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#XSqTB46gaTk7uTU6DrFgZ3hADs2ITT90 { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#wnKf7IUv2c21lhku10hOvLtLxE4uG6sH { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql.adaptive-delivery-prevent-bg, #Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql.lazyload, #Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql.lazyloading { background-image: none; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container { background-color: transparent; background-image: none; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container > .video-iframe-container { display: none; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row > .video-iframe-container { display: none; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .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); }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container { border-width: 0; border-radius: 0; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#K4AJxwb0MJz1CFmTbIhfNEFZ9pZa23Ni { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:1.3rem;font-style:normal;display:block; }
#vygR8s9mFw5efcwoHGToBu67fTmETIoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container { background-color: transparent; background-image: none; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container > .video-iframe-container { display: none; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row > .video-iframe-container { display: none; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .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); }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container { border-width: 0; border-radius: 0; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#mEi9zWscADxWhMPm2VQfCvmt1H1C4Pm4 { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container { background-color: transparent; background-image: none; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container > .video-iframe-container { display: none; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row > .video-iframe-container { display: none; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .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); }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container { border-width: 0; border-radius: 0; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#sKc8f6Kkk5aab3hDIpq8RrWhVn5m1DsU { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#wdU8MB4GyTu8Jvd4eySd6NTTs18v2QTc { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi.adaptive-delivery-prevent-bg, #K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi.lazyload, #K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi.lazyloading { background-image: none; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container { background-color: transparent; background-image: none; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container > .video-iframe-container { display: none; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row > .video-iframe-container { display: none; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .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); }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container { border-width: 0; border-radius: 0; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#UTzVpJOU66ES1Bh2mzupfU96Ey0KIn0C { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:7.8rem;font-style:normal;display:block; }
#d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.5693359375rem;left:7.5rem;height:;font-style:normal;display:block; }#d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 li:before{  }
#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container { background-color: transparent; background-image: none; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container > .video-iframe-container { display: none; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row > .video-iframe-container { display: none; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .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); }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container { border-width: 0; border-radius: 0; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#XDbrWq6x630T7TqiN8hhITiGaSTfKRn0 { position:absolute;display:block;z-index:100000;background-color:#ebc965;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.0625rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container { background-color: transparent; background-image: none; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container > .video-iframe-container { display: none; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row > .video-iframe-container { display: none; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .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); }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container { border-width: 0; border-radius: 0; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#XV8vgu1U3du6vmbnqGNDzufbrkB8a4AQ { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#MHbivn0OeJUVWqSR6pOh3JJSTak2FPEE { box-sizing:content-box;color:#ebc965;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:0.39772796630859rem;left:65.687141418456rem;display:block; }
#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5QeVyGA8/bg_section2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL.adaptive-delivery-prevent-bg, #JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL.lazyload, #JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL.lazyloading { background-image: none; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container { background-color: transparent; background-image: none; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container > .video-iframe-container { display: none; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c69e3f; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row > .video-iframe-container { display: none; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .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); }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container { border-width: 0; border-radius: 0; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#FKvTtQOhDksske53gqo4tswZXl7LsNTd { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8818359375rem;left:7.5rem;height:5.2rem;font-style:normal;display:block; }
#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ebec775-6238-4538-90e5-7893d5e09e83/bgkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W.adaptive-delivery-prevent-bg, #rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W.lazyload, #rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W.lazyloading { background-image: none; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container { background-color: transparent; background-image: none; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container > .video-iframe-container { display: none; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row > .video-iframe-container { display: none; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .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); }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container { border-width: 0; border-radius: 0; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#cFTGr0q8T2Z9vOUIheKOpatNzHqKD2aQ { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:5.46875rem;left:10.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#oSDqPTEFeC8VdzfiUcrt5iB5XBkmTBAh { position:absolute;display:block;z-index:100002;background-color:#ebc965;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.875rem;width:22.9375rem;top:12.4375rem;left:26.0625rem;display:block; }
#TmTmEbs3gxyOdrVZW0XPqcoDuUggk2Ju { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:14rem;left:28.125rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#k4Dviu97lMicVhmHsq2M0TiPGI0ngRde { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:5.25rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:12.4375rem;left:25.9375rem;display:block; }
#gE3oAfW6uCRuAVzo6QkoUZZa0pxJMqdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container { background-color: transparent; background-image: none; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container > .video-iframe-container { display: none; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row > .video-iframe-container { display: none; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .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); }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container { border-width: 0; border-radius: 0; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#nBy4CEmauPWam0TLeawcvRg2l6EwnXpN { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:9.75rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNLn7Fn6RfgbalJ4mmNSVZQe9J4FF5fU { top:10.1875rem;left:4.6875rem;width:38.375rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF3qsi0J3GE54zaL9SFzQXagWUOFBIQ8 { top:13.8125rem;left:5.15625rem;width:37.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZKNdOgCBDTQB3sgzRifcfKoaVV6TfOD { top:17.6875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icN0XxpAcHxSX5MgTV7LCRwdFbKddk9q { top:0.5625rem;left:0rem;width:8.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2Byvrt8otGMeT6nooIXKsTOMRpGlZ5 { width:20.1875rem;height:5.3125rem;top:27.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSaQsgMJ6l9VURqJMi9eD3gfu0JDLhs2 { display:block; }
 }@media only screen and (max-width: 763px) { #MzXmfgyGMxghfzs44VFXkpmAP944rApL { width:20.1875rem;height:5.3125rem;top:27.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTZ6divrspkZdq697nGRm2By2IgrF5z { display:block; }
 }@media only screen and (max-width: 763px) { #yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t { display:block; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMwhPfQUSllXxCriNLX8S493y5yZ2iiB { top:2.5625rem;left:0rem;width:24.625rem;height:3.1875rem;font-size:0.9375rem;display:block; }#bMwhPfQUSllXxCriNLX8S493y5yZ2iiB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
 }@media only screen and (max-width: 763px) { #FbsInqwFTrg5FUTCEQWogSJUegRhNd0e { top:2.5625rem;left:21.625rem;width:12.4375rem;height:3.1875rem;font-size:1rem;display:block; }#FbsInqwFTrg5FUTCEQWogSJUegRhNd0e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
 }@media only screen and (max-width: 763px) { #fTHeuaA2NFPLTmWfhklmwVJNGADJcnww { top:2.5625rem;left:31.8125rem;width:15.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }#fTHeuaA2NFPLTmWfhklmwVJNGADJcnww li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
 }@media only screen and (max-width: 763px) { #r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA { display:block; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXI8kDiOPt3TbODVreTw5toWvWdMouN4 { top:6rem;left:0rem;width:31.625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KveM4wEaDpyTmdGI105Oi8GTXpOQxV9x { top:6.25rem;left:11.875rem;width:35.875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0OZKWrMvsLmN7mQ3Hrr21kSpzfHFTi { top:15.375rem;left:0rem;width:31.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27xh7FLT2u3GamFbVSmLNkiNkPnPkFN { top:23.125rem;left:0rem;width:31.875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4SfbJ0fSIGTTP7tEUOBIphU78TCx12y { top:36.4375rem;left:0rem;width:47.75rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTh6mK3z6BnITuznTUTTZOpH7lBXTvJ { top:3.1875rem;left:26.5rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he { display:block; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBnHTaN7hDeV4ON2o0xiNANgUEUDDq7N { top:0.75rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfNce4DHAwuamLaduAow9aH80nFftVGz { top:11.625rem;left:7.9375rem;width:31.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70F0EQItWKHTFC4KN5TCN98Ns57moxZ { top:36.4375rem;left:0rem;width:47.75rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB { display:block; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWT16a8QWOnC0oEANHLWTvBrRUntUCqi { top:2.4375rem;left:22.8125rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g418ceRBklnTUFQxOQTid2NUlLBzL93M { top:2.3125rem;left:22.4375rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btyni8v0EUl8hdiQo13JHqZ4w0i08a37 { top:2.6875rem;left:2.5rem;width:16.5rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4KniOIemF4TKgtQTQbe5PBVzAGb6x6 { top:11.5rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZUFWoLSmP5taMJuJoz9gwWr2gtENI6 { top:12.5rem;left:22.75rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVoxKkTAHFsOiaDQw0b5gZ2A1vnmdETi { top:12.0625rem;left:22.4375rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmOiZZitdnrHLeFQE4CQOgERigSv1HEt { top:12.375rem;left:25.25rem;width:22.5rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOp8JHWHScmiLvTcuhnl3aQHZwZtxazN { top:1.9375rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnTnlTbgnpeRtf2EdmofVhohfU0UWiGf { top:2.9375rem;left:22.75rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwHgcvHTt7ZL0a5fNGbGTLeNSBIwaId4 { top:2.5rem;left:22.4375rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEviCEARbQaxcUP84ipFKy0ylORAs1fv { top:23.125rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdOo8kNRKU0slECdvmscn34z4wUff26 { top:23.625rem;left:22.46875rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCfHGsxsPC6Bq3dOqwT56tDxKwM2MOvu { top:24.0625rem;left:22.71875rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkNap31iReWhCW0aCKUAEFE4RrovawpA { top:24.25rem;left:1.3125rem;width:17.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5OpcBPbZl3413Mp810BeDw6iofOPMTF { top:34rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSogDfJUohP4InOMkcDfTmwvBRoEDQ9c { top:35rem;left:22.65625rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppaNe7J6GWgcGBm7rO7luDtw11tDwf4X { top:34.5625rem;left:22.46875rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbEir8U1ew6LexiDlSE0r3se66fS5bXD { top:35.0625rem;left:24.3125rem;width:23.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IriShJku2iBWaCFPgo1AGui3E8oyZf3R { top:4rem;left:23.8125rem;width:0.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB8uDQg56gt1ZtKNNwCX3ODHKcAfUOl7 { top:50.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PDTbSBfMuavaleZnI7GwSMV9r28mPh { display:block; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQHi6curZ2bXGf2KlWx7oO9KuSzNRDz { top:1.625rem;left:9.375rem;width:29rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GukJJUAHohEa9DvBJSpNUzMXzCrd97H6 { top:2.5rem;left:9.3125rem;width:29.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiNLZCx8Z6ZPxlgnHxv0kAlCoORnVO3P { width:29.5rem;height:5.25rem;top:1.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvTmuWyhgdKOX9KlQC0ydHxDXqXzkPZw { display:block; }
 }@media only screen and (max-width: 763px) { #OCrPH7M5MbXUof9tV5FROrO3oPnJq1T1 { top:1.375rem;left:0rem;width:20.375rem;height:2.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 { display:block; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNHKwc33sQdZq8Is2smRlPVgy8PVra2x { top:1.375rem;left:0rem;width:20.375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPLU6720FudpvZkZ0Q1HFW0ReORFyxe { top:9.5rem;left:1.90625rem;width:43.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT { display:block; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx5Te2cIuJAOinEPkqSAEITPww2SU9PB { top:1.75rem;left:13.6875rem;width:20.375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg { display:block; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIGfcmOrXmGXOi6LzXx2hhhPlkV0wIAk { top:2.75rem;left:0rem;width:16.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQpSXz5tOLoeT6ISF3d9apZEyDdg0Sn3 { top:10rem;left:5.46875rem;width:9.3125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxs8Vb3yyk5EEX2tMdKttn1HAkzccOg { top:2.75rem;left:15.625rem;width:16.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9vHv036MfMvpImOWqBTKia42ZwCe6v { top:10rem;left:18.34375rem;width:10.5625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnITR6SDtBWi1DqVFdIdCAEMUVkS11J8 { top:2.6875rem;left:31.5rem;width:16.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEvq6ECh5hysqZBLoX5UKbBQX0DvEpT { top:8.875rem;left:31.75rem;width:12.9375rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKqTE8t2F65yz9MmS8Biu0PACdsRNVw { top:2.75rem;left:0rem;width:16.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLvurrupr3mhVxfziTTCbx0BKM2cQK9 { top:2.75rem;left:15.5625rem;width:16.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6bCFLxqI17pv96SS7cQMBIIouIVwcEn { top:2.75rem;left:31.4375rem;width:16.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwWEQlBr21wmgJl8LdaqhKrg7NTBgqVJ { top:3.9375rem;left:17.15625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxy4bvxILMtr77H2b5GOJas8Qrxmw6B1 { top:3.5625rem;left:31.75rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1i7xcmibKcnV3GlsGubyHNfvTSQisCl { top:3.6875rem;left:3.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 { display:block; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NubtJkiglxyB2GdwFtnRCGhMgA5ylWaT { top:0.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3A39VkbPxx5fE5V7yNxXfEhCqAHrTdt { top:6.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKKFhrimcp12W0K2LXN3DkwrqOK5qksU { top:13.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFGuia6Zk2f9PfqUh5PJ7Ipr827aDd1K { top:21.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT13yb2z8xtdNT1uItJUEfbca8pMfywi { top:29.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6yL95xE5HaUh7rwwLskvXKoFwvleBAH { top:28.5rem;left:0rem;width:47.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtaHNFodLWeTUT6kuC5frHoqCM3WiJEX { top:11.9375rem;left:21.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLgxleoyyQPAOiH2PDPWqiz7pWvKrsfo { top:5.1875rem;left:21.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 { display:block; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSoGOsZAvtTRwPcmHPbBaDx6Be4oRVdV { top:2.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTD2CKdqNd9RdfwuKBxFq8myNJUykxwk { top:5.5rem;left:0.71875rem;width:46.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3qmz7rXJA1fKVdUL9AAh0nzpTVNSAU { top:13rem;left:0.71875rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqOKFESImP0qywAW1nBRMqnwgBE0zms { top:18.375rem;left:0rem;width:13.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTiQRIUV7cMV1sBgBs3afMvatRWErtnU { top:13.1875rem;left:19.9375rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHwJfNwlXpohkboPO0IVBThTZ67FeZ7 { top:18.375rem;left:15.1875rem;width:15rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5SCS8UZSQ1cwEQwVuwy6IMzkZIkuzNh { top:18.375rem;left:32.75rem;width:15rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJ7wHkPBzEBDyaAAsTdc97sA8UUr8dp { top:13.0625rem;left:41rem;width:5.5rem;height:5.5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9PUvT69WaydP9JH4kqhzyKs5exTFoJo { top:12.4375rem;left:0rem;width:16.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eER9OeO1cE3A3fKrV1nK5F2ZmbvdUdAw { top:12.5625rem;left:14.625rem;width:16.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvK4pdrH5FVTbRBJpTtscAQFqteWoXaD { top:12.5625rem;left:31.625rem;width:16.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l { display:block; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT3ERwE3FGV2kun03ntukWAQ8kxwyikV { top:8.125rem;left:0rem;width:19.5625rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoDvxOvaypfvCxHoTJ3JHVmFm8VOGzz { top:8.125rem;left:12.8125rem;width:21.875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTVSOKE1hJ3bDUetleUE6aTHu5v98uIR { top:8.125rem;left:26.25rem;width:21.5rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRTH4Ufzsa2s3x0KUh2biDvJzlEbktr { top:9.9375rem;left:8.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enITTOmJ1lXaWaPX0G0eXdUMs8rKKPCC { top:9.9375rem;left:35.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMsnkzd4CMyByddqzFsWsR6Sde2n7eU { top:21.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEs91N3hFQCQWo81CAazWzngZruDa4oP { top:25.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLIZq2W2P5TpGC1mQHpZJrJRZtLGnc0s { top:29.3125rem;left:7.375rem;width:32.9375rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCXcgU8hAsNp6CfZclb5a6aJ1M4zA85P { top:40.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWBzlHTd7kNuXvEnT0KFuF3icaLmfIt { top:27.8125rem;left:5.5rem;width:36.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPtpieHzILy7nbXUdxGzNNsTBTqnostG { top:44.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZne7XQqTdfdZXJinTuoZMLcEoDx8xmK { top:40.75rem;left:12.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9iB7eJahRMlU3Ohu9oNwrp91i5iiZD { top:40.75rem;left:30.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgH1W8T8FiTBnUaUND7vI66hA9Z6gO50 { top:7.625rem;left:39.875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SviPTKC0NwS8PGr2AwkUbETz3kIn2ixV { top:7.625rem;left:12.8125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcPTL9SBCIl98X758a375asdHS52Qlct { top:7.625rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDTI98knT709CDpmGylR6K5TE0k2yIy { top:10.125rem;left:8.21875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH2XQ1KnoLkVADb05UdDd0TKao57msIC { top:10.125rem;left:35.65625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLwE6IzZk9NCINFKuU18SQdFZxiztgRA { display:block; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvvbIkoLMikI2f6o7PbThcwXmyA3bcTx { top:1.3125rem;left:14.9375rem;width:32.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PtEyWR5BEETCEA9Z0kkmspHbwZ2IpH { top:11.125rem;left:0rem;width:29rem;height:8.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVrL0VxqGn3KdCV63me3te4meF5Rvno8 { top:19.1875rem;left:0rem;width:27.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT1b6sFfLr6qQkUGfl3ybxJHbTyO1PeM { top:9.3125rem;left:14.9375rem;width:32.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOPRAcVkJJyVHUv9CuS3ovbzulMTvrg2 { top:15.6875rem;left:14.9375rem;width:32.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3XsCcup6STS2toey7WzmmKEPzL9uEyL { top:22.125rem;left:14.9375rem;width:32.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5AHEQPeCER4OfTMTUWIMn81OOl038fG { top:28.0625rem;left:14.9375rem;width:32.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bXz1tDJerLBABTJguI1HsqK7wcktgC { top:1.75rem;left:25.65625rem;width:1.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0yG3Tzu5RsTM1wJ5A0huSzZ1HcZuNz { top:9.875rem;left:25.65625rem;width:1.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OICnfdH98gCXJa9gUTLFAT4MxIcMTx8N { top:16.125rem;left:25.65625rem;width:1.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTxfC08vpGWXT6UzOSMS9GfTZ3xAlDV { top:22.5rem;left:25.65625rem;width:1.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmIwtNbnEcu7CqrETyQgGui07pN7Fagd { top:28.375rem;left:25.65625rem;width:1.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyibrUlefWk8kCUvoJulBLRyFieoTR4e { top:21rem;left:0rem;width:20rem;height:9rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE9yTlKXKrgMHUfZfPJkleCOct1L1TMh { top:17.875rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M { display:block; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqbWlkrst0hRPpFTbk1c1BUcApvtCAfa { top:8.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFXFGN2X7CwAaeWulEgATf8FyppvZPkO { top:11.6875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a { display:block; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olSVxFPwQ50cFTihJaW5egzpd0CBPRKZ { top:12.6875rem;left:16.125rem;width:31.625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNAGfDDGzRTHkF2NK8n2aPbiltGT7hb { top:7.3125rem;left:0rem;width:37.5625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7kunKfq9ei1DdfL2xMXoDMu7zTmGmp { top:20.3125rem;left:16rem;width:31.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0dEHqRV2izgoNAJeMfd6U3Ri3XpqnBs { top:27.5625rem;left:15.875rem;width:31.875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW1zEQwI7hMtb25Pq2DCuqIXhoPow4Td { top:2.375rem;left:16.125rem;width:31.625rem;height:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIROBhBu3FVJ60WEBg3eOJp9g1sVo0fd { top:9.9375rem;left:27.124288082123rem;width:15.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Zsdc60o9VGAMq5mIEwNTTVaopD1dw0 { top:38.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzdWavGDr3Qvgpnii8ZhNGypFkT6Ol6 { top:2.875rem;left:25.9375rem;width:0.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEfnPlBgaObnAJZJlT2Qx3RCKO4loNPR { top:4.25rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRm5AXv0IKsOZA13rzhf6pKnHuAzS21J { top:37.375rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO { display:block; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6xR5uftXwfVKmgyT2MxkG08Hfr2IZcL { top:12.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVkrkziZcCsGytmKnE0OpNcxW2UGcKN { top:0rem;left:2.59375rem;width:42.5625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrtvKwtCrPG8KKf8gDwDdr0TZKouOGDT { top:2.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTRA57mTotmipJWpXku7dyuxllr7iyy { top:37.375rem;left:0rem;width:47.75rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #McWoRt9AXKBGVCPNbT131qvU98ezyotz { top:38.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miIpgsW80zDGQlJtR0ivSxX6kgDc3lAM { top:38.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o { display:block; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnBkt3CaSFhnuJLwq0T86XUWE8ZqWoDt { top:9rem;left:0rem;width:17.875rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfppEGdAy6WzPV2f6iQ9WFhJTxr3vqW0 { top:14.75rem;left:0rem;width:17.625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoE1mO2xV6QV9vaQTeKDzzN67xe2G3r { top:4.1875rem;left:0rem;width:20.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2On6g1MRAziDNNiGonyiD164m0HmFrz { top:0.625rem;left:4.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp31CZ4DdqOfAJI4n5ZQ3d0oIq0dhRE7 { top:1.9375rem;left:6.3125rem;width:3.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUV8B9pUnapS0EQPEF1DiLcEFOr7ue6 { top:4.1875rem;left:11rem;width:20.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHALg5ekO8uaXFLxKS4dG5eG8CLVqn19 { top:0.875rem;left:20.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWEtTNaTnv3TH4eC2PQoKhlUOdU413Z7 { top:2.75rem;left:22.25rem;width:3.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAMHiNbUiwdIyI2UpxtVtA32KsBObMpp { top:9rem;left:15.6875rem;width:16.0625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NepIK8db1o4Hs6GRJSvsBbTJpJKpou64 { top:14.75rem;left:14.125rem;width:17.625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNITwrQH9qmJMzdtSdfqHzozZncCQ52o { top:4.1875rem;left:26.875rem;width:20.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIk0XwqOFwr7fLKke6MBfLacZJTxgKqa { top:14.75rem;left:30rem;width:17.625rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAh5t02sluEkRQCuk4E4TSFhDPOaoE24 { top:0.8125rem;left:36.375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMZK6k0yo8otmmT91IgRtVihivGeo8dm { top:9rem;left:31.5625rem;width:16.0625rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMaAO3oKo925saTDhK9nuWUNMPWi7qq5 { top:2.5625rem;left:38.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbcCrruUZQkGElkHRzclpgAZiMpl0A2K { display:block; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3sF2TtefsdTnLRA5WHoE5Bk0EDX0Gwe { top:0rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWS8268xokWbq0NwBzoqqNMFIHU52sw8 { top:12.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKTWnQn9wc4lEizzvX6QbOHXz6y0wokw { top:19.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zveuR3Ol58caXJO8Cxc69unhikt6TM5n { top:6.0625rem;left:21.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpZhtH1257k5ryG4kbwVpI41Uu0fLwx { top:4.5625rem;left:20.5625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8zIN7ceTDKuNsKskM8vKMAopKMwIKTi { top:25.875rem;left:20.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH { display:block; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAXUZfn7LpLW4tI0QvJTzTeq9aWl6hca { top:2.75rem;left:2.59375rem;width:42.5625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f { display:block; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTWtoTrublH8xUGvueVo9wMieltnCJhn { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzLe9PNF598DXtTeQ2acmdnsTMVaHmI1 { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZ9gPtkuJGHrtgwToBM45exubKUnvUw { top:-0.0625rem;left:0rem;width:9.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Fddu1Wh0IduS0BLsfWt42yCWxAZSJK { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag { display:block; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa9HgQfWaxMAeJ7o18tn48tUJc0XGdJ5 { width:47.75rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1ln1lv0Kvwn2Uwxx4CGU8Sr8V9fwx7l { width:6.875rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDm27TPytLEEZBfrMEf3053sneqqMLXT { top:0rem;left:0rem;width:9.3125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3Nzn5uzpgTP2DHurT0CdyZBWMzr7u6 { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSnmBFlAvuQT6hfQmeJMXlhlVDroeM0K { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhqTwbOoKs4engHgdM6edO1rLkGqbTg9 { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE { display:block; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqmE47M7hm3xmIFnIiGfkLdruTEJs1h { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnaMNC14kNyfroAmrgh5kNs9qsBD2Q8y { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcrycdT8sTw2T53Rz496T4XvamnyDPN7 { top:0rem;left:0rem;width:9.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJHi4aPhGWi2rHo6u2TKCQIP0zeqmWxD { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfsVcev30acQZQLeTlEblvCZ4JHhRKN { display:block; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMwyt6dS5CfD9JrJ0afaEMauudW6toLV { width:47.75rem;height:24.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie9tQRdXClvTPI2kpGWT0HEoLHAgh0m5 { width:6.875rem;height:24.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbm0tavBWcTcJbEoJ3eK6xmCCbhbt9V { top:0rem;left:0rem;width:9.3125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PnkXfpR2qO8NmoTk0ZeNSIMt1TGpHC { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z20F5MvxPXd5GDE048BBXispELMxXAFv { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD9mvB6DXEzqXcU0NQmW2QdGGKW2J4Zq { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArKEFKQfTQBA3zmGs8S0aiTd5whapxZn { width:5.625rem;height:1.125rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXJZ4v8zKySGJZf9amMJwxWMvxsbxe82 { width:5.625rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkOHJxsizHrdmWXekEPikCn1be2xvxFb { width:5.625rem;height:1.125rem;top:16rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mC8V5JWIst15CNt2atquEgynEBAkK1W2 { width:5.625rem;height:1.125rem;top:19.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJTXPe2FXUNGplqGObXAg4sHLtxxbSSM { width:5.625rem;height:1.125rem;top:22.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0OxWQUxrur9B1QtEllpnCcDcOSPmnvA { width:5.625rem;height:1.125rem;top:27.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhQgKAdmXB48JbTzAgMDoxsNCaEvTI8S { width:5.625rem;height:1.125rem;top:30.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ { display:block; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whpdiL1OhDOydzFrmr5rDRxma39U6UCb { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmXtZhpgnXvOLwLQL7TpmwA7u0kApZs1 { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPgJK3oavQRIHVsNsKSdiTVn7TwFG0GT { top:0rem;left:0rem;width:9.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhEVBMPXNVVTNnaZqpWGQTwlh3GiRprF { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x { display:block; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuqTahu4NxxvPAmwy1xeWSrDAzBg3U7O { width:47.75rem;height:16.875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPaKqaZyuZVTBTO0CC1mH1Qms6PinuQc { width:6.875rem;height:16.875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2QigF7bH5fWHy7oCqIg8FGKpBlhL6nf { top:0rem;left:0rem;width:9.3125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdg11KhICe8F7GMW0yt8sfh7ud4PbIvy { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVKNhUFtA4cdwsVupvDcSXbUpXsUDom0 { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hlk4pJrXc2mCVUJTld9ffHr75sih8f7i { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJTVcIABJN7gUr0MaWx1gDxdoEMlsP5p { width:5.625rem;height:1.125rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQeomG3rGT5L9kQqyO2usbpDvo3w0k1i { width:5.625rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipGpsgPoI6mZcMGgivH3y1lmZ7pUQsH3 { width:5.625rem;height:1.125rem;top:16rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKROyPCCTZw0TH7EZgbq0nPMlJA4eMAH { width:5.625rem;height:1.125rem;top:19.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdVveNEzUaov8vxa8bycLgT9CviCffMh { display:block; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQrNCTp7RFHmpxRvewA3p7PIU2ei363W { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqLSfaW9SxO6Rws5lbc6zFX7WIzg496S { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0lWbpHEtUOFi0GRi0gVBk8LTT1RHF7F { top:0rem;left:0rem;width:9.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfpah4sg1oWTLScAqh5vuQRAVAUT9O2V { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bck36TyxWocFeMh4gVtiNAWZxVMFF6gO { top:5.3125rem;left:0rem;width:9.3125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRWJHoVydm5J8UEUbVBuab15JyIT93Hq { display:block; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCBQkTaki8XQ1eBL2fQJPmhgJ2DSAOrt { width:47.75rem;height:16.875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsUXLVNwdX108GNiDRTabKuPwDqkLlkz { width:6.875rem;height:16.875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3PwpTcEdlwKSmGoZsLGauUPLsAJKBwI { top:5.3125rem;left:0rem;width:9.3125rem;height:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnHXfizhsw8JnmbletIn5QiwEXLOhlkH { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DC3W6xfIFw78bNQiUF79IMxtNI2KzhMu { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGDi9iBdgV5GhQ0uAoTu6zCFqwVSG83C { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #saRIfq7okidGAvNf03vJ7P31CuwAsHCo { width:5.625rem;height:1.125rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw04bUfZyhnhIdJWpU8wr4vchkE80aZ4 { width:5.625rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ8d5HZ5V9F7bSwoxUm8CnkZzci5SuWZ { width:5.625rem;height:1.125rem;top:16rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ21UXMwtMp7mp2u72dJVarNL11GBvVa { width:5.625rem;height:1.125rem;top:19.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGptAtveEmbPD2hAlsrVTRib2EolTNtP { display:block; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS15dbHCtX8dCOZeh7r8WlbOi1zNNe36 { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka6aSsiHmyxTACBuTXKf9MxaE5L1MEtx { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5sA5WmwTXs9VhCmZ2i3wRE9M1PbADA { top:0rem;left:0rem;width:9.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl9IlcoTPeulzJ3EVMKVzRxdAGGqTL8E { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 { display:block; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9yF66pfe2SA3Dg2vBKinXWMloce2V7T { width:47.75rem;height:14.25rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7yNopoWQHw1y8qf7ipen8WVQtvXrO9G { width:6.875rem;height:14.25rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZyTMtF8C6MVcubNvOcB6hBqiHqVglIr { top:0rem;left:0rem;width:9.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSqo0I7czaC56T2WgWUx0Sfb49W7e0VU { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2bIyuqAAlHd0V1Z1TEwR5KlaLAs4Lvd { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB8SWFnTCuvdIBVQ9oVWQTahl71FDPy7 { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdFx7AL5nvL7ucxPwrXcqPJ34JvM7yTB { width:5.625rem;height:1.125rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAJxodUk8ZaL7icL3uN9b90GcR9K5xr0 { width:5.625rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KN6xgkciMLDLwQnB5WzMMXPsT502i2hE { width:5.625rem;height:1.125rem;top:16rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K91MHn217vM7ALmqT1IZ8ZL2CabCWing { display:block; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmtUsTGkq2L07RA6xWEa4TeC292pI5RH { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe1m38pVZSk6rT6whD8rpxGycsNS7Ed7 { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKoTfn5d1qbRxQcXBxnex7F5x6LDKaG8 { top:0rem;left:0rem;width:9.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obo4Hct8AaLG97ZX6ZLhODcI6Wvq4qDQ { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL { display:block; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6qlqET3ELVQV2C2peHuSh5nlX5C2PCJ { width:47.75rem;height:11.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzVUbbZDVuAm3botDSiJQosm2Qp5xKWX { width:6.875rem;height:11.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWSVtDEJuMiKVikvuKs2LiZxALD1y8r { top:0rem;left:0rem;width:9.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3kE1eS5MphTreH5lOwHqBBiFDMbJKNB { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh54oBDRTVcbV2CGZblvMyJVmSeD2h51 { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkdhuBXT01Tl3GaZLKvZziKNTZIdBpmL { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ehw2qFmPBgET5h6ZHEEEcSL85pFfD278 { width:5.625rem;height:1.125rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEdum0hDQH9m45Ha99DvnDL4ZhK4CSZD { width:5.625rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 { display:block; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GScWJK7W8I7De6KtFWHWFptt06Sgcgz1 { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXrnTJ1eFJofV3ZXDwrzSy00dB8vPcfq { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIhQFWpf4u0gHxFrJTcX6ivgIZGpsgR { top:0rem;left:0rem;width:9.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF547lEClqSTtnZyxLkGL5lpuebMeIdb { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq { display:block; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcPc55cbxFD3zd2CwaR8HPd6kOdoxe2o { width:47.75rem;height:11.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVLozny0UaCHo9bkypHU29Egw8PHEbGh { width:6.875rem;height:11.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDOWhst5Ri4myznJTAfKTFKZQbsl9uH8 { top:0rem;left:0rem;width:9.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssS9mhOe0aKeMfOu9aTMsgGA2TW56aG4 { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA33FvvsAE7VnTtrDI4J9tAZVUMQ0qAd { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBgUzUXlXJakT6NNBiiQUTkSGJZZ5CJ1 { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaEcCXHNw0RuR7KRClSv6Q3pwkC7Tx5q { width:5.625rem;height:1.125rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkLTlJp4TFqreeEyorxPMrfmMIRwLFio { width:5.625rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ { display:block; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7srZzob9WcybVT26sNSkRsHI5orSVDg { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0yvvTZaIcGg4QEcmwUfUWcUZHLNgzKe { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIpfEsrvh7mz1yEAMoal48edkvGA0Jt { top:0rem;left:0rem;width:9.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux7zhvNB246Nhk7pH6rCVyMxMSIXzOzM { width:4.8125rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er84N14mBQ5O1ZooiCDaVRtmcUt9uZXp { top:5.3125rem;left:0rem;width:9.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2T24yos1HLy8WfksoyJc4cqABSsooS { display:block; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDKKSKO31x2b921TUw9HLeURiMABvX33 { width:47.75rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoeICzeJxsBkIkDTiI7d5Iwb6aKWhwyG { width:6.875rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzm5ZmNeRBPzkMdqVf5xwkwepd0COp5D { top:5.3125rem;left:0rem;width:9.3125rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTRCnaTKX56tAMqfQnGaqCBF5ZIxpgoU { top:5.3125rem;left:0rem;width:9.3125rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #gx4UsF7hi0IdowTkA1ihZBPTBh6PFDx1 { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu9nnkpMF6wZrSDRN0MdJ8X6d3rRKLQz { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NewCDA8NcQOHNcDudiu93ItKTy68G0GS { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVieqayEHbLdBZM5He7ImV8pdBMKlmFH { display:block; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3SL09RzNIO4xoRMapN0xxgPW3NyHJJE { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnveNqnUm1DG6T3zMbFtLsyoqL9wtxzc { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHpQNO4pmUFyOAbd83CIvDLmgtRFTRCM { top:0rem;left:0rem;width:9.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqX9oJt0Hg9Cshak0lOHvKBRzcsg3hNz { width:5.6875rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae { display:block; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2hOHZfVOSNpvctdue8tvhP3ROluugHJ { width:47.75rem;height:16.875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdZlnZKLhX0DJxAmr2v2zNQ5rkSHey6D { top:0rem;left:0rem;width:9.3125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq7bt16lHBZEfx4AaLSgxZO4QMr89rZU { width:6.875rem;height:16.875rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVoSehRI3QfnDUoGN7PcMsbLcOAwc32a { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtHowd99ZUtWVbATEAlt8O7hydsNziU5 { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDE24WmQHmtEk3MQZnk1to0m0po4WbuQ { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1HQrmDI4MxUN6S8H3SwFTk7Rx1KCd88 { width:5.625rem;height:1.125rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsbIJp19zpgVT1JvzGIwHPiTh5PSlqcM { width:5.625rem;height:1.125rem;top:13.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHgdtW0H2laiDyqQTRvMGdANuhus9s3p { width:5.625rem;height:1.125rem;top:15.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1NopbJgJPZSdp4KqszdeMHDoI3gxJzQ { width:5.625rem;height:1.125rem;top:18.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ { display:block; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCr2wHF4y6bmvfURlv9168vZ43V4T2kA { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu050g8oJTiDmsK280ggUFmVgMDXc7wn { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u42Tk2ir0l66zidMyQKAwKurykTb1kD0 { top:0rem;left:0rem;width:9.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZCuLCK0sTEiGrvbUTIKzK8Oxox2InT { width:5.6875rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHuiTW4sPerPlgK4INsRikxwo7B3zBIX { display:block; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU2TpNyKcqaZ0eqz7MyhGxVBGFCyr3SG { width:47.75rem;height:11.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpSEreRsMw88BKhLwMAvr5EI0zWdrfV7 { width:6.875rem;height:11.6875rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdWOTNfATpcV2EfWVkX5bEM6E5QkHlrv { top:0rem;left:0rem;width:9.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3tWa7WAD9OWboFIF8GSiV8miTv4WVp { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDXQ9pAf7SZTMgATt5hcmfl3kksimdti { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQKTkNFbC1XO3WfuXZMBLeNELU5M7CvD { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xz5eA0bCTz94xntz4ewUSEWL3PvIMiwT { width:5.625rem;height:1.125rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLTXGWgtUDza2iJh36TEBE2PfSr7XKCo { width:5.625rem;height:1.125rem;top:13.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaaTeE2dliXa0pexscGmCyMPF0NPNpzl { display:block; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGzTR4mTtW8iOZhQc7aC1zLy0f8wxTXA { width:40.5625rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XscCWdUoCNniNbZSbToRT6TcEeiK8odJ { width:1.875rem;height:1.875rem;top:1.5rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMxZBRcnstZvx4178fLPOvu6w16d7yt { top:0rem;left:0rem;width:9.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC8VbDZkPktVhq2apNZGIrnMDoDmC697 { width:5.6875rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOiHqMe32L1yErCSX6hFQvwCOldfz4V { display:block; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoWNSHxR4ncnS1ZM9kZSMC6pKf9SFWCn { width:47.75rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCt3k80uXethAaolRINy9EzmEK5fIX7u { width:6.875rem;height:6.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #banFdIkhDk2AkULkR3bpRXGlnMGMGlW4 { top:0rem;left:0rem;width:9.3125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kerJlVTK4Rs5wy8ASOnNNb0kShrKVH6Q { width:5.625rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4wU3zCsdQm8QZqiXq9PX5m66KGJ2yqb { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2TdhK7JmEhlaAnpTThepU7TIiy7bFoN { width:5.625rem;height:1.125rem;top:14.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM { display:block; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn28ms18hZrqfALxHTTKR5Cbh9vlFTEN { top:5.5rem;left:9.375rem;width:29rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrfqul1GB4TGCVdovnySIxqnHKZkUTrU { top:6.125rem;left:9.3125rem;width:29.1875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irI0faOrhDShp5dhDDvhax8mfdTNJGd0 { width:29.375rem;height:5.3125rem;top:5.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOyT90rbkbOuOF1zEfQfU2tQUdlwsf3K { display:block; }
 }@media only screen and (max-width: 763px) { #VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 { display:block; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfTgSh35FQt3OQDOTPkrX7nBq7lf04h8 { top:7rem;left:2.5625rem;width:15.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncT5UddnG8v2Ffbikz26qqRhd6xVxdSK { top:3.875rem;left:17.5625rem;width:6.3125rem;height:9rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTCwT4ZBwZxSlMT8Uqfw9SBV8G0OMxzs { top:0.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLXixpfbCktUzHlBatJ9R7n79TCeIFpx { top:7rem;left:22.25rem;width:22.625rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXQJHV4OTNgDLqeQDmVqa5FqU9VWTaJ { top:5.3125rem;left:17.9375rem;width:5.6875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A029mv2EO69vbkXkAdhpGkCRLHmTe4vD { display:block; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFcl2JFGo4gJKmLLp0Qnr8cWhiLc6prq { top:8.125rem;left:0rem;width:12.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtX2vxnl63rQSM8VmsF8BAVBqiEyTk8e { top:14.375rem;left:0rem;width:12.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMLvXXlCZUzbtqffCR2EydyOIkTBvwO4 { top:2.25rem;left:3.21875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQTAznAStDbzF0Rx1bBUb9hBv0v3Wox { top:2.5625rem;left:14.96875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo7VbzRaURaHhQscOJUpBerdG05ubA7t { top:8.4375rem;left:9.0625rem;width:14.8125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osezlCueQLpvCUKGF0lMQQwoKpS5hk3Q { top:14.375rem;left:8.75rem;width:15.125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXzcMi1Bked1uSQT4AE042ZcONMuZTs { top:2.5625rem;left:27.09375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN33V1kBwVGTauFa29axi1xtHsD6URga { top:8.4375rem;left:21.875rem;width:13.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vknNo0CeDqD8MCsdp512Dh7sV945UR7P { top:14.6875rem;left:22.5rem;width:13.3125rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZCSzlXCaAUtwiSPyJKGNSr3seRTHTZ { top:2.5625rem;left:38.84375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7rM60H3Jsp6U9UqbTZCmDaP8rbwMBrE { top:8.4375rem;left:33.8125rem;width:13.9375rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy6VAyDQaA6DTxiglQ133plHt1TdI3Zn { top:21.25rem;left:34.4375rem;width:13.3125rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TrXam1kkpVxk7ZdBdaKre1WHmvxMgL { top:3.1875rem;left:3.78125rem;width:3.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLX1mSmJO3XgDOX9s59gizVEGJIb0TEJ { top:3.5rem;left:15.53125rem;width:3.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrGvhKkIZgErLmRCJMd4vwelbIXuDLS2 { top:3.5rem;left:27.65625rem;width:3.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkkmvQsCuv2Xy6hUSbX7XU7Bu0v9IHX0 { top:3.375rem;left:39.40625rem;width:3.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwQBWFK1AzKfyS3JzQVGyO8tWU9vSqsc { top:4.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq { display:block; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8CpaMM4ordv5V7xwH73G7HtLNXGiknG { top:0.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGKnuoKxh571hbphkCgzV0T1ik2EeKzk { top:7rem;left:20.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX { display:block; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRm3imMreEBXRvT7tbQfDM1xg9kTIykW { top:11.3125rem;left:0rem;width:23.125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CRoVz46SfAmHivVTRVwTeRZudWtb85 { top:11.6875rem;left:9.625rem;width:38.125rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDByZEpKQqzQpQuXE6A1FgK8otU7OGJL { top:1.8125rem;left:0rem;width:29.375rem;height:6.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxwLeVLGx7w4HJE1o6T0kKor8uG3Fia { top:2.25rem;left:0rem;width:0.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6o80nhLEJ7WmRZybLdWthc9vDLTzLTs { top:21.375rem;left:0rem;width:23.125rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqUu8VC5ThmGg1k5ASsnOpqo0OhwRap2 { top:11.1875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHr3IAe1hwFutKiUEIacoJyXWfXwSSmJ { top:21.1875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPPi7Vq40LX7fAVxdnWtVXQGEoJTwxth { top:30.875rem;left:0rem;width:23.125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKnM3aAwG7XzsokSTvd02ssVMIsPuUN { top:30.5625rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOrPWeAT9nRRzGTG9fPfLIKDHvNEOwEO { top:17.625rem;left:10rem;width:37.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQT8dRUT5uggGxZnJcgapIxKot6ySVqP { top:37.375rem;left:0rem;width:23.125rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9IGCQB5aDI0UtZfHJ3oUly7Ii4dwPXG { top:37.1875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVbuCR6dZoWI3shXxXVznnRpHHUCW3l { top:43.625rem;left:29.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJGawaLhKCllHq7MPHacxQwA7AHdUtaJ { top:44.9375rem;left:30.125rem;width:3.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnIHKd5D6JTZvH5ar2z2vfEOuRPlSqCb { top:43.625rem;left:39.9375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3MV0CWwLC83aguJcqANhruuthlJaQ1a { top:43.625rem;left:43.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAkmK3odDoyc617v2ACAF4QkdKCZfvKU { top:44.5625rem;left:45.8125rem;width:1.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBk4RsOnGNXxC2OXW1tFth4SnyWxH94T { top:44.5rem;left:40.870535714286rem;width:2.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQPkGLJC8xSWad6GhldSD92wyvrPkSgh { top:21.1875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT { display:block; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8r8TzExBVzTNOxcftRzZsBnvN28woKK { top:9.25rem;left:12.75rem;width:22.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc { display:block; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5MtVkpoo2eOycVCi6kBA1LvbNGkzSqS { width:46.8125rem;height:19.875rem;top:5.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZTGQ0tu1iH9oLdTd7wpDxXC5OJ37Qb8 { width:29.1875rem;height:9.4375rem;top:1.25rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQASQkKFvAAazaXP1RpnXSb0SeMX6B5A { top:2.375rem;left:11.8125rem;width:35.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFr1u6B1NtQq3PWr4Ig4FfvwoeWi6BG3 { top:7.5625rem;left:4.125rem;width:43rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmMZD1iNwE87n2yUirn9vXQ5FTLaiuv { top:11.375rem;left:4.125rem;width:43.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuieKPgKBDdNL9KTDGCOlDoFfv8b2RzG { top:17.25rem;left:4.125rem;width:43.4375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n70ZEoEDkDZHytMoTF8lFmVQOhgr57vn { top:5.3125rem;left:0rem;width:4.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNax23h61vIkAIViQadoqr8wdG83vJ2a { top:9.25rem;left:12.75rem;width:22.25rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL9PxCOuAi3BQkovmLttMLMkQ84VO1NW { top:9.25rem;left:12.75rem;width:22.25rem;height:2.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbEDoKp74v94h0RyvumOSdEOiAgJZXdV { display:block; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWzHq3ZTiNXwDCdJD93NgkxQTTb7itf0 { width:41.4375rem;height:7.5rem;top:5.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHk64Jv2PcgV17BBt6AGKtTNavIe7zH { top:2.4375rem;left:0.5rem;width:35.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCn34GmZNxyoc5P3vp6opyB0n1vNEXyB { top:7.125rem;left:3.875rem;width:41.5625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMai0K18CAowtIUVDrzGHGvEp2zxHeG { width:35.5625rem;height:9.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2IJ8CMl4Vl00ps18lDlEVOxTSX7HNGC { top:5.125rem;left:42.875rem;width:4.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeePPkf7fJBxNnukZr8TDqpLNts5hq01 { display:block; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzp0oMRLaz5LVrnUTT2Q0pSgxUcuT2Ma { width:46.8125rem;height:20.5rem;top:4.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavK45CMM395IzmCJptxxtP0DZKFgRiA { width:29.625rem;height:9.5rem;top:0.5rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qCxL3hR7q7hqvOrEhfp9gDOVSc4BLK { top:1.75rem;left:11.8125rem;width:35.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHC60uxWDl22riZ0QdTVv5b8Rb4JeSTb { top:6.5625rem;left:3.4375rem;width:44.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvUKsePsMsMtDhwdJsEydpaF0WRpTTO { top:8.1875rem;left:8.25rem;width:39.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhn8FOoH9TDkJcZWi1PJpx6VQVmeIyDc { top:10.625rem;left:3.0625rem;width:44.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6CfIoFRSLLaJkf0ct51iXBodpbxIyhv { top:13.1875rem;left:4.125rem;width:42.8125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwT2SyQirvMcBDo57puz1fZJTxeKANQ { top:17.25rem;left:3.0625rem;width:44.6875rem;height:5.6875rem;font-size:0.875rem;display:block; }#pbwT2SyQirvMcBDo57puz1fZJTxeKANQ li:before{  }
 }@media only screen and (max-width: 763px) { #Bgfc7SB2qLKW2TyAousnCX6vc4kLVnlI { top:4.5625rem;left:0rem;width:4.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 { display:block; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZpzvTEa31WoGbTf5flXnFkZn2SybXsF { width:46.8125rem;height:17.1875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJaU1E7HI69M3OIT2hmCe6WzrZEe2GNb { top:1.3125rem;left:0rem;width:34.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Non79arn3zlmXGhEQCJlnmEH8fdKM8SE { top:9.3125rem;left:1.75rem;width:44.9375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0APcpEW5aznaPDcGPf1bvNabatTJmoF { width:35.5625rem;height:9.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkr2McBe3kSbzpte48MBNNL2DTOfiktu { top:13.3125rem;left:1.8125rem;width:41.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSo5JFh6yf0lkG78qo910qH6ElgfxUR { top:18.9375rem;left:1.8125rem;width:41.5625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns9NIsozR73qDbMQ5vlXIDglSqaKJSlV { top:29.375rem;left:9.5rem;width:28.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1cJN2rcVa6UUamycbK2Kwy3XuFnAT7 { top:30.0625rem;left:9.25rem;width:29.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQT54g1CC50whQL7h4ql9ULUWw1PNBF0 { top:7.3125rem;left:42.875rem;width:4.875rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmyQv1PdtFg8yVPzuvoi5rNIiA4O6GT { width:29rem;height:4.875rem;top:29.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9UCeAkfIuSzZXUNbVTXXIpD4cIDBuL3 { display:block; }
 }@media only screen and (max-width: 763px) { #qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN { display:block; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLlUrVzbfoI9tilrm8bTw9JsOOtH7bTT { top:11.125rem;left:0rem;width:38.125rem;height:7.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 { display:block; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPDfWCaCSGy2RvHeOylUdRX438fSzDK4 { top:8.9375rem;left:0rem;width:37.8125rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3r9TndfsD150EJWkd2DqSiuV2dyTAhA { top:16.1875rem;left:4.8125rem;width:38.125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV2O8amSwz0q92Av2d5BTaOQOIk8vZW2 { top:11.125rem;left:0rem;width:38.125rem;height:7.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC { display:block; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9gF5GGp6Mrc6TEl3kpo1ePBbdWMzF8I { top:2.4375rem;left:22.8125rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QarJFV6PLwdiuB2cCawCOK8dbngHQPpS { top:2.3125rem;left:22.4375rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBC9EovQC5qyT1Oba2iiqUr02QAP33e { top:11.5rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOJdJqy0paAqz4zEkzQq3cHX3KC3h9pX { top:12.5rem;left:22.75rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorsLKfrg9gnmqmd6USCZC8wIK0z77EJ { top:12.0625rem;left:22.4375rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBOtUlheDvbv7piTEProUtLyGezug482 { top:1.9375rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VnG5NnvPqRTwJK6TkO7dyecJuzVzf0 { top:2.9375rem;left:22.75rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAudlBEzLPz8c0CP9awVV1msPIRwQhgo { top:2.5rem;left:22.4375rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGEaClA10CFbGNpqBRmweiKEUK3XF9G { top:22.0625rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Vnyy3ZEFLr0eLKeXPs8Kc5q3XMTfUM { top:22.5625rem;left:22.5rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9FJ4o9Ug9VTUN7B88GJoW1J1KNUehV { top:23rem;left:22.75rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPtMdGTI4IUS46tWO7izXJ5nPH8NSxPC { top:32rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3fDelOzrtgRukRXJLMtT3urncAaihL { top:33rem;left:22.6875rem;width:2.4375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJOxTff9m78eDUR30viPzpzTC1pK3wz { top:32.5625rem;left:22.5rem;width:2.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT2KBJ5tntgQLQE3ouB1T1MOb6cv2FGp { top:4rem;left:23.8125rem;width:0.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6zL55IR9b79ObpTeqM7Qa5Pwht8S2cX { top:43.0625rem;left:1.1865234375rem;width:43.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOSSHSrGoRhBqSgTRCbH7J7mui4ybvlt { top:2.3125rem;left:1.9375rem;width:16.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf9SZTXTFMeu0FZzxoBtc7rZHSTQgZAZ { top:12.1875rem;left:28.5869140625rem;width:12.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ9KcJNhI1Gbv5HOt4KBW58kZkW3P8hE { top:21.9375rem;left:0rem;width:25.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtl9wVxAEOhrtwaHm8DCTfdcN1JkT7Z { top:32rem;left:26.25rem;width:21.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPg4ZFPWf3yT0OZNvnu4UWJPsMzg1eNo { top:45.6875rem;left:22.312497615814rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz { display:block; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLF3fvE2ehz4o9VtINmqsrd25mC3mbwW { top:4.3125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6baEvF0dJNGcHL9kx7CLESdIUxO9vdT { top:11.6875rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLDTBRGJxHQw1ZrsqCbKsKXoAatRDQue { top:21.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo { display:block; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9xrDSWVacvT6PWpUKtV4JeWTCBAPdlI { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THMi8vHwKs5LpMrfruGAKDgppqGQo1Np { top:20.875rem;left:15.6875rem;width:32.0625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1lFwPyhoT6cM0wZZBG186RL8M6H0bV { top:3.5rem;left:7.5619673728944rem;width:32.5625rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDWVhAcalDXOSe96rdRhZstcIysaI69 { top:5.6875rem;left:12.750176906586rem;width:22.1875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWNMOfWRJamBZWXa7PT2MrlI88hN7AFi { top:11.5rem;left:6.5614333152769rem;width:34.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHaJhO3IpCV7WTZA1ER4kRwGwxNTiMGL { top:14rem;left:6.560546875rem;width:34.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yig2fnl9JNl2gIB7NdriXzeW8kD0QMCn { top:31.5rem;left:0rem;width:34.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsH6rBla9Lu69SpzuC0ecupXHmEwI37X { top:38.75rem;left:0rem;width:34.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJd3bzpgyTqOqH9peCJS1l1Pfugdbv2 { top:36.4375rem;left:30rem;width:17.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBP95ZfCJakwtF73RJuGdByIlCu2ICLX { top:144.125rem;left:0rem;width:20rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrVMTi9OnNg361Qvi0xSaoN97FdXZHM4 { top:54.375rem;left:0rem;width:20rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9LqJ04PN2M3yT0epUsXqTT3ctKBPU99 { top:79.5rem;left:0rem;width:20rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF { display:block; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG9tyZglTWQkveQSaiQu1wbZuyI2LJ4p { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFeKvrVzv0dhv6F5mv3eCOivyw1RvbGZ { top:7.25rem;left:0rem;width:36.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7NAo20Kr04eU1tw7Rl99vd0K0pIPRMn { top:11.9375rem;left:13rem;width:34.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7W00t3FBT61DcRddGMUZWErXdTZBH7T { top:16.8125rem;left:0rem;width:19.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIt7QMdPiIbSHuuFwX4ORTCSKcXr1TbO { top:144.125rem;left:0rem;width:20rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7F0GTLGAVGlvXT6CQD1KUE2o8yBoTtB { top:54.375rem;left:0rem;width:20rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOJRZbI1g1ueXl4IAHH5lcXd86xrZdOh { top:79.5rem;left:0rem;width:20rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp { display:block; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbn7TqReQApKCVNou91EuaFKfQsxdZTD { width:1.375rem;height:1.4375rem;top:8.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOvh4nCfsRhupzQzR6pICgUKvwNGowF { width:22.4375rem;height:8rem;top:11.4375rem;left:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvP3W1sRgQEDphUoUheSeifMTeRTWzbF { width:15.625rem;height:;top:8.125rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FITz2KezzHsCBdsb4dHeKFDXoDTeZ6P0 { top:12.9375rem;left:0rem;width:19.5625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuPhEqcbd3ATxaAGbe34Pq44wWVX6WMu { top:8.3125rem;left:14rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTAizshD1iWNwOnTLqQmHAb6hqaHWUc { width:1.375rem;height:1.4375rem;top:19.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4kDvHTdOLKKbnH2AiT9LXMwotqUnKa5 { width:22.4375rem;height:8rem;top:22.8125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUblnpLh9LnMEfKtvxiPQBRvOzJ7gcA { top:19.6875rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoIoVT12FP1ezRr4K5PsKZvBapKhEsMJ { width:21.875rem;height:6.375rem;top:37.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0oRTFBtTa130cSKWRUlWyEKHsx3qkn { top:34.0625rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgneZU3Ln4ebnrpEoPi4kfzoqnuMvr9y { width:1.375rem;height:1.4375rem;top:34.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVx9tlUrS84DCUaoBdsHNgXuft8bwT3w { width:1.375rem;height:1.4375rem;top:8.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKFssQcrxbUhcfMsc8CzByhBUQEcBnro { width:21.875rem;height:6.375rem;top:11.4375rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43wwboXXdxA7KEFDSR6ar8nutPKGBPT { top:7.9375rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mieg6S7QOTITHzUAQcbP7MJ3QP2q7XTH { width:1.375rem;height:1.4375rem;top:19.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #md6gv3xhLSstxCAxBGIUEQwIGTqd3lla { top:19.6875rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71M0T5aVTJVDLAUGTe0zOiClPRTGKDm { width:22.1875rem;height:9.5625rem;top:22.8125rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2hHtPsBMkkZLPXWoXvBqHOhU5GvmqNK { width:21.875rem;height:7.9375rem;top:37.125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz7yGQPeIEXGKDh08NWO9PnufrDbBL3s { top:34.0625rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyabOTSPcNsmProIWNFlDHOVE4ONZPUc { width:1.375rem;height:1.4375rem;top:34.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9PpglbTNhtEnrvCgTMkH1Sg7y3seVyg { top:1.625rem;left:0rem;width:19.9375rem;height:9.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3W1wW9gKqdIpMQNLrU1n9GKTV3iqZfM { top:2.0625rem;left:0rem;width:0.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcD32z25m6VhS9w5DkQxG9mN0Pish1g { width:17.4375rem;height:20.5rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedmtSk9ZVrBZcFMb9LQkIyfFyZkzHTW { width:15.625rem;height:;top:19.5625rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqlGzmGpm9mFDuSOkEGe0paIOPCtFonT { width:15.625rem;height:;top:33.9375rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQQBx9fZJ8Fl7HnSH9qIk8WOsb1bHpoE { width:15.625rem;height:;top:7.8125rem;left:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuh2kkKdndEQfzklTywqoTsDn6hKFN4u { width:15.625rem;height:;top:19.5rem;left:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWXf6TJtcNboD5adLeW4FTya2byB96Te { width:15.625rem;height:;top:33.8125rem;left:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXGmpuSe0uNWuwlSLbSNTJs9mxqREPQR { width:1.375rem;height:1.4375rem;top:19.875rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P { display:block; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icPBw11dc3GKpGvL268O3wqCCe437N58 { top:8.5rem;left:0rem;width:22.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2WF8BPq3L4LhTkH2K8crReIIudTTFPh { display:none; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nmW3AbX05GGMGoJg1gsapVs4Bb4Hr3fi { top:8.5rem;left:0rem;width:22.25rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye { display:block; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUKSBi1r9w1T2aarrxxSfETrJ77ohePm { top:2.875rem;left:2.4375rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4gfhrpvnowrc4XnepokcPTVNRUzISWt { top:1.1875rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL6qbcdsetJTF3o5ZOAn8P0CgeFFP3pW { top:5.125rem;left:2.625rem;width:26.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWVuh2cO1wI26ai7b39XhVFAGWNRU28V { width:47.75rem;height:18rem;top:7.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLPqfqbpHGhxaz2b5AGFSocewOQrOs7 { top:2.625rem;left:0rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKiKppRP5MTzIrBAr2z98aaISBw23Clr { top:13.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs { display:block; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ea0oJ2l3dlqcZrebA8eOwcD3g15ZmAuu { top:3.5625rem;left:2.4375rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHUGR88t1vcftXqPlLHNzOGXszxKxVhw { top:1.1875rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUk95mTaMbfQdIA19dJgKyXJhMRDNgqT { top:5.8125rem;left:2.625rem;width:26.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpbRKfyZxgwS8bZvZPsqDOltHQgw1M1T { width:47.75rem;height:18rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQN0QPhWBMDr2fCa7kwf99PGzet9ekZR { top:2.875rem;left:0rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXkwfJRHX6huRKHJsV4mRKOTbT9DB7G { top:13.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TAkQX5dFoSWme6VRKTDKOyCXTBAS4O { top:13.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 { display:block; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSOvSEsQkPvG4xu5EL6dq6M88tr7BNZm { top:8.0625rem;left:2.6875rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txTbfUm17lGRGAhiQTdl0gzsS9rkqqde { top:1.1875rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty5G6nornIZZ7TXatEfcwt1R6D0qlBis { top:10.3125rem;left:2.875rem;width:26.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6BxVXQd4c7KSPUACxUXCGkMZMGZtq2p { width:47.75rem;height:6rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i60TKTeiFwPmuBDqBwg5CfHNCGxQs9zt { top:2.4375rem;left:0rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsG9ZwW5mQ1VvOolUAmfoTTKTuklrBDf { top:13.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 { display:block; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3pXT2upCTsmg8tsqRLiC4GXkRP1eCD5 { top:2.0625rem;left:14.0625rem;width:19.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9FrZCOqy0tCbPlHvf1Tgz2JQ7vc7ez { width:19.75rem;height:4.875rem;top:2.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwQf1RcnT2oAh38F10RAtgCwdHRAI0J1 { display:block; }
 }@media only screen and (max-width: 763px) { #pZM283RHH2tKhnhU02mibyca2tgtiLID { display:block; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL { display:block; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwOCfz2dp4Qcqm7dScuBZQmvBzeWQfhp { top:0rem;left:0rem;width:31.625rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbX04V5o4uk5P3TEu4c93FLJ1v1J4I6Z { top:8.625rem;left:0rem;width:25.9375rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8S980q1ZxCMTGig77IkSTCdXVUUPdT { top:0.5rem;left:0rem;width:0.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVQsTPNdyvqAqetl8diF1pNtlamEWCRq { top:11.5rem;left:0rem;width:32.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIdupGN7aBQT7HQMqLNFrhlNzBcFiIHo { top:17.0625rem;left:0rem;width:32.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6vWbrD4mr6Hl1H06X9GchlApR3rd3WZ { top:26rem;left:0rem;width:31.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzTKTBoBlBm0IDOetHoD8T51sIsNAnR { top:27.9375rem;left:0rem;width:33rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8SLWQ4TQAlPgUXgKUBPd9doIhhld7GH { top:33.125rem;left:0rem;width:33.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4zr60wVFhZSGfssEcKrAk65HvWZRPXP { top:10.375rem;left:13.0625rem;width:34.6875rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twqHxzPdim4JAT4UQV8VfVKeznJ6NTqU { top:21.5rem;left:20.5rem;width:27.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G { display:block; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBAXgQwnSRwBpQVDXDO0aIrmTXhIJcaq { width:37.75rem;height:21rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRh9ULQ4gOM6yODu7yGbyw6CSLBT1QcQ { top:4.4375rem;left:14.6875rem;width:33.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uemSxKk6oPKfMxOUu3XmtL3lu5Exm0ID { top:11.6875rem;left:14.6875rem;width:33.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK9TT8O7wtrdEcIVrAv8lBzV2huB2HpU { top:17.625rem;left:16.125rem;width:31.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbgWXJRriAKHOH0yvH38GxFvibrechyL { top:19.25rem;left:14.75rem;width:33rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdUZIXozBdgb320H1oW7yNyPsV5iThXH { top:28.625rem;left:14.6875rem;width:33.0625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ1V75nTmfRoeK9LEKrOWyGVnRgho8mM { top:30.1875rem;left:2.1875rem;width:19.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4FmMX4Thc6pC0eRvTdLDKfREw9HspZb { top:31rem;left:0rem;width:29.125rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDIv4IsqWqdv9F4zTTsg9dIbRRn23yW3 { width:20.1875rem;height:5.3125rem;top:30.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmfLtsFnlumcSdtyudrTJIhkJpAmilE { display:block; }
 }@media only screen and (max-width: 763px) { #uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO { display:block; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty096XhaRkKILX8LRLGEx0bt3TqEeWVL { top:9.6875rem;left:2.1875rem;width:43.375rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE1dsEh6UWT61UGd4hFdWrwaOqsOXnPO { top:6.5rem;left:12.75rem;width:22.1875rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs { display:block; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grviEQfXZmOZSmZmS0b466dIWudVpITg { top:2.0625rem;left:1.875rem;width:6.3125rem;height:7.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUCVNo7u5Q2TvRyCzguZLwOWK1ygbrw { top:3.3125rem;left:7.875rem;width:16rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMGSJgW5RWNeW4TgyrNTcP8ZE6uK7Tfh { top:6.0625rem;left:7.1875rem;width:16.6875rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG4uTxdCcx2UDqox9hTLnEa8r6gybZ5U { top:2.0625rem;left:24.25rem;width:6.3125rem;height:7.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyybTC7N2wufLLvMF4eqJQr7TD9xHXHI { top:2.5625rem;left:23.875rem;width:7.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUD21skNCAkPX70TXg4atoJvxsTEa7Xo { top:3.1875rem;left:32.3125rem;width:15.4375rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsK4otxwKhWB9rQeWPcNcLnxRSyAyi1K { top:2.5625rem;left:1.375rem;width:7.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btev0i1NGyv5QyeZhUIHwVvSfCNHuClL { display:block; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGnfQNkhpd9p4DEwP7LaeWoNarqggn3N { width:10.6875rem;height:3.5625rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkqJd7VNM6OpIlMDS0iy6QeE2cI5sWh { width:1.75rem;height:1.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx0OsuUMRd7dV7b854SC36ULgdg9oVHI { width:1.75rem;height:1.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVGwKOdV60co0nT9gt0QONBaZ8Gngkv { width:1.75rem;height:1.75rem;top:4.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9Ohf8ucBdtZAQkQh3epKNOnQoySu1c { width:47.75rem;height:0.0625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC6urKNazXrKwBstkgZmMaqi2X2OcGIX { width:1.75rem;height:1.75rem;top:4.5625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9Wcteus6N1CVv04GAPPQJtl6SrdOKy { width:1.75rem;height:1.75rem;top:4.5625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBleR4eTUtBGtd0zGuZz5TZ8TuvsZgxn { width:47.75rem;height:0.0625rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVGHscghfXlCCmW6qWVPQfipxygds0bL { width:8.6875rem;height:3.5625rem;top:8.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISy6tqPJwcmbEV7JHc89gGOoVEbTDte6 { width:8.6875rem;height:3.5625rem;top:8.1875rem;left:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShJ2aHHIW67XrkD3M5V60TvlCb6OxBcI { width:15.125rem;height:3.625rem;top:8.0625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzdNVPG3A4CIlcFPbLJZW1f6mZoC6blD { top:12.3125rem;left:17.4375rem;width:12.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScX9XECz5yZg4kr6qToDAEXo3JhUN3so { width:8.6875rem;height:1.75rem;top:8.125rem;left:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwRMZmThBwKgENUQiuJ9dSr0dG5UPPz { top:10.1875rem;left:35.5rem;width:11.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTLnaRtX7wPs4cxISzdJFg18LD3OZxz { width:1.75rem;height:1.75rem;top:4.5625rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ1C8O2aP3rcuTEHdIBR28af8w5MDByT { width:11.125rem;height:1.75rem;top:8.0625rem;left:36.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4T4rN3ihsWls8lRruKueayrCpXOQJx2 { top:10.125rem;left:37.25rem;width:10.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZNoI3IVk6iMxl7mMOJG6WGA1MDzlVE { width:1.75rem;height:1.75rem;top:4.5625rem;left:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC { display:block; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoQ6Pr2tp75plJ47x2atmWUfw1RhVQTV { top:7.875rem;left:9.5rem;width:28.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4rGTlRN9cMwK5oXxDN5XXEIH5QLQix { top:8.75rem;left:9.25rem;width:29.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJt2EEpH6Pc9i5qDF12bA4zBGo6AGTZ { top:2.375rem;left:0.75rem;width:46.25rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Z7n9JOeppLSsiCBJTLfmE3i0dsup9T { width:29.4375rem;height:5.3125rem;top:7.8125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNks6KPJcHRoglppKaUuVy1rGCD4LsCn { display:block; }
 }@media only screen and (max-width: 763px) { #XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk { display:block; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5L7r1eFiH2PI0Pog4fhMKrruEAemAnk { top:4.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ { display:block; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT8fzDKmRW2snm91cdXqXHFyFJ6TgUkl { top:1.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJznz1hEm7UsZF4wFn3TdlfyguqGXFF { top:8.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE8WLsWcvlu3DC0BqCSUDe94IwxMBpnz { top:14.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7si4fmSOdnK1mpRguuH8eHM3tftlOF3 { top:6.875rem;left:21.9375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTlJJfvMIJZyU01GvITcRBIobL2xcAV { top:19.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6bwciw5hFri9hG6JncWmuTsOxV1VV1G { top:18.5rem;left:0rem;width:47.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .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; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .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; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:9.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #ZpWEI1Mrru4NpQCbTkoBsibThqmqaz8C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #rgy4TbEXTyL0kpzTaWWxvrARd0voWWua {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #LA37X4u37RMTrulbq3GtKIxXel9FgJxE {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #mB52LL1C6y41CeraAUU7vcTwFadJCpdC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #slGuRkogMMKXx7khx0UFShznoVMoSnMo {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #A83bTBN872IZ6smcNG6TtEHFhRxmG1e7 {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #FxrT5bTlf6MnEQU9thfusu5iyZZn174x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #ldnBi2pDu8w7OsXsSezvaEDIBAVgL1mk {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #bTwCUW1ISxQxNrKJ2ty4RzeH0SAF6uVC {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #SfoNxt93WFsuWrqk14q8XXkwGTMpTTJT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #QTsv0svTeonCPUg7SqCCD0AZTPDkpz3I {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #P8aRaZaox27Rs03Tbn1r7hAVfT78PGZV {  }
 }@media only screen and (max-width: 763px) { #zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p { display:block; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT0E7STOVrZdAEeeDSoWydw1uKTLTEkt { top:14.3125rem;left:9.375rem;width:28.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvk7RSBHS0E0oeoPoZ8r4Bg5yhU4r2Md { top:14.9375rem;left:9.3125rem;width:29.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .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; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .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; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:9.84375rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #yxDX3QcASs3DPGefEUhHTNWaQqT0TQxd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #CCq4B3f6yv1POfMOlyXk26XLeCOI5gkq {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #ctqx7PImftGvq5EkJSJAvTz8ESwNDQs6 {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #LLhEb2dsffWhGyUT2Q5IW0uVXEonfn3y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #KifZT8x3xxOzZTl2SG9UxTNQQILJ4iTh {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #S2gze7BtcatU6A5wpTCTx79W6vxuOnkh {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #Ti1FhWhEE2wQkypIlKTTlJeER7Lq8nTV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #yXCWfBryZXT0oEX6PeIXHs89rX5teWet {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #LhhtEo30yNF3kXOc3Fdz2JlAxiaxX8C4 {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #t0poEVnTXX9fsD2EcU8kBd5qHccOqZUQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #RrG9bP7t3h24Z0hh18pFcCiQnvh9kq1W {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #giICMiilkXmQw5Tl4mtpRU5QHDZiLd9y {  }
 }@media only screen and (max-width: 763px) { #UEAiTOQLo0wiJdripxuEUCURkEFn1S76 { width:28.9375rem;height:4.875rem;top:14.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTkLXIgusiuCiSkdqz2cZGEt25FTu05 { display:block; }
 }@media only screen and (max-width: 763px) { #EDcXe3lwWKPbgHREO4yu1206IELpPfe3 { display:block; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxP9MgTlcTC2PSJUg3vziGMliVJDLGzo { top:3rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09uBWKRMo5XlXDLI6TkKkRRl3dpsiec { top:9.8125rem;left:6.28125rem;width:35.1875rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX { display:block; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTKT63o8UpZktwHSvy74SzldXHFKK1QS { top:3.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7L9KGSO3JDLzuzrXWgymHad19eaMNwL { width:1.75rem;height:1.75rem;top:8.6875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHmALWKXOF8OQbM0snVTcm5gNgTImFvo { top:12.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJormpaDKSfsnQyTMSbC8qnW1NUnNw7F { width:1.75rem;height:1.75rem;top:19.125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35RUkwN3x9RrQhE6Rp9vzGiTfssTXbB { top:22.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvf18JFwVDFxl9oLPdWT8tdqyTuALHXB { width:1.75rem;height:1.75rem;top:27.875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJqvHopJO98RnHlArFsUxwSTMH5BSMnT { top:31.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUAVaWgaryg0ZSBr8wASOKahvXMxIamh { top:45.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .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; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .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; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:9.84375rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #M9kyIbJXmTHU75Tp2TfmpuPeb1BU69HX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #oOHlgc88ykdkqAlqd5srTLP4xJz6OsAI {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #dhgoqTBOO0PQ73MTbJ75TDPE6R3lgKQv {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #ZbSgi40H6LVIGrFO8caC51CPQIeiTT0N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #JZWcFWlhWqWssrhbhLhTqVMiGOnEmTCc {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #uLiDX5GFHo0ev6Ug0znWmPCExwD9DwyN {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #AQOkNUXQRC2PgMVSSFxukbC5nX7aQVP8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #M90eewJoU6gWXi0J0d1xoHohm3tvAKWB {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #MPNzUwIC1fChQxN7ygFZxOINDXXGHCkc {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #R4sItbeQTNFlQTgvRyMKVDzcTTzTiR89 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #gZlNvqvoGl3krOD6vm2h6UynXhDmhhXT {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #RlxBfQTOy7IJuPTh0ZsFJRDfpiRfT1iL {  }
 }@media only screen and (max-width: 763px) { #U9hnmOKBNFe9Ue605CwgMT0zeOzgTFwT { top:44.25rem;left:0rem;width:47.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 { display:block; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr { display:block; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R29UopoSZPzd8yc2ARuQ0iMfufxGMQId { top:4.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp { display:block; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wbe6ssRwAhwGHOqrJL7yIbKs0tSHKCEz { top:15.3125rem;left:0rem;width:30.4375rem;height:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WWWAhsFexT6aqSzvgmwaO5Mqynual7 { top:8.5rem;left:0rem;width:33.125rem;height:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqtBCgG0Fh0TG9LHpVpbigw3cn7TaG8B { top:0.1875rem;left:8.3125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTmsXuMIsXRp22fyWD5VhfoTMwTar3xO { top:1.625rem;left:9.6875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwoTBAhNWZfTZ4s7vsCGX12Vk2e9TOBb { top:15.6875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLsQA4GTfOy3hNyXcR9miErqacIABv3B { top:22.5625rem;left:0rem;width:29.625rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykeeNEqV8ipRHTzkKmSInO2SyAM6GT1M { top:22.9375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NdLZXA275g9DUSXT4XMKKZc988HrMq { top:28.0625rem;left:0rem;width:31.9375rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Q0l0WtVSnzDuk1MNHH1Rv7PghJURpS { top:28.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5tx7GSTpnWmVVeI2WbqbNfDMnwrMaMS { top:33.5625rem;left:0rem;width:28.9375rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH3rqXI4vuNygkKpMugeNn98JsHELsnM { top:34rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryfkFUvDmkrEPBAaEATx8HXLMnaya6Qh { top:40.875rem;left:0rem;width:29.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOV6Op14spZ1zusq9JNgDiQOQi90xfMF { top:41.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSJsCeIoHfzQPHhPDPeMxiFZIsU2JP1a { top:48.375rem;left:0rem;width:27.5rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSfn4FRetWzoxXNn57ZoEELrVAChDy7 { top:48.8125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbA0MN7CQAT8MoC4UZT4RADccuApcel6 { top:54.6875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lND5neqSEK8EzLXg9qhZWCFHvsJ9KOc9 { top:54.25rem;left:0rem;width:30rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ3R1lV96cQTkHJHvDcBezZd107B6ZG6 { top:65.3125rem;left:0rem;width:33.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUX34kFrcFpEg0pp9eRTubFMTIeuR21T { top:72.9375rem;left:0.15625rem;width:23.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNIFmK8pZvRsbcPutmdDvZIE15mT9IIL { top:74.4375rem;left:2.53125rem;width:18.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Gkf6fB9ivJmEfHgTvvyJ61pG37M3Fg { width:23.625rem;height:4.875rem;top:72.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcuO0ye3q7XoArL7OmSmq9iT8RAbzro { display:block; }
 }@media only screen and (max-width: 763px) { #K4t45Ru60kH50nnN9Mz0n3GTBgOpbTdd { top:67.4375rem;left:0rem;width:33.125rem;height:3.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwgPBm50txXJp5IC4MNlpm05bzFcPOEX { top:3.3125rem;left:0rem;width:36.625rem;height:71.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMNJ8qT3xZisaqslvPt1miUBCk9bugp { top:3.3125rem;left:11rem;width:36.625rem;height:61.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqL6n3onStU5h2ZgvIXZ7OW46fO2BAVL { top:0.125rem;left:32.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8msb2WmLwTBfkr0HqLiC2gFquMLzSl7 { top:8.5rem;left:18.875rem;width:28.875rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHdcdgAs1shIfErddtJ0wJ6tL7K88mD { top:17.1875rem;left:19rem;width:28.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TFMNTm7cxhOCXsR4zp25ivzervg9uN { top:28.4375rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG9JmxZUS7lNsNd2Hyo2OHZHuRcIhHNU { top:28.0625rem;left:18.25rem;width:29.5rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInqK4ZluMJuG3RLZo0Tf2emyi3FtgSk { top:36.375rem;left:18.0625rem;width:29.6875rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NovTyw6B87InRF3bw14K9wrb74QKJHn5 { top:36.75rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H18lzBfNeIukrBuV1Gt2LIHxGCnveqhv { top:44.1875rem;left:23.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XTO4kPlVkibhbFULFK5gMvQE8yeXw1 { top:43.875rem;left:18.375rem;width:29.375rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ7GlDW8kzHOaVEtlkA32rEtAnEMxQfh { top:55.6875rem;left:14.625rem;width:33.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Ss1bGsqZJriM3DBTKuqUs8DSnQDW2W { top:57.75rem;left:14.625rem;width:33.125rem;height:3.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPwuJlIUq0aAGhanZmEIP3vtotq62P7 { top:1.6875rem;left:34.40625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eJUw0TOl0Bo5uE66IccriZxUyRUeT8 { top:62.625rem;left:24.1875rem;width:23.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnoHqu2N005vTFzCh0ebkMtcdQpHM3H2 { top:64.125rem;left:26.78125rem;width:18.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQaWHdVOmUgQcc5eZwpozwy5rM8p6MtG { width:23.625rem;height:4.875rem;top:62.625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuEwooRUvnQdB7IubcUkqIuTz9iXpmWF { display:block; }
 }@media only screen and (max-width: 763px) { #ZUq6qpJRy7bIcwmO8F5MKGf0eRPJ6W3I { top:90.9375rem;left:0rem;width:19.625rem;height:5.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 { display:block; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al3fPRuaUoT2ovBo7G1qMKDNkmyIa869 { top:6.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw4aVWIoUc7oyX29MNRTc1afDZGSy4ra { top:3.1875rem;left:6.28125rem;width:35.1875rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8r7aWltNI4FPvI9BZsxecJxticCJUb2 { display:block; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqnezISD9Wz9ENgrAUPlGatvRQyFVbNa { top:4.125rem;left:0rem;width:18.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSaAgm2aeHe8nZQh7GpTXJ6It2grsABT { top:4.125rem;left:13.3125rem;width:18.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzAnPqUNtNRuaOqlegcTDNGSczHsaMZT { top:4.125rem;left:29.1875rem;width:18.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpoAH6DEqBf4XhZZMAKcyVBmpSGU224o { top:0.8125rem;left:5.03125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiiZhBOdigZNnbSTlqI6LnEzAZKuwz1Z { top:0.9375rem;left:5.125rem;width:2.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgwlsOK7V2d5M7M8cggfNUo1imBTOGm { top:0.8125rem;left:22.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGLm7yEKn1KfcTcX8eUsC8QmTrwFUm0w { top:0.9375rem;left:22.5rem;width:2.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xKCrznssunwkFMyymlq9rLJFu010DK { top:0.8125rem;left:39.59375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVTpPdTRwLxHCsBvwiZgipqOlvGTDdn { top:0.9375rem;left:39.71875rem;width:2.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQOga1JI2nAq5QS8Tt0CwnruWZwReqg { top:7.75rem;left:0rem;width:23.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDI0SsktFf5NuBDIQbhsM9olOGULOoL { top:15rem;left:0rem;width:22.6875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6tDZE09FCUBLSldtzIbvBUxZ2XFPOGi { top:24.875rem;left:0rem;width:21.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LovyT9BnnMECIWu6pofIZdIEMwp82Crg { top:7.8125rem;left:10.4375rem;width:21.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZov8yRSdP6GQ17gt8EIxHdOQd6L5T6y { top:16.3125rem;left:10.75rem;width:21rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcV78nQtFTAUQKzHTdM3vK6c1tDpgVzl { top:24.875rem;left:8.6875rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGKcEtRNFz68SvFTRI9VEaPUmKqWwdk { top:15.375rem;left:25.8125rem;width:21.8125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XarBm6U37uWneeH6eCUEpgX9txBIs1cW { top:24.875rem;left:26.3125rem;width:21.3125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAKobLmWpkHyrqu3QgLcM3qbGRph0MZD { top:6.0625rem;left:24.5625rem;width:23.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .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; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .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; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:9.84375rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #HN1T7kiqiMpLvGmMTfVcAtk3LRTo2220 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #wLfsw0eH2PrQ1UebCykZzpy6BEdh7bwi {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #o9dcFuNni1f6tnkSN5L3TXbIT8GH9V3V {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #ZJlMIynsqHUQuTfr2gUzfCLJHVrF9ZhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #HwhrmiA5qHrvEBpIBuCaLnbr5eTSPo2T {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #KLSnx0PXuMMAwg7o1Sx3cAKs9LZU9ETo {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #SJFEgmUxhFJBmTScLQtHW5AAwxEcgfra { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #OElg0RAoieymynnfiXUPL1dIIBC8pSxS {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #vHmvUUypX5m70Phlu8TPXvG6rqn7h8rv {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #WacKU2bKV7u1o7hSOxyB9AklA4QfKu5U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #OFEg5MOU9yAbImaLZDoP275obmS11qDw {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #v3VB6X5MHf17bEV8KTkfeew6wK6X6oWF {  }
 }@media only screen and (max-width: 763px) { #kUPlyP7oUL1d3g60Us9FZxTz7GKTmlb6 { top:11.5rem;left:15.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUz35wESWpksFg57cSxfxV62SA9E6aTe { top:11.5rem;left:31.75rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m { display:block; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asuJaUMhrMTP0U6GAu1raQWuE2uZ4z9F { top:6.5rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lDecKPooISgq0T7TcXnvAqIwGpZvDf { top:3.1875rem;left:6.28125rem;width:35.1875rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0pMyDuMFvnr85p3Z323H7cS4XuABDPP { top:16.4375rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 { display:block; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk8JBycJpwXCpT7waqvVeyXKvXOC2x2O { top:3.25rem;left:6.28125rem;width:35.1875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNfpHNwhP3GkVhL3QQp7tiTfbfvPbR6 { top:2.1875rem;left:6.28125rem;width:35.1875rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDSxUvUGn2pagbZQ1xxp0VdhzfdC9twQ { top:8.1875rem;left:0rem;width:11.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4UoHdqlONJF3gu5VA5kyTJ9PxccuUZC { top:7.375rem;left:12.4375rem;width:7.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSvrKrEK595stfnX8pOxiZSQglAhi3Sc { top:6.3125rem;left:26.8125rem;width:6.4375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZkeSMMohQ2bwIabwFb6oz0kXGZXk4b { top:7.6875rem;left:36.1875rem;width:11.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f { display:block; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVyB2m0SqNc8U73Olcux1FOEIHbzgcVe { top:9.9375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCKrrbrGSNfbXysZJfPNrZGaHAlkriG { top:4.4375rem;left:6.28125rem;width:35.1875rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eanUg504Xn1fO9cshqVCeIOdtUwsRC2H { display:block; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mosP5VUb9NeeTud2Btz96sgWT0SsHAMW { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQGev6oUTtTZamWXKyIuUU407ps8t4Wr { display:block; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5vgmJJMfpRvat9SyQQPGcqbCC2TprVB { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsEa0s50AdpeNM9Oh0ZLAUGwFSCkBCbM { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb { display:block; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlEei7XuGqtML3DJJdmwPLcymbsc1igm { width:47.75rem;height:14.25rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts { display:block; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkMV6xMTQz1Ai3UGEFqkE0qDzeolgLkU { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm { display:block; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q48e6b1LAHxpUqL7n7wFPdt6i37dgni0 { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDwzkEl9UBSd7u93ioTy0JhTzoitZI5H { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb { display:block; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czCmT0qT355iTx2kThxJVHWDpy1hs5KT { width:47.75rem;height:5.1875rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 { display:block; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm7irEUQIOmBV2upxDq98KSEJxU1AooP { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO { display:block; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAJAFOTdyUW0FTZBaALgCu6mllKkGfT9 { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6E1lI0tTUvXBfqtl82mZ2FlPevXiurU { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA { display:block; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WD7avruBO6erkVqDJwSZG7JZGLoqUPrc { width:47.75rem;height:9.0625rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 { display:block; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeAIVgxWhPn9TiUg5opVp3cG8poa1tK8 { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS { display:block; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySRBDLwPiNqevhz1w5VToGCzASEDO82J { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyI9MH93olsxCVFOlJZQlQWOsFUkPdoM { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 { display:block; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDc6MBc1o7zabSi5NoM8DsoOwn9q7cMh { width:47.75rem;height:1.25rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDXzyNtdRW8pBeadonh96RcsHO1syk7K { width:47.75rem;height:4.5rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }#eDXzyNtdRW8pBeadonh96RcsHO1syk7K li:before{  }
 }@media only screen and (max-width: 763px) { #xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 { display:block; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWIZGquJ2T45coqlOIADgP95EyFKwLa1 { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl { display:block; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzfqz94wd6q8zhROXQcmp8AGToJDhDma { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTNUreBh1UZLJNfUN51PXNn5KS9v7u6 { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4kSsZfpLc2A5VD4NMGINlftWpfanCyb { display:block; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlKeb7D3kf49UuFFieu47vwJTbT6ceop { width:47.75rem;height:5.1875rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE { display:block; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrrRQhVfATaM5WnTS1z35yUAGCsiogNC { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTKEOAJLDzldUXpmUGHvBxaninZbXMu { display:block; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQAE4lel2ouKxyVdwWrEDFXZwlrFlc22 { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5iw92nby95DptTnRldhDh75dEQ2HxJp { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmGMNmhLB1zTJNCxJz1qncXsUActCwF { display:block; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUQWIh6rHmJW8UF15o4ivqOtPhwckUFn { width:47.75rem;height:1.25rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udm84ds2vdPASLEmW3ragL8SHh5TWfdX { display:block; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuk4aIEVu3x7TTJ3hk3LluNbDiG5g03r { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 { display:block; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzBIqmnkmB40wQSuCtgTIvFC0D89n8ZU { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6C7yn3FyQC4RMxQVW8Mhmag0CZuneW { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 { display:block; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QR85PLUrHLs2uuPwO8UL9mwLuRZGnXlu { width:47.75rem;height:11.6875rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3rOtxTMnVoKzbrwob1kIIzGtLSeravV { display:block; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSrdyDvdJRBNe0f3q0SHPTh9ICpFnq1D { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSF16IAm2HOlaKty6yHa45uvkNK4kxFo { display:block; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWlBvmAkzBiGxScBkkxq8guSWXtHmkmZ { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0sVvRIOVBrulTbn0dntNVd141O11k20 { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay { display:block; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlWepwtVg7shU0T9l84bCthdQQsbwfwS { width:47.75rem;height:5.1875rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FssfqmBytFXwa38zeRuxu0CeCxyrFWqm { display:block; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChNPeEEg83XcXXu3fkTDytPCXsey5hxD { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm { display:block; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTWLIVbThWiCrXbRAuA110kSxONDLE9R { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71XTSKMfMW4Xx5X1y2FFWJiAR7eOa7b { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS { display:block; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdETzhzkJu76t3CXT4Gk8lW5T6X0c2GB { width:47.75rem;height:1.25rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnv3isGToGuuKrI6N92kTEsxSybp7ECl { display:block; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrmpbkFX0oUWGRp36evTuCc8zDLaK9Aq { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE21IJVeJ9VrBsnowE62uGRavZTGlqIf { display:block; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WllR2QKoTGpZfHufSZdxTMfkMBdg2iAD { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLboxlQTwRppKgWPtySHwLLuLaAMwHPK { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc { display:block; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oegDfzXPR1g0Ll1E8BEQXas9aUTfoxyw { width:47.75rem;height:5.1875rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEh3cZhugkaUMS44uR6uT4i84ewtLWZe { display:block; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvwTKmIENx0d7ZaGbdX1LtUC2ygSF5IN { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX { display:block; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSqTB46gaTk7uTU6DrFgZ3hADs2ITT90 { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnKf7IUv2c21lhku10hOvLtLxE4uG6sH { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql { display:block; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4AJxwb0MJz1CFmTbIhfNEFZ9pZa23Ni { width:47.75rem;height:1.25rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygR8s9mFw5efcwoHGToBu67fTmETIoK { display:block; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEi9zWscADxWhMPm2VQfCvmt1H1C4Pm4 { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g { display:block; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKc8f6Kkk5aab3hDIpq8RrWhVn5m1DsU { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdU8MB4GyTu8Jvd4eySd6NTTs18v2QTc { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi { display:block; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTzVpJOU66ES1Bh2mzupfU96Ey0KIn0C { width:47.75rem;height:7.75rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 { width:47.75rem;height:;top:10.5625rem;left:0rem;font-size:0.875rem;display:block; }#d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 li:before{  }
 }@media only screen and (max-width: 763px) { #qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD { display:block; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDbrWq6x630T7TqiN8hhITiGaSTfKRn0 { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg { display:block; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XV8vgu1U3du6vmbnqGNDzufbrkB8a4AQ { width:47.75rem;height:1.4375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbivn0OeJUVWqSR6pOh3JJSTak2FPEE { width:1.875rem;height:1.875rem;top:0.375rem;left:45.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL { display:block; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKvTtQOhDksske53gqo4tswZXl7LsNTd { width:47.75rem;height:5.1875rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W { display:block; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFTGr0q8T2Z9vOUIheKOpatNzHqKD2aQ { top:5.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSDqPTEFeC8VdzfiUcrt5iB5XBkmTBAh { top:12.4375rem;left:12.4375rem;width:22.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTmEbs3gxyOdrVZW0XPqcoDuUggk2Ju { top:14rem;left:14.5rem;width:18.8125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Dviu97lMicVhmHsq2M0TiPGI0ngRde { width:23.5rem;height:5.25rem;top:12.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE3oAfW6uCRuAVzo6QkoUZZa0pxJMqdO { display:block; }
 }@media only screen and (max-width: 763px) { #BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf { display:block; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBy4CEmauPWam0TLeawcvRg2l6EwnXpN { top:1.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6eb85445-5d66-4158-9777-42e4888644f2/bgfoto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.67); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.67); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNLn7Fn6RfgbalJ4mmNSVZQe9J4FF5fU { width:20rem;height:5.5234375rem;top:9.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF3qsi0J3GE54zaL9SFzQXagWUOFBIQ8 { width:20rem;height:4.38574375rem;top:16.13671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZKNdOgCBDTQB3sgzRifcfKoaVV6TfOD { width:20rem;height:10.1953125rem;top:22.09765625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icN0XxpAcHxSX5MgTV7LCRwdFbKddk9q { width:7.125rem;height:6.0625rem;top:0.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2Byvrt8otGMeT6nooIXKsTOMRpGlZ5 { width:19rem;height:5.3125rem;top:34.85546875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSaQsgMJ6l9VURqJMi9eD3gfu0JDLhs2 { display:block; }
 }@media only screen and (max-width: 763px) { #MzXmfgyGMxghfzs44VFXkpmAP944rApL { width:18.625rem;height:5.3125rem;top:41.41796875rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTZ6divrspkZdq697nGRm2By2IgrF5z { display:block; }
 }@media only screen and (max-width: 763px) { #yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t { display:block; }#yyaXlRWKGGluvSb6bO2RqvEV6VEI1n4t > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMwhPfQUSllXxCriNLX8S493y5yZ2iiB { width:16.4375rem;height:4.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }#bMwhPfQUSllXxCriNLX8S493y5yZ2iiB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
 }@media only screen and (max-width: 763px) { #FbsInqwFTrg5FUTCEQWogSJUegRhNd0e { width:12.4375rem;height:3rem;top:7.46875rem;left:0rem;font-size:1rem;display:block; }#FbsInqwFTrg5FUTCEQWogSJUegRhNd0e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
 }@media only screen and (max-width: 763px) { #fTHeuaA2NFPLTmWfhklmwVJNGADJcnww { width:14.0625rem;height:2.8125rem;top:11.90625rem;left:0rem;font-size:0.9375rem;display:block; }#fTHeuaA2NFPLTmWfhklmwVJNGADJcnww li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d19cd8e4-f742-4c2f-b589-b61165a5ef95/tick.svg); }
 }@media only screen and (max-width: 763px) { #r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA { display:block; }#r4U9Vx4a8cTAbToaQzuCER9OEsvLcoEA > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXI8kDiOPt3TbODVreTw5toWvWdMouN4 { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KveM4wEaDpyTmdGI105Oi8GTXpOQxV9x { width:20rem;height:12.857142857143rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0OZKWrMvsLmN7mQ3Hrr21kSpzfHFTi { width:20rem;height:6rem;top:12.09375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27xh7FLT2u3GamFbVSmLNkiNkPnPkFN { width:20rem;height:12rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4SfbJ0fSIGTTP7tEUOBIphU78TCx12y { width:20rem;height:10.875rem;top:73.4814375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTTh6mK3z6BnITuznTUTTZOpH7lBXTvJ { width:19.875rem;height:12.375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he { display:block; }#ZvtPzssnRs3pKx0hPz8dDfcD2hC0Z4he > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBnHTaN7hDeV4ON2o0xiNANgUEUDDq7N { width:20rem;height:18.375rem;top:2.03125rem;left:0rem;font-size:1.75rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #QfNce4DHAwuamLaduAow9aH80nFftVGz { width:20rem;height:5.625rem;top:23rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70F0EQItWKHTFC4KN5TCN98Ns57moxZ { width:20rem;height:21.1875rem;top:0.625rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB { display:block; }#bx4dO3pp4FAhU3mqSAXMnaI15obOUVoB > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWT16a8QWOnC0oEANHLWTvBrRUntUCqi { width:2.4375rem;height:3rem;top:1.6875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g418ceRBklnTUFQxOQTid2NUlLBzL93M { width:2.8125rem;height:1.5rem;top:1.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btyni8v0EUl8hdiQo13JHqZ4w0i08a37 { width:13.75rem;height:3rem;top:1.9375rem;left:5.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kf4KniOIemF4TKgtQTQbe5PBVzAGb6x6 { width:4.625rem;height:4.625rem;top:8.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZUFWoLSmP5taMJuJoz9gwWr2gtENI6 { width:2.4375rem;height:3rem;top:10.25rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVoxKkTAHFsOiaDQw0b5gZ2A1vnmdETi { width:2.8125rem;height:1.5rem;top:9.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmOiZZitdnrHLeFQE4CQOgERigSv1HEt { width:14.4375rem;height:7.5rem;top:9.5625rem;left:5.5625rem;font-size:0.9375rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #GOp8JHWHScmiLvTcuhnl3aQHZwZtxazN { width:4.625rem;height:4.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnTnlTbgnpeRtf2EdmofVhohfU0UWiGf { width:2.4375rem;height:3rem;top:2.625rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwHgcvHTt7ZL0a5fNGbGTLeNSBIwaId4 { width:2.8125rem;height:1.5rem;top:1.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEviCEARbQaxcUP84ipFKy0ylORAs1fv { width:4.625rem;height:4.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdOo8kNRKU0slECdvmscn34z4wUff26 { width:2.8125rem;height:1.5rem;top:19.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCfHGsxsPC6Bq3dOqwT56tDxKwM2MOvu { width:2.4375rem;height:3rem;top:20.625rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkNap31iReWhCW0aCKUAEFE4RrovawpA { width:13.8125rem;height:6rem;top:19.8203125rem;left:5.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W5OpcBPbZl3413Mp810BeDw6iofOPMTF { width:4.625rem;height:4.625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSogDfJUohP4InOMkcDfTmwvBRoEDQ9c { width:2.4375rem;height:3rem;top:28.9375rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppaNe7J6GWgcGBm7rO7luDtw11tDwf4X { width:2.8125rem;height:1.5rem;top:28.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbEir8U1ew6LexiDlSE0r3se66fS5bXD { width:13.5625rem;height:13.5rem;top:28.125rem;left:5.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IriShJku2iBWaCFPgo1AGui3E8oyZf3R { width:0.125rem;height:28.5rem;top:3.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB8uDQg56gt1ZtKNNwCX3ODHKcAfUOl7 { width:20rem;height:9.375rem;top:44.1865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PDTbSBfMuavaleZnI7GwSMV9r28mPh { display:block; }#T6PDTbSBfMuavaleZnI7GwSMV9r28mPh > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQHi6curZ2bXGf2KlWx7oO9KuSzNRDz { width:19.625rem;height:4.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GukJJUAHohEa9DvBJSpNUzMXzCrd97H6 { width:18.375rem;height:3.8994125rem;top:2.875rem;left:0.8125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SiNLZCx8Z6ZPxlgnHxv0kAlCoORnVO3P { width:20rem;height:5.4375rem;top:2rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvTmuWyhgdKOX9KlQC0ydHxDXqXzkPZw { display:block; }
 }@media only screen and (max-width: 763px) { #OCrPH7M5MbXUof9tV5FROrO3oPnJq1T1 { width:20rem;height:2.625rem;top:9.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19d5c9da-0138-4b10-ba4a-6f17f722900f/wek1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08.adaptive-delivery-prevent-bg, #UO45FRME5TMzdKSxXTbbmWe7iNoTHS08.lazyload, #UO45FRME5TMzdKSxXTbbmWe7iNoTHS08.lazyloading { background-image: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container { background-color: transparent; background-image: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container > .video-iframe-container { display: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row > .video-iframe-container { display: none; }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .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); }#UO45FRME5TMzdKSxXTbbmWe7iNoTHS08 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNHKwc33sQdZq8Is2smRlPVgy8PVra2x { width:20rem;height:0;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZgPLU6720FudpvZkZ0Q1HFW0ReORFyxe { width:18.25rem;height:6rem;top:3rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT { display:block; }#rD2lqR5JcCLG8srASSGZZvnNTzPnt3NT > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx5Te2cIuJAOinEPkqSAEITPww2SU9PB { width:20rem;height:2.625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg { display:block; }#QwwEMzhUWm8bnlNQR1mZLiT2m2L5CSTg > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIGfcmOrXmGXOi6LzXx2hhhPlkV0wIAk { width:16.125rem;height:13.3125rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQpSXz5tOLoeT6ISF3d9apZEyDdg0Sn3 { width:9.3125rem;height:4.125rem;top:8.25rem;left:5.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxs8Vb3yyk5EEX2tMdKttn1HAkzccOg { width:16.125rem;height:13.3125rem;top:15.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9vHv036MfMvpImOWqBTKia42ZwCe6v { width:10.5625rem;height:4.125rem;top:22.4375rem;left:4.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnITR6SDtBWi1DqVFdIdCAEMUVkS11J8 { width:16.125rem;height:13.3125rem;top:30.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEvq6ECh5hysqZBLoX5UKbBQX0DvEpT { width:12.9375rem;height:6.1875rem;top:36.375rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKqTE8t2F65yz9MmS8Biu0PACdsRNVw { width:16.1875rem;height:6.25rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLvurrupr3mhVxfziTTCbx0BKM2cQK9 { width:16.1875rem;height:6.25rem;top:15.8125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6bCFLxqI17pv96SS7cQMBIIouIVwcEn { width:16.1875rem;height:6.25rem;top:30.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwWEQlBr21wmgJl8LdaqhKrg7NTBgqVJ { width:2.375rem;height:2.375rem;top:17rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxy4bvxILMtr77H2b5GOJas8Qrxmw6B1 { width:3.375rem;height:3.375rem;top:31.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1i7xcmibKcnV3GlsGubyHNfvTSQisCl { width:2.875rem;height:2.875rem;top:2.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 { display:block; }#iFRSwB5R67UbH6FsJpQnq6WnXwN6EAB1 > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NubtJkiglxyB2GdwFtnRCGhMgA5ylWaT { width:20rem;height:7.9980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3A39VkbPxx5fE5V7yNxXfEhCqAHrTdt { width:20rem;height:7.9980625rem;top:12.0078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKKFhrimcp12W0K2LXN3DkwrqOK5qksU { width:20rem;height:6.3984375rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFGuia6Zk2f9PfqUh5PJ7Ipr827aDd1K { width:20rem;height:21rem;top:31.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT13yb2z8xtdNT1uItJUEfbca8pMfywi { width:20rem;height:4.798825rem;top:55.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6yL95xE5HaUh7rwwLskvXKoFwvleBAH { width:20rem;height:7.0625rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtaHNFodLWeTUT6kuC5frHoqCM3WiJEX { width:3.125rem;height:0.125rem;top:21.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLgxleoyyQPAOiH2PDPWqiz7pWvKrsfo { width:3.125rem;height:0.125rem;top:10.6328125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 { display:block; }#A9NTd3X9tbi1Ai70O2m11hnFcq1vTDs4 > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSoGOsZAvtTRwPcmHPbBaDx6Be4oRVdV { width:20rem;height:6.46875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTD2CKdqNd9RdfwuKBxFq8myNJUykxwk { width:20rem;height:5.0625rem;top:8.96875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3qmz7rXJA1fKVdUL9AAh0nzpTVNSAU { width:5.5rem;height:5.5rem;top:16.40625rem;left:7.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqOKFESImP0qywAW1nBRMqnwgBE0zms { width:13.5rem;height:6.75rem;top:21.78125rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTiQRIUV7cMV1sBgBs3afMvatRWErtnU { width:5.5rem;height:5.5rem;top:32.40625rem;left:7.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHwJfNwlXpohkboPO0IVBThTZ67FeZ7 { width:15rem;height:6.75rem;top:37.59375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5SCS8UZSQ1cwEQwVuwy6IMzkZIkuzNh { width:15rem;height:6.75rem;top:53.53125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJ7wHkPBzEBDyaAAsTdc97sA8UUr8dp { width:5.5rem;height:5.5rem;top:48.21875rem;left:7.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9PUvT69WaydP9JH4kqhzyKs5exTFoJo { width:16.125rem;height:14.6875rem;top:15.84375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eER9OeO1cE3A3fKrV1nK5F2ZmbvdUdAw { width:16.125rem;height:14.6875rem;top:31.78125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvK4pdrH5FVTbRBJpTtscAQFqteWoXaD { width:16.125rem;height:14.6875rem;top:47.71875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l { display:block; }#wI9tsryEMT1gdmKNNBPTwfLeefbTGW6l > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT3ERwE3FGV2kun03ntukWAQ8kxwyikV { width:19.5625rem;height:7.9980625rem;top:5.375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoDvxOvaypfvCxHoTJ3JHVmFm8VOGzz { width:20rem;height:7.9980625rem;top:20.93359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTVSOKE1hJ3bDUetleUE6aTHu5v98uIR { width:20rem;height:7.9980625rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRTH4Ufzsa2s3x0KUh2biDvJzlEbktr { width:3.125rem;height:3.125rem;top:15.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enITTOmJ1lXaWaPX0G0eXdUMs8rKKPCC { width:3.125rem;height:3.125rem;top:30.6796875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMsnkzd4CMyByddqzFsWsR6Sde2n7eU { width:20rem;height:5.25rem;top:46.73828125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEs91N3hFQCQWo81CAazWzngZruDa4oP { width:20rem;height:1.69921875rem;top:54.17578125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLIZq2W2P5TpGC1mQHpZJrJRZtLGnc0s { width:20rem;height:7.222625rem;top:58.451171875rem;left:0rem;font-size:1.0625rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #pCXcgU8hAsNp6CfZclb5a6aJ1M4zA85P { width:20rem;height:3.46875rem;top:71.08603125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWBzlHTd7kNuXvEnT0KFuF3icaLmfIt { width:20rem;height:8.6875rem;top:57.875rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #JPtpieHzILy7nbXUdxGzNNsTBTqnostG { width:20rem;height:3.5996125rem;top:76.3359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZne7XQqTdfdZXJinTuoZMLcEoDx8xmK { width:3.125rem;height:3.125rem;top:71.2578125rem;left:1.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9iB7eJahRMlU3Ohu9oNwrp91i5iiZD { width:3.125rem;height:3.125rem;top:71.2578125rem;left:15.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgH1W8T8FiTBnUaUND7vI66hA9Z6gO50 { width:3.125rem;height:0.125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SviPTKC0NwS8PGr2AwkUbETz3kIn2ixV { width:3.125rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcPTL9SBCIl98X758a375asdHS52Qlct { width:3.125rem;height:0.125rem;top:20.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDTI98knT709CDpmGylR6K5TE0k2yIy { width:2.6875rem;height:2.6875rem;top:15.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH2XQ1KnoLkVADb05UdDd0TKao57msIC { width:2.6875rem;height:2.6875rem;top:30.9921875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLwE6IzZk9NCINFKuU18SQdFZxiztgRA { background-color:#000000;background-image:none;display:block; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container { background-color: transparent; background-image: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container > .video-iframe-container { display: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row > .video-iframe-container { display: none; }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .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); }#NLwE6IzZk9NCINFKuU18SQdFZxiztgRA > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvvbIkoLMikI2f6o7PbThcwXmyA3bcTx { width:17.375rem;height:11.19728125rem;top:11.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PtEyWR5BEETCEA9Z0kkmspHbwZ2IpH { width:20rem;height:0;top:14.660125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVrL0VxqGn3KdCV63me3te4meF5Rvno8 { width:20rem;height:0;top:11.0341796875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT1b6sFfLr6qQkUGfl3ybxJHbTyO1PeM { width:17.375rem;height:7.9980625rem;top:25.6591796875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOPRAcVkJJyVHUv9CuS3ovbzulMTvrg2 { width:17.375rem;height:7.99805rem;top:35.8056640625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3XsCcup6STS2toey7WzmmKEPzL9uEyL { width:17.375rem;height:9.66015625rem;top:46.0546875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5AHEQPeCER4OfTMTUWIMn81OOl038fG { width:17.375rem;height:9.597625rem;top:58.0888671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bXz1tDJerLBABTJguI1HsqK7wcktgC { width:1.6875rem;height:1.25rem;top:26.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0yG3Tzu5RsTM1wJ5A0huSzZ1HcZuNz { width:1.6875rem;height:1.25rem;top:12.0966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OICnfdH98gCXJa9gUTLFAT4MxIcMTx8N { width:1.6875rem;height:1.25rem;top:36.2197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTxfC08vpGWXT6UzOSMS9GfTZ3xAlDV { width:1.6875rem;height:1.25rem;top:46.4921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmIwtNbnEcu7CqrETyQgGui07pN7Fagd { width:1.6875rem;height:1.25rem;top:58.0888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyibrUlefWk8kCUvoJulBLRyFieoTR4e { width:20rem;height:5.625rem;top:1.5341796875rem;left:0rem;font-size:1.875rem;z-index:100007;color:#c69e3f;display:block; }
 }@media only screen and (max-width: 763px) { #VE9yTlKXKrgMHUfZfPJkleCOct1L1TMh { width:20rem;height:2.3369125rem;top:7.1591796875rem;left:0rem;font-size:1.375rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M { display:block; }#vI1isWhbppqFJcRZ9l8R40LWB2DtUF3M > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqbWlkrst0hRPpFTbk1c1BUcApvtCAfa { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFXFGN2X7CwAaeWulEgATf8FyppvZPkO { width:20rem;height:14.0625rem;top:5.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a { display:block; }#M7VBtt8dBN9H61rPHvFrh0TZ8tBQAu4a > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olSVxFPwQ50cFTihJaW5egzpd0CBPRKZ { width:18.6875rem;height:7.5rem;top:27.6171875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNAGfDDGzRTHkF2NK8n2aPbiltGT7hb { width:20rem;height:12.3125rem;top:2.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7kunKfq9ei1DdfL2xMXoDMu7zTmGmp { width:18.6875rem;height:7.5rem;top:36.8359375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0dEHqRV2izgoNAJeMfd6U3Ri3XpqnBs { width:18.6875rem;height:7.96875rem;top:46.1171875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW1zEQwI7hMtb25Pq2DCuqIXhoPow4Td { width:17.875rem;height:5.19921875rem;top:18.125rem;left:1.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIROBhBu3FVJ60WEBg3eOJp9g1sVo0fd { width:7rem;height:1.8056625rem;top:24.3125rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Zsdc60o9VGAMq5mIEwNTTVaopD1dw0 { width:20rem;height:0;top:57.8984375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvzdWavGDr3Qvgpnii8ZhNGypFkT6Ol6 { width:0.125rem;height:2.25rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEfnPlBgaObnAJZJlT2Qx3RCKO4loNPR { width:13.625rem;height:12.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRm5AXv0IKsOZA13rzhf6pKnHuAzS21J { width:20rem;height:4rem;top:57.1171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO { display:block; }#aBkS6RUxe9IfqtMBBpR59b6n2QHu8IGO > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6xR5uftXwfVKmgyT2MxkG08Hfr2IZcL { width:20rem;height:6.46875rem;top:13.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVkrkziZcCsGytmKnE0OpNcxW2UGcKN { width:20rem;height:4.5rem;top:4.46875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrtvKwtCrPG8KKf8gDwDdr0TZKouOGDT { width:3.125rem;height:3.125rem;top:8.96875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTRA57mTotmipJWpXku7dyuxllr7iyy { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #McWoRt9AXKBGVCPNbT131qvU98ezyotz { width:20rem;height:0;top:9.6875rem;left:0rem;font-size:1.4375rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #miIpgsW80zDGQlJtR0ivSxX6kgDc3lAM { width:20rem;height:1.875rem;top:2.375rem;left:0rem;font-size:1.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o { display:block; }#NrAKGrlzTIg4bMLTxMk3klQTWpT3wT3o > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnBkt3CaSFhnuJLwq0T86XUWE8ZqWoDt { width:17.875rem;height:4.19921875rem;top:7.8125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfppEGdAy6WzPV2f6iQ9WFhJTxr3vqW0 { width:17.625rem;height:7.5rem;top:13.5625rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoE1mO2xV6QV9vaQTeKDzzN67xe2G3r { width:19.875rem;height:20.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2On6g1MRAziDNNiGonyiD164m0HmFrz { width:6.625rem;height:6.625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp31CZ4DdqOfAJI4n5ZQ3d0oIq0dhRE7 { width:3.25rem;height:3.9375rem;top:1.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUV8B9pUnapS0EQPEF1DiLcEFOr7ue6 { width:19.875rem;height:20.375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHALg5ekO8uaXFLxKS4dG5eG8CLVqn19 { width:6.625rem;height:6.625rem;top:26.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWEtTNaTnv3TH4eC2PQoKhlUOdU413Z7 { width:3.25rem;height:2.6875rem;top:28.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAMHiNbUiwdIyI2UpxtVtA32KsBObMpp { width:16.0625rem;height:4.19921875rem;top:34.875rem;left:2.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NepIK8db1o4Hs6GRJSvsBbTJpJKpou64 { width:17.625rem;height:7.5rem;top:40.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNITwrQH9qmJMzdtSdfqHzozZncCQ52o { width:19.875rem;height:20.375rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIk0XwqOFwr7fLKke6MBfLacZJTxgKqa { width:17.625rem;height:9rem;top:67.5rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAh5t02sluEkRQCuk4E4TSFhDPOaoE24 { width:6.625rem;height:6.625rem;top:53.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMZK6k0yo8otmmT91IgRtVihivGeo8dm { width:16.0625rem;height:4.19921875rem;top:61.75rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMaAO3oKo925saTDhK9nuWUNMPWi7qq5 { width:3.25rem;height:3.25rem;top:55.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbcCrruUZQkGElkHRzclpgAZiMpl0A2K { display:block; }#CbcCrruUZQkGElkHRzclpgAZiMpl0A2K > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3sF2TtefsdTnLRA5WHoE5Bk0EDX0Gwe { width:20rem;height:2.15625rem;top:0.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWS8268xokWbq0NwBzoqqNMFIHU52sw8 { width:20rem;height:9.84375rem;top:12.53125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKTWnQn9wc4lEizzvX6QbOHXz6y0wokw { width:20rem;height:6.375rem;top:23.46875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zveuR3Ol58caXJO8Cxc69unhikt6TM5n { width:4.1875rem;height:4.1875rem;top:6.15625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpZhtH1257k5ryG4kbwVpI41Uu0fLwx { width:6.625rem;height:6.625rem;top:4.65625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8zIN7ceTDKuNsKskM8vKMAopKMwIKTi { width:6.25rem;height:0.125rem;top:31.59375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH { display:block; }#Ne9BEFugN47dzGnBavRWbcAhHQTVCMQH > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAXUZfn7LpLW4tI0QvJTzTeq9aWl6hca { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f { display:block; }#K032hsDSXoIlqy7PfNHJ6m3usZFqZF2f > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTWtoTrublH8xUGvueVo9wMieltnCJhn { width:12.375rem;height:5.19921875rem;top:6.11328125rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzLe9PNF598DXtTeQ2acmdnsTMVaHmI1 { width:1.875rem;height:1.875rem;top:5.80078125rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZ9gPtkuJGHrtgwToBM45exubKUnvUw { width:6.1875rem;height:5.5rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Fddu1Wh0IduS0BLsfWt42yCWxAZSJK { width:4.8125rem;height:1.29980625rem;top:8.037109375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag { display:block; }#xXyuyuuMBXuH0w3c3oxbeBTFFbWaT8ag > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa9HgQfWaxMAeJ7o18tn48tUJc0XGdJ5 { width:12.8125rem;height:7.95703125rem;top:1.125rem;left:6.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1ln1lv0Kvwn2Uwxx4CGU8Sr8V9fwx7l { width:5.625rem;height:0;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WDm27TPytLEEZBfrMEf3053sneqqMLXT { width:6.1875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3Nzn5uzpgTP2DHurT0CdyZBWMzr7u6 { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #JSnmBFlAvuQT6hfQmeJMXlhlVDroeM0K { width:5.625rem;height:1.13671875rem;top:5.6875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #RhqTwbOoKs4engHgdM6edO1rLkGqbTg9 { width:5.625rem;height:1.13671875rem;top:8.0068359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE { display:block; }#K0PdoK0ts4tW3N68xP8MnIqHrqitDwXE > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqmE47M7hm3xmIFnIiGfkLdruTEJs1h { width:13rem;height:2.5996125rem;top:1.375rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vnaMNC14kNyfroAmrgh5kNs9qsBD2Q8y { width:1.875rem;height:1.875rem;top:1rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcrycdT8sTw2T53Rz496T4XvamnyDPN7 { width:6.1875rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJHi4aPhGWi2rHo6u2TKCQIP0zeqmWxD { width:4.8125rem;height:1.29980625rem;top:2rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmfsVcev30acQZQLeTlEblvCZ4JHhRKN { display:block; }#PmfsVcev30acQZQLeTlEblvCZ4JHhRKN > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMwyt6dS5CfD9JrJ0afaEMauudW6toLV { width:12.6875rem;height:33.27734375rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ie9tQRdXClvTPI2kpGWT0HEoLHAgh0m5 { width:6.875rem;height:0;top:29.9580078125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lGbm0tavBWcTcJbEoJ3eK6xmCCbhbt9V { width:6.1875rem;height:35.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PnkXfpR2qO8NmoTk0ZeNSIMt1TGpHC { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #z20F5MvxPXd5GDE048BBXispELMxXAFv { width:5.625rem;height:1.13671875rem;top:4.75rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #vD9mvB6DXEzqXcU0NQmW2QdGGKW2J4Zq { width:5.625rem;height:1.13671875rem;top:8.0693359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #ArKEFKQfTQBA3zmGs8S0aiTd5whapxZn { width:5.625rem;height:1.13671875rem;top:10.4443359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #TXJZ4v8zKySGJZf9amMJwxWMvxsbxe82 { width:5.625rem;height:1.13671875rem;top:13.8193359375rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #XkOHJxsizHrdmWXekEPikCn1be2xvxFb { width:5.625rem;height:1.13671875rem;top:16.0068359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #mC8V5JWIst15CNt2atquEgynEBAkK1W2 { width:5.625rem;height:1.13671875rem;top:19.5068359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #SJTXPe2FXUNGplqGObXAg4sHLtxxbSSM { width:5.625rem;height:1.13671875rem;top:22.8818359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #O0OxWQUxrur9B1QtEllpnCcDcOSPmnvA { width:5.625rem;height:1.13671875rem;top:27.5068359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #dhQgKAdmXB48JbTzAgMDoxsNCaEvTI8S { width:5.625rem;height:1.13671875rem;top:30.9443359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ { display:block; }#CfDAM0HonAxhmRbuFih27Jgp8IZf7hFQ > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whpdiL1OhDOydzFrmr5rDRxma39U6UCb { width:10.9375rem;height:3.8994125rem;top:1rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CmXtZhpgnXvOLwLQL7TpmwA7u0kApZs1 { width:1.875rem;height:1.875rem;top:0.6748046875rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPgJK3oavQRIHVsNsKSdiTVn7TwFG0GT { width:6.1875rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhEVBMPXNVVTNnaZqpWGQTwlh3GiRprF { width:4.8125rem;height:1.29980625rem;top:2.2744140625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x { display:block; }#Hci8ehpz5GUr1rob5QeHrkTktyCk4h4x > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuqTahu4NxxvPAmwy1xeWSrDAzBg3U7O { width:12.875rem;height:24.12109375rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kPaKqaZyuZVTBTO0CC1mH1Qms6PinuQc { width:6.875rem;height:0;top:23.0126953125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q2QigF7bH5fWHy7oCqIg8FGKpBlhL6nf { width:6.1875rem;height:27.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdg11KhICe8F7GMW0yt8sfh7ud4PbIvy { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #PVKNhUFtA4cdwsVupvDcSXbUpXsUDom0 { width:5.625rem;height:1.13671875rem;top:3.51171875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #Hlk4pJrXc2mCVUJTld9ffHr75sih8f7i { width:5.625rem;height:1.13671875rem;top:7.125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #AJTVcIABJN7gUr0MaWx1gDxdoEMlsP5p { width:5.625rem;height:1.13671875rem;top:10.4296875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #bQeomG3rGT5L9kQqyO2usbpDvo3w0k1i { width:5.625rem;height:1.13671875rem;top:14.8125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ipGpsgPoI6mZcMGgivH3y1lmZ7pUQsH3 { width:5.625rem;height:1.13671875rem;top:17.224609375rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #AKROyPCCTZw0TH7EZgbq0nPMlJA4eMAH { width:5.625rem;height:1.13671875rem;top:23.087890625rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #xdVveNEzUaov8vxa8bycLgT9CviCffMh { display:block; }#xdVveNEzUaov8vxa8bycLgT9CviCffMh > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQrNCTp7RFHmpxRvewA3p7PIU2ei363W { width:12.9375rem;height:3.8994125rem;top:0.8125rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqLSfaW9SxO6Rws5lbc6zFX7WIzg496S { width:1.875rem;height:1.875rem;top:0.4375rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0lWbpHEtUOFi0GRi0gVBk8LTT1RHF7F { width:6.1875rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfpah4sg1oWTLScAqh5vuQRAVAUT9O2V { width:4.8125rem;height:1.29980625rem;top:2.125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bck36TyxWocFeMh4gVtiNAWZxVMFF6gO { width:9.3125rem;height:21.5rem;top:15.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRWJHoVydm5J8UEUbVBuab15JyIT93Hq { display:block; }#lRWJHoVydm5J8UEUbVBuab15JyIT93Hq > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCBQkTaki8XQ1eBL2fQJPmhgJ2DSAOrt { width:13rem;height:21.78515625rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HsUXLVNwdX108GNiDRTabKuPwDqkLlkz { width:6.875rem;height:0;top:20.875rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e3PwpTcEdlwKSmGoZsLGauUPLsAJKBwI { width:6.1875rem;height:24.375rem;top:0rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #UnHXfizhsw8JnmbletIn5QiwEXLOhlkH { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #DC3W6xfIFw78bNQiUF79IMxtNI2KzhMu { width:5.625rem;height:1.13671875rem;top:5.92578125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #TGDi9iBdgV5GhQ0uAoTu6zCFqwVSG83C { width:5.625rem;height:1.13671875rem;top:9.1875rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #saRIfq7okidGAvNf03vJ7P31CuwAsHCo { width:5.625rem;height:1.13671875rem;top:12.6796875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #tw04bUfZyhnhIdJWpU8wr4vchkE80aZ4 { width:5.625rem;height:1.13671875rem;top:14.9375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #xZ8d5HZ5V9F7bSwoxUm8CnkZzci5SuWZ { width:5.625rem;height:1.13671875rem;top:17.162109375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #MZ21UXMwtMp7mp2u72dJVarNL11GBvVa { width:5.625rem;height:1.13671875rem;top:20.712890625rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #pGptAtveEmbPD2hAlsrVTRib2EolTNtP { display:block; }#pGptAtveEmbPD2hAlsrVTRib2EolTNtP > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS15dbHCtX8dCOZeh7r8WlbOi1zNNe36 { width:11.25rem;height:2.5996125rem;top:1.75rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ka6aSsiHmyxTACBuTXKf9MxaE5L1MEtx { width:1.875rem;height:1.875rem;top:1.3125rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5sA5WmwTXs9VhCmZ2i3wRE9M1PbADA { width:6.1875rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl9IlcoTPeulzJ3EVMKVzRxdAGGqTL8E { width:4.8125rem;height:1.29980625rem;top:2.2744140625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 { display:block; }#ZkOpKADdWJPhsLA9tXxOqKTA6ZgHQar5 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9yF66pfe2SA3Dg2vBKinXWMloce2V7T { width:13.0625rem;height:12.62890625rem;top:1.25rem;left:6.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7yNopoWQHw1y8qf7ipen8WVQtvXrO9G { width:6.875rem;height:0;top:17.3290703125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uZyTMtF8C6MVcubNvOcB6hBqiHqVglIr { width:6.1875rem;height:15.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSqo0I7czaC56T2WgWUx0Sfb49W7e0VU { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #f2bIyuqAAlHd0V1Z1TEwR5KlaLAs4Lvd { width:5.625rem;height:1.13671875rem;top:3.48828125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #kB8SWFnTCuvdIBVQ9oVWQTahl71FDPy7 { width:5.625rem;height:1.13671875rem;top:5.875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #FdFx7AL5nvL7ucxPwrXcqPJ34JvM7yTB { width:5.625rem;height:1.13671875rem;top:8.0546875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #CAJxodUk8ZaL7icL3uN9b90GcR9K5xr0 { width:5.625rem;height:1.13671875rem;top:10.4375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #KN6xgkciMLDLwQnB5WzMMXPsT502i2hE { width:5.625rem;height:1.13671875rem;top:12.6787109375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #K91MHn217vM7ALmqT1IZ8ZL2CabCWing { display:block; }#K91MHn217vM7ALmqT1IZ8ZL2CabCWing > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmtUsTGkq2L07RA6xWEa4TeC292pI5RH { width:6.4375rem;height:2.5996125rem;top:1.3125rem;left:6.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xe1m38pVZSk6rT6whD8rpxGycsNS7Ed7 { width:1.875rem;height:1.875rem;top:0.9375rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKoTfn5d1qbRxQcXBxnex7F5x6LDKaG8 { width:6.1875rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obo4Hct8AaLG97ZX6ZLhODcI6Wvq4qDQ { width:4.8125rem;height:1.29980625rem;top:1.9619140625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL { display:block; }#lrCK7zOZGuUsnnliRJTEBbtS4QdrM5rL > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6qlqET3ELVQV2C2peHuSh5nlX5C2PCJ { width:13rem;height:17.11328125rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzVUbbZDVuAm3botDSiJQosm2Qp5xKWX { width:6.875rem;height:0;top:18.4658203125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pRWSVtDEJuMiKVikvuKs2LiZxALD1y8r { width:6.1875rem;height:19.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3kE1eS5MphTreH5lOwHqBBiFDMbJKNB { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #Oh54oBDRTVcbV2CGZblvMyJVmSeD2h51 { width:5.625rem;height:1.13671875rem;top:4.61328125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #mkdhuBXT01Tl3GaZLKvZziKNTZIdBpmL { width:5.625rem;height:1.13671875rem;top:6.9375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Ehw2qFmPBgET5h6ZHEEEcSL85pFfD278 { width:5.625rem;height:1.13671875rem;top:11.4296875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #NEdum0hDQH9m45Ha99DvnDL4ZhK4CSZD { width:5.625rem;height:1.13671875rem;top:13.875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 { display:block; }#uXHA0tyi1ih75qm1280TuE1GrrdaIwe1 > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GScWJK7W8I7De6KtFWHWFptt06Sgcgz1 { width:10.8125rem;height:2.5996125rem;top:1.375rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXrnTJ1eFJofV3ZXDwrzSy00dB8vPcfq { width:1.875rem;height:1.875rem;top:0.625rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwIhQFWpf4u0gHxFrJTcX6ivgIZGpsgR { width:6.1875rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF547lEClqSTtnZyxLkGL5lpuebMeIdb { width:4.8125rem;height:1.29980625rem;top:2rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq { display:block; }#Iz7CwVTUSzcdmXtdiWLtcB8gknsXlrDq > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcPc55cbxFD3zd2CwaR8HPd6kOdoxe2o { width:12.75rem;height:11.4921875rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cVLozny0UaCHo9bkypHU29Egw8PHEbGh { width:6.875rem;height:0;top:15.0556953125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zDOWhst5Ri4myznJTAfKTFKZQbsl9uH8 { width:6.1875rem;height:14.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssS9mhOe0aKeMfOu9aTMsgGA2TW56aG4 { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #PA33FvvsAE7VnTtrDI4J9tAZVUMQ0qAd { width:5.625rem;height:1.13671875rem;top:3.42578125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #PBgUzUXlXJakT6NNBiiQUTkSGJZZ5CJ1 { width:5.625rem;height:1.13671875rem;top:5.8125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #DaEcCXHNw0RuR7KRClSv6Q3pwkC7Tx5q { width:5.625rem;height:1.13671875rem;top:7.9921875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #AkLTlJp4TFqreeEyorxPMrfmMIRwLFio { width:5.625rem;height:1.13671875rem;top:10.375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ { display:block; }#g9ANmmlr1oPfyGEBPf3WwI3mGTcHhvWJ > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7srZzob9WcybVT26sNSkRsHI5orSVDg { width:9.625rem;height:2.5996125rem;top:1.4375rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K0yvvTZaIcGg4QEcmwUfUWcUZHLNgzKe { width:1.875rem;height:1.875rem;top:0.9873046875rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIpfEsrvh7mz1yEAMoal48edkvGA0Jt { width:6.1875rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux7zhvNB246Nhk7pH6rCVyMxMSIXzOzM { width:4.8125rem;height:1.29980625rem;top:2.0244140625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Er84N14mBQ5O1ZooiCDaVRtmcUt9uZXp { width:9.3125rem;height:11rem;top:15.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA2T24yos1HLy8WfksoyJc4cqABSsooS { display:block; }#PA2T24yos1HLy8WfksoyJc4cqABSsooS > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDKKSKO31x2b921TUw9HLeURiMABvX33 { width:12.875rem;height:11.4296875rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KoeICzeJxsBkIkDTiI7d5Iwb6aKWhwyG { width:6.875rem;height:0;top:10.5195rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vzm5ZmNeRBPzkMdqVf5xwkwepd0COp5D { width:9.3125rem;height:11rem;top:4.375rem;left:5.34375rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #aTRCnaTKX56tAMqfQnGaqCBF5ZIxpgoU { width:6.1875rem;height:13.9375rem;top:0rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #gx4UsF7hi0IdowTkA1ihZBPTBh6PFDx1 { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9nnkpMF6wZrSDRN0MdJ8X6d3rRKLQz { width:5.625rem;height:1.13671875rem;top:5.73828125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #NewCDA8NcQOHNcDudiu93ItKTy68G0GS { width:5.625rem;height:1.13671875rem;top:10.5rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #RVieqayEHbLdBZM5He7ImV8pdBMKlmFH { display:block; }#RVieqayEHbLdBZM5He7ImV8pdBMKlmFH > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3SL09RzNIO4xoRMapN0xxgPW3NyHJJE { width:12.125rem;height:2.5996125rem;top:1.4375rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnveNqnUm1DG6T3zMbFtLsyoqL9wtxzc { width:1.875rem;height:1.875rem;top:1rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHpQNO4pmUFyOAbd83CIvDLmgtRFTRCM { width:6.1875rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqX9oJt0Hg9Cshak0lOHvKBRzcsg3hNz { width:5.6875rem;height:1.29980625rem;top:2.0244140625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae { display:block; }#UpRHEaxPZ5GgNWeLW12MCOt6AMlimgae > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2hOHZfVOSNpvctdue8tvhP3ROluugHJ { width:12.4375rem;height:18.3125rem;top:1.0625rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JdZlnZKLhX0DJxAmr2v2zNQ5rkSHey6D { width:6.1875rem;height:20.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq7bt16lHBZEfx4AaLSgxZO4QMr89rZU { width:6.875rem;height:0;top:17.279265625rem;left:7.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kVoSehRI3QfnDUoGN7PcMsbLcOAwc32a { width:5.625rem;height:1.13671875rem;top:1.125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHowd99ZUtWVbATEAlt8O7hydsNziU5 { width:5.625rem;height:1.13671875rem;top:5.67578125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #iDE24WmQHmtEk3MQZnk1to0m0po4WbuQ { width:5.625rem;height:1.13671875rem;top:9rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #m1HQrmDI4MxUN6S8H3SwFTk7Rx1KCd88 { width:5.625rem;height:1.13671875rem;top:11.3125rem;left:0.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #PsbIJp19zpgVT1JvzGIwHPiTh5PSlqcM { width:5.625rem;height:1.13671875rem;top:13.5625rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #AHgdtW0H2laiDyqQTRvMGdANuhus9s3p { width:5.625rem;height:1.13671875rem;top:15.75rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #O1NopbJgJPZSdp4KqszdeMHDoI3gxJzQ { width:5.625rem;height:1.13671875rem;top:18.11328125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ { display:block; }#nZtyL8tF7UW6ZSaJow0XiGrsZVUW6gEZ > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCr2wHF4y6bmvfURlv9168vZ43V4T2kA { width:10.625rem;height:1.29980625rem;top:2.0625rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yu050g8oJTiDmsK280ggUFmVgMDXc7wn { width:1.875rem;height:1.875rem;top:1.7119140625rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u42Tk2ir0l66zidMyQKAwKurykTb1kD0 { width:6.1875rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZCuLCK0sTEiGrvbUTIKzK8Oxox2InT { width:5.6875rem;height:1.29980625rem;top:2.1123046875rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHuiTW4sPerPlgK4INsRikxwo7B3zBIX { display:block; }#NHuiTW4sPerPlgK4INsRikxwo7B3zBIX > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU2TpNyKcqaZ0eqz7MyhGxVBGFCyr3SG { width:11.9375rem;height:11.4921875rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EpSEreRsMw88BKhLwMAvr5EI0zWdrfV7 { width:6.875rem;height:0;top:15.0556953125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zdWOTNfATpcV2EfWVkX5bEM6E5QkHlrv { width:6.1875rem;height:14.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3tWa7WAD9OWboFIF8GSiV8miTv4WVp { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #oDXQ9pAf7SZTMgATt5hcmfl3kksimdti { width:5.625rem;height:1.13671875rem;top:3.55078125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #JQKTkNFbC1XO3WfuXZMBLeNELU5M7CvD { width:5.625rem;height:1.13671875rem;top:5.8125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #xz5eA0bCTz94xntz4ewUSEWL3PvIMiwT { width:5.625rem;height:1.13671875rem;top:8.125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #LLTXGWgtUDza2iJh36TEBE2PfSr7XKCo { width:5.625rem;height:1.13671875rem;top:11.66796875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #SaaTeE2dliXa0pexscGmCyMPF0NPNpzl { display:block; }#SaaTeE2dliXa0pexscGmCyMPF0NPNpzl > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGzTR4mTtW8iOZhQc7aC1zLy0f8wxTXA { width:10.375rem;height:1.29980625rem;top:2.0625rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XscCWdUoCNniNbZSbToRT6TcEeiK8odJ { width:1.875rem;height:1.875rem;top:1.6494140625rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMxZBRcnstZvx4178fLPOvu6w16d7yt { width:6.1875rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC8VbDZkPktVhq2apNZGIrnMDoDmC697 { width:5.6875rem;height:1.29980625rem;top:2.037109375rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtOiHqMe32L1yErCSX6hFQvwCOldfz4V { display:block; }#HtOiHqMe32L1yErCSX6hFQvwCOldfz4V > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoWNSHxR4ncnS1ZM9kZSMC6pKf9SFWCn { width:12.875rem;height:8.01953125rem;top:1.25rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCt3k80uXethAaolRINy9EzmEK5fIX7u { width:6.875rem;height:0;top:10.4462890625rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #banFdIkhDk2AkULkR3bpRXGlnMGMGlW4 { width:6.1875rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kerJlVTK4Rs5wy8ASOnNNb0kShrKVH6Q { width:5.625rem;height:1.13671875rem;top:1.25rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #b4wU3zCsdQm8QZqiXq9PX5m66KGJ2yqb { width:5.625rem;height:1.13671875rem;top:4.6904296875rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #a2TdhK7JmEhlaAnpTThepU7TIiy7bFoN { width:5.625rem;height:1.13671875rem;top:8.1943359375rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM { display:block; }#sT53DTf9qt5Nf8zTJCEk8WS09J6gpMGM > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn28ms18hZrqfALxHTTKR5Cbh9vlFTEN { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrfqul1GB4TGCVdovnySIxqnHKZkUTrU { width:20rem;height:3rem;top:3.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irI0faOrhDShp5dhDDvhax8mfdTNJGd0 { width:20rem;height:4.875rem;top:2.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOyT90rbkbOuOF1zEfQfU2tQUdlwsf3K { display:block; }
 }@media only screen and (max-width: 763px) { #VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 { display:block; }#VmP5tHtTANNT7zRrBQPSkzaNpep4yoT4 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfTgSh35FQt3OQDOTPkrX7nBq7lf04h8 { width:15.6875rem;height:2.625rem;top:3.40625rem;left:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncT5UddnG8v2Ffbikz26qqRhd6xVxdSK { width:6.3125rem;height:11.90625rem;top:4.9375rem;left:6.84375rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTCwT4ZBwZxSlMT8Uqfw9SBV8G0OMxzs { width:20rem;height:1.78125rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLXixpfbCktUzHlBatJ9R7n79TCeIFpx { width:20rem;height:2.625rem;top:15.28125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXQJHV4OTNgDLqeQDmVqa5FqU9VWTaJ { width:7.0625rem;height:7.6875rem;top:6.875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A029mv2EO69vbkXkAdhpGkCRLHmTe4vD { display:block; }#A029mv2EO69vbkXkAdhpGkCRLHmTe4vD > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFcl2JFGo4gJKmLLp0Qnr8cWhiLc6prq { width:12.8125rem;height:3.375rem;top:7.125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtX2vxnl63rQSM8VmsF8BAVBqiEyTk8e { width:12.5rem;height:8.4375rem;top:11.75rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMLvXXlCZUzbtqffCR2EydyOIkTBvwO4 { width:4.625rem;height:4.625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQTAznAStDbzF0Rx1bBUb9hBv0v3Wox { width:4.625rem;height:4.625rem;top:23rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo7VbzRaURaHhQscOJUpBerdG05ubA7t { width:14.8125rem;height:5.0625rem;top:28.875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osezlCueQLpvCUKGF0lMQQwoKpS5hk3Q { width:15.125rem;height:11.25rem;top:35.1875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXzcMi1Bked1uSQT4AE042ZcONMuZTs { width:4.625rem;height:4.625rem;top:49.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN33V1kBwVGTauFa29axi1xtHsD6URga { width:13.9375rem;height:5.0625rem;top:55.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vknNo0CeDqD8MCsdp512Dh7sV945UR7P { width:13.3125rem;height:8.4375rem;top:61.5rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZCSzlXCaAUtwiSPyJKGNSr3seRTHTZ { width:4.625rem;height:4.625rem;top:72.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7rM60H3Jsp6U9UqbTZCmDaP8rbwMBrE { width:13.9375rem;height:11.8125rem;top:78.375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy6VAyDQaA6DTxiglQ133plHt1TdI3Zn { width:13.3125rem;height:9.84375rem;top:91.15625rem;left:3.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8TrXam1kkpVxk7ZdBdaKre1WHmvxMgL { width:3.5625rem;height:2.8125rem;top:2.1875rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLX1mSmJO3XgDOX9s59gizVEGJIb0TEJ { width:3.5625rem;height:2.8125rem;top:23.9375rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrGvhKkIZgErLmRCJMd4vwelbIXuDLS2 { width:3.5625rem;height:2.8125rem;top:50.25rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkkmvQsCuv2Xy6hUSbX7XU7Bu0v9IHX0 { width:3.5625rem;height:2.8125rem;top:73.3125rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwQBWFK1AzKfyS3JzQVGyO8tWU9vSqsc { width:20rem;height:0.125rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq { display:block; }#kIMZCw8dSs0Ov6y3QJPTquSlRLNTXpJq > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8CpaMM4ordv5V7xwH73G7HtLNXGiknG { width:19.125rem;height:4.5rem;top:0.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGKnuoKxh571hbphkCgzV0T1ik2EeKzk { width:6.25rem;height:0.125rem;top:6.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX { display:block; }#Sr1eamsGMH59NJM3UHwNES5bLdOTAbtX > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRm3imMreEBXRvT7tbQfDM1xg9kTIykW { width:17.5rem;height:9rem;top:15.5859375rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CRoVz46SfAmHivVTRVwTeRZudWtb85 { width:20rem;height:15.7695rem;top:43.8984375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #SDByZEpKQqzQpQuXE6A1FgK8otU7OGJL { width:18rem;height:11.199225rem;top:2.1875rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxwLeVLGx7w4HJE1o6T0kKor8uG3Fia { width:0.125rem;height:2.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6o80nhLEJ7WmRZybLdWthc9vDLTzLTs { width:17.5rem;height:7.96875rem;top:26.7109375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqUu8VC5ThmGg1k5ASsnOpqo0OhwRap2 { width:2.375rem;height:2.375rem;top:15.2109375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHr3IAe1hwFutKiUEIacoJyXWfXwSSmJ { width:2.375rem;height:2.375rem;top:26.5234375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPPi7Vq40LX7fAVxdnWtVXQGEoJTwxth { width:17.5rem;height:4.78125rem;top:37.0234375rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKnM3aAwG7XzsokSTvd02ssVMIsPuUN { width:2.375rem;height:2.375rem;top:44.0859375rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOrPWeAT9nRRzGTG9fPfLIKDHvNEOwEO { width:8.375rem;height:28.125rem;top:77.2919921875rem;left:0rem;border-top:0.0625rem solid #f5b410;border-left:0;border-right:0.0625rem solid #f5b410;border-bottom:0.0625rem solid #f5b410;display:none; }
 }@media only screen and (max-width: 763px) { #EQT8dRUT5uggGxZnJcgapIxKot6ySVqP { width:17.5rem;height:14.34375rem;top:61.6875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9IGCQB5aDI0UtZfHJ3oUly7Ii4dwPXG { width:2.375rem;height:2.375rem;top:61.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVbuCR6dZoWI3shXxXVznnRpHHUCW3l { width:4.625rem;height:4.625rem;top:78.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJGawaLhKCllHq7MPHacxQwA7AHdUtaJ { width:3.5625rem;height:2.0625rem;top:79.375rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnIHKd5D6JTZvH5ar2z2vfEOuRPlSqCb { width:4.625rem;height:4.625rem;top:78.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3MV0CWwLC83aguJcqANhruuthlJaQ1a { width:4.625rem;height:4.625rem;top:78.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAkmK3odDoyc617v2ACAF4QkdKCZfvKU { width:1.9375rem;height:2.6875rem;top:79.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBk4RsOnGNXxC2OXW1tFth4SnyWxH94T { width:2.875rem;height:2.75rem;top:79rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQPkGLJC8xSWad6GhldSD92wyvrPkSgh { width:2.375rem;height:2.375rem;top:36.6484375rem;left:0rem;font-size:1.625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5a6a2c9-6880-41b1-8173-9d1fbef32d89/wek3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT.adaptive-delivery-prevent-bg, #I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT.lazyload, #I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT.lazyloading { background-image: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container { background-color: transparent; background-image: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container > .video-iframe-container { display: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row > .video-iframe-container { display: none; }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .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); }#I4OSUv3vPpp2HBg8TbtTonIdxkHnXerT > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8r8TzExBVzTNOxcftRzZsBnvN28woKK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc { display:block; }#hJ2TAZrz9kQDEDmuUdk9e1BWnaMURdvc > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5MtVkpoo2eOycVCi6kBA1LvbNGkzSqS { width:20rem;height:28.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZTGQ0tu1iH9oLdTd7wpDxXC5OJ37Qb8 { width:18.3125rem;height:9.375rem;top:7.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQASQkKFvAAazaXP1RpnXSb0SeMX6B5A { width:16.9375rem;height:3.82421875rem;top:8.23828125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFr1u6B1NtQq3PWr4Ig4FfvwoeWi6BG3 { width:18.25rem;height:5.25rem;top:13.94921875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmMZD1iNwE87n2yUirn9vXQ5FTLaiuv { width:18.25rem;height:6.5625rem;top:20.44921875rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuieKPgKBDdNL9KTDGCOlDoFfv8b2RzG { width:18.25rem;height:9.1875rem;top:28.32421875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n70ZEoEDkDZHytMoTF8lFmVQOhgr57vn { width:20rem;height:1.4375rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNax23h61vIkAIViQadoqr8wdG83vJ2a { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.875rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #EL9PxCOuAi3BQkovmLttMLMkQ84VO1NW { width:20rem;height:5.25rem;top:0.6875rem;left:0rem;font-size:1.75rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #sbEDoKp74v94h0RyvumOSdEOiAgJZXdV { display:block; }#sbEDoKp74v94h0RyvumOSdEOiAgJZXdV > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWzHq3ZTiNXwDCdJD93NgkxQTTb7itf0 { width:20rem;height:8.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHk64Jv2PcgV17BBt6AGKtTNavIe7zH { width:17.625rem;height:3.82421875rem;top:2.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCn34GmZNxyoc5P3vp6opyB0n1vNEXyB { width:18.25rem;height:5.25rem;top:7.63671875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMai0K18CAowtIUVDrzGHGvEp2zxHeG { width:18.9375rem;height:9.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2IJ8CMl4Vl00ps18lDlEVOxTSX7HNGC { width:20rem;height:1.4375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeePPkf7fJBxNnukZr8TDqpLNts5hq01 { display:block; }#FeePPkf7fJBxNnukZr8TDqpLNts5hq01 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzp0oMRLaz5LVrnUTT2Q0pSgxUcuT2Ma { width:20rem;height:34.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavK45CMM395IzmCJptxxtP0DZKFgRiA { width:17.125rem;height:9.375rem;top:1.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qCxL3hR7q7hqvOrEhfp9gDOVSc4BLK { width:18.75rem;height:3.82421875rem;top:2.375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHC60uxWDl22riZ0QdTVv5b8Rb4JeSTb { width:18.25rem;height:2.625rem;top:7.875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvUKsePsMsMtDhwdJsEydpaF0WRpTTO { width:18.25rem;height:2.625rem;top:11.3125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhn8FOoH9TDkJcZWi1PJpx6VQVmeIyDc { width:18.25rem;height:3.9375rem;top:15.875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6CfIoFRSLLaJkf0ct51iXBodpbxIyhv { width:18.25rem;height:6.5625rem;top:20.6875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwT2SyQirvMcBDo57puz1fZJTxeKANQ { width:18.25rem;height:8.286125rem;top:28.5625rem;left:0.875rem;font-size:0.875rem;display:block; }#pbwT2SyQirvMcBDo57puz1fZJTxeKANQ li:before{  }
 }@media only screen and (max-width: 763px) { #Bgfc7SB2qLKW2TyAousnCX6vc4kLVnlI { width:20rem;height:1.4375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 { display:block; }#GefoMoHmEqSN7Nu4H8Gkxvqc4KGHWG94 > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZpzvTEa31WoGbTf5flXnFkZn2SybXsF { width:20rem;height:20.8125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJaU1E7HI69M3OIT2hmCe6WzrZEe2GNb { width:17.3125rem;height:11.8125rem;top:2.1875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Non79arn3zlmXGhEQCJlnmEH8fdKM8SE { width:18.25rem;height:3.9375rem;top:15.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0APcpEW5aznaPDcGPf1bvNabatTJmoF { width:18.1875rem;height:16.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkr2McBe3kSbzpte48MBNNL2DTOfiktu { width:18.25rem;height:5.25rem;top:20.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSo5JFh6yf0lkG78qo910qH6ElgfxUR { width:18.25rem;height:5.25rem;top:27.1875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns9NIsozR73qDbMQ5vlXIDglSqaKJSlV { width:20rem;height:4.8125rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1cJN2rcVa6UUamycbK2Kwy3XuFnAT7 { width:20rem;height:3.199225rem;top:38.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQT54g1CC50whQL7h4ql9ULUWw1PNBF0 { width:20rem;height:1.4375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmyQv1PdtFg8yVPzuvoi5rNIiA4O6GT { width:20rem;height:4.875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9UCeAkfIuSzZXUNbVTXXIpD4cIDBuL3 { display:block; }
 }@media only screen and (max-width: 763px) { #qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e5e10a4-dd4e-48db-8c97-a0de9c1b1ee5/wek5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN.adaptive-delivery-prevent-bg, #qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN.lazyload, #qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN.lazyloading { background-image: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container { background-color: transparent; background-image: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container > .video-iframe-container { display: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row > .video-iframe-container { display: none; }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .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); }#qrMOKhTxSh7BwiN1bFTPHGc1kZhAmVAN > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLlUrVzbfoI9tilrm8bTw9JsOOtH7bTT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 { display:block; }#MZ1J4gBBMurP7MGTBL1FLzlP7lB8wiW0 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPDfWCaCSGy2RvHeOylUdRX438fSzDK4 { width:20rem;height:3.1875rem;top:20.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3r9TndfsD150EJWkd2DqSiuV2dyTAhA { width:20rem;height:5.0625rem;top:25.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV2O8amSwz0q92Av2d5BTaOQOIk8vZW2 { width:17.5rem;height:17.71875rem;top:1.8125rem;left:0rem;font-size:1.6875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC { display:block; }#kqFEv5GNdDhlZ78BbTDuTSH5MFzGEoeC > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9gF5GGp6Mrc6TEl3kpo1ePBbdWMzF8I { width:2.4375rem;height:3rem;top:3.375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QarJFV6PLwdiuB2cCawCOK8dbngHQPpS { width:2.8125rem;height:1.5rem;top:3.25rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBC9EovQC5qyT1Oba2iiqUr02QAP33e { width:4.625rem;height:4.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOJdJqy0paAqz4zEkzQq3cHX3KC3h9pX { width:2.4375rem;height:3rem;top:11.75rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorsLKfrg9gnmqmd6USCZC8wIK0z77EJ { width:2.8125rem;height:1.5rem;top:11rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBOtUlheDvbv7piTEProUtLyGezug482 { width:4.625rem;height:4.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VnG5NnvPqRTwJK6TkO7dyecJuzVzf0 { width:2.4375rem;height:3rem;top:4.125rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAudlBEzLPz8c0CP9awVV1msPIRwQhgo { width:2.8125rem;height:1.5rem;top:3.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvGEaClA10CFbGNpqBRmweiKEUK3XF9G { width:4.625rem;height:4.625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Vnyy3ZEFLr0eLKeXPs8Kc5q3XMTfUM { width:2.8125rem;height:1.5rem;top:19rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9FJ4o9Ug9VTUN7B88GJoW1J1KNUehV { width:2.4375rem;height:3rem;top:19.8125rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPtMdGTI4IUS46tWO7izXJ5nPH8NSxPC { width:4.625rem;height:4.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3fDelOzrtgRukRXJLMtT3urncAaihL { width:2.4375rem;height:3rem;top:32.5625rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJOxTff9m78eDUR30viPzpzTC1pK3wz { width:2.8125rem;height:1.5rem;top:31.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT2KBJ5tntgQLQE3ouB1T1MOb6cv2FGp { width:0.125rem;height:30rem;top:4.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6zL55IR9b79ObpTeqM7Qa5Pwht8S2cX { width:20rem;height:3.75rem;top:46.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOSSHSrGoRhBqSgTRCbH7J7mui4ybvlt { width:13.0625rem;height:4.5rem;top:3.375rem;left:5.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qf9SZTXTFMeu0FZzxoBtc7rZHSTQgZAZ { width:12.875rem;height:3rem;top:11.25rem;left:5.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ9KcJNhI1Gbv5HOt4KBW58kZkW3P8hE { width:14.25rem;height:10.5rem;top:18.8125rem;left:5.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wTtl9wVxAEOhrtwaHm8DCTfdcN1JkT7Z { width:13.1875rem;height:12rem;top:32.375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPg4ZFPWf3yT0OZNvnu4UWJPsMzg1eNo { width:3.125rem;height:3.125rem;top:51.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz { display:block; }#sVFblRxgiST8FwgQTQwFtdrU8cUqgcqz > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLF3fvE2ehz4o9VtINmqsrd25mC3mbwW { width:20rem;height:12.65625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6baEvF0dJNGcHL9kx7CLESdIUxO9vdT { width:20rem;height:15.09375rem;top:15.15625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLDTBRGJxHQw1ZrsqCbKsKXoAatRDQue { width:16.375rem;height:3.75rem;top:31.6875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo { display:block; }#gPqt9oT6fqrQbAMVNvgT1wHJ0yT6KTVo > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9xrDSWVacvT6PWpUKtV4JeWTCBAPdlI { width:14.3125rem;height:15.125rem;top:30.375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THMi8vHwKs5LpMrfruGAKDgppqGQo1Np { width:17.875rem;height:11.875rem;top:27.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1lFwPyhoT6cM0wZZBG186RL8M6H0bV { width:20rem;height:3.9375rem;top:2.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDWVhAcalDXOSe96rdRhZstcIysaI69 { width:13.5rem;height:5.25rem;top:7.8125rem;left:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWNMOfWRJamBZWXa7PT2MrlI88hN7AFi { width:17.75rem;height:3.5625rem;top:15.125rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHaJhO3IpCV7WTZA1ER4kRwGwxNTiMGL { width:20rem;height:3.75rem;top:19.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yig2fnl9JNl2gIB7NdriXzeW8kD0QMCn { width:20rem;height:0;top:140.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsH6rBla9Lu69SpzuC0ecupXHmEwI37X { width:20rem;height:7.5rem;top:53.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJd3bzpgyTqOqH9peCJS1l1Pfugdbv2 { width:17.625rem;height:9.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBP95ZfCJakwtF73RJuGdByIlCu2ICLX { width:18.9375rem;height:10.5rem;top:41.875rem;left:1.0625rem;font-size:1rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #JrVMTi9OnNg361Qvi0xSaoN97FdXZHM4 { width:19rem;height:7.5rem;top:53.75rem;left:1rem;font-size:1rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #i9LqJ04PN2M3yT0epUsXqTT3ctKBPU99 { width:18.875rem;height:10.5rem;top:76.5625rem;left:1.125rem;font-size:1rem;z-index:100030;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF { display:block; }#MiMyqhI2z5hVhwihEkdPxL0ps9hLgTEF > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG9tyZglTWQkveQSaiQu1wbZuyI2LJ4p { width:14.3125rem;height:15.125rem;top:71.5625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFeKvrVzv0dhv6F5mv3eCOivyw1RvbGZ { width:17.5rem;height:9.25rem;top:65.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7NAo20Kr04eU1tw7Rl99vd0K0pIPRMn { width:20rem;height:10.5rem;top:78.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7W00t3FBT61DcRddGMUZWErXdTZBH7T { width:16.4375rem;height:9.25rem;top:64.125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIt7QMdPiIbSHuuFwX4ORTCSKcXr1TbO { width:18.9375rem;height:10.5rem;top:41.875rem;left:1.0625rem;font-size:1rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #H7F0GTLGAVGlvXT6CQD1KUE2o8yBoTtB { width:19rem;height:7.5rem;top:53.75rem;left:1rem;font-size:1rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #hOJRZbI1g1ueXl4IAHH5lcXd86xrZdOh { width:18.875rem;height:10.5rem;top:76.5625rem;left:1.125rem;font-size:1rem;z-index:100030;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp { display:block; }#NKr8zG0eXGSILehzTzgUU5u9Ic49gGKp > .row .container { width:20rem;height:121.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbn7TqReQApKCVNou91EuaFKfQsxdZTD { width:1.875rem;height:1.875rem;top:35.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOvh4nCfsRhupzQzR6pICgUKvwNGowF { width:16.5625rem;height:9.5625rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvP3W1sRgQEDphUoUheSeifMTeRTWzbF { width:15.625rem;height:2.15625rem;top:38.4375rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FITz2KezzHsCBdsb4dHeKFDXoDTeZ6P0 { width:18rem;height:9rem;top:11.1103515625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuPhEqcbd3ATxaAGbe34Pq44wWVX6WMu { width:1.875rem;height:1.875rem;top:38.578125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTAizshD1iWNwOnTLqQmHAb6hqaHWUc { width:1.375rem;height:1.4375rem;top:54.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4kDvHTdOLKKbnH2AiT9LXMwotqUnKa5 { width:20rem;height:7.5rem;top:58.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUblnpLh9LnMEfKtvxiPQBRvOzJ7gcA { width:1.875rem;height:1.875rem;top:54.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoIoVT12FP1ezRr4K5PsKZvBapKhEsMJ { width:20rem;height:6rem;top:71.4541015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #np0oRTFBtTa130cSKWRUlWyEKHsx3qkn { width:1.875rem;height:1.875rem;top:68.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgneZU3Ln4ebnrpEoPi4kfzoqnuMvr9y { width:1.375rem;height:1.4375rem;top:68.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVx9tlUrS84DCUaoBdsHNgXuft8bwT3w { width:1.375rem;height:1.4375rem;top:80.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKFssQcrxbUhcfMsc8CzByhBUQEcBnro { width:18.1875rem;height:7.5rem;top:82.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s43wwboXXdxA7KEFDSR6ar8nutPKGBPT { width:1.875rem;height:1.875rem;top:80.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mieg6S7QOTITHzUAQcbP7MJ3QP2q7XTH { width:1.375rem;height:1.4375rem;top:93.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #md6gv3xhLSstxCAxBGIUEQwIGTqd3lla { width:1.875rem;height:1.875rem;top:93.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h71M0T5aVTJVDLAUGTe0zOiClPRTGKDm { width:18.1875rem;height:10.5rem;top:96.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2hHtPsBMkkZLPXWoXvBqHOhU5GvmqNK { width:18.0625rem;height:7.5rem;top:112.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz7yGQPeIEXGKDh08NWO9PnufrDbBL3s { width:1.875rem;height:1.875rem;top:109.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyabOTSPcNsmProIWNFlDHOVE4ONZPUc { width:1.375rem;height:1.4375rem;top:109.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9PpglbTNhtEnrvCgTMkH1Sg7y3seVyg { width:17.5625rem;height:8.16015625rem;top:1.3125rem;left:0.90625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3W1wW9gKqdIpMQNLrU1n9GKTV3iqZfM { width:0.125rem;height:2.25rem;top:2.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcD32z25m6VhS9w5DkQxG9mN0Pish1g { width:11.4375rem;height:13.4375rem;top:21.9375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedmtSk9ZVrBZcFMb9LQkIyfFyZkzHTW { width:15.625rem;height:2.15625rem;top:54.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqlGzmGpm9mFDuSOkEGe0paIOPCtFonT { width:15.625rem;height:2.15625rem;top:68.6875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQQBx9fZJ8Fl7HnSH9qIk8WOsb1bHpoE { width:15.625rem;height:2.15625rem;top:80.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuh2kkKdndEQfzklTywqoTsDn6hKFN4u { width:15.625rem;height:2.15625rem;top:93.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWXf6TJtcNboD5adLeW4FTya2byB96Te { width:15.625rem;height:2.15625rem;top:109.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXGmpuSe0uNWuwlSLbSNTJs9mxqREPQR { width:1.375rem;height:1.4375rem;top:38.796875rem;left:7.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5a6a2c9-6880-41b1-8173-9d1fbef32d89/wek3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P.adaptive-delivery-prevent-bg, #g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P.lazyload, #g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P.lazyloading { background-image: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container { background-color: transparent; background-image: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container > .video-iframe-container { display: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row > .video-iframe-container { display: none; }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .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); }#g3ADvXtyDfHM5MdFLIo2A3FiUClvPa1P > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icPBw11dc3GKpGvL268O3wqCCe437N58 { width:20rem;height:0;top:6.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2WF8BPq3L4LhTkH2K8crReIIudTTFPh { background-color:#ffffff;background-image:none;display:block; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container { background-color: transparent; background-image: none; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container > .video-iframe-container { display: none; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row > .video-iframe-container { display: none; }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .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); }#t2WF8BPq3L4LhTkH2K8crReIIudTTFPh > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmW3AbX05GGMGoJg1gsapVs4Bb4Hr3fi { width:20rem;height:2.53125rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye { display:block; }#G4eUIf1cMDTRnyWGTTOqAa81RnoHl0ye > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUKSBi1r9w1T2aarrxxSfETrJ77ohePm { width:14.8125rem;height:4.548825rem;top:15.25rem;left:2.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4gfhrpvnowrc4XnepokcPTVNRUzISWt { width:20rem;height:84.875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL6qbcdsetJTF3o5ZOAn8P0CgeFFP3pW { width:20rem;height:1.4619125rem;top:19.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWVuh2cO1wI26ai7b39XhVFAGWNRU28V { width:18.4375rem;height:67.96875rem;top:22.375rem;left:0.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJLPqfqbpHGhxaz2b5AGFSocewOQrOs7 { width:11rem;height:11rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKiKppRP5MTzIrBAr2z98aaISBw23Clr { width:3.125rem;height:3.125rem;top:91.59375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs { display:block; }#LO38f2C5iRTTXoArtVfm2RMuUkzb4rTs > .row .container { width:20rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ea0oJ2l3dlqcZrebA8eOwcD3g15ZmAuu { width:14.8125rem;height:4.548825rem;top:15.25rem;left:2.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHUGR88t1vcftXqPlLHNzOGXszxKxVhw { width:20rem;height:83.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUk95mTaMbfQdIA19dJgKyXJhMRDNgqT { width:20rem;height:1.4619125rem;top:19.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpbRKfyZxgwS8bZvZPsqDOltHQgw1M1T { width:18.4375rem;height:66.2695rem;top:22.375rem;left:0.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQN0QPhWBMDr2fCa7kwf99PGzet9ekZR { width:11rem;height:11rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXkwfJRHX6huRKHJsV4mRKOTbT9DB7G { width:3.125rem;height:3.125rem;top:91.0625rem;left:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TAkQX5dFoSWme6VRKTDKOyCXTBAS4O { width:3.125rem;height:3.125rem;top:91.0625rem;left:10.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 { display:block; }#z6CK4tUTwFaEWchK5fOdHgTUBMwuE0G4 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSOvSEsQkPvG4xu5EL6dq6M88tr7BNZm { width:14.8125rem;height:2.2744125rem;top:15.25rem;left:2.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txTbfUm17lGRGAhiQTdl0gzsS9rkqqde { width:20rem;height:41.5rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty5G6nornIZZ7TXatEfcwt1R6D0qlBis { width:20rem;height:1.4619125rem;top:19.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6BxVXQd4c7KSPUACxUXCGkMZMGZtq2p { width:18.4375rem;height:23.7890625rem;top:22.375rem;left:0.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i60TKTeiFwPmuBDqBwg5CfHNCGxQs9zt { width:11rem;height:11rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsG9ZwW5mQ1VvOolUAmfoTTKTuklrBDf { width:3.125rem;height:3.125rem;top:49.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 { display:block; }#zkXZ430kyJexZu4MHGlw2Ll15NCCyTd5 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3pXT2upCTsmg8tsqRLiC4GXkRP1eCD5 { width:19.625rem;height:4.875rem;top:1.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9FrZCOqy0tCbPlHvf1Tgz2JQ7vc7ez { width:19.75rem;height:4.875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwQf1RcnT2oAh38F10RAtgCwdHRAI0J1 { display:block; }
 }@media only screen and (max-width: 763px) { #pZM283RHH2tKhnhU02mibyca2tgtiLID { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e5e10a4-dd4e-48db-8c97-a0de9c1b1ee5/wek5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pZM283RHH2tKhnhU02mibyca2tgtiLID.adaptive-delivery-prevent-bg, #pZM283RHH2tKhnhU02mibyca2tgtiLID.lazyload, #pZM283RHH2tKhnhU02mibyca2tgtiLID.lazyloading { background-image: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container { background-color: transparent; background-image: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container > .video-iframe-container { display: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row > .video-iframe-container { display: none; }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .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); }#pZM283RHH2tKhnhU02mibyca2tgtiLID > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL { display:block; }#aQrgcnmVasz6hN0Avrbko7XEGNMuKGTL > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwOCfz2dp4Qcqm7dScuBZQmvBzeWQfhp { width:16.5625rem;height:8.097625rem;top:0.9375rem;left:1.03125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbX04V5o4uk5P3TEu4c93FLJ1v1J4I6Z { width:10.9375rem;height:4.0371125rem;top:10.3125rem;left:1.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8S980q1ZxCMTGig77IkSTCdXVUUPdT { width:0.125rem;height:2.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVQsTPNdyvqAqetl8diF1pNtlamEWCRq { width:19rem;height:6rem;top:16.32421875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIdupGN7aBQT7HQMqLNFrhlNzBcFiIHo { width:18.625rem;height:10.5rem;top:24.57421875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6vWbrD4mr6Hl1H06X9GchlApR3rd3WZ { width:18.25rem;height:1.5rem;top:37.23046875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzTKTBoBlBm0IDOetHoD8T51sIsNAnR { width:18.4375rem;height:4.5rem;top:39.26171875rem;left:0.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8SLWQ4TQAlPgUXgKUBPd9doIhhld7GH { width:18.5625rem;height:6rem;top:45.98046875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c4zr60wVFhZSGfssEcKrAk65HvWZRPXP { width:19.25rem;height:23.375rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twqHxzPdim4JAT4UQV8VfVKeznJ6NTqU { width:19.875rem;height:15.3125rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G { display:block; }#UxQKZsoJAfCyN1tJkqX0lbgU0nivON0G > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBAXgQwnSRwBpQVDXDO0aIrmTXhIJcaq { height:11.1875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRh9ULQ4gOM6yODu7yGbyw6CSLBT1QcQ { width:20rem;height:7.5rem;top:13.912109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uemSxKk6oPKfMxOUu3XmtL3lu5Exm0ID { width:20rem;height:6rem;top:24.318359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LK9TT8O7wtrdEcIVrAv8lBzV2huB2HpU { width:20rem;height:1.5rem;top:33.755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbgWXJRriAKHOH0yvH38GxFvibrechyL { width:16.3125rem;height:3rem;top:36.037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdUZIXozBdgb320H1oW7yNyPsV5iThXH { width:20rem;height:13.5rem;top:41.412109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQ1V75nTmfRoeK9LEKrOWyGVnRgho8mM { width:19.625rem;height:4.875rem;top:57rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4FmMX4Thc6pC0eRvTdLDKfREw9HspZb { width:20rem;height:3.3984375rem;top:57.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDIv4IsqWqdv9F4zTTsg9dIbRRn23yW3 { width:19.75rem;height:4.875rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmfLtsFnlumcSdtyudrTJIhkJpAmilE { display:block; }
 }@media only screen and (max-width: 763px) { #uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO { display:block; }#uJDRPynJiIVb5wOHuvtS1fdqJtr2DprO > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty096XhaRkKILX8LRLGEx0bt3TqEeWVL { width:20rem;height:3.5625rem;top:3.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE1dsEh6UWT61UGd4hFdWrwaOqsOXnPO { width:20rem;height:2.53125rem;top:0.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efaffb9f-bc6b-4c74-bb79-7458df4be6fe/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs.adaptive-delivery-prevent-bg, #TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs.lazyload, #TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs.lazyloading { background-image: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container { background-color: transparent; background-image: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.51); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container > .video-iframe-container { display: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.51); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row > .video-iframe-container { display: none; }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .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); }#TDKLX70ctbtdXEXvd3OJR2f9bv7CBNTs > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grviEQfXZmOZSmZmS0b466dIWudVpITg { width:6.3125rem;height:5.625rem;top:1.5625rem;left:6.84375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUCVNo7u5Q2TvRyCzguZLwOWK1ygbrw { width:16rem;height:2.53125rem;top:8.3125rem;left:2rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xMGSJgW5RWNeW4TgyrNTcP8ZE6uK7Tfh { width:16.6875rem;height:1.59375rem;top:10.84375rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG4uTxdCcx2UDqox9hTLnEa8r6gybZ5U { width:6.3125rem;height:5.625rem;top:15.0625rem;left:7rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyybTC7N2wufLLvMF4eqJQr7TD9xHXHI { width:7.25rem;height:6.375rem;top:14.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUD21skNCAkPX70TXg4atoJvxsTEa7Xo { width:15.4375rem;height:5.0625rem;top:21.96875rem;left:2.28125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsK4otxwKhWB9rQeWPcNcLnxRSyAyi1K { width:7.25rem;height:6.375rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btev0i1NGyv5QyeZhUIHwVvSfCNHuClL { background-color:#000000;background-image:none;display:block; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container { background-color: transparent; background-image: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container > .video-iframe-container { display: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row > .video-iframe-container { display: none; }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .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); }#btev0i1NGyv5QyeZhUIHwVvSfCNHuClL > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGnfQNkhpd9p4DEwP7LaeWoNarqggn3N { width:12.9375rem;height:1.79980625rem;top:4.125rem;left:3.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkqJd7VNM6OpIlMDS0iy6QeE2cI5sWh { width:1rem;height:1rem;top:4.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx0OsuUMRd7dV7b854SC36ULgdg9oVHI { width:1rem;height:1rem;top:7.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVGwKOdV60co0nT9gt0QONBaZ8Gngkv { width:1rem;height:1rem;top:11.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9Ohf8ucBdtZAQkQh3epKNOnQoySu1c { width:20rem;height:0.0625rem;top:123.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC6urKNazXrKwBstkgZmMaqi2X2OcGIX { width:1rem;height:1rem;top:15.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9Wcteus6N1CVv04GAPPQJtl6SrdOKy { width:1rem;height:1rem;top:24.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBleR4eTUtBGtd0zGuZz5TZ8TuvsZgxn { width:0.0625rem;height:30.0625rem;top:4.8125rem;left:1.5625rem;z-index:100009;background-color:#c69e3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HVGHscghfXlCCmW6qWVPQfipxygds0bL { width:15.125rem;height:1.69921875rem;top:7.5rem;left:3.46875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ISy6tqPJwcmbEV7JHc89gGOoVEbTDte6 { width:14.1875rem;height:1.69921875rem;top:10.875rem;left:3.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ShJ2aHHIW67XrkD3M5V60TvlCb6OxBcI { width:15.125rem;height:3.5996125rem;top:14.6875rem;left:3.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzdNVPG3A4CIlcFPbLJZW1f6mZoC6blD { width:12.8125rem;height:3rem;top:18.865234375rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScX9XECz5yZg4kr6qToDAEXo3JhUN3so { width:8.6875rem;height:1.79980625rem;top:24.0625rem;left:3.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bIwRMZmThBwKgENUQiuJ9dSr0dG5UPPz { width:11.375rem;height:6rem;top:25.990234375rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTLnaRtX7wPs4cxISzdJFg18LD3OZxz { width:1.75rem;height:1.75rem;top:36.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZ1C8O2aP3rcuTEHdIBR28af8w5MDByT { width:11.125rem;height:1.79980625rem;top:33.6875rem;left:3.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4T4rN3ihsWls8lRruKueayrCpXOQJx2 { width:10.5rem;height:3rem;top:35.8125rem;left:3.53125rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #lpZNoI3IVk6iMxl7mMOJG6WGA1MDzlVE { width:1rem;height:1rem;top:33.9375rem;left:1.0625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efaffb9f-bc6b-4c74-bb79-7458df4be6fe/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC.adaptive-delivery-prevent-bg, #Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC.lazyload, #Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC.lazyloading { background-image: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container { background-color: transparent; background-image: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.24); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container > .video-iframe-container { display: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.24); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row > .video-iframe-container { display: none; }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .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); }#Jo9N2dKqSlkFmrdudHo0JB2OysDoPZUC > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoQ6Pr2tp75plJ47x2atmWUfw1RhVQTV { width:20rem;height:4.8125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4rGTlRN9cMwK5oXxDN5XXEIH5QLQix { width:20rem;height:3.199225rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJt2EEpH6Pc9i5qDF12bA4zBGo6AGTZ { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Z7n9JOeppLSsiCBJTLfmE3i0dsup9T { width:20rem;height:4.875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNks6KPJcHRoglppKaUuVy1rGCD4LsCn { display:block; }
 }@media only screen and (max-width: 763px) { #XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk { display:block; }#XXRhaUzkR1FXuk2HOPJKqettqV4KWpHk > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5L7r1eFiH2PI0Pog4fhMKrruEAemAnk { width:20rem;height:15.1875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ { display:block; }#DCnpcc458HiQ5QhoKBGSUCJAxQ8FeaAZ > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT8fzDKmRW2snm91cdXqXHFyFJ6TgUkl { width:20rem;height:9.597625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJznz1hEm7UsZF4wFn3TdlfyguqGXFF { width:20rem;height:6.3984375rem;top:14.0703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE8WLsWcvlu3DC0BqCSUDe94IwxMBpnz { width:18.875rem;height:3.375rem;top:21.8046875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7si4fmSOdnK1mpRguuH8eHM3tftlOF3 { width:3.125rem;height:0.125rem;top:12.5078125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTlJJfvMIJZyU01GvITcRBIobL2xcAV { width:20rem;height:5.34375rem;top:28.2734375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6bwciw5hFri9hG6JncWmuTsOxV1VV1G { width:20rem;height:13.3125rem;top:27.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .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; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 .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; }
#bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 { display:flex;width:18rem;height:5.0625rem;top:33.6171875rem;left:0.4072265625rem;z-index:100012; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #ZpWEI1Mrru4NpQCbTkoBsibThqmqaz8C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #rgy4TbEXTyL0kpzTaWWxvrARd0voWWua {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #LA37X4u37RMTrulbq3GtKIxXel9FgJxE {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #mB52LL1C6y41CeraAUU7vcTwFadJCpdC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #slGuRkogMMKXx7khx0UFShznoVMoSnMo {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #A83bTBN872IZ6smcNG6TtEHFhRxmG1e7 {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #FxrT5bTlf6MnEQU9thfusu5iyZZn174x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #ldnBi2pDu8w7OsXsSezvaEDIBAVgL1mk {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #bTwCUW1ISxQxNrKJ2ty4RzeH0SAF6uVC {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #SfoNxt93WFsuWrqk14q8XXkwGTMpTTJT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #QTsv0svTeonCPUg7SqCCD0AZTPDkpz3I {  }
 }@media only screen and (max-width: 763px) { #bnHpIaHbmOdekqXvfw7yAQAuzcuADxc0 #P8aRaZaox27Rs03Tbn1r7hAVfT78PGZV {  }
 }@media only screen and (max-width: 763px) { #zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p { display:block; }#zRJgcHaiG7KAECtyTFb8cVvMD1R5NL6p > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT0E7STOVrZdAEeeDSoWydw1uKTLTEkt { width:20rem;height:4.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvk7RSBHS0E0oeoPoZ8r4Bg5yhU4r2Md { width:20rem;height:3.199225rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .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; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N .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; }
#L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N { display:flex;width:18rem;height:5.0625rem;top:0.8125rem;left:0.4072265625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #yxDX3QcASs3DPGefEUhHTNWaQqT0TQxd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #CCq4B3f6yv1POfMOlyXk26XLeCOI5gkq {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #ctqx7PImftGvq5EkJSJAvTz8ESwNDQs6 {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #LLhEb2dsffWhGyUT2Q5IW0uVXEonfn3y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #KifZT8x3xxOzZTl2SG9UxTNQQILJ4iTh {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #S2gze7BtcatU6A5wpTCTx79W6vxuOnkh {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #Ti1FhWhEE2wQkypIlKTTlJeER7Lq8nTV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #yXCWfBryZXT0oEX6PeIXHs89rX5teWet {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #LhhtEo30yNF3kXOc3Fdz2JlAxiaxX8C4 {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #t0poEVnTXX9fsD2EcU8kBd5qHccOqZUQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #RrG9bP7t3h24Z0hh18pFcCiQnvh9kq1W {  }
 }@media only screen and (max-width: 763px) { #L1cDyN5KQqKT2rBQUwFSuN2zChT5TS7N #giICMiilkXmQw5Tl4mtpRU5QHDZiLd9y {  }
 }@media only screen and (max-width: 763px) { #UEAiTOQLo0wiJdripxuEUCURkEFn1S76 { width:20rem;height:4.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTkLXIgusiuCiSkdqz2cZGEt25FTu05 { display:block; }
 }@media only screen and (max-width: 763px) { #EDcXe3lwWKPbgHREO4yu1206IELpPfe3 { display:block; }#EDcXe3lwWKPbgHREO4yu1206IELpPfe3 > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxP9MgTlcTC2PSJUg3vziGMliVJDLGzo { width:20rem;height:12.65625rem;top:2rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09uBWKRMo5XlXDLI6TkKkRRl3dpsiec { width:20rem;height:3.9375rem;top:15.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX { display:block; }#EDT0naSzZ9Mq6aT5b8Wi2iDT3PT06iqX > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTKT63o8UpZktwHSvy74SzldXHFKK1QS { width:20rem;height:8.496125rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7L9KGSO3JDLzuzrXWgymHad19eaMNwL { width:1.75rem;height:1.75rem;top:11.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHmALWKXOF8OQbM0snVTcm5gNgTImFvo { width:20rem;height:11.8945rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJormpaDKSfsnQyTMSbC8qnW1NUnNw7F { width:1.75rem;height:1.75rem;top:28rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35RUkwN3x9RrQhE6Rp9vzGiTfssTXbB { width:20rem;height:8.496125rem;top:31rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvf18JFwVDFxl9oLPdWT8tdqyTuALHXB { width:1.75rem;height:1.75rem;top:40.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJqvHopJO98RnHlArFsUxwSTMH5BSMnT { width:20rem;height:6.796875rem;top:43.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUAVaWgaryg0ZSBr8wASOKahvXMxIamh { width:20rem;height:5.34375rem;top:53.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .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; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt .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; }
#xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt { display:flex;width:18rem;height:5.0625rem;top:59.125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #M9kyIbJXmTHU75Tp2TfmpuPeb1BU69HX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #oOHlgc88ykdkqAlqd5srTLP4xJz6OsAI {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #dhgoqTBOO0PQ73MTbJ75TDPE6R3lgKQv {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #ZbSgi40H6LVIGrFO8caC51CPQIeiTT0N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #JZWcFWlhWqWssrhbhLhTqVMiGOnEmTCc {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #uLiDX5GFHo0ev6Ug0znWmPCExwD9DwyN {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #AQOkNUXQRC2PgMVSSFxukbC5nX7aQVP8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #M90eewJoU6gWXi0J0d1xoHohm3tvAKWB {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #MPNzUwIC1fChQxN7ygFZxOINDXXGHCkc {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #R4sItbeQTNFlQTgvRyMKVDzcTTzTiR89 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #gZlNvqvoGl3krOD6vm2h6UynXhDmhhXT {  }
 }@media only screen and (max-width: 763px) { #xpvqA3pEbmyhC5PCoV2MpRcvyEMcmzUt #RlxBfQTOy7IJuPTh0ZsFJRDfpiRfT1iL {  }
 }@media only screen and (max-width: 763px) { #U9hnmOKBNFe9Ue605CwgMT0zeOzgTFwT { width:20rem;height:13.3125rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e5e10a4-dd4e-48db-8c97-a0de9c1b1ee5/wek5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7.adaptive-delivery-prevent-bg, #geOlVlRckMplbFQXe9QPnz9T7WpPT1l7.lazyload, #geOlVlRckMplbFQXe9QPnz9T7WpPT1l7.lazyloading { background-image: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container { background-color: transparent; background-image: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container > .video-iframe-container { display: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row > .video-iframe-container { display: none; }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .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); }#geOlVlRckMplbFQXe9QPnz9T7WpPT1l7 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr { display:block; }#mWIyUPncIH6Izsvw1dcVQUmQEMQO7tkr > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R29UopoSZPzd8yc2ARuQ0iMfufxGMQId { width:20rem;height:12.65625rem;top:1.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efaffb9f-bc6b-4c74-bb79-7458df4be6fe/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp.adaptive-delivery-prevent-bg, #JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp.lazyload, #JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp.lazyloading { background-image: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container { background-color: transparent; background-image: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container > .video-iframe-container { display: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row > .video-iframe-container { display: none; }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .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); }#JfpcP1sDIcRRhHJiVEW9kmI4msphIwwp > .row .container { width:20rem;height:178.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wbe6ssRwAhwGHOqrJL7yIbKs0tSHKCEz { width:17.875rem;height:10.834rem;top:16.4375rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WWWAhsFexT6aqSzvgmwaO5Mqynual7 { width:20rem;height:6.691375rem;top:7.99609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqtBCgG0Fh0TG9LHpVpbigw3cn7TaG8B { width:6.625rem;height:6.625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTmsXuMIsXRp22fyWD5VhfoTMwTar3xO { width:3.875rem;height:3.875rem;top:1.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwoTBAhNWZfTZ4s7vsCGX12Vk2e9TOBb { width:1rem;height:1rem;top:16.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLsQA4GTfOy3hNyXcR9miErqacIABv3B { width:17.9375rem;height:5.41699375rem;top:29.1875rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykeeNEqV8ipRHTzkKmSInO2SyAM6GT1M { width:1rem;height:1rem;top:29.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NdLZXA275g9DUSXT4XMKKZc988HrMq { width:17.9375rem;height:7.222625rem;top:36.5625rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Q0l0WtVSnzDuk1MNHH1Rv7PghJURpS { width:1rem;height:1rem;top:36.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5tx7GSTpnWmVVeI2WbqbNfDMnwrMaMS { width:17.9375rem;height:7.22265625rem;top:45.3125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH3rqXI4vuNygkKpMugeNn98JsHELsnM { width:1rem;height:1rem;top:45.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryfkFUvDmkrEPBAaEATx8HXLMnaya6Qh { width:18rem;height:7.22265625rem;top:54.3125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOV6Op14spZ1zusq9JNgDiQOQi90xfMF { width:1rem;height:1rem;top:54.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSJsCeIoHfzQPHhPDPeMxiFZIsU2JP1a { width:17.9375rem;height:5.4169875rem;top:62.9375rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSfn4FRetWzoxXNn57ZoEELrVAChDy7 { width:1rem;height:1rem;top:63.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbA0MN7CQAT8MoC4UZT4RADccuApcel6 { width:1rem;height:1rem;top:70.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lND5neqSEK8EzLXg9qhZWCFHvsJ9KOc9 { width:17.875rem;height:10.833975rem;top:69.875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ3R1lV96cQTkHJHvDcBezZd107B6ZG6 { width:20rem;height:2.125rem;top:84rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUX34kFrcFpEg0pp9eRTubFMTIeuR21T { width:20rem;height:4.875rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNIFmK8pZvRsbcPutmdDvZIE15mT9IIL { width:18.8125rem;height:1.69921875rem;top:92.25rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Gkf6fB9ivJmEfHgTvvyJ61pG37M3Fg { width:20rem;height:4.875rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcuO0ye3q7XoArL7OmSmq9iT8RAbzro { display:block; }
 }@media only screen and (max-width: 763px) { #K4t45Ru60kH50nnN9Mz0n3GTBgOpbTdd { width:20rem;height:3.3994125rem;top:86.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwgPBm50txXJp5IC4MNlpm05bzFcPOEX { width:19.875rem;height:89.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMNJ8qT3xZisaqslvPt1miUBCk9bugp { width:19.875rem;height:66.625rem;top:105.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqL6n3onStU5h2ZgvIXZ7OW46fO2BAVL { width:6.625rem;height:6.625rem;top:102.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8msb2WmLwTBfkr0HqLiC2gFquMLzSl7 { width:19.625rem;height:0;top:90.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIHdcdgAs1shIfErddtJ0wJ6tL7K88mD { width:20rem;height:8.625rem;top:118.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TFMNTm7cxhOCXsR4zp25ivzervg9uN { width:1rem;height:1rem;top:130rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG9JmxZUS7lNsNd2Hyo2OHZHuRcIhHNU { width:17.625rem;height:9.0283125rem;top:129.625rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInqK4ZluMJuG3RLZo0Tf2emyi3FtgSk { width:17.0625rem;height:9.0283125rem;top:140.5rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NovTyw6B87InRF3bw14K9wrb74QKJHn5 { width:1rem;height:1rem;top:140.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H18lzBfNeIukrBuV1Gt2LIHxGCnveqhv { width:1rem;height:1rem;top:151.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XTO4kPlVkibhbFULFK5gMvQE8yeXw1 { width:17.625rem;height:9.0283125rem;top:151.5rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ7GlDW8kzHOaVEtlkA32rEtAnEMxQfh { width:20rem;height:2.125rem;top:163rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Ss1bGsqZJriM3DBTKuqUs8DSnQDW2W { width:20rem;height:3.3994125rem;top:165.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPwuJlIUq0aAGhanZmEIP3vtotq62P7 { width:3.5625rem;height:3.5625rem;top:103.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eJUw0TOl0Bo5uE66IccriZxUyRUeT8 { width:20rem;height:4.875rem;top:169.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnoHqu2N005vTFzCh0ebkMtcdQpHM3H2 { width:18.8125rem;height:1.79980625rem;top:171.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQaWHdVOmUgQcc5eZwpozwy5rM8p6MtG { width:20rem;height:4.875rem;top:169.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuEwooRUvnQdB7IubcUkqIuTz9iXpmWF { display:block; }
 }@media only screen and (max-width: 763px) { #ZUq6qpJRy7bIcwmO8F5MKGf0eRPJ6W3I { width:19.625rem;height:5.69824375rem;top:110.9375rem;left:0.375rem;font-size:1.1875rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 { display:block; }#GwiFgV69MvQCzeCraGLMf72KnrKMIUn2 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al3fPRuaUoT2ovBo7G1qMKDNkmyIa869 { width:20rem;height:5.0625rem;top:4.65625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw4aVWIoUc7oyX29MNRTc1afDZGSy4ra { width:20rem;height:2.15625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8r7aWltNI4FPvI9BZsxecJxticCJUb2 { display:block; }#B8r7aWltNI4FPvI9BZsxecJxticCJUb2 > .row .container { width:20rem;height:105.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqnezISD9Wz9ENgrAUPlGatvRQyFVbNa { width:18.4375rem;height:1.96875rem;top:5.75rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSaAgm2aeHe8nZQh7GpTXJ6It2grsABT { width:18.4375rem;height:1.96875rem;top:38.8125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzAnPqUNtNRuaOqlegcTDNGSczHsaMZT { width:18.4375rem;height:1.96875rem;top:72.75rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpoAH6DEqBf4XhZZMAKcyVBmpSGU224o { width:2.875rem;height:2.875rem;top:1.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiiZhBOdigZNnbSTlqI6LnEzAZKuwz1Z { width:2.6875rem;height:2.8125rem;top:1.6875rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgwlsOK7V2d5M7M8cggfNUo1imBTOGm { width:2.875rem;height:2.875rem;top:34.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGLm7yEKn1KfcTcX8eUsC8QmTrwFUm0w { width:2.6875rem;height:2.8125rem;top:34.75rem;left:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xKCrznssunwkFMyymlq9rLJFu010DK { width:2.875rem;height:2.875rem;top:68.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVTpPdTRwLxHCsBvwiZgipqOlvGTDdn { width:2.6875rem;height:2.8125rem;top:68.6875rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQOga1JI2nAq5QS8Tt0CwnruWZwReqg { width:20rem;height:4.5rem;top:8.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEDI0SsktFf5NuBDIQbhsM9olOGULOoL { width:20rem;height:7.5rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6tDZE09FCUBLSldtzIbvBUxZ2XFPOGi { width:20rem;height:7.5rem;top:24.166015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LovyT9BnnMECIWu6pofIZdIEMwp82Crg { width:20rem;height:6rem;top:41.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZov8yRSdP6GQ17gt8EIxHdOQd6L5T6y { width:20rem;height:6rem;top:50.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcV78nQtFTAUQKzHTdM3vK6c1tDpgVzl { width:20rem;height:7.5rem;top:58.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMGKcEtRNFz68SvFTRI9VEaPUmKqWwdk { width:20rem;height:7.5rem;top:87rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XarBm6U37uWneeH6eCUEpgX9txBIs1cW { width:20rem;height:7.5rem;top:95.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAKobLmWpkHyrqu3QgLcM3qbGRph0MZD { width:20rem;height:1.59375rem;top:75.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .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; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX .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; }
#Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX { display:flex;width:18rem;height:5.0625rem;top:79.1875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #HN1T7kiqiMpLvGmMTfVcAtk3LRTo2220 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #wLfsw0eH2PrQ1UebCykZzpy6BEdh7bwi {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #o9dcFuNni1f6tnkSN5L3TXbIT8GH9V3V {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #ZJlMIynsqHUQuTfr2gUzfCLJHVrF9ZhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #HwhrmiA5qHrvEBpIBuCaLnbr5eTSPo2T {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #KLSnx0PXuMMAwg7o1Sx3cAKs9LZU9ETo {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #SJFEgmUxhFJBmTScLQtHW5AAwxEcgfra { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #OElg0RAoieymynnfiXUPL1dIIBC8pSxS {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #vHmvUUypX5m70Phlu8TPXvG6rqn7h8rv {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #WacKU2bKV7u1o7hSOxyB9AklA4QfKu5U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #OFEg5MOU9yAbImaLZDoP275obmS11qDw {  }
 }@media only screen and (max-width: 763px) { #Q3VwqLSe2Vps5bwixdrwQmggi1ZfHNOX #v3VB6X5MHf17bEV8KTkfeew6wK6X6oWF {  }
 }@media only screen and (max-width: 763px) { #kUPlyP7oUL1d3g60Us9FZxTz7GKTmlb6 { width:0.0625rem;height:12.5rem;top:57.91625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUz35wESWpksFg57cSxfxV62SA9E6aTe { width:0.0625rem;height:12.5rem;top:107.97875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m { display:block; }#lkpX5whAENzUHbK6ZuUcq7yiN6GTth6m > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asuJaUMhrMTP0U6GAu1raQWuE2uZ4z9F { width:20rem;height:11.25rem;top:6.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lDecKPooISgq0T7TcXnvAqIwGpZvDf { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0pMyDuMFvnr85p3Z323H7cS4XuABDPP { width:3.125rem;height:0.125rem;top:20.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 { display:block; }#SPWoq2OBahf33wrDh1dgBZOrAwGfhgr9 > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk8JBycJpwXCpT7waqvVeyXKvXOC2x2O { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNfpHNwhP3GkVhL3QQp7tiTfbfvPbR6 { width:20rem;height:2.15625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDSxUvUGn2pagbZQ1xxp0VdhzfdC9twQ { width:11.25rem;height:4rem;top:5.90625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4UoHdqlONJF3gu5VA5kyTJ9PxccuUZC { width:7.3125rem;height:5.625rem;top:11.15625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSvrKrEK595stfnX8pOxiZSQglAhi3Sc { width:6.4375rem;height:6.9375rem;top:18.03125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZkeSMMohQ2bwIabwFb6oz0kXGZXk4b { width:11.5625rem;height:5rem;top:25.84375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efaffb9f-bc6b-4c74-bb79-7458df4be6fe/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f.adaptive-delivery-prevent-bg, #cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f.lazyload, #cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f.lazyloading { background-image: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container { background-color: transparent; background-image: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.32); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container > .video-iframe-container { display: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.32); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row > .video-iframe-container { display: none; }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .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); }#cS4vaRowpW2lOa4IRUsg7eRw7UQhcp2f > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVyB2m0SqNc8U73Olcux1FOEIHbzgcVe { width:20rem;height:10.125rem;top:6.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCKrrbrGSNfbXysZJfPNrZGaHAlkriG { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eanUg504Xn1fO9cshqVCeIOdtUwsRC2H { display:block; }#eanUg504Xn1fO9cshqVCeIOdtUwsRC2H > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mosP5VUb9NeeTud2Btz96sgWT0SsHAMW { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQGev6oUTtTZamWXKyIuUU407ps8t4Wr { display:block; }#aQGev6oUTtTZamWXKyIuUU407ps8t4Wr > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5vgmJJMfpRvat9SyQQPGcqbCC2TprVB { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsEa0s50AdpeNM9Oh0ZLAUGwFSCkBCbM { width:1.875rem;height:1.875rem;top:4.375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb { display:block; }#xb2eoVOBBGv4ZEACPRGykFUCxuwqKSPb > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlEei7XuGqtML3DJJdmwPLcymbsc1igm { width:20rem;height:21.660125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts { display:block; }#xrnZEgfz0cT5TsOaX7CG6l6ybosN78Ts > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkMV6xMTQz1Ai3UGEFqkE0qDzeolgLkU { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm { display:block; }#b6inUXT2WX5I9Zdu1liD7ws8TUHg86mm > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q48e6b1LAHxpUqL7n7wFPdt6i37dgni0 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDwzkEl9UBSd7u93ioTy0JhTzoitZI5H { width:1.875rem;height:1.875rem;top:2.5rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb { display:block; }#tR7kLKr0R50le6HuZJ8itlaHPtZAi6Sb > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czCmT0qT355iTx2kThxJVHWDpy1hs5KT { width:20rem;height:9.15625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 { display:block; }#NurhDfeqmtKT5HbkN7GlqQQfTo6vvRI5 > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm7irEUQIOmBV2upxDq98KSEJxU1AooP { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO { display:block; }#GQGDX4kcEGPOSct8BfMQoAf3JyzB47IO > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAJAFOTdyUW0FTZBaALgCu6mllKkGfT9 { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6E1lI0tTUvXBfqtl82mZ2FlPevXiurU { width:1.875rem;height:1.875rem;top:5.75rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA { display:block; }#EhhJVBe8LEwJArGyvuEbEfNPsTT9gueA > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WD7avruBO6erkVqDJwSZG7JZGLoqUPrc { width:20rem;height:13.703125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 { display:block; }#uXAGnNeofp1FUVrgLDES7xb7llvGe0P0 > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeAIVgxWhPn9TiUg5opVp3cG8poa1tK8 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS { display:block; }#WTe6TFWAqdPg98kuqxBo9u7Fid7QMwsS > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySRBDLwPiNqevhz1w5VToGCzASEDO82J { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyI9MH93olsxCVFOlJZQlQWOsFUkPdoM { width:1.875rem;height:1.875rem;top:4rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 { display:block; }#BWHv4Jv21TeUot24n3vuiMdz93QI5mw5 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDc6MBc1o7zabSi5NoM8DsoOwn9q7cMh { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDXzyNtdRW8pBeadonh96RcsHO1syk7K { width:20rem;height:7.4453125rem;top:3.63671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#eDXzyNtdRW8pBeadonh96RcsHO1syk7K li:before{  }
 }@media only screen and (max-width: 763px) { #xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 { display:block; }#xQnbSzgyE9iNTglqdfDdpmgJpUXaPBw1 > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWIZGquJ2T45coqlOIADgP95EyFKwLa1 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl { display:block; }#Nxu0TixJmIZku7Kpc3nFBFpl4GvdPEKl > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzfqz94wd6q8zhROXQcmp8AGToJDhDma { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZTNUreBh1UZLJNfUN51PXNn5KS9v7u6 { width:1.875rem;height:1.875rem;top:4.125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4kSsZfpLc2A5VD4NMGINlftWpfanCyb { display:block; }#h4kSsZfpLc2A5VD4NMGINlftWpfanCyb > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlKeb7D3kf49UuFFieu47vwJTbT6ceop { width:20rem;height:11.3671875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE { display:block; }#oqmm4Wium6BJ8raaMWDIC2Z3AfMRWRuE > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrrRQhVfATaM5WnTS1z35yUAGCsiogNC { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTKEOAJLDzldUXpmUGHvBxaninZbXMu { display:block; }#BzTKEOAJLDzldUXpmUGHvBxaninZbXMu > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQAE4lel2ouKxyVdwWrEDFXZwlrFlc22 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5iw92nby95DptTnRldhDh75dEQ2HxJp { width:1.875rem;height:1.875rem;top:2.75rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmGMNmhLB1zTJNCxJz1qncXsUActCwF { display:block; }#BBmGMNmhLB1zTJNCxJz1qncXsUActCwF > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUQWIh6rHmJW8UF15o4ivqOtPhwckUFn { width:20rem;height:3.41015625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udm84ds2vdPASLEmW3ragL8SHh5TWfdX { display:block; }#udm84ds2vdPASLEmW3ragL8SHh5TWfdX > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuk4aIEVu3x7TTJ3hk3LluNbDiG5g03r { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 { display:block; }#GedyfVC0ysHOsG9sMivsM3U7JAtwNaf4 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzBIqmnkmB40wQSuCtgTIvFC0D89n8ZU { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6C7yn3FyQC4RMxQVW8Mhmag0CZuneW { width:1.875rem;height:1.875rem;top:5.375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 { display:block; }#i0MfLpBwRwvlRreJD65R5QVx8NUhd2a6 > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QR85PLUrHLs2uuPwO8UL9mwLuRZGnXlu { width:20rem;height:19.32421875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3rOtxTMnVoKzbrwob1kIIzGtLSeravV { display:block; }#e3rOtxTMnVoKzbrwob1kIIzGtLSeravV > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSrdyDvdJRBNe0f3q0SHPTh9ICpFnq1D { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSF16IAm2HOlaKty6yHa45uvkNK4kxFo { display:block; }#VSF16IAm2HOlaKty6yHa45uvkNK4kxFo > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWlBvmAkzBiGxScBkkxq8guSWXtHmkmZ { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0sVvRIOVBrulTbn0dntNVd141O11k20 { width:1.875rem;height:1.875rem;top:4.1875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay { display:block; }#lvpa9vyZbDTkaTKCkGgRN1IoshVAU2ay > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlWepwtVg7shU0T9l84bCthdQQsbwfwS { width:20rem;height:10.23046875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FssfqmBytFXwa38zeRuxu0CeCxyrFWqm { display:block; }#FssfqmBytFXwa38zeRuxu0CeCxyrFWqm > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChNPeEEg83XcXXu3fkTDytPCXsey5hxD { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm { display:block; }#JKT9bt6VCURWUCVeb8eZiBOJI5U1T3pm > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTWLIVbThWiCrXbRAuA110kSxONDLE9R { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I71XTSKMfMW4Xx5X1y2FFWJiAR7eOa7b { width:1.875rem;height:1.875rem;top:5.625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS { display:block; }#dsPrTlwDGL6JWpz3FpVep4JQiUW4lwJS > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdETzhzkJu76t3CXT4Gk8lW5T6X0c2GB { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnv3isGToGuuKrI6N92kTEsxSybp7ECl { display:block; }#gnv3isGToGuuKrI6N92kTEsxSybp7ECl > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrmpbkFX0oUWGRp36evTuCc8zDLaK9Aq { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE21IJVeJ9VrBsnowE62uGRavZTGlqIf { display:block; }#HE21IJVeJ9VrBsnowE62uGRavZTGlqIf > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WllR2QKoTGpZfHufSZdxTMfkMBdg2iAD { width:18rem;height:2.5996125rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLboxlQTwRppKgWPtySHwLLuLaAMwHPK { width:1.875rem;height:1.875rem;top:4.3125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc { display:block; }#CiDLlPmXwBQLV8N5sPGsO0NPHgWXldkc > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oegDfzXPR1g0Ll1E8BEQXas9aUTfoxyw { width:20rem;height:9.09375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEh3cZhugkaUMS44uR6uT4i84ewtLWZe { display:block; }#EEh3cZhugkaUMS44uR6uT4i84ewtLWZe > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvwTKmIENx0d7ZaGbdX1LtUC2ygSF5IN { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX { display:block; }#vuWV0OWhQXbcWbTt0Th5F4RG5M54B9xX > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSqTB46gaTk7uTU6DrFgZ3hADs2ITT90 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnKf7IUv2c21lhku10hOvLtLxE4uG6sH { width:1.875rem;height:1.875rem;top:4.0625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql { display:block; }#Xn9TR0aOPlN1Dc51vs2mqLaawirFR3ql > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4AJxwb0MJz1CFmTbIhfNEFZ9pZa23Ni { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vygR8s9mFw5efcwoHGToBu67fTmETIoK { display:block; }#vygR8s9mFw5efcwoHGToBu67fTmETIoK > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEi9zWscADxWhMPm2VQfCvmt1H1C4Pm4 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g { display:block; }#ctVkyBfiM9pBmnmT62pA1NGCORk9aK9g > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKc8f6Kkk5aab3hDIpq8RrWhVn5m1DsU { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdU8MB4GyTu8Jvd4eySd6NTTs18v2QTc { width:1.875rem;height:1.875rem;top:4.3125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi { display:block; }#K0RP3ww0gE6OUiTfR4RRPZgSEMMWfyEi > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTzVpJOU66ES1Bh2mzupfU96Ey0KIn0C { width:20rem;height:12.50390625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 { width:20rem;height:5.171875rem;top:15.003875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#d7rVKe0PuF4IeGDfkbhUJkoNp5SxUtv2 li:before{  }
 }@media only screen and (max-width: 763px) { #qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD { display:block; }#qBCLKcuQCUXfZ0LQ8NdeTGS3KgMzcGhD > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDbrWq6x630T7TqiN8hhITiGaSTfKRn0 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg { display:block; }#WH0mFOnfG6ACNaxWna4LlPfLdZprVwsg > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XV8vgu1U3du6vmbnqGNDzufbrkB8a4AQ { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHbivn0OeJUVWqSR6pOh3JJSTak2FPEE { width:1.875rem;height:1.875rem;top:2.5rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL { display:block; }#JB4SKihAEFn7P3ZpXmZHi6cek4gVLCCL > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKvTtQOhDksske53gqo4tswZXl7LsNTd { width:20rem;height:6.8203125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W { display:block; }#rTFtRTdCPmwI4a7aDwx6zd0fUdalD71W > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFTGr0q8T2Z9vOUIheKOpatNzHqKD2aQ { width:20rem;height:5.0625rem;top:2.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSDqPTEFeC8VdzfiUcrt5iB5XBkmTBAh { width:19.375rem;height:4.875rem;top:8.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTmEbs3gxyOdrVZW0XPqcoDuUggk2Ju { width:18.8125rem;height:1.69921875rem;top:10.337890625rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Dviu97lMicVhmHsq2M0TiPGI0ngRde { width:19.8125rem;height:5.3125rem;top:8.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE3oAfW6uCRuAVzo6QkoUZZa0pxJMqdO { display:block; }
 }@media only screen and (max-width: 763px) { #BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf { display:block; }#BxJkUJd9zmPbyPDsIIDFJQfu2Sm0wLIf > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBy4CEmauPWam0TLeawcvRg2l6EwnXpN { width:20rem;height:6.499025rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }