.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { position:relative;display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { background-color: transparent; background-image: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container > .video-iframe-container { display: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row > .video-iframe-container { display: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .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); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { border-width: 0; border-radius: 0; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BkwQehqR1CmMmWGKfSaS3dcygcRptUMN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:12.125rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#wlJazi0kkE231hGmRJnw81Snu0w2PHPZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:16.6875rem;top:1.25rem;left:47.8125rem;overflow:hidden;display:block; }
#TUkJfS5uSWwJCNFyBuXSeerPlGRJFdVc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.5rem;top:0rem;left:65.6875rem;overflow:hidden;display:block; }
#DKu1q1GhAx6WiyqX9mKTxuBfSDZcUneR { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.068359375rem;left:39.375rem;height:1.3rem;display:block; }
#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ebca4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { background-color: transparent; background-image: none; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container > .video-iframe-container { display: none; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row > .video-iframe-container { display: none; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .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); }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { border-width: 0; border-radius: 0; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#H8lWrDmH8xa34JEBb4JiUaTmgpzhDavZ { color:#333333;display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62de7c70-486b-4fd0-b3f7-741c45f8aa23/top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { font-size:0.875rem;font-family:"open sans";height:56.4375rem;width:75rem;position:relative;display:block; }#Je00FNIS3mlUP8XTzXdwOzi4MPeHRe4U { color:#3c3431;display:block;width:31rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.125rem;height:6.0125rem;font-style:normal;display:block; }
#d67WEJCFFg6GzuI8xyG5MeQfyV29yLvb { color:#413a3a;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.785937309265rem;left:1.90625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa { color:#3c3431;display:block;width:32rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.125rem;height:;font-style:normal;overflow:hidden;display:block; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7eac4e90-8c30-484d-9ee4-4ad6d9bbdb2e/circlearrowright02sharp.svg); }
#Gz0SX4baBHkD09CpkTpSCfXQBzHiHECs { background-color:#d14723;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:4.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37rem;left:2.125rem;display:block; }
#KTJdcGxv4bwQ4yP46MmPdhg4I0SvCtu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUrS74067OW18gbdbTgX205Di9FM67x8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:44.0625rem;left:2.125rem;overflow:hidden;display:block; }
#vg7n0Ga3nlnCnHDotldZ9w2slGgMayiF { color:#121212;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:43.875rem;left:4.625rem;height:1.1375rem;font-style:normal;display:block; }
#Tv7kwJXMN9vTbo50pHdNx6KVAZK7ZJOb { color:#121212;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:45.1875rem;left:4.625rem;height:1.1375rem;font-style:normal;display:block; }
#Uuob5T6uqlUUzOCeMkFE9eFIf7SwRLcn { color:#121212;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.862499237061rem;left:13.499218940735rem;height:2.2734375rem;font-style:normal;display:block; }
#y7zhevdBhfZXuRAEUdw9aXTI3V6rfg5b { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:44.15625rem;left:10.999218940735rem;overflow:hidden;display:block; }
#NAuipELyVXDb3kAwesIvVDa5T0eFk1yz { box-sizing:content-box;height:48.375rem;width:37.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.84);background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#q7Wm0VvlmC2pXSHvVIcJWL2Qe5oEoyor { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WqrpTskcMFndpxdZUWS4W3dOkTlzoe4y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15017;opacity:1;top:43.8125rem;left:26.474999427796rem; }
#bfxbX3w1uSITsqcO9TLQgw31XFEBDWAm { color:#121212;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:43.862499237061rem;left:29.349999427796rem;height:2.2734375rem;font-style:normal;display:block; }
#rXVvTKmkyeW6nzLMaGMa7dUJpLEKr0I3 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#LkQTNAxmH3L5Xvrkx98ClKvImAfvwPCv { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC { position:relative;display:block; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC { background-color: transparent; background-image: none; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row .container > .video-iframe-container { display: none; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row > .video-iframe-container { display: none; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .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); }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC { border-width: 0; border-radius: 0; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lGAwsVT5iHwpCy7OTb3TAKNi48Bkbuiv { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:1.4875001907349rem;left:0rem;height:9.4453125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmcE85MsOuEhvZNx62pcLc0swZMQqByC { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.068359375rem;left:39.375rem;height:1.29980625rem;display:none; }
#QOkrl16sv7Dh8F1P17tn3uxUTl8EDDuh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:16.6875rem;top:1.25rem;left:47.8125rem;overflow:hidden;display:none; }
#AWfApvBfJXw7hysInZusOiJnTxOiUR3U { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.5rem;top:0rem;left:65.6875rem;overflow:hidden;display:none; }
#d1lOx306tJcZFOTI8XaizgLt1r4Hz7LF { background-color:#d14723;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.3125rem;left:32.343750953674rem;display:block; }
#vmDV7pQ39KZyIWeqNCw6UV3NTFEPCH1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SplgZ3fZVH45qJFZS3GeVrWVaCqO5omB { color:#000000;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0500001907349rem;left:22.562500953674rem;height:1.86875rem;font-style:normal;display:block; }
#rasuknPsmRZidtT8IeWfxsdiVug3OGXN { position:relative;display:block; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN { background-color: transparent; background-image: none; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container > .video-iframe-container { display: none; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row > .video-iframe-container { display: none; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .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); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN { border-width: 0; border-radius: 0; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.0078125rem;left:1.53125rem;height:1.575rem;display:block; }#s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr li:before{  }
#Td7RH1Hv50kVLyyz1vXvhQF2QhZabLQF { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.2062511444092rem;left:1.53125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q97huaWtJx6NJTKTvG0U86Bin05Dvn6C { box-sizing:content-box;height:23.9375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:1.375rem;left:0rem;display:block; }
#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt { position:relative;display:block; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt { background-color: transparent; background-image: none; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container > .video-iframe-container { display: none; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row > .video-iframe-container { display: none; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .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); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt { border-width: 0; border-radius: 0; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G83tvJc5xLRMGNVJWHwybMCWvsDFkQ61 { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.3328132629394rem;left:1.53125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:0.93281364440919rem;left:1.53125rem;height:1.575rem;display:block; }#BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w li:before{  }
#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp { position:relative;display:block; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp { background-color: transparent; background-image: none; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container > .video-iframe-container { display: none; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row > .video-iframe-container { display: none; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .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); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp { border-width: 0; border-radius: 0; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f2LqRNFNOgELuybthvM7tNWxGZiRyU0T { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:0.63359451293944rem;left:1.53125rem;height:1.575rem;display:block; }#f2LqRNFNOgELuybthvM7tNWxGZiRyU0T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f2LqRNFNOgELuybthvM7tNWxGZiRyU0T li:before{  }
#pIv6wqVRlgx0IxBnCAh2kMGW1XkCrtwN { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.6742210388184rem;left:1.53125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ { position:relative;display:block; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ { background-color: transparent; background-image: none; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row .container > .video-iframe-container { display: none; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row > .video-iframe-container { display: none; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .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); }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ { border-width: 0; border-radius: 0; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKlETTUFgLWnWTr8fuxulzQ8xL1hSeiT { background-color:#d14723;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:4.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6875rem;left:28.46875rem;display:block; }
#Deps9PV8Ecn7l9r04phe6ZombTRLivQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m { position:relative;display:block; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m { background-color: transparent; background-image: none; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row .container > .video-iframe-container { display: none; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row > .video-iframe-container { display: none; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .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); }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m { border-width: 0; border-radius: 0; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLwhIbcCa9RkKFXqqVAr3oP94SwDEBzs { color:#3c3431;display:block;width:64.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.25rem;left:5.96875rem;height:4.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;text-align:center;text-align-last:center;display:block; }
#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container { background-color: transparent; background-image: none; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container > .video-iframe-container { display: none; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row > .video-iframe-container { display: none; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .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); }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container { border-width: 0; border-radius: 0; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#s1iDpCKyrW6fIArydJ789y3sK0vOIbXH { color:#d14723;display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.75rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container { background-color: transparent; background-image: none; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container > .video-iframe-container { display: none; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row > .video-iframe-container { display: none; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .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); }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container { border-width: 0; border-radius: 0; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#av02Fyhi6eH9PEH3XsVkI55qTCD52BfD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.5rem;top:1.5rem;left:3.125rem;overflow:hidden;display:block; }
#u9Ztb6FoE7ztFf8y0NyMeSgTFL0OmlZO { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQgDK4WVISKiPyBRl2eFFxKsshuydyWg { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QH5R6GxHZbqnmOny9szRp4agEDUxhOKx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.375rem;top:1.5rem;left:21.875rem;overflow:hidden;display:block; }
#FAAnGzCqKlcxeNO7opmTn00UySThSqzv { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:19.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0JzeukktLbCmV4pozAOLTRkq6ICK0oR { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5rem;left:18.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGtkTMf5APTq21ty6Bomvdx2IGO6zLBC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.4375rem;top:1.5rem;left:40.8125rem;overflow:hidden;display:block; }
#zPUzmTD3FOEWcUaptMBFAPFrqZy6SQge { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHavDFawcOwHv9NZfHm8TvSc86mbqZrE { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.2373046875rem;left:37.8125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NGh78pFc7nxXBCKUoqyTQQURD9DdRdcb { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHm5xkVPVR2PL46rPiAiBEwc2MoeZrqN { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:56.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7TCMr9NUf8wIStlG1XW4TyfsnCrSU1Z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.4375rem;top:1.5rem;left:59.5625rem;overflow:hidden;display:block; }
#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container { background-color: transparent; background-image: none; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container > .video-iframe-container { display: none; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row > .video-iframe-container { display: none; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .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); }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container { border-width: 0; border-radius: 0; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#MhfSrwaQezuU8k49t2reVmfWWQ8Bw6yb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.4375rem;top:1.5rem;left:3.125rem;overflow:hidden;display:block; }
#iD0Z8biL5JwZJHssozSCm3zViJFHqElI { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mylSmJUfIyJyOiRWzsZo6rtTaMBzkn0U { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.3125rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5KKCFCZAVBamIwzaGK7gctmDqbOZuh9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.375rem;width:12.375rem;top:1.5rem;left:21.875rem;overflow:hidden;display:block; }
#ug1XXSsxxLR0V8ABITUtSwehgsh3czRx { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:19.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3DpqpB4a7GLVGbSnrLWUNCpVy84kTrV { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5rem;left:18.75rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H5lJQnbsCeTwzlEzbBV24z1Wg1Fa1Mw3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.375rem;width:12.4375rem;top:1.5rem;left:40.8125rem;overflow:hidden;display:block; }
#XMAsNKuJvl4NxU5ncuTLJuHggfCgCX0k { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8ooBi8NvIggHeOfqOMV4ATFQZCD6Bu9 { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.2373046875rem;left:37.8125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnWrnpe2DtkeOmVId1BxmT4CKIgKn522 { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Az737xBXgVH3AnHp9klckh3HU9SpiAbC { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:56.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3SxBmiltBgPCF0Czg2sCFlRU3AJhIZe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.4375rem;top:1.5rem;left:59.5625rem;overflow:hidden;display:block; }
#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container { background-color: transparent; background-image: none; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container > .video-iframe-container { display: none; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row > .video-iframe-container { display: none; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .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); }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container { border-width: 0; border-radius: 0; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#vurqZSvul2F1wVJ9vfK29gr0JfivA6sx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.3125rem;width:12.4375rem;top:1.5rem;left:3.125rem;overflow:hidden;display:block; }
#gGS94NezdbycXaslPdNz97Qfa1rg8EQP { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJCbz3z1HPglQ2usb3dQUXdslxdrOD0u { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.3125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTmaSMcBbbfuiGJQggiWepa4aqWmebBH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.375rem;width:12.375rem;top:1.5rem;left:21.875rem;overflow:hidden;display:block; }
#zgoyzopTT7AL4Gib66JbyPJd9iOJLRDI { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:19.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hKHE6A0gSO772GyTh0XE0L32sAsfs285 { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5rem;left:19.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6k53pxBNhsifyLxQSWzlpbguFd9XDFX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.375rem;width:12.375rem;top:1.5rem;left:40.8125rem;overflow:hidden;display:block; }
#IIQDhzon6Rbo8OQSXqo08SLl7ETIRzUt { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XdhDzyPZo9A9CapWtdhxJJeSaDNORLVD { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.2373046875rem;left:37.8125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOU4GXITiFCfX0yVWtqOOTStaKm6tOnk { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.9375rem;left:56.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHGnnNnoSZ4TyHQ7bv0TzabewhuTVKio { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:56.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNTUQfItRmqKx7f3G6GNB8sc3a8OxiTz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:12.25rem;top:1.5rem;left:59.5625rem;overflow:hidden;display:block; }
#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container { background-color: transparent; background-image: none; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container > .video-iframe-container { display: none; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row > .video-iframe-container { display: none; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .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); }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container { border-width: 0; border-radius: 0; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#nGI5SliGxJ3GDTn78O9Buaa8SC8rCOVb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.3125rem;width:12.3125rem;top:1.5rem;left:3.125rem;overflow:hidden;display:block; }
#B9Esz5RU8EHiVKyiVEizqRPNkQs2nQ6A { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olpQr1A8xqAO40nbF1C0dlwNTBs8B2ID { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.3125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJIBMKw4rrO9La6HqA3hzezapeLsMDHK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.375rem;width:12.375rem;top:1.5rem;left:21.875rem;overflow:hidden;display:block; }
#xE85kPT3SpIKDNATVvRV0uuQaTfK3Mkf { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:19.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTgQo9umy29T4Tt2HMmB9sreWGsZiWyh { color:#3c3431;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5rem;left:19.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #5ebca4);background-image: -moz-linear-gradient(180deg, #cccccc, #5ebca4);background-image: -ms-linear-gradient(180deg, #cccccc, #5ebca4);background-image: -o-linear-gradient(180deg, #cccccc, #5ebca4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#5ebca4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#5ebca4' );";background-image: linear-gradient(180deg, #cccccc, #5ebca4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container { background-color: transparent; background-image: none; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container > .video-iframe-container { display: none; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row > .video-iframe-container { display: none; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .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); }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container { border-width: 0; border-radius: 0; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#dO3q5l3dDRxP4GTVERNmXsbJPzKeFzXA { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.25rem;left:1.5625rem;height:9.4453125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xynH9HDJGRoXQyWbpTXbiofm8FBFMsna { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:18.125rem;left:1.53125rem;height:11.01953125rem;font-style:normal;display:block; }#xynH9HDJGRoXQyWbpTXbiofm8FBFMsna li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xynH9HDJGRoXQyWbpTXbiofm8FBFMsna li:before{  }
#Kqu4Ai87Zx5veaoEmozECqTh9qLbDlBV { color:#3c3431;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:31.97500038147rem;left:1.53125rem;height:1.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pr0poXfse7wfDEzF0hyvQCebuxixn3OM { color:#d14723;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { position:relative;display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { background-color: transparent; background-image: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { border-width: 0; border-radius: 0; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bIeGSeOhO33BKERavcRLVJSumNQuT1uO { position:absolute;z-index:15028;top:2.25rem;left:39.03125rem;width:34.4375rem;height:23.625rem;display:block; }
#uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.9;letter-spacing:0;top:5.998046875rem;left:1.2802734375rem;height:16.625rem;display:block; }
#PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { color:#000000;display:block;width:31.3748125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:1.2802734375rem;height:2.03125rem;font-style:normal;display:block; }
#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ebca4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container { background-color: transparent; background-image: none; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container > .video-iframe-container { display: none; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row > .video-iframe-container { display: none; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .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); }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container { border-width: 0; border-radius: 0; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#txE6CbZ1adgc7IVbRvPgZRllQSlS7SpL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:49.5rem;top:0.1875rem;left:12.75rem;overflow:hidden;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:9.6875rem;width:75rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.96875rem;left:7.53125rem;height:4.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BkwQehqR1CmMmWGKfSaS3dcygcRptUMN { width:12.125rem;height:3.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlJazi0kkE231hGmRJnw81Snu0w2PHPZ { width:18.0625rem;height:2.875rem;top:1.09375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUkJfS5uSWwJCNFyBuXSeerPlGRJFdVc { width:8.5rem;height:4.375rem;top:0rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKu1q1GhAx6WiyqX9mKTxuBfSDZcUneR { width:7.1875rem;height:1.3rem;top:1.880859375rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx { display:block; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H8lWrDmH8xa34JEBb4JiUaTmgpzhDavZ { width:42.75rem;height:3.575rem;top:0.83750009536744rem;left:2.5000000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62de7c70-486b-4fd0-b3f7-741c45f8aa23/top.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:47.75rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Je00FNIS3mlUP8XTzXdwOzi4MPeHRe4U { width:37.5625rem;height:6.6625rem;top:0rem;left:5.0937500596046rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #d67WEJCFFg6GzuI8xyG5MeQfyV29yLvb { width:40.0625rem;height:3.4125rem;top:7.4375rem;left:3.8437500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa { width:36.25rem;height:20.390625rem;top:13.2490234375rem;left:5.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7eac4e90-8c30-484d-9ee4-4ad6d9bbdb2e/circlearrowright02sharp.svg); }
 }@media only screen and (max-width: 1199px) { #Gz0SX4baBHkD09CpkTpSCfXQBzHiHECs { width:35.375rem;height:3.4375rem;top:37.0615234375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTJdcGxv4bwQ4yP46MmPdhg4I0SvCtu5 { display:block; }
 }@media only screen and (max-width: 1199px) { #lUrS74067OW18gbdbTgX205Di9FM67x8 { width:1.875rem;height:1.875rem;top:42.5rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vg7n0Ga3nlnCnHDotldZ9w2slGgMayiF { width:12.5rem;height:1.1375rem;top:42.5rem;left:7.5054689049719rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv7kwJXMN9vTbo50pHdNx6KVAZK7ZJOb { width:12.5rem;height:1.1375rem;top:43.637500762939rem;left:7.5054689049719rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uuob5T6uqlUUzOCeMkFE9eFIf7SwRLcn { width:16.3125rem;height:2.2734375rem;top:42.5rem;left:17.003905832768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7zhevdBhfZXuRAEUdw9aXTI3V6rfg5b { width:1.8125rem;height:1.8125rem;top:42.53125rem;left:14.562500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAuipELyVXDb3kAwesIvVDa5T0eFk1yz { width:43.9375rem;height:47.5rem;top:0rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7Wm0VvlmC2pXSHvVIcJWL2Qe5oEoyor { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WqrpTskcMFndpxdZUWS4W3dOkTlzoe4y { width:2.25rem;height:2.25rem;top:42.5rem;left:31.116406977177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfxbX3w1uSITsqcO9TLQgw31XFEBDWAm { width:10.1875rem;height:2.2734375rem;top:42.5rem;left:33.768750727177rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXVvTKmkyeW6nzLMaGMa7dUJpLEKr0I3 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LkQTNAxmH3L5Xvrkx98ClKvImAfvwPCv { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC { display:block; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lGAwsVT5iHwpCy7OTb3TAKNi48Bkbuiv { width:46.9375rem;height:11.898425rem;top:1.5625rem;left:0.40546876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmcE85MsOuEhvZNx62pcLc0swZMQqByC { width:7.1875rem;height:1.29980625rem;top:1.880859375rem;left:13.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QOkrl16sv7Dh8F1P17tn3uxUTl8EDDuh { width:18.0625rem;height:2.875rem;top:1.09375rem;left:20.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AWfApvBfJXw7hysInZusOiJnTxOiUR3U { width:8.5rem;height:4.375rem;top:0rem;left:39.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d1lOx306tJcZFOTI8XaizgLt1r4Hz7LF { width:19.1875rem;height:1.6875rem;top:14.498438358307rem;left:14.281250536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmDV7pQ39KZyIWeqNCw6UV3NTFEPCH1T { display:block; }
 }@media only screen and (max-width: 1199px) { #SplgZ3fZVH45qJFZS3GeVrWVaCqO5omB { width:29.875rem;height:1.86875rem;top:1.5625019073486rem;left:8.9375005364419rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rasuknPsmRZidtT8IeWfxsdiVug3OGXN { display:block; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr { width:45.625rem;height:1.575rem;top:1.11328125rem;left:1.0617187619209rem;font-size:1.125rem;display:block; }#s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr li:before{  }
 }@media only screen and (max-width: 1199px) { #Td7RH1Hv50kVLyyz1vXvhQF2QhZabLQF { width:45.9375rem;height:4.72265625rem;top:3.5rem;left:0.90546876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q97huaWtJx6NJTKTvG0U86Bin05Dvn6C { width:47.75rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt { display:block; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G83tvJc5xLRMGNVJWHwybMCWvsDFkQ61 { width:46.0625rem;height:4.72265625rem;top:3.5rem;left:0.67421871423719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w { width:44.4375rem;height:1.575rem;top:0.92578125rem;left:0.56249994039536rem;font-size:1.125rem;display:block; }#BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w li:before{  }
 }@media only screen and (max-width: 1199px) { #Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp { display:block; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f2LqRNFNOgELuybthvM7tNWxGZiRyU0T { width:45.4375rem;height:1.575rem;top:1.05078125rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }#f2LqRNFNOgELuybthvM7tNWxGZiRyU0T li:before{  }
 }@media only screen and (max-width: 1199px) { #pIv6wqVRlgx0IxBnCAh2kMGW1XkCrtwN { width:46.75rem;height:4.72265625rem;top:3.5625rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ { display:block; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZKlETTUFgLWnWTr8fuxulzQ8xL1hSeiT { width:20.75rem;height:3.4375rem;top:1.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Deps9PV8Ecn7l9r04phe6ZombTRLivQ2 { display:block; }
 }@media only screen and (max-width: 1199px) { #StzK3gX08ft1btGG2xATRfLk9BJ8TM9m { display:block; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lLwhIbcCa9RkKFXqqVAr3oP94SwDEBzs { width:47.75rem;height:3.1484375rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 { display:block; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s1iDpCKyrW6fIArydJ789y3sK0vOIbXH { width:43.5rem;height:2.19375rem;top:1.3125rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L { display:block; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #av02Fyhi6eH9PEH3XsVkI55qTCD52BfD { width:12.5rem;height:12.4375rem;top:1.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9Ztb6FoE7ztFf8y0NyMeSgTFL0OmlZO { width:18.125rem;height:1.3rem;top:14.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQgDK4WVISKiPyBRl2eFFxKsshuydyWg { width:18.125rem;height:1.1375rem;top:16.4375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QH5R6GxHZbqnmOny9szRp4agEDUxhOKx { width:12.375rem;height:12.4375rem;top:1.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAAnGzCqKlcxeNO7opmTn00UySThSqzv { width:18.125rem;height:1.3rem;top:14.875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0JzeukktLbCmV4pozAOLTRkq6ICK0oR { width:18.125rem;height:1.1375rem;top:16.4375rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGtkTMf5APTq21ty6Bomvdx2IGO6zLBC { width:12.375rem;height:12.375rem;top:19rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPUzmTD3FOEWcUaptMBFAPFrqZy6SQge { width:18.125rem;height:1.3rem;top:32.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHavDFawcOwHv9NZfHm8TvSc86mbqZrE { width:18.125rem;height:1.1375rem;top:34.0625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGh78pFc7nxXBCKUoqyTQQURD9DdRdcb { width:18.125rem;height:1.3rem;top:32.5rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHm5xkVPVR2PL46rPiAiBEwc2MoeZrqN { width:18.125rem;height:2.2734375rem;top:34.0625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7TCMr9NUf8wIStlG1XW4TyfsnCrSU1Z { width:12.375rem;height:12.375rem;top:19rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ { display:block; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container { width:47.75rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MhfSrwaQezuU8k49t2reVmfWWQ8Bw6yb { width:12.4375rem;height:12.4375rem;top:1.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iD0Z8biL5JwZJHssozSCm3zViJFHqElI { width:18.125rem;height:1.3rem;top:14.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mylSmJUfIyJyOiRWzsZo6rtTaMBzkn0U { width:18.125rem;height:4.546875rem;top:16.4375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5KKCFCZAVBamIwzaGK7gctmDqbOZuh9 { width:12.375rem;height:12.375rem;top:1.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ug1XXSsxxLR0V8ABITUtSwehgsh3czRx { width:18.125rem;height:1.3rem;top:14.875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3DpqpB4a7GLVGbSnrLWUNCpVy84kTrV { width:18.125rem;height:2.2734375rem;top:16.4375rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5lJQnbsCeTwzlEzbBV24z1Wg1Fa1Mw3 { width:12.375rem;height:12.3125rem;top:22.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMAsNKuJvl4NxU5ncuTLJuHggfCgCX0k { width:18.125rem;height:1.3rem;top:36.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8ooBi8NvIggHeOfqOMV4ATFQZCD6Bu9 { width:18.125rem;height:2.2734375rem;top:37.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnWrnpe2DtkeOmVId1BxmT4CKIgKn522 { width:18.125rem;height:1.3rem;top:36.25rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Az737xBXgVH3AnHp9klckh3HU9SpiAbC { width:18.125rem;height:3.41015625rem;top:37.8125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3SxBmiltBgPCF0Czg2sCFlRU3AJhIZe { width:12.375rem;height:12.375rem;top:22.75rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO { display:block; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container { width:47.75rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vurqZSvul2F1wVJ9vfK29gr0JfivA6sx { width:12.4375rem;height:12.3125rem;top:1.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGS94NezdbycXaslPdNz97Qfa1rg8EQP { width:18.125rem;height:1.3rem;top:14.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJCbz3z1HPglQ2usb3dQUXdslxdrOD0u { width:18.125rem;height:2.2734375rem;top:16.4375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTmaSMcBbbfuiGJQggiWepa4aqWmebBH { width:12.375rem;height:12.375rem;top:1.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgoyzopTT7AL4Gib66JbyPJd9iOJLRDI { width:18.125rem;height:1.3rem;top:14.875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKHE6A0gSO772GyTh0XE0L32sAsfs285 { width:18.125rem;height:2.2734375rem;top:16.4375rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6k53pxBNhsifyLxQSWzlpbguFd9XDFX { width:12.3125rem;height:12.3125rem;top:22.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIQDhzon6Rbo8OQSXqo08SLl7ETIRzUt { width:18.125rem;height:1.3rem;top:36.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdhDzyPZo9A9CapWtdhxJJeSaDNORLVD { width:18.125rem;height:2.2734375rem;top:37.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOU4GXITiFCfX0yVWtqOOTStaKm6tOnk { width:18.125rem;height:1.3rem;top:36.25rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHGnnNnoSZ4TyHQ7bv0TzabewhuTVKio { width:18.125rem;height:2.2734375rem;top:37.8125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNTUQfItRmqKx7f3G6GNB8sc3a8OxiTz { width:12.1875rem;height:12.375rem;top:22.75rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h { display:block; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container { width:47.75rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nGI5SliGxJ3GDTn78O9Buaa8SC8rCOVb { width:12.3125rem;height:12.3125rem;top:1.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9Esz5RU8EHiVKyiVEizqRPNkQs2nQ6A { width:18.125rem;height:1.3rem;top:14.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olpQr1A8xqAO40nbF1C0dlwNTBs8B2ID { width:18.125rem;height:2.2734375rem;top:16.4375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJIBMKw4rrO9La6HqA3hzezapeLsMDHK { width:12.375rem;height:12.375rem;top:1.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xE85kPT3SpIKDNATVvRV0uuQaTfK3Mkf { width:18.125rem;height:1.3rem;top:14.875rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTgQo9umy29T4Tt2HMmB9sreWGsZiWyh { width:18.125rem;height:1.1375rem;top:16.4375rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C { display:block; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container { width:47.75rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dO3q5l3dDRxP4GTVERNmXsbJPzKeFzXA { width:47.75rem;height:11.01953125rem;top:5.4374866485596rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xynH9HDJGRoXQyWbpTXbiofm8FBFMsna { width:47.75rem;height:15.7421875rem;top:17.374219417572rem;left:0rem;font-size:1.125rem;display:block; }#xynH9HDJGRoXQyWbpTXbiofm8FBFMsna li:before{  }
 }@media only screen and (max-width: 1199px) { #Kqu4Ai87Zx5veaoEmozECqTh9qLbDlBV { width:47.75rem;height:1.575rem;top:34.174999713897rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pr0poXfse7wfDEzF0hyvQCebuxixn3OM { width:47.75rem;height:2.19375rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:47.75rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:47.75rem;height:20.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:47.7480625rem;height:10.1953125rem;top:5.873046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 1199px) { #PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { width:31.8105625rem;height:1.95rem;top:2.4951171875rem;left:7.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw { display:block; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #txE6CbZ1adgc7IVbRvPgZRllQSlS7SpL { width:43.75rem;height:10.25rem;top:0.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkwQehqR1CmMmWGKfSaS3dcygcRptUMN { width:18.375rem;height:4.5rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJazi0kkE231hGmRJnw81Snu0w2PHPZ { width:9.0625rem;height:1.1875rem;top:9.3935546875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUkJfS5uSWwJCNFyBuXSeerPlGRJFdVc { width:4.375rem;height:2.1875rem;top:8.8935546875rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKu1q1GhAx6WiyqX9mKTxuBfSDZcUneR { width:7.1875rem;height:0;top:7.125rem;left:6.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx { display:block; }#lBzmUFuiNtLv053JbDiIrGfbTgeQVhGx > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8lWrDmH8xa34JEBb4JiUaTmgpzhDavZ { width:19.3125rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bdb535b1-2df2-4e69-a48d-8d8b30ff3583/AdobeStock_809665837B.JPG");background-position:top left !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;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je00FNIS3mlUP8XTzXdwOzi4MPeHRe4U { width:19.375rem;height:4.0625rem;top:1.859375rem;left:0.31171876192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d67WEJCFFg6GzuI8xyG5MeQfyV29yLvb { width:18.6875rem;height:3.9rem;top:6.5812497138975rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa { width:18.75rem;height:25.2715rem;top:12.302344799042rem;left:0.62421876192093rem;font-size:1rem;display:block; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7eac4e90-8c30-484d-9ee4-4ad6d9bbdb2e/circlearrowright02sharp.svg); }
 }@media only screen and (max-width: 763px) { #Gz0SX4baBHkD09CpkTpSCfXQBzHiHECs { width:14.5625rem;height:3.4375rem;top:54.0625rem;left:2.7187500596046rem;font-size:1rem;background-color:#f1e5e2;background-image:none;color:#d14723;display:block; }
 }@media only screen and (max-width: 763px) { #KTJdcGxv4bwQ4yP46MmPdhg4I0SvCtu5 { display:block; }
 }@media only screen and (max-width: 763px) { #lUrS74067OW18gbdbTgX205Di9FM67x8 { width:1.875rem;height:1.875rem;top:40.818359375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vg7n0Ga3nlnCnHDotldZ9w2slGgMayiF { width:11.6875rem;height:1.4625rem;top:42.562500953674rem;left:6.3437500596044rem;font-size:1.125rem;color:#f1e5e2;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7kwJXMN9vTbo50pHdNx6KVAZK7ZJOb { width:12.5rem;height:0;top:45.125rem;left:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uuob5T6uqlUUzOCeMkFE9eFIf7SwRLcn { width:12.5rem;height:2.2734375rem;top:45.74374961853rem;left:5.7054687142372rem;font-size:0.875rem;color:#f1e5e2;display:block; }
 }@media only screen and (max-width: 763px) { #y7zhevdBhfZXuRAEUdw9aXTI3V6rfg5b { width:1.6875rem;height:1.6875rem;top:45rem;left:5.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAuipELyVXDb3kAwesIvVDa5T0eFk1yz { width:20rem;height:44.1875rem;top:6.6634125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7Wm0VvlmC2pXSHvVIcJWL2Qe5oEoyor { top:1.25rem;left:0.31249994039536rem;width:19.375rem;height:38.5625rem;z-index:15005;background-color:rgba(227,227,227,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WqrpTskcMFndpxdZUWS4W3dOkTlzoe4y { display:flex;width:2.25rem;height:2.25rem;top:49.60546875rem;left:2.7187500596046rem; }
 }@media only screen and (max-width: 763px) { #bfxbX3w1uSITsqcO9TLQgw31XFEBDWAm { width:9.625rem;height:2.2734375rem;top:49.592969894409rem;left:5.7054687142372rem;font-size:0.875rem;color:#f1e5e2;display:block; }
 }@media only screen and (max-width: 763px) { #rXVvTKmkyeW6nzLMaGMa7dUJpLEKr0I3 { display:flex;top:45.63125038147rem;left:2.5937500596046rem;width:2.5rem;height:2.5rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #LkQTNAxmH3L5Xvrkx98ClKvImAfvwPCv { display:flex;top:42.043749809265rem;left:2.7187500596046rem;width:2.5rem;height:2.5rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC { display:block; }#WVc2UyCAwqqNVGyZbi78eisnnX6kKWwC > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGAwsVT5iHwpCy7OTb3TAKNi48Bkbuiv { width:19.5625rem;height:22.3906375rem;top:16.572656869888rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcE85MsOuEhvZNx62pcLc0swZMQqByC { width:7.1875rem;height:2.19375rem;top:0.875rem;left:5.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15009;color:#d14723;display:block; }
 }@media only screen and (max-width: 763px) { #QOkrl16sv7Dh8F1P17tn3uxUTl8EDDuh { width:16.875rem;height:2.625rem;top:3.8125rem;left:1.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AWfApvBfJXw7hysInZusOiJnTxOiUR3U { width:8.375rem;height:4.0625rem;top:7.625rem;left:5.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #d1lOx306tJcZFOTI8XaizgLt1r4Hz7LF { width:10.3125rem;height:2.25rem;top:40.948443603516rem;left:4.8125rem;font-size:1rem;background-color:#f1e5e2;background-image:none;color:#d14723;display:block; }
 }@media only screen and (max-width: 763px) { #vmDV7pQ39KZyIWeqNCw6UV3NTFEPCH1T { display:block; }
 }@media only screen and (max-width: 763px) { #SplgZ3fZVH45qJFZS3GeVrWVaCqO5omB { width:19.0625rem;height:3.736325rem;top:14.147655963898rem;left:0.46796876192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rasuknPsmRZidtT8IeWfxsdiVug3OGXN { display:block; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN { background-color: transparent; background-image: none; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container > .video-iframe-container { display: none; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row > .video-iframe-container { display: none; }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .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); }#rasuknPsmRZidtT8IeWfxsdiVug3OGXN > .row .container { width:20rem;height:16.8125rem;background-color:#e3e3e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr { width:18.6875rem;height:1.4rem;top:2.0617189407349rem;left:0.65546876192094rem;font-size:1rem;display:block; }#s5WXoiJ8pfif6zpfTAHUHSSJ7I6b2ovr li:before{  }
 }@media only screen and (max-width: 763px) { #Td7RH1Hv50kVLyyz1vXvhQF2QhZabLQF { width:17.75rem;height:8.3965rem;top:4.7890634536743rem;left:1.1242187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q97huaWtJx6NJTKTvG0U86Bin05Dvn6C { width:15.5625rem;height:40.625rem;top:16.021484375rem;left:4.4375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt { display:block; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt { background-color: transparent; background-image: none; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container > .video-iframe-container { display: none; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row > .video-iframe-container { display: none; }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .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); }#Q4E2C22AEwkiVG4TD0AwxwmTZ9AIvhwt > .row .container { width:20rem;height:17.625rem;background-color:#e3e3e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G83tvJc5xLRMGNVJWHwybMCWvsDFkQ61 { width:17.75rem;height:9.795875rem;top:3.9125003814698rem;left:1.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w { width:18.9375rem;height:1.4rem;top:1.5625rem;left:0.53046876192093rem;font-size:1rem;display:block; }#BxxRtJ0OtShloS0TNNcQLScwyrLwSV0w li:before{  }
 }@media only screen and (max-width: 763px) { #Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp { display:block; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp { background-color: transparent; background-image: none; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container > .video-iframe-container { display: none; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row > .video-iframe-container { display: none; }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .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); }#Ns0TLdnc6WOdMpnaItxM36RR6CeJV8mp > .row .container { width:20rem;height:14.0625rem;background-color:#e3e3e3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2LqRNFNOgELuybthvM7tNWxGZiRyU0T { width:19.0625rem;height:2.798825rem;top:0.5625rem;left:0.46796876192093rem;font-size:1rem;display:block; }#f2LqRNFNOgELuybthvM7tNWxGZiRyU0T li:before{  }
 }@media only screen and (max-width: 763px) { #pIv6wqVRlgx0IxBnCAh2kMGW1XkCrtwN { width:17.25rem;height:8.3965rem;top:3.9375rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ { display:block; }#XC5GMlDm7w07RhhGLuwzrVTXrVhhSSRQ > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKlETTUFgLWnWTr8fuxulzQ8xL1hSeiT { width:18.0625rem;height:4.125rem;top:1.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deps9PV8Ecn7l9r04phe6ZombTRLivQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #StzK3gX08ft1btGG2xATRfLk9BJ8TM9m { display:block; }#StzK3gX08ft1btGG2xATRfLk9BJ8TM9m > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLwhIbcCa9RkKFXqqVAr3oP94SwDEBzs { width:17.25rem;height:8.3964875rem;top:0.98828125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 { display:block; }#qKeSJHfLbK4Iargy1FbXZHyKvZD27HQ2 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1iDpCKyrW6fIArydJ789y3sK0vOIbXH { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L { display:block; }#CsLUZ28XFECdrrMZ1qIIL2LHEw0nFy9L > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av02Fyhi6eH9PEH3XsVkI55qTCD52BfD { width:12.5rem;height:12.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Ztb6FoE7ztFf8y0NyMeSgTFL0OmlZO { width:18.125rem;height:1.3rem;top:14.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQgDK4WVISKiPyBRl2eFFxKsshuydyWg { width:18.125rem;height:1.1375rem;top:17.48730625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH5R6GxHZbqnmOny9szRp4agEDUxhOKx { width:12.375rem;height:12.4375rem;top:19.874025rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAAnGzCqKlcxeNO7opmTn00UySThSqzv { width:18.125rem;height:1.3rem;top:33.561525rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JzeukktLbCmV4pozAOLTRkq6ICK0oR { width:18.125rem;height:1.1375rem;top:36.11133125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGtkTMf5APTq21ty6Bomvdx2IGO6zLBC { width:12.4375rem;height:12.4375rem;top:38.498046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPUzmTD3FOEWcUaptMBFAPFrqZy6SQge { width:18.125rem;height:1.3rem;top:52.185546875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHavDFawcOwHv9NZfHm8TvSc86mbqZrE { width:18.125rem;height:1.1375rem;top:54.735353125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGh78pFc7nxXBCKUoqyTQQURD9DdRdcb { width:18.125rem;height:1.3rem;top:70.8095703125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHm5xkVPVR2PL46rPiAiBEwc2MoeZrqN { width:18.125rem;height:2.2734375rem;top:73.3593765625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7TCMr9NUf8wIStlG1XW4TyfsnCrSU1Z { width:12.4375rem;height:12.4375rem;top:57.1220703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ { display:block; }#uebLIX0TbkM9RLqTTbr8tT5JhMFUTIOJ > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhfSrwaQezuU8k49t2reVmfWWQ8Bw6yb { width:12.4375rem;height:12.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD0Z8biL5JwZJHssozSCm3zViJFHqElI { width:18.125rem;height:1.3rem;top:14.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mylSmJUfIyJyOiRWzsZo6rtTaMBzkn0U { width:18.125rem;height:4.546875rem;top:17.48730625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5KKCFCZAVBamIwzaGK7gctmDqbOZuh9 { width:12.375rem;height:12.375rem;top:42.982425rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug1XXSsxxLR0V8ABITUtSwehgsh3czRx { width:18.125rem;height:1.3rem;top:56.607425rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3DpqpB4a7GLVGbSnrLWUNCpVy84kTrV { width:18.125rem;height:2.2734375rem;top:59.15723125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5lJQnbsCeTwzlEzbBV24z1Wg1Fa1Mw3 { width:12.4375rem;height:12.375rem;top:23.28418125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMAsNKuJvl4NxU5ncuTLJuHggfCgCX0k { width:18.125rem;height:1.3rem;top:36.90918125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8ooBi8NvIggHeOfqOMV4ATFQZCD6Bu9 { width:18.125rem;height:2.2734375rem;top:39.4589875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnWrnpe2DtkeOmVId1BxmT4CKIgKn522 { width:18.125rem;height:1.3rem;top:76.36816875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Az737xBXgVH3AnHp9klckh3HU9SpiAbC { width:18.125rem;height:3.41015625rem;top:78.917975rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3SxBmiltBgPCF0Czg2sCFlRU3AJhIZe { width:12.4375rem;height:12.4375rem;top:62.68066875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO { display:block; }#cDmKQtBuZIlJedSNkLVXAq3TB1O8H8RO > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vurqZSvul2F1wVJ9vfK29gr0JfivA6sx { width:12.4375rem;height:12.3125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGS94NezdbycXaslPdNz97Qfa1rg8EQP { width:18.125rem;height:1.3rem;top:14.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJCbz3z1HPglQ2usb3dQUXdslxdrOD0u { width:18.125rem;height:2.2734375rem;top:17.48730625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTmaSMcBbbfuiGJQggiWepa4aqWmebBH { width:12.375rem;height:12.375rem;top:42.982425rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgoyzopTT7AL4Gib66JbyPJd9iOJLRDI { width:18.125rem;height:1.3rem;top:56.607425rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKHE6A0gSO772GyTh0XE0L32sAsfs285 { width:18.125rem;height:2.2734375rem;top:59.15723125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6k53pxBNhsifyLxQSWzlpbguFd9XDFX { width:12.375rem;height:12.375rem;top:23.28418125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIQDhzon6Rbo8OQSXqo08SLl7ETIRzUt { width:18.125rem;height:1.3rem;top:36.90918125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdhDzyPZo9A9CapWtdhxJJeSaDNORLVD { width:18.125rem;height:2.2734375rem;top:39.4589875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOU4GXITiFCfX0yVWtqOOTStaKm6tOnk { width:18.125rem;height:1.3rem;top:76.36816875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHGnnNnoSZ4TyHQ7bv0TzabewhuTVKio { width:18.125rem;height:2.2734375rem;top:78.917975rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNTUQfItRmqKx7f3G6GNB8sc3a8OxiTz { width:12.25rem;height:12.4375rem;top:62.68066875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h { display:block; }#btcIXGHDZkQaLJb0oArQgO5b8Jf5oo8h > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGI5SliGxJ3GDTn78O9Buaa8SC8rCOVb { width:12.3125rem;height:12.3125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Esz5RU8EHiVKyiVEizqRPNkQs2nQ6A { width:18.125rem;height:1.3rem;top:14.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olpQr1A8xqAO40nbF1C0dlwNTBs8B2ID { width:18.125rem;height:2.2734375rem;top:17.48730625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJIBMKw4rrO9La6HqA3hzezapeLsMDHK { width:12.375rem;height:12.375rem;top:21.0107421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE85kPT3SpIKDNATVvRV0uuQaTfK3Mkf { width:18.125rem;height:1.3rem;top:34.6357421875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTgQo9umy29T4Tt2HMmB9sreWGsZiWyh { width:18.125rem;height:1.1375rem;top:37.1855484375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C { display:block; }#TRUtXoi2K4zyJ4vprzTT4sWpSBFzPx2C > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dO3q5l3dDRxP4GTVERNmXsbJPzKeFzXA { width:19.9375rem;height:16.79295625rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xynH9HDJGRoXQyWbpTXbiofm8FBFMsna { width:20rem;height:26.588825rem;top:24.238282203674rem;left:0rem;font-size:1rem;display:block; }#xynH9HDJGRoXQyWbpTXbiofm8FBFMsna li:before{  }
 }@media only screen and (max-width: 763px) { #Kqu4Ai87Zx5veaoEmozECqTh9qLbDlBV { width:20rem;height:2.2734375rem;top:52.291402816772rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr0poXfse7wfDEzF0hyvQCebuxixn3OM { width:20rem;height:4.3875rem;top:0.91640663146975rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:19.183625rem;height:23.621125rem;top:23.9375rem;left:0.4072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:20rem;height:18.69140625rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw { display:block; }#fI7ktIQAUIbS0wdqdX1OvVsHsC9STdsw > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txE6CbZ1adgc7IVbRvPgZRllQSlS7SpL { width:20rem;height:4.844725rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7.21875rem;top:3.890625rem;left:0rem;font-size:0.6875rem;display:block; }
 }