.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { color:#000000;display:block;width:56.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1865234375rem;left:1.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#W8vfSOoinu0n9iylZstfgdz6tvdSegNI { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6240234375rem;left:5.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.79833984375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { position:absolute;display:block;z-index:15004;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:9.5rem;top:1.93701171875rem;left:25.25rem;overflow:hidden;display:block; }
#e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { position:absolute;display:block;z-index:15000;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:34.1875rem;width:34.375rem;display:none; }
#WkpnExKgTIypd31u3CH5DdTBTUFT32os { 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; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { background-color: transparent; background-image: none; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container > .video-iframe-container { display: none; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row > .video-iframe-container { display: none; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .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); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { border-width: 0; border-radius: 0; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#KtDNi1LiB8phPoRUWVpvJ1cbsgL7WzV0 { color:#000000;display:block;width:47rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.11181640625rem;left:6.6630859375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV { color:#000000;display:block;width:46.6860625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.85888671875rem;left:4.1865234375rem;height:8.562rem;display:block; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c62aa91d09aebd4c94fbb9a6279563a2600791ee.svg); }
#KuoqN89v5nnhoCyOxGu9uMIcyX8aBXy5 { box-sizing:content-box;height:11.25rem;width:56rem;position:absolute;display:block;z-index:15001;background-color:#f1ece6;background-image:none;top:7.265625rem;left:1.9130859375rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { background-color: transparent; background-image: none; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container > .video-iframe-container { display: none; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row > .video-iframe-container { display: none; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .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); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { border-width: 0; border-radius: 0; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#yImxnlSqX2TxsPyp8QBkLKEoVKSKbgxS { color:#000000;display:block;width:51rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.174072265625rem;left:4.4989013671875rem;height:1.950075rem;display:block; }
#xDpWWbPfSbN7sCUgQG5bJV6U2DGqfTWd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cb6528;border-left:0.1875rem solid #cb6528;border-right:0.1875rem solid #cb6528;border-bottom:0.1875rem solid #cb6528;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#cb6528;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.874625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.94482421875rem;left:15.277465820312rem;display:block; }
#gOuNoqN6A0Bl2qpBwAXQQb8sNEiB9TZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { position:relative;display:block; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { background-color: transparent; background-image: none; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container > .video-iframe-container { display: none; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row > .video-iframe-container { display: none; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .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); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { border-width: 0; border-radius: 0; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .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; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .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:57rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fzm2Kd8nDX5funQrtA5wu2DPxTzUa80h { box-sizing:content-box;height:15.125rem;width:54.4375rem;position:absolute;display:block;z-index:15003;background-color:#f1ece6;background-image:none;top:5.6868896484375rem;left:3.1011962890625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#HaoxVRofqBuIltiAOImVUs4zD2QRO3Fr { 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:15004;opacity:1;top:7.0626220703125rem;left:4.53857421875rem; }
#ZfABrx9hLTqkZLMTBc4D9INZfOqdnpId { box-sizing:content-box;height:6rem;width:54.4375rem;position:absolute;display:block;z-index:15005;background-color:#f1ece6;background-image:none;top:21.75rem;left:3.125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#gTVgTrs9mpNNDm0caBXMXU5ylFBnhfSQ { box-sizing:content-box;height:8.75rem;width:54.4375rem;position:absolute;display:block;z-index:15007;background-color:#f1ece6;background-image:none;top:28.68701171875rem;left:3.1243896484375rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#TgCOgm3N4vVX1t3WEq2TBE2ZIBOqeM1s { color:#000000;display:block;width:45.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0001220703125rem;left:8.2794189453125rem;height:9.09864375rem;display:block; }
#rGB9OoWTwufDpVyztu2fUIZXfHqppicx { color:#000000;display:block;width:45.874625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.117065429688rem;left:8.3514404296875rem;height:1.29980625rem;display:block; }
#TxwSTcMMrZmTotTbPuQVeLRfHFfKP6SV { 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:15011;opacity:1;top:23.203491210938rem;left:4.53857421875rem; }
#ebAfbtzw5HeQfQEdDIKREgyLhhVgOwvx { 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:15012;opacity:1;top:30.116943359375rem;left:4.53857421875rem; }
#EIZx0loVZ5x7CmOCCsQTcp43J24mEuCw { color:#000000;display:block;width:45.874rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.029418945312rem;left:8.27880859375rem;height:3.8994125rem;display:block; }
#J6ZVpvcmIT420RiV6D3Ex4qO02CoS3iE { color:#000000;display:block;width:49.4983125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.968994140625rem;left:4.6875rem;height:1.94970625rem;display:block; }
#JuoTNwDc0fUaaTlm1fqbNcSdX4omNNQt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.6312255859375rem;left:1.25rem; }
#EhTLwwzvH2ANxuZxU3Atsa0QtRonJVE6 { box-sizing:content-box;height:55.8125rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#EGc8q6WEK5Kgi1p5E7gHrP2qHwrGfPlQ { box-sizing:content-box;height:6.5625rem;width:54.4375rem;position:absolute;display:block;z-index:15008;background-color:#f1ece6;background-image:none;top:38.373657226562rem;left:3.24658203125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#M3CsCgkFtNFfg5VzV8JgchplAqOuvBlD { 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:15014;opacity:1;top:39.813232421875rem;left:4.53857421875rem; }
#dM6yKQ1kzzZ58NdTT61ZNiHskAInnUpd { color:#000000;display:block;width:45.874rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.725708007812rem;left:8.27880859375rem;height:2.5996125rem;display:block; }
#heeXQ7QQgiUzhK5t5dVbhl3HgfSFtAqL { color:#000000;display:block;width:53.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:48.93798828125rem;left:3.25rem;height:2.5996125rem;display:block; }
#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { position:relative;display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { background-color: transparent; background-image: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container > .video-iframe-container { display: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row > .video-iframe-container { display: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { border-width: 0; border-radius: 0; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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:12.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { color:#000000;display:block;width:49.4983125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0513916015625rem;left:4.6875rem;height:1.94970625rem;display:block; }
#ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.015625rem;left:4.6875rem;height:3.8994125rem;display:block; }
#wrnRzqGILqxy0fv9cnHX7GtGJqB6xBs7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.776123046875rem;left:1.25rem; }
#DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { box-sizing:content-box;height:11.936625rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.1875rem;left:0rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#lJLZyuplEerTmeuClQcVSIENTcw662us { position:relative;display:none; }#lJLZyuplEerTmeuClQcVSIENTcw662us { border-width: 0; border-radius: 0; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .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; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .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:11.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rk9ymDhyZ5MSBEpy60OPBg9pTZfpXaTJ { color:#000000;display:block;width:49.4983125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0513916015625rem;left:4.6875rem;height:1.950075rem;display:block; }
#e5F2cKH0VruANuKeALVaBrAsQ66lLQb5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b30350;border-left:0.1875rem solid #b30350;border-right:0.1875rem solid #b30350;border-bottom:0.1875rem solid #b30350;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#b30350;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8115rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.56396484375rem;left:14.594116210938rem;display:block; }
#y8gnm3vTiCio5Z1slu6bnvAWlwAukux0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgU9Dx7z4u6VX9citu794e3GKCnrVPf1 { 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:15006;opacity:1;top:1.932373046875rem;left:1.25rem; }
#oSTKfDSTyf1duQsmT7c8PRvtoiHHzuwe { box-sizing:content-box;height:10.68725rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:0rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { position:relative;display:block; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { background-color: transparent; background-image: none; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container > .video-iframe-container { display: none; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row > .video-iframe-container { display: none; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .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); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { border-width: 0; border-radius: 0; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .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; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .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:14.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X7y6nXBwHW9TMZ3d8I3ro11sDahD1EqT { color:#000000;display:block;width:49.4983125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1763916015625rem;left:4.6875rem;height:1.950075rem;display:block; }
#DByOhvccpVOkZB2Rzt78WTHzZQXUIhSU { 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:15007;opacity:1;top:0.9322509765625rem;left:1.25rem; }
#EokDJmzZtLg5sCVnBt4dWlTTqo5E6Ep6 { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.64111328125rem;left:4.6875rem;height:1.29980625rem;display:block; }
#BLTBbIcKfEJbLP5kuANg0gdh1RagdF2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.6260986328125rem;left:4.6875rem; }
#qtnNg7WoZsBSRNJbb1UPG0wwOpFIT2Qm { color:#000000;display:block;width:47.374875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.8134765625rem;left:7.0751953125rem;height:1.29980625rem;font-style:normal;display:block; }
#nHLfbGyQCDGUruyW9WTBlAFyA9aCTQ3E { box-sizing:content-box;height:13.25rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0.2447509765625rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { 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; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { background-color: transparent; background-image: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .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); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { border-width: 0; border-radius: 0; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { 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:4.8123779296875rem;left:18.468627929688rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { 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:16.224609375rem;left:0rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { 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.93701171875rem;left:27.062377929688rem; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { 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.93701171875rem;left:29.874877929688rem; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { 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.93701171875rem;left:32.749633789062rem; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { 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:16.225219726562rem;left:34.874877929688rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { 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:16.225219726562rem;left:47.31201171875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { 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:0.875rem;left:28.031005859375rem;overflow:hidden;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { 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.93701171875rem;left:24.312133789062rem; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { top:6.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8vfSOoinu0n9iylZstfgdz6tvdSegNI { top:8.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { top:26.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { top:1.875rem;left:19.125rem;width:9.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { width:34.375rem;height:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkpnExKgTIypd31u3CH5DdTBTUFT32os { display:block; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtDNi1LiB8phPoRUWVpvJ1cbsgL7WzV0 { top:2.0625rem;left:0.5380859375rem;width:47rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd3JTTNtFr11aOwCfRJQStCVluP67ftV { top:8.8125rem;left:0rem;width:46.625rem;height:8.5rem;font-size:0.875rem;display:block; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c62aa91d09aebd4c94fbb9a6279563a2600791ee.svg); }
 }@media only screen and (max-width: 763px) { #KuoqN89v5nnhoCyOxGu9uMIcyX8aBXy5 { top:7.25rem;left:0rem;width:47.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h { display:block; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yImxnlSqX2TxsPyp8QBkLKEoVKSKbgxS { top:2.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpWWbPfSbN7sCUgQG5bJV6U2DGqfTWd { width:30.8125rem;height:3.4375rem;top:5.9375rem;left:9.1524658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOuNoqN6A0Bl2qpBwAXQQb8sNEiB9TZC { display:block; }
 }@media only screen and (max-width: 763px) { #gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { display:block; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzm2Kd8nDX5funQrtA5wu2DPxTzUa80h { top:5.625rem;left:0rem;width:47.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoxVRofqBuIltiAOImVUs4zD2QRO3Fr { top:7.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfABrx9hLTqkZLMTBc4D9INZfOqdnpId { top:21.75rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTVgTrs9mpNNDm0caBXMXU5ylFBnhfSQ { top:28.625rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCOgm3N4vVX1t3WEq2TBE2ZIBOqeM1s { top:8rem;left:1.875rem;width:45.875rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGB9OoWTwufDpVyztu2fUIZXfHqppicx { top:24.0625rem;left:1.9375rem;width:45.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxwSTcMMrZmTotTbPuQVeLRfHFfKP6SV { top:23.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebAfbtzw5HeQfQEdDIKREgyLhhVgOwvx { top:30.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIZx0loVZ5x7CmOCCsQTcp43J24mEuCw { top:31rem;left:1.9375rem;width:45.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZVpvcmIT420RiV6D3Ex4qO02CoS3iE { top:1.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuoTNwDc0fUaaTlm1fqbNcSdX4omNNQt { top:1.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTLwwzvH2ANxuZxU3Atsa0QtRonJVE6 { top:0rem;left:0rem;width:47.75rem;height:55.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGc8q6WEK5Kgi1p5E7gHrP2qHwrGfPlQ { top:38.3125rem;left:0rem;width:47.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CsCgkFtNFfg5VzV8JgchplAqOuvBlD { top:39.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM6yKQ1kzzZ58NdTT61ZNiHskAInnUpd { top:40.6875rem;left:1.9375rem;width:45.8125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heeXQ7QQgiUzhK5t5dVbhl3HgfSFtAqL { top:48.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { top:2rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { top:6rem;left:0rem;width:47.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnRzqGILqxy0fv9cnHX7GtGJqB6xBs7 { top:1.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { top:0.1875rem;left:0rem;width:47.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLZyuplEerTmeuClQcVSIENTcw662us { display:block; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk9ymDhyZ5MSBEpy60OPBg9pTZfpXaTJ { top:2.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5F2cKH0VruANuKeALVaBrAsQ66lLQb5 { width:30.75rem;height:3.375rem;top:5.5625rem;left:8.4691162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8gnm3vTiCio5Z1slu6bnvAWlwAukux0 { display:block; }
 }@media only screen and (max-width: 763px) { #wgU9Dx7z4u6VX9citu794e3GKCnrVPf1 { top:1.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTKfDSTyf1duQsmT7c8PRvtoiHHzuwe { top:0rem;left:0rem;width:47.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { display:block; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7y6nXBwHW9TMZ3d8I3ro11sDahD1EqT { top:1.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DByOhvccpVOkZB2Rzt78WTHzZQXUIhSU { top:0.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EokDJmzZtLg5sCVnBt4dWlTTqo5E6Ep6 { top:5.625rem;left:0rem;width:47.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLTBbIcKfEJbLP5kuANg0gdh1RagdF2M { top:9.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnNg7WoZsBSRNJbb1UPG0wwOpFIT2Qm { top:9.8125rem;left:0.4375rem;width:47.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHLfbGyQCDGUruyW9WTBlAFyA9aCTQ3E { top:0.1875rem;left:0rem;width:47.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { top:4.75rem;left:12.343627929688rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { top:16.1875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { top:11.875rem;left:20.937377929688rem;width:2.1875rem;height:2.1875rem;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { top:11.875rem;left:23.749877929688rem;width:2.1875rem;height:2.1875rem;display:block; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { top:11.875rem;left:26.624633789062rem;width:2.1875rem;height:2.1875rem;display:block; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { top:16.1875rem;left:28.749877929688rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { top:16.1875rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { width:3.9375rem;height:3.9375rem;top:0.875rem;left:21.906005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { top:11.875rem;left:18.187133789062rem;width:2.1875rem;height:2.1875rem;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { width:17.5rem;height:3.25rem;top:5.4990234375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8vfSOoinu0n9iylZstfgdz6tvdSegNI { width:17.687rem;height:1.625rem;top:8.7490234375rem;left:1.1552734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { width:18.3110625rem;height:4.548825rem;top:21.49072265625rem;left:0.84423828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { width:14.6875rem;height:3.875rem;top:0.875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { top:1.0146484375rem;left:8.53125rem;width:2.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WkpnExKgTIypd31u3CH5DdTBTUFT32os { display:block; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtDNi1LiB8phPoRUWVpvJ1cbsgL7WzV0 { width:15rem;height:4.548825rem;top:1.74951171875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd3JTTNtFr11aOwCfRJQStCVluP67ftV { width:16.437375rem;height:6.9360625rem;top:8.6875rem;left:2.5625rem;font-size:0.875rem;display:block; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c62aa91d09aebd4c94fbb9a6279563a2600791ee.svg); }
 }@media only screen and (max-width: 763px) { #KuoqN89v5nnhoCyOxGu9uMIcyX8aBXy5 { width:17.875rem;height:9.125rem;top:7.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h { display:block; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yImxnlSqX2TxsPyp8QBkLKEoVKSKbgxS { width:17.687375rem;height:2.76171875rem;top:1.4373779296875rem;left:1.15478515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpWWbPfSbN7sCUgQG5bJV6U2DGqfTWd { width:18.87425rem;height:3.4375rem;top:5.4111328125rem;left:0.531005859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOuNoqN6A0Bl2qpBwAXQQb8sNEiB9TZC { display:block; }
 }@media only screen and (max-width: 763px) { #gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { display:block; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzm2Kd8nDX5funQrtA5wu2DPxTzUa80h { width:20rem;height:19.75rem;top:4.1873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoxVRofqBuIltiAOImVUs4zD2QRO3Fr { display:flex;width:1.875rem;height:1.875rem;top:5.06201171875rem;left:0.43701171875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZfABrx9hLTqkZLMTBc4D9INZfOqdnpId { width:20rem;height:5.3125rem;top:24.562133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTVgTrs9mpNNDm0caBXMXU5ylFBnhfSQ { width:20rem;height:10.5rem;top:30.499633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCOgm3N4vVX1t3WEq2TBE2ZIBOqeM1s { width:16.5625rem;height:17.05809375rem;top:5.4996337890625rem;left:2.65625rem;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rGB9OoWTwufDpVyztu2fUIZXfHqppicx { width:14.562375rem;height:2.2744125rem;top:25.937255859375rem;left:2.6873779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxwSTcMMrZmTotTbPuQVeLRfHFfKP6SV { display:flex;width:1.875rem;height:1.875rem;top:25.4990234375rem;left:0.43701171875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ebAfbtzw5HeQfQEdDIKREgyLhhVgOwvx { display:flex;width:1.875rem;height:1.875rem;top:31.31201171875rem;left:0.43701171875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EIZx0loVZ5x7CmOCCsQTcp43J24mEuCw { width:16.1875rem;height:7.9604375rem;top:31.811889648438rem;left:2.874755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZVpvcmIT420RiV6D3Ex4qO02CoS3iE { width:16.3125rem;height:1.4624rem;top:1.1435546875rem;left:2.81201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuoTNwDc0fUaaTlm1fqbNcSdX4omNNQt { display:flex;width:2.1875rem;height:2.1875rem;top:0.625rem;left:0.3125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #EhTLwwzvH2ANxuZxU3Atsa0QtRonJVE6 { width:20rem;height:58.25rem;top:0.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGc8q6WEK5Kgi1p5E7gHrP2qHwrGfPlQ { width:20rem;height:7.5625rem;top:41.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CsCgkFtNFfg5VzV8JgchplAqOuvBlD { display:flex;width:1.875rem;height:1.875rem;top:42.600708007812rem;left:0.43701171875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dM6yKQ1kzzZ58NdTT61ZNiHskAInnUpd { width:15.249625rem;height:5.6860375rem;top:42.600708007812rem;left:2.8736572265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heeXQ7QQgiUzhK5t5dVbhl3HgfSFtAqL { width:17.8125rem;height:5.6860375rem;top:51.338989257812rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { width:15.4375rem;height:2.92480625rem;top:1.3740234375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { width:18.062rem;height:7.9604375rem;top:5.0859375rem;left:0.9677734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnRzqGILqxy0fv9cnHX7GtGJqB6xBs7 { display:flex;width:2.1875rem;height:2.1875rem;top:0.9180908203125rem;left:0.25rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { width:20rem;height:14.3125rem;top:0.4364013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLZyuplEerTmeuClQcVSIENTcw662us { display:none; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rk9ymDhyZ5MSBEpy60OPBg9pTZfpXaTJ { width:15.7495rem;height:2.92480625rem;top:0.999755859375rem;left:2.7891845703125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5F2cKH0VruANuKeALVaBrAsQ66lLQb5 { width:18.625rem;height:3.375rem;top:4.8114013671875rem;left:0.68603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8gnm3vTiCio5Z1slu6bnvAWlwAukux0 { display:block; }
 }@media only screen and (max-width: 763px) { #wgU9Dx7z4u6VX9citu794e3GKCnrVPf1 { display:flex;width:1.875rem;height:1.875rem;top:0.999755859375rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oSTKfDSTyf1duQsmT7c8PRvtoiHHzuwe { width:20rem;height:8.9375rem;top:0.187255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { display:block; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7y6nXBwHW9TMZ3d8I3ro11sDahD1EqT { width:8.937375rem;height:1.4624rem;top:1.7996826171875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DByOhvccpVOkZB2Rzt78WTHzZQXUIhSU { display:flex;width:1.875rem;height:1.875rem;top:1.4996337890625rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EokDJmzZtLg5sCVnBt4dWlTTqo5E6Ep6 { width:17.937rem;height:3.41161875rem;top:4.4173583984375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLTBbIcKfEJbLP5kuANg0gdh1RagdF2M { display:flex;width:1.625rem;height:1.625rem;top:8.56201171875rem;left:1.2261962890625rem; }
 }@media only screen and (max-width: 763px) { #qtnNg7WoZsBSRNJbb1UPG0wwOpFIT2Qm { width:16.062rem;height:1.13769375rem;top:8.8055419921875rem;left:3.25048828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHLfbGyQCDGUruyW9WTBlAFyA9aCTQ3E { width:20rem;height:11.5625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { background-color: transparent; background-image: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .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); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { width:20rem;height:6.39845rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { width:20rem;height:2.79980625rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { width:12.6875rem;height:1.40014375rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { width:12.6875rem;height:1.40014375rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }