.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:none;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 > .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.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#CO2CapaQyKnHC2TqcSe9qCNzcSkL2kzW { color:#4c86a9;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;top:4.8125rem;left:1.8125rem;height:10.7988125rem;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:28.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:19.3125rem;left:1.8125rem;height:7rem;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; }
#ZT0GQ1a3ICSLNxTAvRJtTqt9yI5qcD7q { box-sizing:content-box;height:16.1875rem;width:43.1875rem;position:absolute;display:block;z-index:14988;background-color:rgba(255,255,255,0.7);background-image:none;top:2.125rem;left:0rem;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:15025;background-color:#ffffff;background-image:none;top:6.5625rem;left:47.5rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.25) ;display:block; }
#TkhvdGmVq11HByJ76momxAinzXR62F1p { color:#b30350;display:block;width:9.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.1875rem;left:48.875rem;height:5.19921875rem;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; }
#RP1zQDDbygfBZMg3ZtO1BP9zB3ddM6EN { background-color:transparent;background-image: -webkit-linear-gradient(176deg, #fb2281, #b30350);background-image: -moz-linear-gradient(176deg, #fb2281, #b30350);background-image: -ms-linear-gradient(176deg, #fb2281, #b30350);background-image: -o-linear-gradient(176deg, #fb2281, #b30350);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2281', endColorstr='#b30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2281', endColorstr='#b30350' );";background-image: linear-gradient(176deg, #fb2281, #b30350);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 1.5625rem rgba(251,34,129,0.74) ;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.5rem;left:1.8125rem;display:block; }
#oPIgv4Ln82xQHmJ29ZFhdIR4AiBzGyEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwMMZnQiwhV6BIgSySdnnA5eHaLHyLwm { position:absolute;display:block;z-index:15024;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:27.875rem;width:19.8125rem;top:7.4375rem;left:33.333984375rem;overflow:hidden;display:block; }
#gyVTVPtDtURcdO7aRltq0qTnB4H5UbgA { 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:65.875rem;width:60rem;display:none; }
#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:43.1875rem;width:60rem;position:relative;display:block; }#pX2Vc1S9sfZsWRmvlytM8XQEm3Wk0AUH { color:#2a2a2a;display:block;width:52.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:9.10546875rem;left:3.65625rem;height:4.72411875rem;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; }
#qJT2JcLhARkI1MdKWw4OcWXU7686yHVO { color:#2a2a2a;display:block;width:52.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.6875rem;left:3.65625rem;height:6.2998125rem;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; }
#h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc { color:#2a2a2a;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.076171875rem;left:4.53125rem;height:15.109875rem;text-align:left;text-align-last:left;display:block; }#h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#iEQwTqldf4sDGP90TrGqTGkThtteoyqN { color:#2a2a2a;display:block;width:52.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:31.23046875rem;left:3.65625rem;height:1.57470625rem;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; }
#CtVbsOvln9CcsuPR7Dm6s6i17h0PMecq { background-color:transparent;background-image: -webkit-linear-gradient(176deg, #fb2281, #b30350);background-image: -moz-linear-gradient(176deg, #fb2281, #b30350);background-image: -ms-linear-gradient(176deg, #fb2281, #b30350);background-image: -o-linear-gradient(176deg, #fb2281, #b30350);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2281', endColorstr='#b30350' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2281', endColorstr='#b30350' );";background-image: linear-gradient(176deg, #fb2281, #b30350);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 1.5625rem rgba(251,34,129,0.74) ;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.375rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.5625rem;left:13.3125rem;display:block; }
#pdAcfKRkhzgzrhzT3Q2IdKat538OZLHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.37);background-image:none;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; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container { background-color: transparent; background-image: none; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container > .video-iframe-container { display: none; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row > .video-iframe-container { display: none; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .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); }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container { border-width: 0; border-radius: 0; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .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; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#oDswurVOc5IZORdHO5TPSph3q0QSTVoa { color:#2a2a2a;display:block;width:52.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.65625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:6.8125rem;left:3.65625rem;height:19.2480625rem;display:block; }#M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3bfc9f76458a779b949364ad2c794f59a1c006b.svg); }
#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD { 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; }#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:37.1875rem;width:60rem;position:relative;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:5rem;left:34.375rem;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:25.0625rem;width:19.9375rem;top:9.625rem;left:34.8125rem;display:block; }
#yr8VFKuqzgaO9gh6P6H1ShKNwARk26pP { color:#0b050f;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.0625rem;left:2.625rem;height:27rem;display:block; }
#Rksz4SuU2yrt3SRq8yuQuERZnU8M59rT { color:#2a2a2a;display:block;width:53.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:2.625rem;height:2.5996125rem;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; }
#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.37);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; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container { background-color: transparent; background-image: none; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container > .video-iframe-container { display: none; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row > .video-iframe-container { display: none; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .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); }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container { border-width: 0; border-radius: 0; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#y5UKamQ09DONVwsT5QwdoGGWXTF6nZPK { color:#2a2a2a;display:block;width:49.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.7177734375rem;left:5.03125rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSmDKMRHUrObHpZURGFVi4D9O4UrZqw2 { 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:5rem;width:15.3125rem;top:6rem;left:0.75rem;overflow:hidden;display:block; }
#WCEsZSpQLTSNSoSGDoClRiZMmeF6bZrT { position:absolute;display:block;z-index:15006;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:10.375rem;width:20.9375rem;top:6.0625rem;left:16.9375rem;overflow:hidden;display:block; }
#SkRzeFifQQWmxMMlMKQEw82QDrE3lQa2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:15.375rem;top:11.875rem;left:0.75rem;overflow:hidden;display:block; }
#yHTkllL8ZqcDugTrUmXCCdfFNs4isbJ1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:15.4375rem;top:18.125000953674rem;left:0.75rem;overflow:hidden;display:block; }
#fBfVqvu3UrzF2VUDermLTpC475mB1ScC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:21rem;top:17.000000953674rem;left:16.9375rem;overflow:hidden;display:block; }
#XkAhV4dMdG7Rcyc2gBiA3zFS39z5Go3G { position:absolute;display:block;z-index:15013;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:7.625rem;width:20.5rem;top:6rem;left:38.686199188233rem;overflow:hidden;display:block; }
#waTfu6BvfZqDxT8TK9McnCOIGFdovqUo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:20.625rem;top:14.479166984558rem;left:38.623699188233rem;overflow:hidden;display:block; }
#hixeaV1GunFmSoOX29Zli44eqAAnVBpv { 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; }#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:35.125rem;width:60rem;position:relative;display:block; }#yzTyD7nMXUb0rh2p384G92OcV2Bnn4c7 { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.625rem;left:0.78125rem;height:1.8374rem;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; }
#rWiglTKC7ueaJKwF2QGm2Q5H9h5oMXwp { position:absolute;display:block;z-index:15002;height:21.75rem;width:38.75rem;top:5.27392578125rem;left:10.625rem;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.40014375rem;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.40014375rem;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.40014375rem;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:36.25rem;height:10.75rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfcGqBVpmSwoJ4hNwrEpV50r2RExD1t { width:28.75rem;height:7rem;top:19.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0GQ1a3ICSLNxTAvRJtTqt9yI5qcD7q { top:2.125rem;left:0rem;width:43.1875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbc24ZG1oIRHfBRnPUyAkhbG86wGhiCR { top:6.5625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhvdGmVq11HByJ76momxAinzXR62F1p { width:9.75rem;height:5.1875rem;top:10.1875rem;left:38rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP1zQDDbygfBZMg3ZtO1BP9zB3ddM6EN { width:23.875rem;height:4.0625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPIgv4Ln82xQHmJ29ZFhdIR4AiBzGyEh { display:block; }
 }@media only screen and (max-width: 763px) { #cwMMZnQiwhV6BIgSySdnnA5eHaLHyLwm { top:7.4375rem;left:27.208984375rem;width:19.8125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyVTVPtDtURcdO7aRltq0qTnB4H5UbgA { width:47.75rem;height:52.375rem;display:none; }
 }@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) { #pX2Vc1S9sfZsWRmvlytM8XQEm3Wk0AUH { width:47.75rem;height:4.6875rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJT2JcLhARkI1MdKWw4OcWXU7686yHVO { width:47.75rem;height:6.25rem;top:1.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc { width:47.6875rem;height:15.0625rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }#h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #iEQwTqldf4sDGP90TrGqTGkThtteoyqN { width:47.75rem;height:1.5625rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtVbsOvln9CcsuPR7Dm6s6i17h0PMecq { width:33.375rem;height:4.0625rem;top:35.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAcfKRkhzgzrhzT3Q2IdKat538OZLHm { display:block; }
 }@media only screen and (max-width: 763px) { #E9AxWgkKsArlaMGm38uueEXAsDzHTL82 { display:block; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDswurVOc5IZORdHO5TPSph3q0QSTVoa { top:2.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG { top:6.8125rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1rem;display:block; }#M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3bfc9f76458a779b949364ad2c794f59a1c006b.svg); }
 }@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) { #UPmr9eoxafVU1Xuy3i9UCwZ2d51wiEyO { width:21.125rem;height:29.912210317647rem;top:5rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6hTGMNZUsXwhf2vEbc3weiZ3LrkHOCu { top:9.625rem;left:25.625rem;width:19.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8VFKuqzgaO9gh6P6H1ShKNwARk26pP { top:8.0625rem;left:0rem;width:27.4375rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rksz4SuU2yrt3SRq8yuQuERZnU8M59rT { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q { display:block; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5UKamQ09DONVwsT5QwdoGGWXTF6nZPK { top:1.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmDKMRHUrObHpZURGFVi4D9O4UrZqw2 { top:6rem;left:0rem;width:15.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCEsZSpQLTSNSoSGDoClRiZMmeF6bZrT { top:6.0625rem;left:10.8125rem;width:20.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRzeFifQQWmxMMlMKQEw82QDrE3lQa2 { top:11.875rem;left:0rem;width:15.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHTkllL8ZqcDugTrUmXCCdfFNs4isbJ1 { top:18.125rem;left:0rem;width:15.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBfVqvu3UrzF2VUDermLTpC475mB1ScC { top:17rem;left:10.8125rem;width:21rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkAhV4dMdG7Rcyc2gBiA3zFS39z5Go3G { top:6rem;left:27.25rem;width:20.5rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTfu6BvfZqDxT8TK9McnCOIGFdovqUo { top:14.4375rem;left:27.125rem;width:20.625rem;height:7.4375rem;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:1.8125rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWiglTKC7ueaJKwF2QGm2Q5H9h5oMXwp { top:5.25rem;left:4.5rem;width:38.75rem;height:21.75rem;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:none;display:block; }#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:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO2CapaQyKnHC2TqcSe9qCNzcSkL2kzW { width:18.9375rem;height:9.599625rem;top:1.25rem;left:0.8125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfcGqBVpmSwoJ4hNwrEpV50r2RExD1t { width:18.8125rem;height:7.312rem;top:12.1875rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0GQ1a3ICSLNxTAvRJtTqt9yI5qcD7q { width:20rem;height:10.3125rem;top:0.8125rem;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:7.125rem;height:7.125rem;top:20.5rem;left:11.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhvdGmVq11HByJ76momxAinzXR62F1p { width:6.1245125rem;height:2.92480625rem;top:22.60009765625rem;left:12.43701171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RP1zQDDbygfBZMg3ZtO1BP9zB3ddM6EN { width:19rem;height:4.0625rem;top:43.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPIgv4Ln82xQHmJ29ZFhdIR4AiBzGyEh { display:block; }
 }@media only screen and (max-width: 763px) { #cwMMZnQiwhV6BIgSySdnnA5eHaLHyLwm { width:19.8125rem;height:27.875rem;top:49rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyVTVPtDtURcdO7aRltq0qTnB4H5UbgA { top:21.8125rem;left:0rem;width:20rem;height:21.9375rem;z-index:14987;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi { display:block; }#cB23S1oCEgp8Xtd4JcPHiC2JDfGJETQi > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX2Vc1S9sfZsWRmvlytM8XQEm3Wk0AUH { width:18.6875rem;height:9rem;top:10.296875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qJT2JcLhARkI1MdKWw4OcWXU7686yHVO { width:18.5rem;height:7.7988125rem;top:1.25rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:poppins;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc { width:18rem;height:27.9375rem;top:20.546875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#h4rEMDFCquP9KqQLRnsx13wQnHgbZ9Rc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #iEQwTqldf4sDGP90TrGqTGkThtteoyqN { width:17.5625rem;height:4.5rem;top:49.734375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CtVbsOvln9CcsuPR7Dm6s6i17h0PMecq { width:19rem;height:4.0625rem;top:55.484375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAcfKRkhzgzrhzT3Q2IdKat538OZLHm { display:block; }
 }@media only screen and (max-width: 763px) { #E9AxWgkKsArlaMGm38uueEXAsDzHTL82 { display:block; }#E9AxWgkKsArlaMGm38uueEXAsDzHTL82 > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDswurVOc5IZORdHO5TPSph3q0QSTVoa { width:15.25rem;height:3.8994125rem;top:1.25rem;left:2.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG { width:17.6875rem;height:39.640625rem;top:6.3984375rem;left:1.125rem;font-size:1rem;display:block; }#M7dzt3Ve59LbuKqXHAfRbwFprRZwf5TG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3bfc9f76458a779b949364ad2c794f59a1c006b.svg); }
 }@media only screen and (max-width: 763px) { #FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD { display:block; }#FGu55mDEkGz4B4DUNvuL0Z1fHCwovGsD > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPmr9eoxafVU1Xuy3i9UCwZ2d51wiEyO { width:12.5rem;height:17.687rem;top:42.17041015625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6hTGMNZUsXwhf2vEbc3weiZ3LrkHOCu { width:12.375rem;height:17.875rem;top:41.5439453125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8VFKuqzgaO9gh6P6H1ShKNwARk26pP { width:17.9375rem;height:32.1977375rem;top:8.34863125rem;left:1rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rksz4SuU2yrt3SRq8yuQuERZnU8M59rT { width:17.875rem;height:5.84911875rem;top:1.25rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q { display:block; }#raMaSi7fCb99RTIGE0CgmGzUqJI8vz2Q > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5UKamQ09DONVwsT5QwdoGGWXTF6nZPK { width:14.749rem;height:5.3994125rem;top:1.25rem;left:2.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSmDKMRHUrObHpZURGFVi4D9O4UrZqw2 { width:18.125rem;height:5.875rem;top:7.8984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCEsZSpQLTSNSoSGDoClRiZMmeF6bZrT { width:18.125rem;height:9.125rem;top:22.8359375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRzeFifQQWmxMMlMKQEw82QDrE3lQa2 { width:18.0625rem;height:6.5625rem;top:15.0234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHTkllL8ZqcDugTrUmXCCdfFNs4isbJ1 { width:18.125rem;height:4.4375rem;top:41.1484375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBfVqvu3UrzF2VUDermLTpC475mB1ScC { width:18.125rem;height:4.375rem;top:46.8359375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkAhV4dMdG7Rcyc2gBiA3zFS39z5Go3G { width:18.125rem;height:6.6875rem;top:33.2109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTfu6BvfZqDxT8TK9McnCOIGFdovqUo { width:18.125rem;height:6.5rem;top:52.4609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixeaV1GunFmSoOX29Zli44eqAAnVBpv { display:block; }#hixeaV1GunFmSoOX29Zli44eqAAnVBpv > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzTyD7nMXUb0rh2p384G92OcV2Bnn4c7 { width:18.875rem;height:7.69925rem;top:1.25rem;left:0.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWiglTKC7ueaJKwF2QGm2Q5H9h5oMXwp { width:20rem;height:21.75rem;top:10.19925rem;left:0rem;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.79980625rem;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; } }