.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 { background-color:rgba(241,236,230,0.94);background-image:url("https://images.assets-landingi.com/uc/8bde262c-f391-403e-9e43-edb7907c9c78/Kopiaokadkadolandingumiesiczkaoefr.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05.adaptive-delivery-prevent-bg, #LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05.lazyload, #LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05.lazyloading { background-image: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container { background-color: transparent; background-image: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container > .video-iframe-container { display: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row > .video-iframe-container { display: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .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); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container { border-width: 0; border-radius: 0; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;overflow:visible;position:relative;display:block; }#CO2CapaQyKnHC2TqcSe9qCNzcSkL2kzW { color:#4c86a9;display:block;width:34.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:5.5263671875rem;left:0.814453125rem;height:13rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZLfcGqBVpmSwoJ4hNwrEpV50r2RExD1t { color:rgba(31,51,59,0.8);display:block;width:31.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:20.9052734375rem;left:0.814453125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CRkuudvcr17SyU6ao5ilAVtDtoKMyVk1 { position:absolute;display:block;z-index:14991;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:31.187125rem;width:20.499875rem;top:4.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#ZT0GQ1a3ICSLNxTAvRJtTqt9yI5qcD7q { box-sizing:content-box;height:14.6875rem;width:43.1875rem;position:absolute;display:block;z-index:14990;background-color:rgba(255,255,255,0.7);background-image:none;top:4.6826171875rem;left:-0.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#zbc24ZG1oIRHfBRnPUyAkhbG86wGhiCR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:3.7835693359375rem;left:46.536865234375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#TkhvdGmVq11HByJ76momxAinzXR62F1p { color:#4c86a9;display:block;width:9.624625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.745361328125rem;left:47.973022460938rem;height:5.0371125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NUd1Mqh6QnKtPdGREyJKmyxMT5fkcOKv { color:rgba(31,51,59,0.8);display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.345703125rem;left:0.814453125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uJTm68IiZRL0hl1yJiUCQi2lTioeeyyw { position:absolute;display:block;z-index:15019;height:6.5rem;width:19.75rem;top:27.8994140625rem;left:6.689453125rem;display:block; }
#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container { background-color: transparent; background-image: none; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container > .video-iframe-container { display: none; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row > .video-iframe-container { display: none; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .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); }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container { border-width: 0; border-radius: 0; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#qJT2JcLhARkI1MdKWw4OcWXU7686yHVO { color:#4c86a9;display:block;width:56.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.9357643127441rem;left:1.875rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pX2Vc1S9sfZsWRmvlytM8XQEm3Wk0AUH { color:#2a2a2a;display:block;width:50.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.2369747161865rem;left:2.5rem;height:6.296875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XcbTgmstubNwFeGNieO6qcaTp9PBxBo4 { position:absolute;display:block;z-index:15018;height:4rem;width:19.75rem;top:14.51171875rem;left:20.125rem;display:block; }
#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container { background-color: transparent; background-image: none; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container > .video-iframe-container { display: none; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row > .video-iframe-container { display: none; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .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); }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container { border-width: 0; border-radius: 0; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#gV6avbc79LqmqLKSChEzn3JC9xTdMrmF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.8746875rem;width:18.4375rem;top:5.5615234375rem;left:0.78125rem;overflow:hidden;display:block; }
#fGiuqi4PPRbU3lqQxRrKFvOII6LSnig8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.812rem;width:18.3745rem;top:5.59228515625rem;left:40.8125rem;overflow:hidden;display:block; }
#XDgp17uvJwEMKpoAHraBmeKAlpLA0vE1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.6875rem;width:18.187rem;top:5.65478515625rem;left:20.90625rem;overflow:hidden;display:block; }
#ck1MHSQHg5dSIWXN7IVr3fJyxQschiHL { color:#2a2a2a;display:block;width:15.5620625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:22.5rem;left:2.1875rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#CosaTdoaGvCkrbOrpt4q6LEw8r1TF0Q3 { box-sizing:content-box;height:7.5625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-size:auto !important;top:21.375rem;left:0.8125rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.5rem solid #9d9689;border-right:0;border-bottom:0;display:block; }
#lBoNMA4sTN5SHKBkCixmXIMBHuifHvc2 { color:#2a2a2a;display:block;width:15.5620625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.4375rem;left:22.25rem;height:4.1982375rem;text-align:left;text-align-last:left;display:block; }
#eTzWCsUVZ57PNHJa3vdEex3SKkM4rLQ9 { box-sizing:content-box;height:7.625rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-size:auto !important;top:21.3125rem;left:20.8125rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.5rem solid #9d9689;border-right:0;border-bottom:0;display:block; }
#c296FLKv30cwyvOmIiPOynNKCGCDBzP1 { color:#2a2a2a;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:22.375rem;left:42.25rem;height:5.59765625rem;text-align:left;text-align-last:left;display:block; }
#seyUcGQ1BGnV420v7O7BpEDrHWbSK249 { box-sizing:content-box;height:7.5rem;width:17.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f1ece6, rgba(0,0,0,0));background-size:auto !important;top:21.3125rem;left:40.875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.5rem solid #9d9689;border-right:0;border-bottom:0;display:block; }
#NcJwH9tsqFk0wAANRK5tePehEJQKtdDG { color:#2a2a2a;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.373046875rem;left:20.90625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container { background-color: transparent; background-image: none; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container > .video-iframe-container { display: none; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row > .video-iframe-container { display: none; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .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); }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container { border-width: 0; border-radius: 0; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#iChFiqs7unZnerJcstco1wNM0BT2bauT { color:#1f333b;display:block;width:51.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:1.6238098144531rem;left:2.5rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#m6iAyCf0xeEPwXXI2VGXlMWIiW8G814O { position:absolute;display:block;z-index:15017;height:4.5rem;width:19.75rem;top:8.94921875rem;left:20.125rem;display:block; }
#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container { background-color: transparent; background-image: none; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container > .video-iframe-container { display: none; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row > .video-iframe-container { display: none; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .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); }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container { border-width: 0; border-radius: 0; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#FrvEqVdXZzqoVHNXafbP2dJgmif0dOiK { color:#2a2a2a;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.255859375rem;left:8.125rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container { background-color: transparent; background-image: none; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container > .video-iframe-container { display: none; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row > .video-iframe-container { display: none; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .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); }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container { border-width: 0; border-radius: 0; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#TX5N25WqFv5QqmTnu2vTPxJ0ZmGWqtxA { color:#2a2a2a;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:3.0626087188721rem;left:1.9986982345581rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#o7Kf1BJedm8WLaTp4X8QpheEFtHZx93c { color:#2a2a2a;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:3.0626087188721rem;left:22.030709266663rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#XfCqDUTEq92sR0CsWXluPBF8SrholWpz { color:#2a2a2a;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:3.0626087188721rem;left:42.93728351593rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#RANFPVB87y6zsuoSkE9m8h8QKKptSnNQ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#664c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#664c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8rem;width:1.3125rem;top:3rem;left:0rem;display:block; }
#rWli6wT1w9ThvhCpWQhygE6ePxJVW0A0 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#664c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#664c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.9996875rem;width:1.31239375rem;top:2.685546875rem;left:20.000000953674rem;display:block; }
#fQD1SKny2pgXwwEghkgiCUBUMuQXgBiA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#664c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#664c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.9996875rem;width:1.31239375rem;top:2.685546875rem;left:40.000000953674rem;display:block; }
#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container { background-color: transparent; background-image: none; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container > .video-iframe-container { display: none; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row > .video-iframe-container { display: none; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .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); }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container { border-width: 0; border-radius: 0; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#W16EAXAoJGIJH5PJ73tPUFK8N6wKq5yA { color:#2a2a2a;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:2.0987396240234rem;left:32.874894142151rem;height:40.5rem;text-align:left;text-align-last:left;display:block; }
#UPmr9eoxafVU1Xuy3i9UCwZ2d51wiEyO { position:absolute;display:block;z-index:15001;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:30rem;width:21.1870625rem;top:8.1553826332094rem;left:3.8053388595581rem;overflow:hidden;display:block; }
#G6hTGMNZUsXwhf2vEbc3weiZ3LrkHOCu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(156,0,90,0.19);border-left:0.25rem solid rgba(156,0,90,0.19);border-right:0.25rem solid rgba(156,0,90,0.19);border-bottom:0.25rem solid rgba(156,0,90,0.19);border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:24.5625rem;width:19.5625rem;top:13.25rem;left:4.375rem;display:block; }
#MtR957ohZU9eLFQLKUac5IRG1ZVLLMsR { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:30.4373125rem;width:19.437375rem;top:5.8121795654297rem;left:6.5625009536744rem;display:block; }
#D8GCIehX1E66Dg7Mtx88NHmkyf75Ztk4 { color:#2a2a2a;display:block;width:22rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.2090969085694rem;left:2.5rem;height:1.57470625rem;text-align:left;text-align-last:left;display:block; }
#g0uk8PVfMQ6NWQ3KnedCxiHyppsq3Nke { color:#2a2a2a;display:block;width:23.8748125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8120660781861rem;left:2.5rem;height:4.548825rem;text-align:left;text-align-last:left;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; }
#ITuqI70vbcxR28PT2yyWEtcM7wRgiUqo { position:absolute;display:block;z-index:15013;height:3.5rem;width:19.75rem;top:39.5625rem;left:5.125rem;display:block; }
#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container { background-color: transparent; background-image: none; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container > .video-iframe-container { display: none; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row > .video-iframe-container { display: none; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .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); }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container { border-width: 0; border-radius: 0; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#Z6DtAtF2t6QHIgPCTcn8KvP0Pas6VX0r { color:#2a2a2a;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:0.6240234375rem;left:8.125rem;height:5.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bq8w5dwVtc6qq7wxNSkknaLNan4KeLbb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #4c86a9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.4375rem;width:12.0625rem;top:5.1875rem;left:3.5625rem;display:block; }
#EppmNOyeHn6ZTAukq0x75IrhCESZb7sn { color:#2a2a2a;display:block;width:8.9371875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.875rem;left:4.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7qXRhnqJ8hmXJSdNL94nGEPOLo1OfO8 { color:#2a2a2a;display:block;width:10.249rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.625rem;left:18.25rem;height:5.59765625rem;text-align:center;text-align-last:center;display:block; }
#ud6p75LuHw9pl34EEOQJNxsqFTEl8K4T { color:#2a2a2a;display:block;width:10.062375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.8125rem;left:31.8125rem;height:8.3965rem;text-align:center;text-align-last:center;display:block; }
#obcxLgQpOcVIAXre3J0z4SRNtwKPTd3n { color:#2a2a2a;display:block;width:9.4998125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:8.1875rem;left:45.4375rem;height:6.9970625rem;text-align:center;text-align-last:center;display:block; }
#lqQrDvLvEZIPDsMfA65z9I77mThPn2y2 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #4c86a9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.625rem;width:12.0625rem;top:5rem;left:17.1875rem;display:block; }
#TBy6O0GcXz5WfFoNnnieVGGGgFcBemEa { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #4c86a9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:12.0625rem;top:4.8125rem;left:30.8125rem;display:block; }
#qQpEHesspZ42Zoxtd2cKN9r73e60PWSL { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#334c86a9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(76,134,169,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #4c86a9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.125rem;width:12.0625rem;top:5.5rem;left:44.375rem;display:block; }
#hixeaV1GunFmSoOX29Zli44eqAAnVBpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container { background-color: transparent; background-image: none; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container > .video-iframe-container { display: none; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row > .video-iframe-container { display: none; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .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); }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container { border-width: 0; border-radius: 0; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#yzTyD7nMXUb0rh2p384G92OcV2Bnn4c7 { color:#ffffff;display:block;width:49.3115rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:9.7479400634762rem;left:6.5625009536744rem;height:7.347625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bksHJT74aIv6cL5Z8AcewQ0RVWXAtkuc { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:2.3242206573486rem;left:6.5625009536744rem;height:6.07324375rem;text-align:center;text-align-last:center;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#QZpHpkDC5Dgbav4zHyi7AuXqyvoaTIoQ { position:absolute;display:block;z-index:15014;height:3.5rem;width:19.75rem;top:1.1875rem;left:20.125rem;display:block; }
#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container { background-color: transparent; background-image: none; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container > .video-iframe-container { display: none; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row > .video-iframe-container { display: none; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .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); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container { border-width: 0; border-radius: 0; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#khLaNgr8GT4QMFrzcyotbiSSv3hQaCP2 { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:3.9375rem;left:18.46875rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#T0iJrC4zAMeMlh2VN3sQUvQD6WiIhPMN { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.85000038147rem;left:0rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThZN3eODxaLXIv8byQOgq7XHIp5EnAoP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.0625rem;left:27.0625rem; }
#ThZN3eODxaLXIv8byQOgq7XHIp5EnAoP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uVmL9HShwFprV4LGp2tbmhVx0mCPMz20 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.0625rem;left:29.875rem; }
#uVmL9HShwFprV4LGp2tbmhVx0mCPMz20 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wutaVPQ4LmeCs6UREy6QfzhWkrFIFQat { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.0625rem;left:32.75rem; }
#wutaVPQ4LmeCs6UREy6QfzhWkrFIFQat > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#GiMxmQwAN2ZUgF8J1rEkzxlcHeaSL2JH { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15.8505859375rem;left:34.875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v4UBBJF2qsLMbu9mm3saz8ElFVNJ8KeI { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:15.8505859375rem;left:47.3125rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GSsI6hrfVMKnaPIaZgah5AVrPEwBIubH { position:absolute;display:block;z-index:15005;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.9375rem;width:3.9375rem;top:0rem;left:28.03125rem;overflow:hidden;display:block; }
#TuZLZ76cU87AS82AWF5XokTux1a7dTBa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.0625rem;left:24.3125rem; }
#TuZLZ76cU87AS82AWF5XokTux1a7dTBa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 { display:block; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO2CapaQyKnHC2TqcSe9qCNzcSkL2kzW { width:34.5625rem;height:13rem;top:5.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfcGqBVpmSwoJ4hNwrEpV50r2RExD1t { width:31.5rem;height:;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRkuudvcr17SyU6ao5ilAVtDtoKMyVk1 { width:20.4375rem;height:31.092231888609rem;top:4.6875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0GQ1a3ICSLNxTAvRJtTqt9yI5qcD7q { top:4.625rem;left:0rem;width:43.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbc24ZG1oIRHfBRnPUyAkhbG86wGhiCR { top:3.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhvdGmVq11HByJ76momxAinzXR62F1p { width:9.5625rem;height:5rem;top:7.6875rem;left:38.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUd1Mqh6QnKtPdGREyJKmyxMT5fkcOKv { width:35.3125rem;height:1.5rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTm68IiZRL0hl1yJiUCQi2lTioeeyyw { top:27.875rem;left:0.564453125rem;width:19.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi { display:block; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJT2JcLhARkI1MdKWw4OcWXU7686yHVO { width:47.75rem;height:3.125rem;top:1.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX2Vc1S9sfZsWRmvlytM8XQEm3Wk0AUH { width:47.75rem;height:6.25rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcbTgmstubNwFeGNieO6qcaTp9PBxBo4 { top:14.5rem;left:14rem;width:19.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA { display:block; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV6avbc79LqmqLKSChEzn3JC9xTdMrmF { width:18.4375rem;height:14.8746875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGiuqi4PPRbU3lqQxRrKFvOII6LSnig8 { width:18.3125rem;height:14.762020735258rem;top:5.5625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDgp17uvJwEMKpoAHraBmeKAlpLA0vE1 { width:18.125rem;height:14.63742989498rem;top:5.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1MHSQHg5dSIWXN7IVr3fJyxQschiHL { width:15.5rem;height:5.5625rem;top:22.5rem;left:0.12500095367432rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CosaTdoaGvCkrbOrpt4q6LEw8r1TF0Q3 { top:21.375rem;left:0rem;width:17.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBoNMA4sTN5SHKBkCixmXIMBHuifHvc2 { width:15.5rem;height:4.1875rem;top:22.4375rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzWCsUVZ57PNHJa3vdEex3SKkM4rLQ9 { top:21.3125rem;left:13.4375rem;width:17.8125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c296FLKv30cwyvOmIiPOynNKCGCDBzP1 { width:13.3125rem;height:5.5625rem;top:22.375rem;left:31.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seyUcGQ1BGnV420v7O7BpEDrHWbSK249 { top:21.3125rem;left:29.3125rem;width:17.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJwH9tsqFk0wAANRK5tePehEJQKtdDG { width:18.1875rem;height:3.125rem;top:1.3125rem;left:13.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd { display:block; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iChFiqs7unZnerJcstco1wNM0BT2bauT { width:47.75rem;height:6.3125rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6iAyCf0xeEPwXXI2VGXlMWIiW8G814O { top:8.9375rem;left:14rem;width:19.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg { display:block; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrvEqVdXZzqoVHNXafbP2dJgmif0dOiK { width:43.75rem;height:2.875rem;top:1.25rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl { display:block; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX5N25WqFv5QqmTnu2vTPxJ0ZmGWqtxA { width:17rem;height:5.9375rem;top:3.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Kf1BJedm8WLaTp4X8QpheEFtHZx93c { width:17rem;height:7.4375rem;top:3.0625rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfCqDUTEq92sR0CsWXluPBF8SrholWpz { width:17rem;height:7.4375rem;top:3.0625rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANFPVB87y6zsuoSkE9m8h8QKKptSnNQ { width:1.3125rem;height:8rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWli6wT1w9ThvhCpWQhygE6ePxJVW0A0 { width:1.25rem;height:7.9375rem;top:2.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQD1SKny2pgXwwEghkgiCUBUMuQXgBiA { width:1.25rem;height:7.9375rem;top:2.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD { display:block; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W16EAXAoJGIJH5PJ73tPUFK8N6wKq5yA { width:22.125rem;height:40.5rem;top:2.0625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPmr9eoxafVU1Xuy3i9UCwZ2d51wiEyO { width:21.125rem;height:29.912122079217rem;top:8.125rem;left:0.74283885955813rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6hTGMNZUsXwhf2vEbc3weiZ3LrkHOCu { top:13.25rem;left:1.3125rem;width:19.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtR957ohZU9eLFQLKUac5IRG1ZVLLMsR { top:5.75rem;left:3.5000009536743rem;width:19.375rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8GCIehX1E66Dg7Mtx88NHmkyf75Ztk4 { width:22rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0uk8PVfMQ6NWQ3KnedCxiHyppsq3Nke { width:23.8125rem;height:;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITuqI70vbcxR28PT2yyWEtcM7wRgiUqo { top:39.5625rem;left:2.0625rem;width:19.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw { display:block; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6DtAtF2t6QHIgPCTcn8KvP0Pas6VX0r { width:43.75rem;height:5.5625rem;top:0.5625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq8w5dwVtc6qq7wxNSkknaLNan4KeLbb { width:12rem;height:12.375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppmNOyeHn6ZTAukq0x75IrhCESZb7sn { width:8.875rem;height:5.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qXRhnqJ8hmXJSdNL94nGEPOLo1OfO8 { width:10.1875rem;height:5.5625rem;top:8.625rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud6p75LuHw9pl34EEOQJNxsqFTEl8K4T { width:10rem;height:8.375rem;top:7.8125rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obcxLgQpOcVIAXre3J0z4SRNtwKPTd3n { width:9.4375rem;height:6.9375rem;top:8.1875rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQrDvLvEZIPDsMfA65z9I77mThPn2y2 { width:12rem;height:12.5625rem;top:5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBy6O0GcXz5WfFoNnnieVGGGgFcBemEa { width:12rem;height:12.8125rem;top:4.8125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpEHesspZ42Zoxtd2cKN9r73e60PWSL { width:12rem;height:12.0625rem;top:5.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixeaV1GunFmSoOX29Zli44eqAAnVBpv { display:block; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzTyD7nMXUb0rh2p384G92OcV2Bnn4c7 { width:47.75rem;height:7.3125rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bksHJT74aIv6cL5Z8AcewQ0RVWXAtkuc { width:46.875rem;height:6.0625rem;top:2.3125rem;left:0.43750095367432rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZpHpkDC5Dgbav4zHyi7AuXqyvoaTIoQ { top:1.1875rem;left:14rem;width:19.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 { display:block; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khLaNgr8GT4QMFrzcyotbiSSv3hQaCP2 { top:3.9375rem;left:12.34375rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0iJrC4zAMeMlh2VN3sQUvQD6WiIhPMN { top:15.8125rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZN3eODxaLXIv8byQOgq7XHIp5EnAoP { top:11.0625rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#ThZN3eODxaLXIv8byQOgq7XHIp5EnAoP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uVmL9HShwFprV4LGp2tbmhVx0mCPMz20 { top:11.0625rem;left:23.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#uVmL9HShwFprV4LGp2tbmhVx0mCPMz20 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #wutaVPQ4LmeCs6UREy6QfzhWkrFIFQat { top:11.0625rem;left:26.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#wutaVPQ4LmeCs6UREy6QfzhWkrFIFQat > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #GiMxmQwAN2ZUgF8J1rEkzxlcHeaSL2JH { top:15.8125rem;left:28.75rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UBBJF2qsLMbu9mm3saz8ElFVNJ8KeI { top:15.8125rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSsI6hrfVMKnaPIaZgah5AVrPEwBIubH { width:3.9375rem;height:3.9375rem;top:0rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZLZ76cU87AS82AWF5XokTux1a7dTBa { top:11.0625rem;left:18.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#TuZLZ76cU87AS82AWF5XokTux1a7dTBa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 { background-color:#f1ece6;background-image:url("https://images.assets-landingi.com/uc/8bde262c-f391-403e-9e43-edb7907c9c78/Kopiaokadkadolandingumiesiczkaoefr.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05.adaptive-delivery-prevent-bg, #LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05.lazyload, #LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05.lazyloading { background-image: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container { background-color: transparent; background-image: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container > .video-iframe-container { display: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row > .video-iframe-container { display: none; }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .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); }#LJOu1pZTpIMcI6MVDmStzIeUeVKdLD05 > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO2CapaQyKnHC2TqcSe9qCNzcSkL2kzW { width:17.3115rem;height:5.69921875rem;top:1.82666015625rem;left:1.34423828125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfcGqBVpmSwoJ4hNwrEpV50r2RExD1t { width:19.375rem;height:3.375rem;top:8.03662109375rem;left:1.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CRkuudvcr17SyU6ao5ilAVtDtoKMyVk1 { width:11.43675rem;height:17.312rem;top:10.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0GQ1a3ICSLNxTAvRJtTqt9yI5qcD7q { width:19.3125rem;height:6.3125rem;top:1.52001953125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbc24ZG1oIRHfBRnPUyAkhbG86wGhiCR { width:6.4375rem;height:6.4375rem;top:10.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhvdGmVq11HByJ76momxAinzXR62F1p { width:6.124875rem;height:2.923825rem;top:12.9375rem;left:12.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUd1Mqh6QnKtPdGREyJKmyxMT5fkcOKv { width:20rem;height:3rem;top:32.2236328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uJTm68IiZRL0hl1yJiUCQi2lTioeeyyw { width:19.75rem;height:3.75rem;top:27.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi { display:block; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJT2JcLhARkI1MdKWw4OcWXU7686yHVO { width:17.6871875rem;height:6.2988125rem;top:0.7841796875rem;left:0.56260854005814rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #pX2Vc1S9sfZsWRmvlytM8XQEm3Wk0AUH { width:18.9375rem;height:10.5rem;top:7.5499134063719rem;left:0.56260854005814rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XcbTgmstubNwFeGNieO6qcaTp9PBxBo4 { width:19.75rem;height:4rem;top:18.97421875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA { display:block; }#rywm5DiLiN6ZkOptMWKarAZzqo9SlvHA > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV6avbc79LqmqLKSChEzn3JC9xTdMrmF { width:18.5rem;height:15rem;top:50.935329437256rem;left:0.74924045801162rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGiuqi4PPRbU3lqQxRrKFvOII6LSnig8 { width:18.4375rem;height:15rem;top:27.810329914093rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDgp17uvJwEMKpoAHraBmeKAlpLA0vE1 { width:18.5rem;height:15rem;top:4rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ck1MHSQHg5dSIWXN7IVr3fJyxQschiHL { width:15.062375rem;height:4.8984375rem;top:67.236876487731rem;left:1.9070096611977rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CosaTdoaGvCkrbOrpt4q6LEw8r1TF0Q3 { width:17.8125rem;height:6.25rem;top:43.322266578674rem;left:0.85015195608137rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBoNMA4sTN5SHKBkCixmXIMBHuifHvc2 { width:15.4996875rem;height:3.67383125rem;top:20.723737716675rem;left:2.1245661377907rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #eTzWCsUVZ57PNHJa3vdEex3SKkM4rLQ9 { width:17.8125rem;height:6.25rem;top:19.436958312988rem;left:0.72515195608137rem;display:block; }
 }@media only screen and (max-width: 763px) { #c296FLKv30cwyvOmIiPOynNKCGCDBzP1 { width:14.9370625rem;height:3.673825rem;top:44.609376907349rem;left:1.9704862236977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seyUcGQ1BGnV420v7O7BpEDrHWbSK249 { width:17.8125rem;height:6.25rem;top:66.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJwH9tsqFk0wAANRK5tePehEJQKtdDG { width:15.5620625rem;height:2.79980625rem;top:1.2342662811279rem;left:0.74924045801162rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd { display:block; }#Q5NUPTgsMoNEwwvTyfXTf1B9EiOGN9Bd > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iChFiqs7unZnerJcstco1wNM0BT2bauT { width:18.812375rem;height:6.5625rem;top:1.1246738433838rem;left:0.59299045801162rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6iAyCf0xeEPwXXI2VGXlMWIiW8G814O { width:19.75rem;height:4.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg { display:block; }#w6Nqmce3amKxS7K7g4fKKCFIQ8DK2Ckg > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrvEqVdXZzqoVHNXafbP2dJgmif0dOiK { width:15.4373125rem;height:3.8994125rem;top:0.86208724975588rem;left:1.3123915791511rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl { display:block; }#A4JzUaNvQxzwH6JbSnG1nv3GwVCigpLl > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX5N25WqFv5QqmTnu2vTPxJ0ZmGWqtxA { width:16.0623125rem;height:5.25rem;top:1.25rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7Kf1BJedm8WLaTp4X8QpheEFtHZx93c { width:16.125rem;height:6.12305rem;top:7.4375rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XfCqDUTEq92sR0CsWXluPBF8SrholWpz { width:16.1870625rem;height:4.8984375rem;top:15.5625rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RANFPVB87y6zsuoSkE9m8h8QKKptSnNQ { width:1.25rem;height:6.5625rem;top:14.375rem;left:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rWli6wT1w9ThvhCpWQhygE6ePxJVW0A0 { width:1.25rem;height:6.875rem;top:6.75rem;left:0.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fQD1SKny2pgXwwEghkgiCUBUMuQXgBiA { width:1.25rem;height:6.5625rem;top:0rem;left:0.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD { display:block; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W16EAXAoJGIJH5PJ73tPUFK8N6wKq5yA { width:17.1875rem;height:40.6875rem;top:30.409070491791rem;left:1.4062500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UPmr9eoxafVU1Xuy3i9UCwZ2d51wiEyO { width:12.5rem;height:17.6871875rem;top:11.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6hTGMNZUsXwhf2vEbc3weiZ3LrkHOCu { width:12.375rem;height:17.875rem;top:11.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtR957ohZU9eLFQLKUac5IRG1ZVLLMsR { width:13.125rem;height:19rem;top:9.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8GCIehX1E66Dg7Mtx88NHmkyf75Ztk4 { width:17.0621875rem;height:2.798825rem;top:7.5368924140931rem;left:1.4686415791511rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g0uk8PVfMQ6NWQ3KnedCxiHyppsq3Nke { width:17.1875rem;height:3.8994125rem;top:2.624783039093rem;left:1.4062500596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITuqI70vbcxR28PT2yyWEtcM7wRgiUqo { width:19.75rem;height:4.1875rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw { display:block; }#OZ52gyKvt3wHyAvz0PSLQUJPmW3t2hcw > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6DtAtF2t6QHIgPCTcn8KvP0Pas6VX0r { width:19.8123125rem;height:6.2988125rem;top:0.9375rem;left:0.18717449903488rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bq8w5dwVtc6qq7wxNSkknaLNan4KeLbb { width:17.375rem;height:7.5rem;top:8rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppmNOyeHn6ZTAukq0x75IrhCESZb7sn { width:15.1871875rem;height:4.19824375rem;top:10.187174797058rem;left:2.0936415791511rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i7qXRhnqJ8hmXJSdNL94nGEPOLo1OfO8 { width:15.125rem;height:4.19824375rem;top:18.312174797058rem;left:2.1554904580116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ud6p75LuHw9pl34EEOQJNxsqFTEl8K4T { width:14.8123125rem;height:5.59765625rem;top:25.824654936791rem;left:2.0936415791511rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obcxLgQpOcVIAXre3J0z4SRNtwKPTd3n { width:15.062375rem;height:4.19824375rem;top:35.99934899807rem;left:2.1554904580116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqQrDvLvEZIPDsMfA65z9I77mThPn2y2 { width:17.125rem;height:7.5rem;top:33.749459624291rem;left:0.99989157915113rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBy6O0GcXz5WfFoNnnieVGGGgFcBemEa { width:17.3125rem;height:7.5rem;top:16.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpEHesspZ42Zoxtd2cKN9r73e60PWSL { width:17.1875rem;height:7.5rem;top:24.874670982361rem;left:0.99989157915113rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixeaV1GunFmSoOX29Zli44eqAAnVBpv { display:block; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzTyD7nMXUb0rh2p384G92OcV2Bnn4c7 { width:18.25rem;height:8.75rem;top:8.5595703125rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bksHJT74aIv6cL5Z8AcewQ0RVWXAtkuc { width:18.75rem;height:6.5625rem;top:1.2494573593139rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZpHpkDC5Dgbav4zHyi7AuXqyvoaTIoQ { width:19.75rem;height:3.5rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container { background-color: transparent; background-image: none; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container > .video-iframe-container { display: none; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row > .video-iframe-container { display: none; }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .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); }#Z5XOxyqDlzc0tnLEDpAfT5vBhDappmK9 > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khLaNgr8GT4QMFrzcyotbiSSv3hQaCP2 { width:20rem;height:6.39845rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0iJrC4zAMeMlh2VN3sQUvQD6WiIhPMN { width:20rem;height:2.798825rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZN3eODxaLXIv8byQOgq7XHIp5EnAoP { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#ThZN3eODxaLXIv8byQOgq7XHIp5EnAoP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uVmL9HShwFprV4LGp2tbmhVx0mCPMz20 { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#uVmL9HShwFprV4LGp2tbmhVx0mCPMz20 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #wutaVPQ4LmeCs6UREy6QfzhWkrFIFQat { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#wutaVPQ4LmeCs6UREy6QfzhWkrFIFQat > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #GiMxmQwAN2ZUgF8J1rEkzxlcHeaSL2JH { width:12.6875rem;height:1.4rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UBBJF2qsLMbu9mm3saz8ElFVNJ8KeI { width:12.6875rem;height:1.4rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSsI6hrfVMKnaPIaZgah5AVrPEwBIubH { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZLZ76cU87AS82AWF5XokTux1a7dTBa { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#TuZLZ76cU87AS82AWF5XokTux1a7dTBa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }