.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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 { background-color:transparent;background-image: -webkit-linear-gradient(204deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(204deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(204deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(204deg, #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(204deg, #f1ece6, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;overflow:visible;position:relative;display:block; }#dTtwI8V0VVPH35u2F5B29sCaaSHvUElL { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:14rem;height:0;display:block; }
#DJXeC42dRt7QpuWMmRmB8y0zBwRv9tzT { color:#b30350;display:block;width:48.8125rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.75rem;left:4.625rem;height:14.3994375rem;font-style:normal;display:block; }
#utMeRdThf08HQvuRPPls2zVgw8I9Coyf { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.75rem;height:3.25rem;font-style:normal;display:block; }
#zTTS1RTarDkW28AdzQVL0fhqs3ffgPZO { color:#000000;display:block;width:45.8745625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:4.625rem;height:1.625rem;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; }
#xTym6OyZF0df9ihuaQlDEtGS75FWDnu1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:14.8746875rem;top:4rem;left:3.5rem;overflow:hidden;display:block; }
#fPttbKB4sGKiOKuoUeyBsKndFMs47lmX { box-sizing:content-box;height:15rem;width:0.375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:7.4375rem;left:2.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#E1KrdrNFi39CpS7TJWueVLS2ckSlTwOA { position:absolute;display:block;z-index:15020;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:37.75rem;width:21.625rem;top:0.0625rem;left:53.375rem;overflow:hidden;display:block; }
#F09dK7fyHbG5ouv25qKp2iMQDiCTuTlm { 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:70.875rem;width:67.5rem;display:none; }
#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p { position:relative;display:block; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p { background-color: transparent; background-image: none; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .row .container > .video-iframe-container { display: none; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .row > .video-iframe-container { display: none; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .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); }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p { border-width: 0; border-radius: 0; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .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; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .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:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T0ODr8dk8xd8N5wfmqk61MAUQkcN9UN1 { color:#000000;display:block;width:50.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.25rem;height:2.599825rem;display:block; }
#BaF8xLJfqbWpX2PBhsHPGMiexZlXPCus { color:#000000;display:block;width:57.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.125rem;left:6.25rem;height:7.5rem;display:block; }
#K4VrfFRX22FdZFtS3HC2J2VvH1dbZcQH { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.4375rem;left:6.25rem;height:1.29980625rem;font-style:italic;display:block; }
#OozZNngT2I3OwF4HsTM2evB5S1XxQ5f0 { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:6.25rem;height:1.29980625rem;font-style:italic;display:block; }
#oHuBR1eZDrhRp9FXpMa36MhuGo0Dt9lR { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.1875rem;left:6.25rem;height:1.29980625rem;font-style:italic;display:block; }
#oe5ygk5XMkwynqfGedcoTmeFogODpQLU { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.7470703125rem;left:6.25rem;height:6rem;display:block; }
#oFbkrbKwhZ1XUMe9tbQ4zNWPxsbToJOo { position:absolute;display:block;z-index:15010;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:26.9375rem;width:20.9375rem;top:3.4595270156861rem;left:48.811850547791rem;overflow:hidden;display:none; }
#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp { 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; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container { background-color: transparent; background-image: none; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container > .video-iframe-container { display: none; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row > .video-iframe-container { display: none; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .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); }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container { border-width: 0; border-radius: 0; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#zXTAfCNrgIX72L1HAM7DixEUREpqeswh { color:#000000;display:block;width:10.7498125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:4.5625rem;left:15.0625rem;height:2rem;display:block; }
#TyRgGhiBppFyp3svwqANm4G28c9H1TZn { color:#000000;display:block;width:11.8115rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:4.4375rem;left:36.125rem;height:2rem;display:block; }
#LeX1ZLqtbJ0wWT7BuGF0TqEsDuwbAHuB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:2;letter-spacing:0;top:4.625rem;left:59.1875rem;height:2rem;display:block; }
#HKa9KK9GBt3h9s1PgnHgmSe9LyKTZAl9 { position:absolute;display:block;z-index:15010;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:9.749875rem;width:9.749875rem;top:6.875rem;left:8.3125rem;overflow:hidden;display:block; }
#WOhuWIKTQDbz7lCsVSZC4WquNJexBwhT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.99989375rem;width:5.99989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.4375rem;left:13.75rem; }
#cBw19SeZzbH0ntyFuUirkNu9aK4gvK7m { box-sizing:content-box;height:4.75rem;width:12.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.125rem;left:13.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bm4pSmJMQHPFilVdeDStVhVVvtSbeoA7 { position:absolute;display:block;z-index:15018;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:10rem;width:10rem;top:6.625rem;left:30.0625rem;overflow:hidden;display:block; }
#JJ51eleu6eOUnBZTq3NudXlu2To3MkT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.99989375rem;width:5.99989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.4375rem;left:34.625rem; }
#dT0PQOSdlXzXwTMrUt85LsVyty3Xb4xB { box-sizing:content-box;height:4.75rem;width:13.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:3.125rem;left:34.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BLZhmkWynzFluiydczOqk1adZGQmvP22 { box-sizing:content-box;height:4.75rem;width:14.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:3.3125rem;left:57.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cthQh8AGPAh6i3PyaHkMADnumxmges3o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.99989375rem;width:5.99989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.625rem;left:57.8125rem; }
#QWnGh4Rd1fzBWAmMpRl80SO6uqTWQAdV { position:absolute;display:block;z-index:15017;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.625rem;width:10.625rem;top:7.1875rem;left:52.5625rem;overflow:hidden;display:block; }
#l9yxhdZgfyINyxcRHyV4g09DVBdnnZ6E { box-sizing:content-box;height:8.125rem;width:19.124875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffffc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffffc9' );";background-image: linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-size:auto !important;top:8.4715719223025rem;left:4.5617399215698rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#pUGxTfqALmBxIbSvPaFDwBKMbN2hgTJM { box-sizing:content-box;height:8.125rem;width:19.124375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffffc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffffc9' );";background-image: linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-size:auto !important;top:8.4090719223025rem;left:28.062285423279rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#bGy97EpCSFHpFUee67qpCKotMD5hVbfa { box-sizing:content-box;height:8.125rem;width:19.124375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffffc9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffffc9' );";background-image: linear-gradient(180deg, #f1ece6, rgba(255,255,255,0.79));background-size:auto !important;top:8.5340719223025rem;left:51.187285423279rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f1ece6, #ddd7cd);background-image: -moz-linear-gradient(169deg, #f1ece6, #ddd7cd);background-image: -ms-linear-gradient(169deg, #f1ece6, #ddd7cd);background-image: -o-linear-gradient(169deg, #f1ece6, #ddd7cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ddd7cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ddd7cd' );";background-image: linear-gradient(169deg, #f1ece6, #ddd7cd);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container { background-color: transparent; background-image: none; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container > .video-iframe-container { display: none; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row > .video-iframe-container { display: none; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .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); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container { border-width: 0; border-radius: 0; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#P6pKK06GpZxbMAsQKRcHePkcyhDmKZcP { color:#000000;display:block;width:54.4998125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6875rem;left:10.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#oBWZA8Ga2wirwMLzMvLrD7A4TGNBIhe3 { color:#b30350;display:block;width:54.4995rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:10.25rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D { position:relative;display:block; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D { background-color: transparent; background-image: none; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .row .container > .video-iframe-container { display: none; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .row > .video-iframe-container { display: none; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .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); }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D { border-width: 0; border-radius: 0; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .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; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .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:25.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aAhGT2dRgXtn6aWoQw6NUhNH8UqKqL94 { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3077260255814rem;left:6.87283039093rem;height:2.599825rem;display:block; }
#hP1ahimmNu0TokmBTBUiTPdrkHEph9my { color:#000000;display:block;width:58.3121875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0898444652556rem;left:6.87283039093rem;height:13.5rem;display:block; }
#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK { position:relative;display:block; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK { background-color: transparent; background-image: none; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row .container > .video-iframe-container { display: none; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row > .video-iframe-container { display: none; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .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); }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK { border-width: 0; border-radius: 0; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .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; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(241,236,230,0.4);background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eQ5ONWtvRBxaoTb5aTeilMSvxwzTh9t6 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:37.375rem;height:2.599825rem;display:block; }
#grasg1AZAxoqwy5zxiOkGHbxxdi68XuV { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:10.375rem;left:37.375rem;height:6rem;display:block; }
#DHlZuMASv4UVc3usVePUPpUTbw6grOQA { color:#000000;display:block;width:29.749875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:19.0625rem;left:37.375rem;height:3rem;display:block; }
#Tf01y8RKAfbUB1NhrkLsbpnd0xHGzqqN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.3746875rem;width:27.3746875rem;top:0rem;left:6.25rem;overflow:hidden;display:block; }
#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i { position:relative;display:block; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i { background-color: transparent; background-image: none; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row .container > .video-iframe-container { display: none; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row > .video-iframe-container { display: none; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .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); }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i { border-width: 0; border-radius: 0; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .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; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ev9KBS6ZkPbFTSZv9rxK2uyKito1B8GZ { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.73095703125rem;left:8.90625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S { position:relative;display:block; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S { background-color: transparent; background-image: none; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .row .container > .video-iframe-container { display: none; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .row > .video-iframe-container { display: none; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .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); }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S { border-width: 0; border-radius: 0; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .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; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .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.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cv6A3QNk95S6qfefXZHyc4Ad1A7LV7Ur { color:#000000;display:block;width:11.0623125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0111770629883rem;left:6.3118486404419rem;height:2.5996125rem;display:block; }
#p1gh0km4T9dfUz9QsiwZMNP4VxoEX31L { color:#000000;display:block;width:12.4365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3606777191162rem;left:22.687174797058rem;height:3.8994125rem;display:block; }
#ZDhX8r9a79WT0WK49kOieDLuSZhGl9S5 { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3606777191162rem;left:40.249567985534rem;height:3.8994125rem;display:block; }
#niJxQE1M9iFqs5TLNPfCQHAfM1VPaMMf { color:#000000;display:block;width:11.624875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0618495941162rem;left:58.749789237976rem;height:6.499rem;display:block; }
#eRhvOa92k5vkVOtRMT40PuXH8aBF2iRR { box-sizing:content-box;height:7.0621875rem;width:0.437283125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:1.7797317504882rem;left:4.7629127502441rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#qSwaCZnODDKbqbz9KNyc8z5s2KNSPT6T { box-sizing:content-box;height:7.0621875rem;width:0.437283125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:1.7786464691162rem;left:20.94997882843rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#k5kq5K1KZfZI1zGRAvbc8V1yNbTw5eaq { box-sizing:content-box;height:7.0621875rem;width:0.437283125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:1.7786464691162rem;left:38.387045860291rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#TXHp6TAXW48iraVbxo6ulOeyuJd4Pd5Q { box-sizing:content-box;height:7.0621875rem;width:0.437283125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:1.7786464691162rem;left:56.888564109803rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container { background-color: transparent; background-image: none; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container > .video-iframe-container { display: none; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row > .video-iframe-container { display: none; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .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); }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container { border-width: 0; border-radius: 0; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#zuPUCMnhho3TmqAMibD60qrWfXckgbPg { color:#000000;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8067493438721rem;left:6.68728351593rem;height:2.599825rem;display:block; }
#w0aVaTwn6DxSFiW787gfRAIqDbelDBfJ { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:17.5rem;left:6.6875rem;height:3rem;display:block; }
#T5Zv8wzZUh1KPfSin33ZXkSMoi6FTmGp { color:#000000;display:block;width:35.4996875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:11.0625rem;left:6.6875rem;height:4.5rem;display:block; }
#bTGS1vKuuRUOvNMTHGAVfEsmxzWeBOMu { position:absolute;display:block;z-index:15015;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:26.3748125rem;width:26.3748125rem;top:0.093316078186038rem;left:44.187285423279rem;overflow:hidden;display:block; }
#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy { position:relative;display:block; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy { background-color: transparent; background-image: none; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .row .container > .video-iframe-container { display: none; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .row > .video-iframe-container { display: none; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .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); }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy { border-width: 0; border-radius: 0; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .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; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .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:46rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hyZmIrDlZEv0zGgdad38iXrZudmloFtm { color:#000000;display:block;width:58.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:8.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lQD9wp0Nr47wS5pwnFrPvy5UufcQyqgh { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:20.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xgWVx4UVdXxBd7s6RBUgVAT17HJeUzrb { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9375rem;left:20.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#NxQuf9cozV8utDX3Vk8C6um5HGz5ecAl { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.8125rem;left:12.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mn8uxdF5KHgox6oLoGu03B0sGgh401vC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:43.375rem;top:14.375rem;left:17.28125rem;overflow:hidden;display:block; }
#LT8IzqZJaPJ4zN5cP42hOoaee5lVLmCJ { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8115rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.125rem;left:25.5615234375rem;display:block; }
#MhkkzAgQF4OO36UaHDdDBX78Z4hxRoc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container { background-color: transparent; background-image: none; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container > .video-iframe-container { display: none; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row > .video-iframe-container { display: none; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .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); }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container { border-width: 0; border-radius: 0; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#h4QTQo80o9gx4mnzrUAETDUZKqof8KWa { color:#000000;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.25rem;left:34.0625rem;height:2.599825rem;display:block; }
#akD4Fls1A4IIoJ8qsDX7OimkI959FU1t { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:34.0625rem;height:1.29980625rem;display:block; }
#nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.125rem;left:34.0625rem;height:;display:block; }#nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL { color:#000000;display:block;width:35.1871875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.6875rem;left:34.0625rem;height:;display:block; }#X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#WQbTWQTLl3we0n826ovJTaSbRHwcW7NU { color:#000000;display:block;width:35.1871875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.0625rem;left:34.0625rem;height:2.5996125rem;display:block; }#WQbTWQTLl3we0n826ovJTaSbRHwcW7NU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WQbTWQTLl3we0n826ovJTaSbRHwcW7NU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn { color:#000000;display:block;width:35.187rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.125rem;left:34.0625rem;height:3.8994125rem;display:block; }#NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm { color:#000000;display:block;width:31.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.5625rem;left:34.0625rem;height:2.5996125rem;display:block; }#ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#KSUGqOL0eGZggWB5mekE4A3CUxOiQG9v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.9371875rem;width:28.9371875rem;top:5.5625rem;left:2.5625rem;overflow:hidden;display:block; }
#nTAwqfTg4tGEqsOOigJItvDVl3H6ts2s { box-sizing:content-box;height:28.5rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:#ddd7cd;background-image:none;top:4.9375rem;left:3.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k { position:relative;display:block; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k { background-color: transparent; background-image: none; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row .container > .video-iframe-container { display: none; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row > .video-iframe-container { display: none; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .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); }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k { border-width: 0; border-radius: 0; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .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; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dnnLdFWo7koMLgZuJLwIeSQSmhMEhZzF { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.23095703125rem;left:15rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container { background-color: transparent; background-image: none; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container > .video-iframe-container { display: none; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row > .video-iframe-container { display: none; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .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); }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container { border-width: 0; border-radius: 0; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#O0ZFFmV2qmAzB8ABG89NXXI2BaZtbdTm { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.560546875rem;left:31.156250953674rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#tcosx82dOdzX3khvTnnFTkwLzTwQOguK { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:7.4368591308594rem;left:30.749348640442rem;height:5.3984375rem;display:block; }
#wu7xpoHoQGUozZiENE5OzQ0vr8xthBJr { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:14.1875rem;height:3.8994125rem;display:block; }
#prklMl08WUeOlO6acF7XokFIktwcODNd { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:14.3125rem;height:1.29980625rem;display:block; }#prklMl08WUeOlO6acF7XokFIktwcODNd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#prklMl08WUeOlO6acF7XokFIktwcODNd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
#c3BrqeULN6CBXs3biJtOl7M0bJ180kNv { color:#000000;display:block;width:6.624875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:3.999037027359rem;left:55.562067985534rem;height:1.4624rem;display:block; }
#KpDTl2RhilnILwJlpUpxxmisNMva9hbq { box-sizing:content-box;height:25.5625rem;width:61.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0.5rem;left:6.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#iSX1IpiX6yT7fFqByFGaX8MFgnJlb2Ma { box-sizing:content-box;height:25.1875rem;width:61.25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:27.436531066894rem;left:6.7697486877444rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#myHVts0BD79NETZTIPcQG990Kg03bRuB { position:absolute;display:block;z-index:15018;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:8.875rem;width:13.8125rem;top:3.9995660781861rem;left:14.18728351593rem;overflow:hidden;display:block; }
#CFO0fxUuFSDL7Gy0c4C04n8imWfqcw8g { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:#fec3dd;background-image:none;top:4.162109375rem;left:30.530598640442rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container { background-color: transparent; background-image: none; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container > .video-iframe-container { display: none; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row > .video-iframe-container { display: none; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .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); }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container { border-width: 0; border-radius: 0; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#JLDPpbTt1vuzMXiaO1a2yrCNnpmBvECI { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.6243591308594rem;left:30.686848640442rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#dAnxEMLkAqg8L3gftURrkDmGtnm14U19 { color:#000000;display:block;width:25.687375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:7.0625rem;left:30.624348640442rem;height:5.3984375rem;display:block; }
#VhJT21Oawl6CopOQSF3vqC240Ng9zwpb { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.312164306641rem;left:14.061089515686rem;height:3.8994125rem;display:block; }
#OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.292877197266rem;left:14.187500953674rem;height:1.29980625rem;display:block; }#OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
#z5ZVWiMbxS7Z5ZVKJBx6TmiiLbgXiWWC { color:#000000;display:block;width:6.624375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.3045787811279rem;left:54.763457298279rem;height:1.4624rem;display:block; }
#TmiDOrXLIP5Hw2IaF7DZ4K53mIuls6FP { box-sizing:content-box;height:25.1875rem;width:61.25rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:27.436531066894rem;left:6.7697486877444rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#x6zs6Pvvmk2hV0HJtr4BBfUKNiRqkrQy { position:absolute;display:block;z-index:15020;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:9.0625rem;width:13.8125rem;top:3.5617408752441rem;left:14.06033039093rem;overflow:hidden;display:block; }
#b50I4Qs6aGqAESrLm0fTwoFnUGiQ2Mah { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15013;background-color:#fec3dd;background-image:none;top:3.16015625rem;left:30.624348640442rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container { background-color: transparent; background-image: none; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container > .video-iframe-container { display: none; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row > .video-iframe-container { display: none; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .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); }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container { border-width: 0; border-radius: 0; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#n2SncpgsOE7rxPqgUwN8XiTUa2HT7gct { color:#000000;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4368591308594rem;left:30.811848640442rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#dSTWaEn0M9ctK7NohXH5796elH1Z4qUq { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:7.4368591308594rem;left:31.124348640442rem;height:5.3984375rem;display:block; }
#syp8hIDgGg9VqZB1EnieimdbkFMCq4hP { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:14.1875rem;height:3.8994125rem;display:block; }
#PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:14.3125rem;height:1.29980625rem;display:block; }#PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147512a32ace2d4d538744aa6d7798bddcdf8748.svg); }
#pnLRbVaMoKdXzZiXVMF8sbKrA1zE8kQG { color:#000000;display:block;width:6.624875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:3.999037027359rem;left:55.562067985534rem;height:1.4624rem;display:block; }
#a7KbFCab8EDDDqyRhxsfTypKZcTZiZdQ { box-sizing:content-box;height:25.5625rem;width:61.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0.5rem;left:6.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#hwaeVMoeqTzRWfHUzUUC9TiUt66SihMT { position:absolute;display:block;z-index:15019;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:9rem;width:13.8125rem;top:3.9990253448486rem;left:14.826390266419rem;overflow:hidden;display:block; }
#Nvhg5Xl9TysghKVr5mMA0oT4AIwVREiF { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:#fec3dd;background-image:none;top:3.9993591308594rem;left:30.656250953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#XROymuVToSg4oibJt0c4E4BogXJC72Dq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container { background-color: transparent; background-image: none; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container > .video-iframe-container { display: none; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row > .video-iframe-container { display: none; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .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); }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container { border-width: 0; border-radius: 0; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#uTFxkifhNZSqF0NTfIW52ay1MwDo2Vgk { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.00390625rem;left:30.020833015442rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#O6f70myL3iNqkERciN8Q6qWRbl1othgE { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:7rem;left:30.374348640442rem;height:5.3984375rem;text-align:left;text-align-last:left;display:block; }
#FTUQCUQgfLrzdhS41ckiHOxiLpccFA3d { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.312175750733rem;left:13.873589515686rem;height:3.8994125rem;display:block; }
#BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.292861938476rem;left:14.000000953674rem;height:1.29980625rem;display:block; }#BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
#X3ouZpITSCQ7zB9fhfuQwTsHgySWW8Ht { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5617408752441rem;left:56.138674736023rem;height:1.4624rem;display:block; }
#P4ppoUZb8lUCDiCWDTdZF3DefamlX4Pr { box-sizing:content-box;height:25rem;width:61.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0.849609375rem;left:6.888671875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#mskQHbDM0ZcdFB7TWZIQJWoPRTbJHWgu { position:absolute;display:block;z-index:15017;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:9.0625rem;width:13.8125rem;top:3.5617389678955rem;left:13.873156547546rem;overflow:hidden;display:block; }
#I3EudrZ7Vf6NRmI2OE2NQsXFWKA115SU { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:#fec3dd;background-image:none;top:3.5611953735351rem;left:30.083333015442rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container { background-color: transparent; background-image: none; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container > .video-iframe-container { display: none; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row > .video-iframe-container { display: none; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .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); }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container { border-width: 0; border-radius: 0; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#T8KiTwGw9Igh2qXfoOEKiQuqg6PT5zhH { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.75rem;left:30.375000953674rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#w2qP9R1Ff511ACGi06V2TizXX2hWcsTM { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.6875rem;left:30.375rem;height:5.8496125rem;display:block; }
#lIfHpXtWsgZhkgTsETElEnRT4bFMX1Qw { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:13.8125rem;height:3.8994125rem;display:block; }
#NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:13.9375rem;height:1.29980625rem;display:block; }#NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
#zw0GktEa770WZ2tbs3Sxn00NS2aKzN1C { box-sizing:content-box;height:25rem;width:61.25rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:0.73893165588381rem;left:6.7697486877444rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#bdxhT8MOm9oEa9DtVubQpJGbWgx0yxxv { position:absolute;display:block;z-index:15017;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:9.0625rem;width:13.8125rem;top:3.9995670318604rem;left:13.812392234803rem;overflow:hidden;display:block; }
#wVsZASDCQ0r9WlVzZcqAyW3UFoXyMiDq { color:#000000;display:block;width:32.3746875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:7.621742248535rem;left:30.374348640442rem;height:5.3984375rem;display:block; }
#z8zdKNUlo5SqzxmTr3simsUEQciKXTxh { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:#fec3dd;background-image:none;top:4.2877616882324rem;left:30.375000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#O9sDHulKHx8TTEVnFuW6OiDrwSbU8ID9 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.99951171875rem;left:55.1875rem;height:1.4624rem;display:block; }
#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container { background-color: transparent; background-image: none; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container > .video-iframe-container { display: none; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row > .video-iframe-container { display: none; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .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); }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container { border-width: 0; border-radius: 0; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#TrPh5hpTGlwaIz7XlmwhlMW1Tr27M8tl { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:30.375000953674rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#mBBErkBV60GmwkL4u4vwXDu0T69wIdSZ { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:7.25rem;left:30.375000953674rem;height:5.3984375rem;display:block; }
#a7zCh4rgJRL5O2br0HewsoUMVH4aHS9e { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:13.8125rem;height:2.5996125rem;display:block; }
#CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:13.9375rem;height:1.29980625rem;display:block; }#CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
#pwKZyEBvzmfi3Id2hkFG7Wnfl5BW5Ic4 { box-sizing:content-box;height:25rem;width:61.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0.73893165588381rem;left:6.7697486877444rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#WvgxiAL0Th4SOlLb2M0Aw8hkF9NbuGGf { position:absolute;display:block;z-index:15017;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:9rem;width:13.8125rem;top:3.9995660781861rem;left:13.812392234803rem;overflow:hidden;display:block; }
#qlEALAVVRMKrHmLkMgpTHxbMxcd6Tnva { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:#fec3dd;background-image:none;top:4rem;left:30.375000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#snWaFFJghQxAwFvqmVWSeaCQ0sFKdTpi { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.4375rem;left:56.1875rem;height:1.4624rem;display:block; }
#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container { background-color: transparent; background-image: none; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container > .video-iframe-container { display: none; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row > .video-iframe-container { display: none; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .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); }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container { border-width: 0; border-radius: 0; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#d8QMKIJGziDUROuITy1BZ4i8xI30gNJP { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.375000953674rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kcq5Xw0GyqLft2PQ93H3rpTsihXnc2pM { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:7.6875rem;left:30.375000953674rem;height:5.3984375rem;display:block; }
#OewH57eyCL54JtHSCJRbwWoBctMIFuCg { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.75rem;left:13.8125rem;height:2.5996125rem;display:block; }
#g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh { color:#000000;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:13.9375rem;height:1.29980625rem;display:block; }#g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
#eidloOv5GfsUC9Z2e42OZM8FNf2h3f5B { box-sizing:content-box;height:25rem;width:61.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0.73893165588381rem;left:6.7697486877444rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#T5c3N3Q4Wama7H3Kkk2hLckwHwpdNVXf { position:absolute;display:block;z-index:15017;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:9.0625rem;width:13.8125rem;top:3.9370660781861rem;left:13.812392234803rem;overflow:hidden;display:block; }
#TT0hZCAsDd320AgpgxZcHZw1mlL10OLu { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15014;background-color:#fec3dd;background-image:none;top:4.2076835632324rem;left:30.375000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#eyR3zVfkXPUOGdVHsS3EshtlTtHbtmnJ { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.5625rem;left:56.1875rem;height:1.4624rem;display:block; }
#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg { position:relative;display:block; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg { background-color: transparent; background-image: none; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row .container > .video-iframe-container { display: none; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row > .video-iframe-container { display: none; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .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); }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg { border-width: 0; border-radius: 0; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .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; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NEA0Ni1mh6gXleOzCL0MTXZm8TGpaf4W { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:13.71875rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container { background-color: transparent; background-image: none; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container > .video-iframe-container { display: none; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row > .video-iframe-container { display: none; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .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); }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container { border-width: 0; border-radius: 0; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#m2F2TtD8d3uNLehpus3AKdn5Qt6gvq4u { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.7701835632325rem;left:15.687500953674rem;height:1.625rem;display:block; }
#Jmr05TDTCexz5QzmrEugUQusDIJF8218 { color:#000000;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.8125rem;left:15.687500953674rem;height:2.5996125rem;display:block; }
#SQLWECXm7MATwqVnEUFeO77v4fz9Kr8V { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.125rem;left:15.6875rem;height:1.29980625rem;display:block; }
#ywHTurNh1mIEOy4QUuRyaBbZlgAJwP95 { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#GIhFJfihE8L2sXFCiAg2sDmvaKS08hQn { box-sizing:content-box;height:15rem;width:57.436rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.0822443962097rem;left:8.5400390625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#l292wOP4vadqdr6mp9lFfoxADJhCncPl { position:absolute;display:block;z-index:15017;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:16.5625rem;width:18.75rem;top:0.30262756347656rem;left:45.249567985534rem;overflow:hidden;display:block; }
#Cs8ROCUxtK0QkJToS2Pm5anDiBqJUubN { color:#000000;display:block;width:4.874675rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.124349594116rem;left:38.999567985534rem;height:1.29980625rem;display:block; }
#gkIxn42Sfhg6V2mKPJnEOTbAl7hhENV8 { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.71875rem;left:11.583333015442rem; }
#RSRfpuVZnZmgEP5pFTA9i5ga3qqxAnrF { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15016;background-color:#fec3dd;background-image:none;top:4.0625rem;left:15.687500953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#KTTZwuUT7qi6abTxKqIW9EMCb5t9QRaD { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:15.6875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container { background-color: transparent; background-image: none; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container > .video-iframe-container { display: none; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row > .video-iframe-container { display: none; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .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); }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container { border-width: 0; border-radius: 0; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#qSTpmcF0JapWGtQWShNURvoKCm35EHvf { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:15.625000953674rem;height:1.625rem;display:block; }
#TBUrXKdmS29IOaTJXNplf1LyVsRKMfCO { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:15.625000953674rem;height:3.8994125rem;display:block; }
#gfgf8c7vs4UEyTT4FrrkUiLB6e097Xpk { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.5rem;left:15.625000953674rem;height:1.29980625rem;display:block; }
#lIzwDUTgOiiU5n8PICNeaUiFT3ZVqwKv { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#Tsor8iMaBlf0SiTNcceuLaxU7ihiqlqG { box-sizing:content-box;height:16.25rem;width:57.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.08203125rem;left:8.7272138595581rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#G3legcL32fLFD53J1sz4UMp77oTMTRca { position:absolute;display:block;z-index:15017;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:16.9375rem;width:17.5rem;top:0.38741874694824rem;left:46.592883110046rem;overflow:hidden;display:block; }
#nkimIGypOvyQwXOgydu99vqg7kg1mhvz { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.84375rem;left:11.458333015442rem; }
#CsvHGzAIFUWwKayXWTlxMBGmKHpgC9H9 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5878925323486rem;left:15.625000953674rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnIXXXnpvPZiPCzLTdRHQa8uSmzESnpl { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15017;background-color:#fec3dd;background-image:none;top:4.1875019073486rem;left:15.625000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container { background-color: transparent; background-image: none; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container > .video-iframe-container { display: none; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row > .video-iframe-container { display: none; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .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); }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container { border-width: 0; border-radius: 0; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#ZwTth0Tka6Zf5L07XVwinNSSmVVbXeOi { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.8125rem;left:15.437500953674rem;height:3.25rem;display:block; }
#ZwP1qCHnl3TQKz6R7fcHy6fm94rV5vra { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.8125rem;left:15.437500953674rem;height:3.8994125rem;display:block; }
#tiqy1JA3EK5it1JaeEp7mfRpXJdnT3EB { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:15.437500953674rem;height:1.29980625rem;display:block; }
#LS53bysUrg3NSWfeQoWLF1CQe8dVTAOi { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#mwmwCZfAakyExTLDiGeZ9cCyqcaf715O { box-sizing:content-box;height:17.375rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:2.39453125rem;left:8.8528642654419rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#Do8prGDDWCEh6fngqotCHukyusWyhTbs { position:absolute;display:block;z-index:15017;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:16.8125rem;width:18.75rem;top:8.5830688476562E-6rem;left:46.187392234803rem;overflow:hidden;display:block; }
#zIvEnRoB4G8gOsocXpr27tWTkiwTbvKD { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.84375rem;left:11.333333015442rem; }
#QgTw8rwf5cBPwdNVvBLIPxGZMkwwJy1J { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5625rem;left:15.4375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSe6Ocb05RSFbv1INsEDSIyiRCdsHWfK { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15019;background-color:#fec3dd;background-image:none;top:4.1875rem;left:15.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container { background-color: transparent; background-image: none; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container > .video-iframe-container { display: none; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row > .video-iframe-container { display: none; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .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); }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container { border-width: 0; border-radius: 0; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#QDg1PM1D9efqcdVutlrzcfQ94xzShQ8e { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.4375rem;left:15.500000953674rem;height:3.25rem;display:block; }
#KMiLkNyduJJFGfo6IoxdyfhQoFg0eO8v { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.3125rem;left:15.500000953674rem;height:3.8994125rem;display:block; }
#w4KNTWzl7XpU0kyQvtV2bDffKRpPkf8R { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.4375rem;left:15.500000953674rem;height:1.29980625rem;display:block; }
#OWHogvTLl1Z1XNnRzs1KbPBmQVTivvOX { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#TqfItC7WZuuvTqxu3ThrTLpepzTx0Ope { box-sizing:content-box;height:16.125rem;width:57.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:3.14453125rem;left:8.9160165786744rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#Peyk0ETkRth9urPC11JrLZzM5H8alUfE { position:absolute;display:block;z-index:15017;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:16.875rem;width:18.75rem;top:0.4503014087677rem;left:46.062285423279rem;overflow:hidden;display:block; }
#OgCXJTQ9TMZUWSZ0iaNFxkN6dFEzwbId { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.84375rem;left:11.333333015442rem; }
#RII1pbNIPBoTxzRLqNkXQ4MNx2XNJan8 { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15021;background-color:#fec3dd;background-image:none;top:4.1875rem;left:15.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#CG5dDndnEfP2ZvpEHL0FywzyydorBFbQ { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:15.5rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container { background-color: transparent; background-image: none; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container > .video-iframe-container { display: none; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row > .video-iframe-container { display: none; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .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); }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container { border-width: 0; border-radius: 0; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#Mz0QsnVU6228zqITgP1kMdeHwL79Isra { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:15.625000953674rem;height:3.25rem;display:block; }
#UH6rPlZvt90FXQ2dghkEqXtVeAoTTrMT { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.625000953674rem;height:2.5996125rem;display:block; }
#LNfIgGXFTVbrMTXQU3V3S9u0KUdBHPlW { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.125rem;left:15.625000953674rem;height:1.29980625rem;display:block; }
#QFZ2uiGzn5fdp0P3aPg3idNXRZqQ4h9c { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#redLdlp3x5tAMrPspNNJx852mkbMTAfo { box-sizing:content-box;height:15.5625rem;width:57.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.39453125rem;left:8.9160165786744rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#NKXJ9icTly0gUvVTbRqnzQR3DRC0n6tZ { position:absolute;display:block;z-index:15017;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:16.875rem;width:18.75rem;top:0.44976043701172rem;left:45.999892234803rem;overflow:hidden;display:block; }
#ymlDNVREXhSbHFofrPWbW43VxFdXgBrR { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.84375rem;left:11.583333015442rem; }
#FGZk5EKeAGxZ8GbIi37BsSSoU9l5vukZ { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:4.5625rem;left:15.625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlRqN1wEHBApRRftvMIUIQeOn1fB8lBG { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15023;background-color:#fec3dd;background-image:none;top:4.1875rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container { background-color: transparent; background-image: none; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container > .video-iframe-container { display: none; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row > .video-iframe-container { display: none; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .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); }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container { border-width: 0; border-radius: 0; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#qfUsxGEEvprbqZZlIrmzmuwz0PliGL28 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:15.625000953674rem;height:1.625rem;display:block; }
#aklfO58zHyyUCP1n0xG3dH1UGEDItJ7M { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.1875rem;left:15.625000953674rem;height:2.5996125rem;display:block; }
#itEFqDu5TMc9AEVcD2n06RLJCbrIOxZS { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.125rem;left:15.625rem;height:1.29980625rem;display:block; }
#kRHxsJyzEeZHxozLqhS3vMb8MR1uy9K5 { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#VFF42SdlGIfKDgGsQLuAmJZFz8P8Cncm { box-sizing:content-box;height:15rem;width:57.4365rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.0822277069092rem;left:8.916015625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#fXPazwr0GON9k8K1OKgQG1sp8HegUQZo { position:absolute;display:block;z-index:15018;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:19.125rem;width:19.125rem;top:0rem;left:45.8125rem;overflow:hidden;display:block; }
#e35u8afKovEo1amSecUFNTA9010fTU4v { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.03125rem;left:11.708333015442rem; }
#GuCkqc4zCwXJTzpT2geL6v6TOAuh3LCr { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffUbIc4Gg0lZwMk4l0l1lFNG9HHVZfCA { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15025;background-color:#fec3dd;background-image:none;top:3.375rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container { background-color: transparent; background-image: none; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container > .video-iframe-container { display: none; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row > .video-iframe-container { display: none; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .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); }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container { border-width: 0; border-radius: 0; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#hxxXhLTg3R3BQd3g97V1uLqidf67DhrV { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:15.500000953674rem;height:1.625rem;display:block; }
#WTWe67tsyJUwRp54z1ZruigfzQHBs1dB { color:#000000;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:15.500000953674rem;height:3.8994125rem;display:block; }
#GVOTnzF1u4y9MGKtAN58e6dGQXc39kIH { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.5625rem;left:15.500000953674rem;height:1.29980625rem;display:block; }
#RZVRT7onTGTsVgOGWdxxRt6W4xiCKnf6 { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#hHvZX0ogbewRsdfTC2OMBVU9BUSdRJS0 { box-sizing:content-box;height:15.375rem;width:57.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.8125rem;left:9.0625009536744rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#GNqTiTBrzV6B5wmCOomSGGQEkUi6JUDK { position:absolute;display:block;z-index:15019;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:16.875rem;width:16.875rem;top:1.25rem;left:47rem;overflow:hidden;display:block; }
#oCU2JuNntArUgug4cEIh3l1VsD94Ky3q { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.5625rem;left:41.083333015442rem;height:1.29980625rem;display:block; }
#nz7NGulqKfKRTDC4gsGswi7yTAJzTrTT { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.40625rem;left:11.520833015442rem; }
#fVZbL1LIfrESaqfvlBF2RTfhVxR4pA2P { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:4.1875rem;left:15.5rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUtvsoUBw7QElWXw7LTGZTu6De68RSxT { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15027;background-color:#fec3dd;background-image:none;top:3.75rem;left:15.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container { background-color: transparent; background-image: none; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container > .video-iframe-container { display: none; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row > .video-iframe-container { display: none; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .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); }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container { border-width: 0; border-radius: 0; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#JMcHDIb6ENEgKm82TJPzuwkkRXpuLW1T { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.25rem;left:16.187500953674rem;height:1.625rem;display:block; }
#tPf3f7FRMTKXDpH9A5oxa9N26ce8TH79 { color:#000000;display:block;width:27.999375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.50004196167rem;left:16.187500953674rem;height:3.8994125rem;display:block; }
#KBchEExknP2PsQt4S5qW3RsB5Soo9caL { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:16.187500953674rem;height:1.29980625rem;display:block; }
#ueC376zw1xqSoKZG0hahWbKDqDyDIQEO { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#KQyHf6uFz3cIMIRZdW8bq7BxS8LRDKVr { box-sizing:content-box;height:15rem;width:57.436rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.0822305679321rem;left:9.0402565002444rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#OXKTS5vk5ae7Ec2tLSAViPzsEyllSmTu { position:absolute;display:block;z-index:15017;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:16.875rem;width:16.875rem;top:1.249981880188rem;left:47.062174797058rem;overflow:hidden;display:block; }
#mzq6MgmBMDr00tVxPbRkTAhcGmxV43TI { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.624351501465rem;left:40.708333015442rem;height:1.29980625rem;display:block; }
#K9E16NCT73OloWFaMqziWQ9y7O2b3BUc { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.0312519073486rem;left:12.145833015442rem; }
#ENBCmlyKzcODFzryPm6PSTvLpit6sWO1 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.1875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raGdmGMsM9Vitioh2CW9tlmcIMSWAZtT { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15029;background-color:#fec3dd;background-image:none;top:3.375rem;left:16.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container { background-color: transparent; background-image: none; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container > .video-iframe-container { display: none; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row > .video-iframe-container { display: none; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .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); }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container { border-width: 0; border-radius: 0; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#h9PFzCC5SnkaOwDBEkhVxGIeT1dbbBFo { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.2812519073488rem;left:16.312500953674rem;height:1.625rem;display:block; }
#NRSPzzOdgs3OxvFXGzX8E5anWRODn6tK { color:#000000;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.125rem;left:16.312500953674rem;height:3.8994125rem;display:block; }
#mHlyXUxmmnCLexe0PqyehF5NbSp06lzG { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:16.312500953674rem;height:1.29980625rem;display:block; }
#SpLTPRRTnhfPW4GxikZFOy9mX8FAI9Lr { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#IxpGsNkszLVCvMcpBCweFT4kX8Gzu5a5 { box-sizing:content-box;height:15.75rem;width:57.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.67578125rem;left:9.2278642654419rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#tvG2JtsFrl7shqqy3ATJNxbPLmaDS0fv { position:absolute;display:block;z-index:15018;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:16.875rem;width:16.875rem;top:1.1875rem;left:46.875000953674rem;overflow:hidden;display:block; }
#DaU9zBfNcU23tlHVH5krFWHOlRooOymC { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.625rem;left:40.437500953674rem;height:1.29980625rem;display:block; }
#qhbh9O0biL4FFMtC4OkvR3KBKDkZzC0a { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.59375rem;left:12.208333015442rem; }
#XzCGRDE5QPabgoafy2TDgkZkaWTAHl3N { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:3.3125rem;left:16.3125rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIJ1kpzZLH92b6rGZ7suzp7VdGKNWL88 { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15031;background-color:#fec3dd;background-image:none;top:2.875rem;left:16.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container { background-color: transparent; background-image: none; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container > .video-iframe-container { display: none; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row > .video-iframe-container { display: none; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .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); }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container { border-width: 0; border-radius: 0; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#cwI5C5mb8pGCxBsGkBdGMUDoi7UymKEd { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0625rem;left:16.125000953674rem;height:3.25rem;display:block; }
#L7SE1cLLX0dQcBBmk6QumX6PzaFOhp9h { color:#000000;display:block;width:27.9996875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.125rem;left:16.187500953674rem;height:3.8994125rem;display:block; }
#MnKBpFnZNsCWz1MMnbrEXMkU5CnOa6tZ { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:16.312500953674rem;height:1.29980625rem;display:block; }
#E9g7FJ2tg0Ic3wlS3FaIO1MeQROFMGem { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#IbAnUTFRRZTNeC8cWOFR0EWg1Oqy15wW { box-sizing:content-box;height:16.875rem;width:57.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.89453125rem;left:9.2910165786744rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#roT1TazazEgTBObs3BuaPpOZvirOAyTA { position:absolute;display:block;z-index:15017;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:16.875rem;width:16.875rem;top:3.0618515014649rem;left:46.875000953674rem;overflow:hidden;display:block; }
#Z0BENqk3WhnX85eNEqRf4uJUgC9nZ0IF { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40.770833015442rem;height:1.29980625rem;display:block; }
#uFPaCJE44dInnVDLi0BDM3vWQ9kKhp7v { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2.666015625rem;left:12.166666984558rem; }
#wPwueGPNCXz2wpNpioZCs4m6BZVIKAys { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.1875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTOmmJrEtHtcbD1aXS3lxUMLdoTG791n { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15033;background-color:#fec3dd;background-image:none;top:3.375rem;left:16.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container { background-color: transparent; background-image: none; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container > .video-iframe-container { display: none; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row > .video-iframe-container { display: none; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .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); }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container { border-width: 0; border-radius: 0; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#EI2czvO7i0k38UyydqvwTbDD3Le781G0 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.375rem;left:15.875000953674rem;height:1.625rem;display:block; }
#dQgPwJUsxtU630Aynt4g547UxVQMIZTP { color:#000000;display:block;width:27.9996875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:15.937500953674rem;height:2.5996125rem;display:block; }
#HMWZwGwgKT0O0DeOLel7vsgaB2zX3Ep3 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.25rem;left:15.937500953674rem;height:1.29980625rem;display:block; }
#iiI5zIEh8ShSd5u4Ja93QHG8ozG4nlC7 { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#ztQHXJ0VgPrZ1uqh971DgugyZQEQiuAX { box-sizing:content-box;height:15rem;width:57.436rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.9574155807495rem;left:9.3120660781863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#UwqGVJfnbyRiVrF2yWvTSyKaSOWcNwrF { position:absolute;display:block;z-index:15017;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:16.875rem;width:16.875rem;top:1.124116897583rem;left:47.124567985534rem;overflow:hidden;display:block; }
#MHRuAzRKn0Zp43xSAP3AvlvBOGJHv6Ru { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.583333015442rem;height:1.29980625rem;display:block; }
#EBy9GwA9sXMD3qyBpLNTrIWs80N2A2ln { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.96875rem;left:12.166666984558rem; }
#CXrNJlUtLfrwpTRR4ZMKq01xVNZEb3Zv { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15034;background-color:#fec3dd;background-image:none;top:4.3125rem;left:15.875000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#ts0LQLXG2uoMWBoKP5gbT7fakT3gRkIS { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:4.712890625rem;left:15.875000953674rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container { background-color: transparent; background-image: none; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container > .video-iframe-container { display: none; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row > .video-iframe-container { display: none; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .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); }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container { border-width: 0; border-radius: 0; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#eQ9KVt6T60AK3c3Tk6oJOCaw35OSEoiW { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:16.375000953674rem;height:1.625rem;display:block; }
#H530LRiDEx8HOJg0iLWhM0TzoluThpcs { color:#000000;display:block;width:24.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.686851501465rem;left:16.374348640442rem;height:2.5996125rem;display:block; }
#sX6t9wJASSofFELWWiW6JqQp7t5ZxrgK { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.125rem;left:16.375rem;height:1.29980625rem;display:block; }
#cIuDQMUQN7TvDew2DPGMqIvac3paO1oS { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#ehoiLqnD4rkQq21kceJ7NKVQQtallqBo { box-sizing:content-box;height:15rem;width:57.436rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.0822372436524rem;left:9.5393886566163rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#rAZz2oXx1fXiNkMA7gZ6Lty7xLzi9NKn { position:absolute;display:block;z-index:15017;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:16.875rem;width:16.875rem;top:1.2499885559082rem;left:46.875002861023rem;overflow:hidden;display:block; }
#sUVbXX2QVlsIuVSzRVXKseuTlSy06TAU { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.125001907349rem;left:40.437500953674rem;height:1.29980625rem;display:block; }
#lN5HnO96kHS7fdVM4MkPObp3SGCkVdHS { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.03125rem;left:12.458333015442rem; }
#uAKHlE44xlXWFlBXHAuV36gNHl5XUl5o { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0zbudS6TS0qTPdwH82zSli2SmHU4PMw { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15036;background-color:#fec3dd;background-image:none;top:3.375rem;left:16.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container { background-color: transparent; background-image: none; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container > .video-iframe-container { display: none; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row > .video-iframe-container { display: none; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .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); }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container { border-width: 0; border-radius: 0; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#VynUTai5o1CcJkX3ohIT24A7TpL3uDdo { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.6243591308594rem;left:16.374348640442rem;height:1.625rem;display:block; }
#s9xumnSiLIypSaeTuWwXlSE7QEKrfzQq { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.31120300293rem;left:16.374348640442rem;height:2.5996125rem;display:block; }
#ZL1xZFCISDip462btd1TW4ILEeFrQzBH { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.062438964844rem;left:16.37478351593rem;height:1.29980625rem;display:block; }
#pMBmfA2wdtnyS9D9H673fcwCdFl1Qpnb { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#CHUkcRXxgOrIpCMIQ6egLddb4T7wXOES { box-sizing:content-box;height:15rem;width:57.436rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.1447162628174rem;left:9.5393886566163rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#HFM0dMxwXyWuIH337cxMPTmCbFRpHsk3 { position:absolute;display:block;z-index:15017;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:16.875rem;width:16.875rem;top:0.31254768371582rem;left:46.875002861023rem;overflow:hidden;display:block; }
#y3PA7NpJIBmG6Th17FnDO44TUN5KH1HU { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.061199188233rem;left:39.833333015442rem;height:1.29980625rem;display:block; }
#DWoEBITGbx1qd8IRqwh8kSte3mEop2So { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.9680995941162rem;left:12.458333015442rem; }
#CMXrfSwC5FiLbDvvXJrhPIULRbv5HCIa { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15038;background-color:#fec3dd;background-image:none;top:2.3125rem;left:16.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#SFNTbpoSBVcqh7BTmbEu2HKfPUx8hmXf { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.6875rem;left:16.375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KK13U79uNsSXEVLoFIuVc1xszUAop9pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.4);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; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container { background-color: transparent; background-image: none; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container > .video-iframe-container { display: none; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row > .video-iframe-container { display: none; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .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); }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container { border-width: 0; border-radius: 0; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#ETqDnwVabsweoAOcPfb8FHRx1U3JDm21 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.352867126465rem;left:16.374348640442rem;height:1.625rem;display:block; }
#BqIBBaXTdL1kXIfBvpnhutOMiyW9afRW { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.6861991882325rem;left:16.374348640442rem;height:3.8994125rem;display:block; }
#aaWZ2tDyrPBg3rIvoT6KGsgF42bfmgD8 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.561851501465rem;left:16.374348640442rem;height:1.29980625rem;display:block; }
#c9V9nCR6HJP5GunmPi1Or1UQJgOqmFTD { box-sizing:content-box;height:17.1875rem;width:57.4375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:0.98210906982425rem;left:9.2290582656863rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:none; }
#ig539BCRV9FwKOd1ahVe0oSToBT8hxRs { box-sizing:content-box;height:15rem;width:57.436rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.20703125rem;left:9.5390634536744rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(217,217,217,0.37);border-left:0.125rem solid rgba(217,217,217,0.37);border-right:0.125rem solid rgba(217,217,217,0.37);border-bottom:0.125rem solid rgba(217,217,217,0.37);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#Gas02MCqhxeDcfiThux8QQlIzxPtpJ4a { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.561851501465rem;left:39.270833015442rem;height:1.29980625rem;display:block; }
#L5z405az2b5rACP2eLCzKa9g8ri1Qmav { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.9680995941162rem;left:12.395833015442rem; }
#byQSXnp0TvqXf0TmCNIwDWeD99VUMZK1 { position:absolute;display:block;z-index:15034;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:18.5625rem;width:15.4375rem;top:0rem;left:45.992840766907rem;overflow:hidden;display:block; }
#PdcPb42OvonFQxmMHhR1KIeerTz6LnHD { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.75rem;left:16.375000953674rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmFMrUS7QiE1cnTvZAwRRnT1EwsEWtp8 { box-sizing:content-box;height:2.75rem;width:8.3125rem;position:absolute;display:block;z-index:15040;background-color:#fec3dd;background-image:none;top:2.3125rem;left:16.375000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo { position:relative;display:block; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo { background-color: transparent; background-image: none; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .row .container > .video-iframe-container { display: none; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .row > .video-iframe-container { display: none; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .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); }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo { border-width: 0; border-radius: 0; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .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; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .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:68.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpJXWiJd8GFwvv2eFPBNDy6bVg7gSgEG { color:#000000;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.92333984375rem;left:7.544921875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.361328125rem;left:7.388671875rem;height:41.80665rem;display:block; }#ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#N7smPIXEhNCTkQFpE1mHqCPgnH5n9qmM { color:#000000;display:block;width:26rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.560546875rem;left:12.26318359375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVCFrMR871cQlcBBWSaFWOJk8DkwRb4x { color:#ff0000;display:block;width:15.562rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.8740234375rem;left:17.48193359375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mPFTAiN9Dsw6oSrtFtBoItzG1SORkTWR { color:#63bf2c;display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:57.1865234375rem;left:12.294921875rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#rF3Teq68VkNFD4gFlrMhvcS3G3iTppDN { box-sizing:content-box;height:63.6875rem;width:43.25rem;position:absolute;display:block;z-index:15013;background-color:#f1ece6;background-image:none;top:2.68603515625rem;left:3.32568359375rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0.625rem solid #fb2281;border-right:0;border-bottom:0;display:block; }
#SbfVZhwKxn0cT3GV3aT5JWq4r8eUwyTH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.6875rem;width:29.9375rem;top:7.4609375rem;left:42.326171875rem;overflow:hidden;display:block; }
#dKbpyMifZomW0RXFI4EGxRgaRGfBTwdk { 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:42.1875rem;width:75rem;display:none; }
#wJIGkvzaDW6w3UFuf5fH3RtMKWgrTfVk { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8105625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:60.6875rem;left:11.8564453125rem;display:block; }
#KnldBggGTh5RqTvLFuNVm63Px1tP1iDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt { position:relative;display:block; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt { background-color: transparent; background-image: none; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .row .container > .video-iframe-container { display: none; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .row > .video-iframe-container { display: none; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .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); }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt { border-width: 0; border-radius: 0; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .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; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .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:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nDZIFkyO3wAKCZ04HTuz3hC1bVfknVdm { box-sizing:content-box;height:16.4375rem;width:20.5625rem;position:absolute;display:block;z-index:15000;background-color:#f1ece6;background-image:none;top:2.8222522735596rem;left:4.326171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VRrtfuZdO94JgwMRGCxQ65DV1tpOTUgT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:1.3221569061279rem;left:19.950629234314rem; }
#egrfkuF5dAil5UQ5XsrfZoU9P1ZAGTby { position:absolute;display:block;z-index:15073;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.43706875rem;width:11.0623125rem;top:15.560439139604rem;left:5.3814020156861rem;overflow:hidden;display:block; }
#IhIhJA41HgCJMXmFGyMvD9mZZ5xiCB3N { box-sizing:content-box;height:16.4371875rem;width:20.5620625rem;position:absolute;display:block;z-index:15003;background-color:#f1ece6;background-image:none;top:2.8217239379883rem;left:27.217883110046rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#NK7q6ru1kaWAt2fnKoPqxuCZDEeI4zuN { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:1.3216152191162rem;left:42.749567985534rem; }
#bOCmGPR1TKX1NdKnSiHyrP1NzKc8zfnI { position:absolute;display:block;z-index:15076;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.43706875rem;width:11.0623125rem;top:15.560440063476rem;left:28.436957359314rem;overflow:hidden;display:block; }
#wfsc7p8GQKp9w6MPJCA924ILW5sxQBne { box-sizing:content-box;height:16.4371875rem;width:20.5620625rem;position:absolute;display:block;z-index:15006;background-color:#f1ece6;background-image:none;top:2.3746747970581rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#S7h2MS8dMJyIHsRkhB6LpUrAV1zeIZqT { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:1.3748912811279rem;left:65.249567985537rem; }
#sWBqVdm79zwFo97HPksskXeTIqCvItzV { position:absolute;display:block;z-index:15079;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.43706875rem;width:11.0623125rem;top:15.935440063476rem;left:51.062285423279rem;overflow:hidden;display:block; }
#D2KnCXS6FQB107oWU7ryWdIcT6f0UPTa { color:#000000;display:block;width:17.249875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:5.794921875rem;left:5.9814453125rem;height:7.7988125rem;display:block; }
#gnxsC2dGKSpGq3L82rEHRLHBtnkgK45x { color:#000000;display:block;width:17.249875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:5.794921875rem;left:28.87423992157rem;height:6.499025rem;display:block; }
#m74zQf7eGJokbqxiGZcGiDpc9KqJKJW2 { color:#000000;display:block;width:17.249875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:5.794921875rem;left:51.655817985534rem;height:5.19921875rem;display:block; }
#qk3FHv4ZqRqyJns0WavI8944e879GQyl { color:#000000;display:block;width:5.187175rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:14.295789718628rem;left:18.548178672791rem;height:1.29980625rem;display:block; }
#EdFPffBoUymlbudt0b7OkRh5uKgSElpA { color:#000000;display:block;width:5.187175rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:14.295789718628rem;left:42.626414299011rem;height:1.29980625rem;display:block; }
#oxooWWBbTACk7AdbKaScoI8HzBhZ0IMR { color:#000000;display:block;width:5.187175rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:14.295789718628rem;left:65.408534049987rem;height:1.29980625rem;display:block; }
#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe { position:relative;display:block; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe { background-color: transparent; background-image: none; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row .container > .video-iframe-container { display: none; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row > .video-iframe-container { display: none; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .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); }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe { border-width: 0; border-radius: 0; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .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; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fS9oTXiHbkdhXGp4bWqnIo6IBoFg36qv { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.353515625rem;left:19.53125rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote { position:relative;display:block; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote { background-color: transparent; background-image: none; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .row .container > .video-iframe-container { display: none; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .row > .video-iframe-container { display: none; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .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); }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote { border-width: 0; border-radius: 0; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .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; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .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.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KmsQcUB3TFgwSIDcy0Mon5qw7AkLXBZz { color:#000000;display:block;width:10.7498125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1128482818604rem;left:2.6866321563721rem;height:3.8994125rem;display:block; }
#QEoSxkFJMk7HfLR3mM9BgpLsv99NLSBW { color:#000000;display:block;width:11.7496875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.1128482818604rem;left:20.624457359314rem;height:3.8994125rem;display:block; }
#ibUFIXHuthXTkCAgTN0Ro7yFODtqEZV1 { color:#000000;display:block;width:13.187375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.1128482818604rem;left:38.968100547791rem;height:3.8994125rem;display:block; }
#uOTwzWCEwTUXCxH7ToREuUnOrQW3Du6B { color:#000000;display:block;width:11.624875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.1128482818604rem;left:57.999674797058rem;height:3.8994125rem;display:block; }
#mTg3OwlrfTOdCG5VSf82zRRCTq96bsSF { box-sizing:content-box;height:12.6875rem;width:18.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(241,236,230,0.4);background-image:none;top:0.71831703186037rem;left:0.12315511703491rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#mSNeEJN8KBzbzb3gupPE69hNSVkgdDe2 { box-sizing:content-box;height:12.6871875rem;width:18.187375rem;position:absolute;display:block;z-index:15005;background-color:rgba(241,236,230,0.4);background-image:none;top:0.71831703186037rem;left:19.030491828919rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#B5yvPFobnxWytw80otowLqVEfmq5AVni { box-sizing:content-box;height:12.6871875rem;width:18.186875rem;position:absolute;display:block;z-index:15006;background-color:rgba(241,236,230,0.4);background-image:none;top:0.71831703186037rem;left:37.781035423279rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sogKNB5BtZkVhAwpqNaxf2AfbFVPdQfU { box-sizing:content-box;height:12.6871875rem;width:18.186875rem;position:absolute;display:block;z-index:15007;background-color:rgba(241,236,230,0.4);background-image:none;top:0.71831703186037rem;left:56.531035423279rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sgbok2yskm38sfykkBrcNm7P0FJOqThs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.7498125rem;width:10.7498125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.6872844696045rem;left:8.0620660781863rem; }
#ULufKBESEOiSwub90rMmwr7tygkifqHm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.2495625rem;width:10.2495625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.9363079071045rem;left:26.193034172058rem; }
#TgwT6u5AHOl3tqkIMDG2aFX9f6DbdbwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.1875rem;width:10.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.6872844696045rem;left:45.562067985534rem; }
#lgzaS3e7TdSZclT6oTXp17UA5xTvCbhC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.6871875rem;width:12.6871875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.71831703186037rem;left:62.312830924988rem; }
#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM { position:relative;display:block; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM { background-color: transparent; background-image: none; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .row .container > .video-iframe-container { display: none; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .row > .video-iframe-container { display: none; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .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); }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM { border-width: 0; border-radius: 0; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .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; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .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:48.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CkXmbDivMc628SOLJWrEJ3Xmr19HktP0 { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.87646484375rem;left:15rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#z7xubRv9WwQtDSvqatM43tewaf7buJS1 { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.437392026186rem;left:7.3887805938719rem;height:6.499rem;display:block; }
#uzvDDzKB2nWiy9V1pn1zTMxT66GFG46T { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4375rem;left:29.0625rem;height:3.8994125rem;display:block; }
#H7vKOPrglzoyPIwn9C3cPCdpw8OTOZag { color:#000000;display:block;width:14.9370625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.437392026186rem;left:51.748049736023rem;height:5.19921875rem;display:block; }
#gNHBWUuTRc6ViWnZD6SSBRmh1MtEkWKO { color:#000000;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.5625rem;left:7.375rem;height:5.19921875rem;display:block; }
#EoO4Cqg9CP85k3xEb2v23zATB0pGKinn { color:#000000;display:block;width:17.7495625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.875rem;left:28.625rem;height:6.499rem;display:block; }
#AfOtxfXz8BRGXaVCK9pWCViJn4XABZWB { color:#000000;display:block;width:15.1248125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:29.911567687988rem;left:50.467776298523rem;height:6.499rem;display:block; }
#b6FP9ixio2pDZD9lGdJpzaFRaRS1qbUL { box-sizing:content-box;height:12.5rem;width:20.5620625rem;position:absolute;display:block;z-index:15013;background-color:#f1ece6;background-image:none;top:10.535590916872rem;left:5.1383466720581rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Tn1wVOHb2LnItJfiWoXHOQkbhM5X85wp { color:#b30350;display:block;width:2.93728125rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.6263025105rem;left:21.637913703919rem;height:4.54980625rem;display:block; }
#LcZmbS72PzuUVVI1DIfSnt5t96aF6T6D { box-sizing:content-box;height:12.5rem;width:20.5620625rem;position:absolute;display:block;z-index:15015;background-color:#f1ece6;background-image:none;top:10.5625rem;left:27.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#N1r3ozu1h6sqneUH76Z0xp8augAdnlKc { color:#b30350;display:block;width:2.93728125rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.6875rem;left:43.5625rem;height:4.54980625rem;display:block; }
#QArhiPPZDwG2dJmbt1CbDRPkrnlgTbSN { box-sizing:content-box;height:12.5rem;width:20.5620625rem;position:absolute;display:block;z-index:15017;background-color:#f1ece6;background-image:none;top:10.5625rem;left:48.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Ut2AC9mnFQ7u4ckJTGnFqc7DTbQTfmyn { color:#b30350;display:block;width:2.93728125rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.6875rem;left:65.4375rem;height:4.54980625rem;display:block; }
#veH1q1TM6tdarmL3ZFXv0aaui6NW2J99 { color:#b30350;display:block;width:3.4375rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:24.5rem;left:65.5rem;height:4.54980625rem;display:block; }
#vro1vLQX6G0bpmrEZ90o5rz7KtKyRpAM { box-sizing:content-box;height:12.5rem;width:20.5620625rem;position:absolute;display:block;z-index:15012;background-color:#f1ece6;background-image:none;top:26.375rem;left:49rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#B2dB7Q9KfiKlTb8QLJJywMuiyiVVDw2E { box-sizing:content-box;height:12.5rem;width:20.5620625rem;position:absolute;display:block;z-index:15011;background-color:#f1ece6;background-image:none;top:26.375rem;left:27.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LVSIOEduZESIQHJg6gMRGOeLTHfd5U72 { color:#b30350;display:block;width:2.93728125rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:24.5rem;left:43.625rem;height:4.54980625rem;display:block; }
#BEpX0mcgdk1lRCH5KishVuWTkcURcH1X { box-sizing:content-box;height:12.5rem;width:20.5620625rem;position:absolute;display:block;z-index:15010;background-color:#f1ece6;background-image:none;top:26.375rem;left:5.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#nNfXBvciaQUXCSMaaqSOQoniqdLwoKqO { color:#b30350;display:block;width:2.93728125rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:24.4375rem;left:21.6875rem;height:4.54980625rem;display:block; }
#Lt0w7KhwrhoUqoB2wEvW2vtl3UNieveU { box-sizing:content-box;height:2.74956875rem;width:10.4996875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:25.399307250976rem;left:7.3887805938719rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hLqcCorGACBzuUEeQfv61BspH3RpbWI5 { box-sizing:content-box;height:2.74956875rem;width:10.4996875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:25.399307250976rem;left:28.624674797058rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#GnlTTxXTRNCeRpl2Q2dt4qZvThZ4kcpd { box-sizing:content-box;height:2.74956875rem;width:10.4996875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:25.399307250976rem;left:50.405276298523rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XcOhgMBCaeMswSLdGllNDqbtpRGyEfH1 { box-sizing:content-box;height:2.74956875rem;width:10.4996875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:9.5rem;left:50.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xsBLEwTg4C0HGmMDJg4UMx5cHGNeHazf { box-sizing:content-box;height:2.74956875rem;width:10.4996875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:9.5rem;left:28.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#faSiA3sTqKKGyTNUFJqav76rr3zZQobL { box-sizing:content-box;height:2.74956875rem;width:10.4996875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(123deg, #f7efa7, #f00780);background-image: -moz-linear-gradient(123deg, #f7efa7, #f00780);background-image: -ms-linear-gradient(123deg, #f7efa7, #f00780);background-image: -o-linear-gradient(123deg, #f7efa7, #f00780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efa7', endColorstr='#f00780' );";background-image: linear-gradient(123deg, #f7efa7, #f00780);background-size:auto !important;top:9.5rem;left:7.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xnv6Sam2EmGWNUtk5DwyMieTxcvco9GD { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8105625rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.625rem;left:24.09375rem;display:block; }
#vwdxK0qJ8wy1mp3gCPuE4mLPEnW5HyM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygoMEKvJWhL1ya2actWOukgMXzet7HKE { position:relative;display:block; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE { background-color: transparent; background-image: none; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .row .container > .video-iframe-container { display: none; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .row > .video-iframe-container { display: none; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .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); }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE { border-width: 0; border-radius: 0; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .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; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .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:60.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#clTpGeRkydDUHfRT2FQzWK7i6SLTMX1p { 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:29.812rem;width:16.437375rem;top:10.440063476562rem;left:5.1470947265625rem;overflow:hidden;display:block; }
#fph2JprqXclN61q21GDWgTahGVeWthR5 { color:#000000;display:block;width:57.999875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.737060546875rem;left:8.499755859375rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#mOiNwNTdvldhDTyCMV4TvLrTu6ewuMTE { position:absolute;display:block;z-index:15003;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:30.562125rem;width:23.81225rem;top:10.4375rem;left:48.4375rem;overflow:hidden;display:block; }
#TF8ayRRnihU2WUJft8iZiT8rsABnr36C { 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:33.687125rem;width:17.437125rem;top:10.375rem;left:26.9375rem;overflow:hidden;display:block; }
#fGqJEg27oQiH70ztwpISAPNTPqHwQ4FC { box-sizing:content-box;height:40.625rem;width:19.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:8.974365234375rem;left:3.2734375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#CqcKT1TP0M6DTOQ7ZD8C3zFqcKtqIJmx { box-sizing:content-box;height:40.625rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9rem;left:47.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#JV05HotZv9UuQfN22FMd9crdoO8CcSlv { box-sizing:content-box;height:40.625rem;width:20.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:9rem;left:25.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#w9lLZkqkX5MVycV07RL70M7RPLVhTsiF { color:#000000;display:block;width:62.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.287109375rem;left:6.06201171875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#LhhVha0AXeBaHlQ6S1e0CtVma6ZzxORd { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;top:16.208374023438rem;left:5.898193359375rem;display:block; }
#hHCSRbCpBdRbT0rttpA7ZvHKrkJPsbfu { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:19.396240234375rem;left:5.898193359375rem;display:block; }
#mpVD154AWfyFaUHoiXgfZvoDTaT2Xei3 { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;top:22.39599609375rem;left:5.898193359375rem;display:block; }
#vCMEDqTgaZbVJ6ybufSQDwsePxCXHU1V { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:25.561645507812rem;left:6.085693359375rem;display:block; }
#cb8yR6whOWRA0X2RU1WRF8XDTqXND4hV { 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:5.99975625rem;width:17.6245rem;top:41.7236328125rem;left:4.8026123046875rem;overflow:hidden;display:block; }
#h3abdpsWskTT2tukCR15wZydPK154ZK2 { box-sizing:content-box;height:3.25rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:44.474365234375rem;left:3.8983154296875rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#US5xKWNbVmwDBEf3O2Ox3cPwfTQoHxcV { box-sizing:content-box;height:4.0625rem;width:18.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:33rem;left:26.1875rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#tGwAis1n9RZ6xIqJxT59R8TbunnxqMDt { box-sizing:content-box;height:3.5rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:30.067749023438rem;left:48.4375rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#RB79xPvPWmTVleODikDFgehvQ47xbRAF { 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:15013;opacity:1;top:44.905395507812rem;left:0.8123779296875rem; }
#zCiwWM577aLGiGtkiLF202OWBLfK2cU9 { 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:33.624877929688rem;left:22.960083007812rem; }
#z3gs80Ig3TGguf3REOr6clTvld8zApXN { 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:15015;opacity:1;top:30.411376953125rem;left:45.3515625rem; }
#zclvE9fJ9BMuNU5zvf3L2igQ49GveMfu { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8105625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:52.7490234375rem;left:24.09375rem;display:block; }
#TCTHq6pXatCzedTtxuoxsCl1AMJvhe98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 { position:relative;display:block; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 { background-color: transparent; background-image: none; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .row .container > .video-iframe-container { display: none; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .row > .video-iframe-container { display: none; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .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); }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 { border-width: 0; border-radius: 0; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .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; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .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:38.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O9pSy1iHGzKd8RupcmuR32lBITV5f4hK { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3rem;left:7rem;height:1.4624rem;display:block; }
#xpf7hXzxS5p8mrPDe9ZdVoILPEn9TNTs { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7rem;height:2.599825rem;display:block; }
#TaHfRDPJeFX1dgbczXgnRmWJxdGTSBFe { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.12326335907rem;left:7rem;height:25.9960375rem;display:block; }
#kb65GF36m7MStK7rKtrS6BCv21PWo5Sn { 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:31.4371875rem;width:31.4371875rem;top:2.3578560054302rem;left:43.562827110291rem;overflow:hidden;display:block; }
#E4IgqD194aVrO3PNA8oUWsTsgTmsDplG { 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:75.75rem;width:67.5rem;display:none; }
#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.8);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; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container { background-color: transparent; background-image: none; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container > .video-iframe-container { display: none; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row > .video-iframe-container { display: none; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .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); }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container { border-width: 0; border-radius: 0; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#IZfJkwXCFT3PuM1eRwN3Dm5JqfCIvO0x { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:4.4375rem;left:55.187285423279rem; }
#Ku7Eu3oFCidAua3WM0FwAaIP2zqAJIWb { color:#1f333b;display:block;width:41.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:7.5625rem;left:10.0625rem;height:2.798825rem;font-style:italic;display:block; }
#zekziSaefwgp3DNnm6oAgITCdsxgUL8B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:11.999877929688rem;left:16.062392234802rem; }
#mKAT5kBxf2cXpIwPQACufoXOn09gFf0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:11.999877929688rem;left:18.062174797058rem; }
#KrmgVWai2qiMHbRfQZGVwrbDILtzs5bD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:11.999877929688rem;left:14.062066078186rem; }
#c9rCqV3zeu1hiiMZ0ALIZspgAtLaGcMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:11.999877929688rem;left:12.06228351593rem; }
#DOq4Sgrnmmxid3UswgmdnTBGeNIQaWyE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:11.999877929688rem;left:10.0625rem; }
#nJ6ozpK7drwqBridiefKRvPAINs5fsAU { box-sizing:content-box;height:12.125rem;width:54.0625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:13.4375rem;left:6.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:none; }
#wkBBMHXd0nyGiSISSXIWZKaWE75ptJpa { color:#1f333b;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:12.697052001953rem;left:39.874243736267rem;height:1.3999rem;font-style:normal;display:block; }
#nTaUOFl9yWOpNDTDhvUwPaOaOhHiAAT3 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:5.5625rem;left:1.75rem;display:none; }
#pIDIeVbOz9reHKqdS2HavL4anBdEb1uw { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:12.0625rem;left:12.0625rem;display:none; }
#ZsXa7fQOui7QwqnAMgVDo2Q44oy8GS5w { box-sizing:content-box;height:9.437375rem;width:54.0625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:6.4372863769531rem;left:6.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#uEA69HIQGkiGhtDU5RkzLnJe1HPCdCiy { box-sizing:content-box;height:9.437375rem;width:54.0625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:17.999786376953rem;left:14.437392234803rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#JG5cPiwWNtT6UCRELJLdMbV3Kn0Z0uPn { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.99945625rem;width:4.99945625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:15.874664306641rem;left:62.937289237975rem; }
#lEiQ2zITw7mk5sDVHRHsxPEKBK2Emsug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:23.937286376953rem;left:18.499892234802rem; }
#AvHXv6bf9pTlUSx3HAblaGbsfXZl9emf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:23.937286376953rem;left:20.499674797058rem; }
#kFAWCI3fHRUpT6ngHmE8GCvkq03pcKOp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:23.937286376953rem;left:22.500000953674rem; }
#Kap434Ku77nzNG4huLICEnPeBivPQktz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:23.937286376953rem;left:24.49978351593rem; }
#Lt1mh7H1pHhkF7hdIyGl6EuNrTFobZFz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:23.937286376953rem;left:26.499567985534rem; }
#T3RUTZAt5rbGdhBVGDqeteaEv2vgEw5u { color:#1f333b;display:block;width:41.4371875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:19.812377929688rem;left:18.499892234802rem;height:2.798825rem;font-style:italic;display:block; }
#AI0eNgi2LAcgxZThR9R5OrV5dRM6TToW { color:#1f333b;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:24.249786376953rem;left:48.187392234803rem;height:1.3999rem;font-style:normal;display:block; }
#KW7GE1IvJGa2bfXqay4fxqLy0W3LeM5l { box-sizing:content-box;height:12.125rem;width:54.0625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:13.4375rem;left:6.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:none; }
#ar55K1ZLsTkUKPk4ZQzM5zA5AXm16AFS { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:21.1875rem;left:1.75rem;display:none; }
#fuNyWP2VU5XsTConVVfv1TyO5a1OdQDS { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:28.9375rem;left:1.75rem;display:none; }
#cIcawOSiSKoXfMQ99czPz1MFfLKC8Jwd { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8724060058594rem;left:7.2808160781863rem;height:2.599825rem;display:block; }
#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua { position:relative;display:block; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua { background-color: transparent; background-image: none; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row .container > .video-iframe-container { display: none; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row > .video-iframe-container { display: none; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .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); }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua { border-width: 0; border-radius: 0; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .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; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GZUrK86B59bxyg6La439A4VZiX7VWAKi { color:#000000;display:block;width:29.249rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.7998046875rem;left:1.38671875rem;height:2.2749rem;display:block; }
#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR { position:relative;display:block; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR { background-color: transparent; background-image: none; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .row .container > .video-iframe-container { display: none; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .row > .video-iframe-container { display: none; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .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); }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR { border-width: 0; border-radius: 0; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .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; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .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:38.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KNU1JUvi3wztttskSTV4Coikik7VHDKO { color:#000000;display:block;width:69.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5029296875rem;left:1.59326171875rem;height:5.199225rem;display:block; }
#mJdbTAcaM1qPwLne1Lcb1TSqa8vN3vc4 { color:#000000;display:block;width:69.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.064453125rem;left:1.5930986404419rem;height:5.199225rem;display:block; }
#E2vtKCIFo0Qund6u9afD6GNGoS554QS7 { color:#000000;display:block;width:69.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.938812255859rem;left:1.5930986404419rem;height:5.199225rem;display:block; }
#E6ID3XbJmEEplmCp81FHv6FvZKkRddNV { color:#000000;display:block;width:69.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.90625rem;left:1.5930986404419rem;height:5.199225rem;display:block; }
#ZgvwPmoS4vNmC5UrvPEGvo0JKfMCSL1v { color:#000000;display:block;width:69.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.188171386719rem;left:1.5930986404419rem;height:6.499025rem;display:block; }
#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container { background-color: transparent; background-image: none; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container > .video-iframe-container { display: none; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row > .video-iframe-container { display: none; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .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); }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container { border-width: 0; border-radius: 0; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;overflow:visible;position:relative;display:block; }#xufalu7cJt2O4Mp1ZyxvWR9MONtGX7Za { color:#000000;display:block;width:40.186875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2rem;left:2.0625rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#CCh40bAePoTHBU5d8JKEEhiU9pNQENgh { color:#000000;display:block;width:30.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:2.0625rem;height:9.0986375rem;text-align:left;text-align-last:left;display:block; }
#lsa3hkdXy7Tp4b0gtZULKR7wOyOfuxW5 { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15022;background-color:#fb2281;background-image:none;top:2.0000400543213rem;left:41.978516578674rem;display:block; }
#PSviQTa74XQ5lGWr4Fa7e6qTdq7QGXe9 { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8105625rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:6.46875rem;left:45.4375rem;display:block; }
#vvz8ichcLsTmcp9eRahosZJWsT5LKHOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@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) { #dTtwI8V0VVPH35u2F5B29sCaaSHvUElL { top:6.9375rem;left:0.375rem;width:27.8125rem;height:0;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJXeC42dRt7QpuWMmRmB8y0zBwRv9tzT { top:7.75rem;left:0rem;width:47.75rem;height:14.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMeRdThf08HQvuRPPls2zVgw8I9Coyf { top:24.0625rem;left:0rem;width:44.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTS1RTarDkW28AdzQVL0fhqs3ffgPZO { top:28.625rem;left:0rem;width:45.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTym6OyZF0df9ihuaQlDEtGS75FWDnu1 { top:4rem;left:0rem;width:14.8125rem;height:2.6131753605284rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPttbKB4sGKiOKuoUeyBsKndFMs47lmX { top:7.4375rem;left:0rem;width:0.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1KrdrNFi39CpS7TJWueVLS2ckSlTwOA { top:0.0625rem;left:26.125rem;width:21.625rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F09dK7fyHbG5ouv25qKp2iMQDiCTuTlm { width:47.75rem;height:50.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gX12LcT1133vvfTyMZTI0aqb2sXpLX9p { display:block; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ODr8dk8xd8N5wfmqk61MAUQkcN9UN1 { top:4.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaF8xLJfqbWpX2PBhsHPGMiexZlXPCus { top:8.125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4VrfFRX22FdZFtS3HC2J2VvH1dbZcQH { top:17.4375rem;left:0rem;width:38.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OozZNngT2I3OwF4HsTM2evB5S1XxQ5f0 { top:19.3125rem;left:0rem;width:38.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHuBR1eZDrhRp9FXpMa36MhuGo0Dt9lR { top:21.1875rem;left:0rem;width:38.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe5ygk5XMkwynqfGedcoTmeFogODpQLU { top:24.6875rem;left:0rem;width:38.4375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFbkrbKwhZ1XUMe9tbQ4zNWPxsbToJOo { top:3.4375rem;left:26.8125rem;width:20.9375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp { display:block; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXTAfCNrgIX72L1HAM7DixEUREpqeswh { top:4.5625rem;left:5.1875rem;width:10.6875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRgGhiBppFyp3svwqANm4G28c9H1TZn { top:4.4375rem;left:20rem;width:11.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeX1ZLqtbJ0wWT7BuGF0TqEsDuwbAHuB { top:4.625rem;left:35.125rem;width:12.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKa9KK9GBt3h9s1PgnHgmSe9LyKTZAl9 { top:6.875rem;left:3.75rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOhuWIKTQDbz7lCsVSZC4WquNJexBwhT { top:3.4375rem;left:9.1875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBw19SeZzbH0ntyFuUirkNu9aK4gvK7m { top:3.125rem;left:3.1875rem;width:12.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm4pSmJMQHPFilVdeDStVhVVvtSbeoA7 { top:6.625rem;left:16.375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ51eleu6eOUnBZTq3NudXlu2To3MkT7 { top:3.4375rem;left:20.9375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0PQOSdlXzXwTMrUt85LsVyty3Xb4xB { top:3.125rem;left:18rem;width:13.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLZhmkWynzFluiydczOqk1adZGQmvP22 { top:3.3125rem;left:32.9375rem;width:14.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthQh8AGPAh6i3PyaHkMADnumxmges3o { top:3.625rem;left:35rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWnGh4Rd1fzBWAmMpRl80SO6uqTWQAdV { top:7.1875rem;left:31.75rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9yxhdZgfyINyxcRHyV4g09DVBdnnZ6E { top:8.4375rem;left:0rem;width:19.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUGxTfqALmBxIbSvPaFDwBKMbN2hgTJM { top:8.375rem;left:12.6875rem;width:19.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGy97EpCSFHpFUee67qpCKotMD5hVbfa { top:8.5rem;left:28.5625rem;width:19.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ { display:block; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6pKK06GpZxbMAsQKRcHePkcyhDmKZcP { top:2.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWZA8Ga2wirwMLzMvLrD7A4TGNBIhe3 { top:4.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D { display:block; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAhGT2dRgXtn6aWoQw6NUhNH8UqKqL94 { top:4.25rem;left:0rem;width:45rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1ahimmNu0TokmBTBUiTPdrkHEph9my { top:8.0625rem;left:0rem;width:47.75rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK { display:block; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ5ONWtvRBxaoTb5aTeilMSvxwzTh9t6 { top:5.6875rem;left:19.5rem;width:28.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #grasg1AZAxoqwy5zxiOkGHbxxdi68XuV { top:10.375rem;left:17.4375rem;width:30.3125rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHlZuMASv4UVc3usVePUPpUTbw6grOQA { top:19.0625rem;left:18.0625rem;width:29.6875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf01y8RKAfbUB1NhrkLsbpnd0xHGzqqN { top:0rem;left:0rem;width:27.3125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i { display:block; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev9KBS6ZkPbFTSZv9rxK2uyKito1B8GZ { top:2.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S { display:block; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv6A3QNk95S6qfefXZHyc4Ad1A7LV7Ur { top:4rem;left:0.9375rem;width:11rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gh0km4T9dfUz9QsiwZMNP4VxoEX31L { top:3.3125rem;left:11.5rem;width:12.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDhX8r9a79WT0WK49kOieDLuSZhGl9S5 { top:3.3125rem;left:23.875rem;width:11.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niJxQE1M9iFqs5TLNPfCQHAfM1VPaMMf { top:2rem;left:35.8125rem;width:11.5625rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRhvOa92k5vkVOtRMT40PuXH8aBF2iRR { top:1.75rem;left:1.3566627502441rem;width:0.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSwaCZnODDKbqbz9KNyc8z5s2KNSPT6T { top:1.75rem;left:11.9375rem;width:0.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5kq5K1KZfZI1zGRAvbc8V1yNbTw5eaq { top:1.75rem;left:23.875rem;width:0.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHp6TAXW48iraVbxo6ulOeyuJd4Pd5Q { top:1.75rem;left:35.8125rem;width:0.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 { display:block; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuPUCMnhho3TmqAMibD60qrWfXckgbPg { top:5.75rem;left:0rem;width:34.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0aVaTwn6DxSFiW787gfRAIqDbelDBfJ { top:17.5rem;left:0rem;width:28.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Zv8wzZUh1KPfSin33ZXkSMoi6FTmGp { top:11.0625rem;left:0rem;width:35.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGS1vKuuRUOvNMTHGAVfEsmxzWeBOMu { top:0.0625rem;left:21.4375rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy { display:block; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyZmIrDlZEv0zGgdad38iXrZudmloFtm { top:2.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQD9wp0Nr47wS5pwnFrPvy5UufcQyqgh { top:6.9375rem;left:7.0625rem;width:36.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWVx4UVdXxBd7s6RBUgVAT17HJeUzrb { top:8.9375rem;left:7.0625rem;width:36.5625rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQuf9cozV8utDX3Vk8C6um5HGz5ecAl { top:12.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8uxdF5KHgox6oLoGu03B0sGgh401vC { top:14.375rem;left:3.65625rem;width:43.375rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT8IzqZJaPJ4zN5cP42hOoaee5lVLmCJ { width:26.75rem;height:3.4375rem;top:38.125rem;left:11.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhkkzAgQF4OO36UaHDdDBX78Z4hxRoc4 { display:block; }
 }@media only screen and (max-width: 763px) { #mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ { display:block; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4QTQo80o9gx4mnzrUAETDUZKqof8KWa { top:5.25rem;left:11.875rem;width:35.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akD4Fls1A4IIoJ8qsDX7OimkI959FU1t { top:10.1875rem;left:11.1875rem;width:36.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW { top:13.125rem;left:12.5625rem;width:35.1875rem;height:;font-size:0.875rem;display:block; }#nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL { top:17.6875rem;left:12.625rem;width:35.125rem;height:;font-size:0.875rem;display:block; }#X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #WQbTWQTLl3we0n826ovJTaSbRHwcW7NU { top:22.0625rem;left:12.625rem;width:35.125rem;height:2.5625rem;font-size:0.875rem;display:block; }#WQbTWQTLl3we0n826ovJTaSbRHwcW7NU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn { top:26.125rem;left:12.625rem;width:35.125rem;height:3.875rem;font-size:0.875rem;display:block; }#NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm { top:31.5625rem;left:16.4375rem;width:31.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }#ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #KSUGqOL0eGZggWB5mekE4A3CUxOiQG9v { top:5.5625rem;left:0rem;width:28.875rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAwqfTg4tGEqsOOigJItvDVl3H6ts2s { top:4.9375rem;left:0rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrppU4TqLKQPb1OS0X0tswN4WdKzW57k { display:block; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnnLdFWo7koMLgZuJLwIeSQSmhMEhZzF { top:3.1875rem;left:1.375rem;width:45rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz { display:block; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0ZFFmV2qmAzB8ABG89NXXI2BaZtbdTm { top:4.5rem;left:17.531250953674rem;width:7.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcosx82dOdzX3khvTnnFTkwLzTwQOguK { top:7.375rem;left:17.124348640442rem;width:18.5625rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7xpoHoQGUozZiENE5OzQ0vr8xthBJr { top:18.75rem;left:0.56228351593018rem;width:41.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prklMl08WUeOlO6acF7XokFIktwcODNd { top:16.75rem;left:0.68750095367431rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#prklMl08WUeOlO6acF7XokFIktwcODNd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #c3BrqeULN6CBXs3biJtOl7M0bJ180kNv { top:3.9375rem;left:41.1875rem;width:6.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpDTl2RhilnILwJlpUpxxmisNMva9hbq { top:0.5rem;left:0rem;width:47.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSX1IpiX6yT7fFqByFGaX8MFgnJlb2Ma { top:27.375rem;left:0rem;width:47.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myHVts0BD79NETZTIPcQG990Kg03bRuB { top:3.9375rem;left:0.56228351593018rem;width:13.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFO0fxUuFSDL7Gy0c4C04n8imWfqcw8g { top:4.125rem;left:16.905598640442rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GraI8APK52ocaJTXvMnHD6L2zr4qDU72 { display:block; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLDPpbTt1vuzMXiaO1a2yrCNnpmBvECI { top:3.5625rem;left:17.061848640442rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAnxEMLkAqg8L3gftURrkDmGtnm14U19 { top:7.0625rem;left:16.999348640442rem;width:25.625rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhJT21Oawl6CopOQSF3vqC240Ng9zwpb { top:18.25rem;left:0.43608951568604rem;width:41.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER { top:16.25rem;left:0.56250095367432rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #z5ZVWiMbxS7Z5ZVKJBx6TmiiLbgXiWWC { top:3.25rem;left:41.13818359375rem;width:6.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmiDOrXLIP5Hw2IaF7DZ4K53mIuls6FP { top:27.375rem;left:0rem;width:47.5rem;height:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6zs6Pvvmk2hV0HJtr4BBfUKNiRqkrQy { top:3.5rem;left:0.43533039093018rem;width:13.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50I4Qs6aGqAESrLm0fTwoFnUGiQ2Mah { top:3.125rem;left:16.999348640442rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM { display:block; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2SncpgsOE7rxPqgUwN8XiTUa2HT7gct { top:4.375rem;left:17.186848640442rem;width:8.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTWaEn0M9ctK7NohXH5796elH1Z4qUq { top:7.375rem;left:17.499348640442rem;width:27.9375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #syp8hIDgGg9VqZB1EnieimdbkFMCq4hP { top:18.75rem;left:0.5625rem;width:41.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl { top:16.75rem;left:0.68750095367431rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147512a32ace2d4d538744aa6d7798bddcdf8748.svg); }
 }@media only screen and (max-width: 763px) { #pnLRbVaMoKdXzZiXVMF8sbKrA1zE8kQG { top:3.9375rem;left:41.1875rem;width:6.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7KbFCab8EDDDqyRhxsfTypKZcTZiZdQ { top:0.5rem;left:0rem;width:47.5rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwaeVMoeqTzRWfHUzUUC9TiUt66SihMT { top:3.9375rem;left:1.2013902664184rem;width:13.8125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvhg5Xl9TysghKVr5mMA0oT4AIwVREiF { top:3.9375rem;left:17.031250953674rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XROymuVToSg4oibJt0c4E4BogXJC72Dq { display:block; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTFxkifhNZSqF0NTfIW52ay1MwDo2Vgk { top:4rem;left:16.395833015442rem;width:8.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6f70myL3iNqkERciN8Q6qWRbl1othgE { top:7rem;left:16.5rem;width:31.25rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUQCUQgfLrzdhS41ckiHOxiLpccFA3d { top:18.25rem;left:0.24858951568604rem;width:41.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E { top:16.25rem;left:0.37500095367432rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #X3ouZpITSCQ7zB9fhfuQwTsHgySWW8Ht { top:3.5rem;left:41.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ppoUZb8lUCDiCWDTdZF3DefamlX4Pr { top:0.8125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskQHbDM0ZcdFB7TWZIQJWoPRTbJHWgu { top:3.5rem;left:0.24815654754639rem;width:13.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3EudrZ7Vf6NRmI2OE2NQsXFWKA115SU { top:3.5rem;left:16.458333015442rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 { display:block; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8KiTwGw9Igh2qXfoOEKiQuqg6PT5zhH { top:4.75rem;left:16.750000953674rem;width:8.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2qP9R1Ff511ACGi06V2TizXX2hWcsTM { top:6.6875rem;left:15.375rem;width:32.3125rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIfHpXtWsgZhkgTsETElEnRT4bFMX1Qw { top:18.75rem;left:0.1875rem;width:41.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc { top:16.75rem;left:0.31250095367432rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #zw0GktEa770WZ2tbs3Sxn00NS2aKzN1C { top:0.6875rem;left:0rem;width:47.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdxhT8MOm9oEa9DtVubQpJGbWgx0yxxv { top:3.9375rem;left:0.18739223480224rem;width:13.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVsZASDCQ0r9WlVzZcqAyW3UFoXyMiDq { top:7.5625rem;left:15.4375rem;width:32.3125rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8zdKNUlo5SqzxmTr3simsUEQciKXTxh { top:4.25rem;left:16.750000953674rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sDHulKHx8TTEVnFuW6OiDrwSbU8ID9 { top:3.9375rem;left:41.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx { display:block; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPh5hpTGlwaIz7XlmwhlMW1Tr27M8tl { top:4.4375rem;left:16.750000953674rem;width:8.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBBErkBV60GmwkL4u4vwXDu0T69wIdSZ { top:7.25rem;left:15.375rem;width:32.375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7zCh4rgJRL5O2br0HewsoUMVH4aHS9e { top:18.75rem;left:0.18739223480224rem;width:41.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy { top:16.75rem;left:0.31250095367432rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #pwKZyEBvzmfi3Id2hkFG7Wnfl5BW5Ic4 { top:0.6875rem;left:0rem;width:47.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvgxiAL0Th4SOlLb2M0Aw8hkF9NbuGGf { top:3.9375rem;left:0.18739223480224rem;width:13.8125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlEALAVVRMKrHmLkMgpTHxbMxcd6Tnva { top:4rem;left:16.750000953674rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWaFFJghQxAwFvqmVWSeaCQ0sFKdTpi { top:4.4375rem;left:41.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC989IoxupUoFH3yS7Qt7ZB1166gNTmB { display:block; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8QMKIJGziDUROuITy1BZ4i8xI30gNJP { top:4.5625rem;left:16.750000953674rem;width:8.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcq5Xw0GyqLft2PQ93H3rpTsihXnc2pM { top:7.6875rem;left:15.375rem;width:32.375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewH57eyCL54JtHSCJRbwWoBctMIFuCg { top:18.75rem;left:0.18739223480224rem;width:41.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh { top:16.75rem;left:0.31250095367432rem;width:41.25rem;height:1.25rem;font-size:0.875rem;display:block; }#g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #eidloOv5GfsUC9Z2e42OZM8FNf2h3f5B { top:0.6875rem;left:0rem;width:47.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5c3N3Q4Wama7H3Kkk2hLckwHwpdNVXf { top:3.875rem;left:0.18739223480224rem;width:13.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0hZCAsDd320AgpgxZcHZw1mlL10OLu { top:4.1875rem;left:16.750000953674rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyR3zVfkXPUOGdVHsS3EshtlTtHbtmnJ { top:4.5625rem;left:41.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg { display:block; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEA0Ni1mh6gXleOzCL0MTXZm8TGpaf4W { top:1.3125rem;left:0.09375rem;width:47.5625rem;height:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta { display:block; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2F2TtD8d3uNLehpus3AKdn5Qt6gvq4u { top:7.75rem;left:0rem;width:31.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmr05TDTCexz5QzmrEugUQusDIJF8218 { top:9.8125rem;left:0rem;width:27.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQLWECXm7MATwqVnEUFeO77v4fz9Kr8V { top:14.125rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywHTurNh1mIEOy4QUuRyaBbZlgAJwP95 { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIhFJfihE8L2sXFCiAg2sDmvaKS08hQn { top:2.0625rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #l292wOP4vadqdr6mp9lFfoxADJhCncPl { top:0.25rem;left:24.812067985534rem;width:18.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs8ROCUxtK0QkJToS2Pm5anDiBqJUubN { top:14.0625rem;left:23.875rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkIxn42Sfhg6V2mKPJnEOTbAl7hhENV8 { top:3.6875rem;left:4.7708330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSRfpuVZnZmgEP5pFTA9i5ga3qqxAnrF { top:4.0625rem;left:8.8750009536744rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTZwuUT7qi6abTxKqIW9EMCb5t9QRaD { top:4.5rem;left:8.875rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw { display:block; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSTpmcF0JapWGtQWShNURvoKCm35EHvf { top:8rem;left:0rem;width:31.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUrXKdmS29IOaTJXNplf1LyVsRKMfCO { top:10.375rem;left:0rem;width:24.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfgf8c7vs4UEyTT4FrrkUiLB6e097Xpk { top:15.5rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzwDUTgOiiU5n8PICNeaUiFT3ZVqwKv { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tsor8iMaBlf0SiTNcceuLaxU7ihiqlqG { top:2.0625rem;left:0rem;width:47.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3legcL32fLFD53J1sz4UMp77oTMTRca { top:0.375rem;left:26.155383110046rem;width:17.5rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkimIGypOvyQwXOgydu99vqg7kg1mhvz { top:3.8125rem;left:4.6458330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsvHGzAIFUWwKayXWTlxMBGmKHpgC9H9 { top:4.5625rem;left:8.8125009536744rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnIXXXnpvPZiPCzLTdRHQa8uSmzESnpl { top:4.1875rem;left:8.8125009536744rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn { display:block; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwTth0Tka6Zf5L07XVwinNSSmVVbXeOi { top:7.8125rem;left:0rem;width:27.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwP1qCHnl3TQKz6R7fcHy6fm94rV5vra { top:11.8125rem;left:0rem;width:24.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqy1JA3EK5it1JaeEp7mfRpXJdnT3EB { top:16.9375rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS53bysUrg3NSWfeQoWLF1CQe8dVTAOi { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwmwCZfAakyExTLDiGeZ9cCyqcaf715O { top:2.375rem;left:0rem;width:47.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8prGDDWCEh6fngqotCHukyusWyhTbs { top:0rem;left:25.749892234802rem;width:18.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvEnRoB4G8gOsocXpr27tWTkiwTbvKD { top:3.8125rem;left:4.5208330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTw8rwf5cBPwdNVvBLIPxGZMkwwJy1J { top:4.5625rem;left:8.625rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSe6Ocb05RSFbv1INsEDSIyiRCdsHWfK { top:4.1875rem;left:8.625rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 { display:block; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDg1PM1D9efqcdVutlrzcfQ94xzShQ8e { top:7.4375rem;left:0rem;width:26.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMiLkNyduJJFGfo6IoxdyfhQoFg0eO8v { top:11.3125rem;left:0rem;width:26.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KNTWzl7XpU0kyQvtV2bDffKRpPkf8R { top:16.4375rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHogvTLl1Z1XNnRzs1KbPBmQVTivvOX { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqfItC7WZuuvTqxu3ThrTLpepzTx0Ope { top:3.125rem;left:0rem;width:47.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Peyk0ETkRth9urPC11JrLZzM5H8alUfE { top:0.4375rem;left:25.624785423279rem;width:18.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgCXJTQ9TMZUWSZ0iaNFxkN6dFEzwbId { top:3.8125rem;left:4.5208330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RII1pbNIPBoTxzRLqNkXQ4MNx2XNJan8 { top:4.1875rem;left:8.6875rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5dDndnEfP2ZvpEHL0FywzyydorBFbQ { top:4.5625rem;left:8.6875rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUap0ewll58h52SpfEEyyuNQQ7CFLO1t { display:block; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz0QsnVU6228zqITgP1kMdeHwL79Isra { top:8rem;left:0rem;width:26.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH6rPlZvt90FXQ2dghkEqXtVeAoTTrMT { top:11.75rem;left:0rem;width:26.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfIgGXFTVbrMTXQU3V3S9u0KUdBHPlW { top:15.125rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFZ2uiGzn5fdp0P3aPg3idNXRZqQ4h9c { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #redLdlp3x5tAMrPspNNJx852mkbMTAfo { top:2.375rem;left:0rem;width:47.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKXJ9icTly0gUvVTbRqnzQR3DRC0n6tZ { top:0.4375rem;left:25.562392234802rem;width:18.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymlDNVREXhSbHFofrPWbW43VxFdXgBrR { top:3.8125rem;left:4.7708330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGZk5EKeAGxZ8GbIi37BsSSoU9l5vukZ { top:4.5625rem;left:8.8125rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRqN1wEHBApRRftvMIUIQeOn1fB8lBG { top:4.1875rem;left:8.8125rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL { display:block; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfUsxGEEvprbqZZlIrmzmuwz0PliGL28 { top:7.6875rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aklfO58zHyyUCP1n0xG3dH1UGEDItJ7M { top:10.1875rem;left:0rem;width:26.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itEFqDu5TMc9AEVcD2n06RLJCbrIOxZS { top:14.125rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRHxsJyzEeZHxozLqhS3vMb8MR1uy9K5 { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFF42SdlGIfKDgGsQLuAmJZFz8P8Cncm { top:2.0625rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXPazwr0GON9k8K1OKgQG1sp8HegUQZo { top:0rem;left:25.375rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35u8afKovEo1amSecUFNTA9010fTU4v { top:3rem;left:4.8958330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuCkqc4zCwXJTzpT2geL6v6TOAuh3LCr { top:3.75rem;left:8.8125rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffUbIc4Gg0lZwMk4l0l1lFNG9HHVZfCA { top:3.375rem;left:8.8125rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f { display:block; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxxXhLTg3R3BQd3g97V1uLqidf67DhrV { top:8rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWe67tsyJUwRp54z1ZruigfzQHBs1dB { top:10.5625rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOTnzF1u4y9MGKtAN58e6dGQXc39kIH { top:15.5625rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZVRT7onTGTsVgOGWdxxRt6W4xiCKnf6 { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHvZX0ogbewRsdfTC2OMBVU9BUSdRJS0 { top:2.8125rem;left:0rem;width:47.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNqTiTBrzV6B5wmCOomSGGQEkUi6JUDK { top:1.25rem;left:26.5625rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCU2JuNntArUgug4cEIh3l1VsD94Ky3q { top:15.5625rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7NGulqKfKRTDC4gsGswi7yTAJzTrTT { top:3.375rem;left:4.7083330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVZbL1LIfrESaqfvlBF2RTfhVxR4pA2P { top:4.1875rem;left:8.6875rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUtvsoUBw7QElWXw7LTGZTu6De68RSxT { top:3.75rem;left:8.6875rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw { display:block; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMcHDIb6ENEgKm82TJPzuwkkRXpuLW1T { top:7.25rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPf3f7FRMTKXDpH9A5oxa9N26ce8TH79 { top:9.5rem;left:0rem;width:27.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBchEExknP2PsQt4S5qW3RsB5Soo9caL { top:14.625rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueC376zw1xqSoKZG0hahWbKDqDyDIQEO { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQyHf6uFz3cIMIRZdW8bq7BxS8LRDKVr { top:2.0625rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXKTS5vk5ae7Ec2tLSAViPzsEyllSmTu { top:1.1875rem;left:26.624674797058rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzq6MgmBMDr00tVxPbRkTAhcGmxV43TI { top:14.5625rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9E16NCT73OloWFaMqziWQ9y7O2b3BUc { top:3rem;left:5.3333330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENBCmlyKzcODFzryPm6PSTvLpit6sWO1 { top:3.8125rem;left:9.375rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGdmGMsM9Vitioh2CW9tlmcIMSWAZtT { top:3.375rem;left:9.375rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw { display:block; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9PFzCC5SnkaOwDBEkhVxGIeT1dbbBFo { top:6.25rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRSPzzOdgs3OxvFXGzX8E5anWRODn6tK { top:9.125rem;left:0rem;width:24.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlyXUxmmnCLexe0PqyehF5NbSp06lzG { top:14.625rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpLTPRRTnhfPW4GxikZFOy9mX8FAI9Lr { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxpGsNkszLVCvMcpBCweFT4kX8Gzu5a5 { top:1.625rem;left:0rem;width:47.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvG2JtsFrl7shqqy3ATJNxbPLmaDS0fv { top:1.1875rem;left:26.437500953674rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaU9zBfNcU23tlHVH5krFWHOlRooOymC { top:14.625rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhbh9O0biL4FFMtC4OkvR3KBKDkZzC0a { top:2.5625rem;left:5.3958330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzCGRDE5QPabgoafy2TDgkZkaWTAHl3N { top:3.3125rem;left:9.5rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIJ1kpzZLH92b6rGZ7suzp7VdGKNWL88 { top:2.875rem;left:9.5rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 { display:block; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwI5C5mb8pGCxBsGkBdGMUDoi7UymKEd { top:7.0625rem;left:0rem;width:26.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7SE1cLLX0dQcBBmk6QumX6PzaFOhp9h { top:11.125rem;left:0rem;width:27.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnKBpFnZNsCWz1MMnbrEXMkU5CnOa6tZ { top:15.9375rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9g7FJ2tg0Ic3wlS3FaIO1MeQROFMGem { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbAnUTFRRZTNeC8cWOFR0EWg1Oqy15wW { top:1.875rem;left:0rem;width:47.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT1TazazEgTBObs3BuaPpOZvirOAyTA { top:3rem;left:26.437500953674rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0BENqk3WhnX85eNEqRf4uJUgC9nZ0IF { top:15.9375rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPaCJE44dInnVDLi0BDM3vWQ9kKhp7v { top:2.625rem;left:5.3541669845581rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPwueGPNCXz2wpNpioZCs4m6BZVIKAys { top:3.8125rem;left:9.375rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOmmJrEtHtcbD1aXS3lxUMLdoTG791n { top:3.375rem;left:9.375rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 { display:block; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI2czvO7i0k38UyydqvwTbDD3Le781G0 { top:8.375rem;left:0rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgPwJUsxtU630Aynt4g547UxVQMIZTP { top:10.5625rem;left:0rem;width:27.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWZwGwgKT0O0DeOLel7vsgaB2zX3Ep3 { top:14.25rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiI5zIEh8ShSd5u4Ja93QHG8ozG4nlC7 { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztQHXJ0VgPrZ1uqh971DgugyZQEQiuAX { top:1.9375rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwqGVJfnbyRiVrF2yWvTSyKaSOWcNwrF { top:1.0625rem;left:26.687067985534rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRuAzRKn0Zp43xSAP3AvlvBOGJHv6Ru { top:14.25rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBy9GwA9sXMD3qyBpLNTrIWs80N2A2ln { top:3.9375rem;left:5.3541669845581rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrNJlUtLfrwpTRR4ZMKq01xVNZEb3Zv { top:4.3125rem;left:9.0625009536744rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0LQLXG2uoMWBoKP5gbT7fakT3gRkIS { top:4.6875rem;left:9.0625009536744rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 { display:block; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ9KVt6T60AK3c3Tk6oJOCaw35OSEoiW { top:8.0625rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H530LRiDEx8HOJg0iLWhM0TzoluThpcs { top:10.625rem;left:0rem;width:24.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX6t9wJASSofFELWWiW6JqQp7t5ZxrgK { top:14.125rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIuDQMUQN7TvDew2DPGMqIvac3paO1oS { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehoiLqnD4rkQq21kceJ7NKVQQtallqBo { top:2.0625rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZz2oXx1fXiNkMA7gZ6Lty7xLzi9NKn { top:1.1875rem;left:26.437502861023rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUVbXX2QVlsIuVSzRVXKseuTlSy06TAU { top:14.125rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5HnO96kHS7fdVM4MkPObp3SGCkVdHS { top:3rem;left:5.6458330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAKHlE44xlXWFlBXHAuV36gNHl5XUl5o { top:3.75rem;left:9.5625rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0zbudS6TS0qTPdwH82zSli2SmHU4PMw { top:3.375rem;left:9.5625rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 { display:block; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VynUTai5o1CcJkX3ohIT24A7TpL3uDdo { top:6.5625rem;left:0rem;width:28.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9xumnSiLIypSaeTuWwXlSE7QEKrfzQq { top:9.25rem;left:2.75rem;width:21.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL1xZFCISDip462btd1TW4ILEeFrQzBH { top:13rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMBmfA2wdtnyS9D9H673fcwCdFl1Qpnb { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHUkcRXxgOrIpCMIQ6egLddb4T7wXOES { top:1.125rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFM0dMxwXyWuIH337cxMPTmCbFRpHsk3 { top:0.3125rem;left:26.437502861023rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PA7NpJIBmG6Th17FnDO44TUN5KH1HU { top:13rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWoEBITGbx1qd8IRqwh8kSte3mEop2So { top:1.9375rem;left:5.6458330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMXrfSwC5FiLbDvvXJrhPIULRbv5HCIa { top:2.3125rem;left:9.5625rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFNTbpoSBVcqh7BTmbEu2HKfPUx8hmXf { top:2.6875rem;left:9.5625rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK13U79uNsSXEVLoFIuVc1xszUAop9pn { display:block; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETqDnwVabsweoAOcPfb8FHRx1U3JDm21 { top:6.3125rem;left:0rem;width:28.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqIBBaXTdL1kXIfBvpnhutOMiyW9afRW { top:8.625rem;left:0rem;width:28.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaWZ2tDyrPBg3rIvoT6KGsgF42bfmgD8 { top:13.5rem;left:0rem;width:24.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9V9nCR6HJP5GunmPi1Or1UQJgOqmFTD { top:0.9375rem;left:0rem;width:47.5rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ig539BCRV9FwKOd1ahVe0oSToBT8hxRs { top:1.1875rem;left:0rem;width:47.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gas02MCqhxeDcfiThux8QQlIzxPtpJ4a { top:13.5rem;left:23.875rem;width:4.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5z405az2b5rACP2eLCzKa9g8ri1Qmav { top:1.9375rem;left:5.5833330154419rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byQSXnp0TvqXf0TmCNIwDWeD99VUMZK1 { top:0rem;left:25.555340766907rem;width:15.4375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdcPb42OvonFQxmMHhR1KIeerTz6LnHD { top:2.75rem;left:9.5625009536744rem;width:8.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFMrUS7QiE1cnTvZAwRRnT1EwsEWtp8 { top:2.3125rem;left:9.5625009536744rem;width:8.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo { display:block; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpJXWiJd8GFwvv2eFPBNDy6bVg7gSgEG { top:4.875rem;left:0rem;width:34.625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ { top:8.3125rem;left:0rem;width:34.9375rem;height:41.75rem;font-size:0.875rem;display:block; }#ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #N7smPIXEhNCTkQFpE1mHqCPgnH5n9qmM { top:52.5rem;left:0rem;width:26rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCFrMR871cQlcBBWSaFWOJk8DkwRb4x { top:54.8125rem;left:3.85693359375rem;width:15.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPFTAiN9Dsw6oSrtFtBoItzG1SORkTWR { top:57.125rem;left:0rem;width:25.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF3Teq68VkNFD4gFlrMhvcS3G3iTppDN { top:2.625rem;left:0rem;width:43.25rem;height:63.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbfVZhwKxn0cT3GV3aT5JWq4r8eUwyTH { top:7.4375rem;left:17.8125rem;width:29.9375rem;height:52.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKbpyMifZomW0RXFI4EGxRgaRGfBTwdk { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJIGkvzaDW6w3UFuf5fH3RtMKWgrTfVk { width:26.75rem;height:3.4375rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnldBggGTh5RqTvLFuNVm63Px1tP1iDq { display:block; }
 }@media only screen and (max-width: 763px) { #bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt { display:block; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDZIFkyO3wAKCZ04HTuz3hC1bVfknVdm { top:2.8125rem;left:0rem;width:20.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRrtfuZdO94JgwMRGCxQ65DV1tpOTUgT { top:1.3125rem;left:12.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egrfkuF5dAil5UQ5XsrfZoU9P1ZAGTby { top:15.5rem;left:0.81890201568606rem;width:11rem;height:2.4233410735775rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIhJA41HgCJMXmFGyMvD9mZZ5xiCB3N { top:2.8125rem;left:11.25rem;width:20.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7q6ru1kaWAt2fnKoPqxuCZDEeI4zuN { top:1.3125rem;left:28rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCmGPR1TKX1NdKnSiHyrP1NzKc8zfnI { top:15.5rem;left:15.875rem;width:11rem;height:2.4233410735775rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfsc7p8GQKp9w6MPJCA924ILW5sxQBne { top:2.3125rem;left:27.125rem;width:20.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7h2MS8dMJyIHsRkhB6LpUrAV1zeIZqT { top:1.3125rem;left:42.437067985534rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWBqVdm79zwFo97HPksskXeTIqCvItzV { top:15.875rem;left:31.75rem;width:11rem;height:2.4233410735775rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2KnCXS6FQB107oWU7ryWdIcT6f0UPTa { top:5.75rem;left:0rem;width:17.1875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxsC2dGKSpGq3L82rEHRLHBtnkgK45x { top:5.75rem;left:14.5625rem;width:17.1875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m74zQf7eGJokbqxiGZcGiDpc9KqJKJW2 { top:5.75rem;left:30.4375rem;width:17.1875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3FHv4ZqRqyJns0WavI8944e879GQyl { top:14.25rem;left:10.75rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdFPffBoUymlbudt0b7OkRh5uKgSElpA { top:14.25rem;left:26.625rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxooWWBbTACk7AdbKaScoI8HzBhZ0IMR { top:14.25rem;left:42.5rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe { display:block; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS9oTXiHbkdhXGp4bWqnIo6IBoFg36qv { top:2.3125rem;left:5.90625rem;width:35.9375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyLEMmz7klL8M6UeCKzwLyXOqdfPqote { display:block; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmsQcUB3TFgwSIDcy0Mon5qw7AkLXBZz { top:5.0625rem;left:0rem;width:10.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEoSxkFJMk7HfLR3mM9BgpLsv99NLSBW { top:5.0625rem;left:11.9375rem;width:11.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibUFIXHuthXTkCAgTN0Ro7yFODtqEZV1 { top:5.0625rem;left:22.6875rem;width:13.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTwzWCEwTUXCxH7ToREuUnOrQW3Du6B { top:5.0625rem;left:35.8125rem;width:11.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTg3OwlrfTOdCG5VSf82zRRCTq96bsSF { top:0.6875rem;left:0rem;width:18.1875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSNeEJN8KBzbzb3gupPE69hNSVkgdDe2 { top:0.6875rem;left:5.75rem;width:18.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yvPFobnxWytw80otowLqVEfmq5AVni { top:0.6875rem;left:17.6875rem;width:18.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogKNB5BtZkVhAwpqNaxf2AfbFVPdQfU { top:0.6875rem;left:29.625rem;width:18.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbok2yskm38sfykkBrcNm7P0FJOqThs { top:1.625rem;left:1.1875rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULufKBESEOiSwub90rMmwr7tygkifqHm { top:1.875rem;left:13.625rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgwT6u5AHOl3tqkIMDG2aFX9f6DbdbwT { top:1.625rem;left:26.6875rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgzaS3e7TdSZclT6oTXp17UA5xTvCbhC { top:0.6875rem;left:35.0625rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM { display:block; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkXmbDivMc628SOLJWrEJ3Xmr19HktP0 { top:2.875rem;left:1.375rem;width:45rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xubRv9WwQtDSvqatM43tewaf7buJS1 { top:14.375rem;left:0rem;width:16rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzvDDzKB2nWiy9V1pn1zTMxT66GFG46T { top:14.4375rem;left:15.4375rem;width:16.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7vKOPrglzoyPIwn9C3cPCdpw8OTOZag { top:14.375rem;left:32.8125rem;width:14.875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHBWUuTRc6ViWnZD6SSBRmh1MtEkWKO { top:30.5625rem;left:0rem;width:15rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoO4Cqg9CP85k3xEb2v23zATB0pGKinn { top:29.875rem;left:15rem;width:17.6875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOtxfXz8BRGXaVCK9pWCViJn4XABZWB { top:29.875rem;left:32.6875rem;width:15.0625rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6FP9ixio2pDZD9lGdJpzaFRaRS1qbUL { top:10.5rem;left:0rem;width:20.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1wVOHb2LnItJfiWoXHOQkbhM5X85wp { top:8.625rem;left:8.0129137039188rem;width:2.875rem;height:4.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcZmbS72PzuUVVI1DIfSnt5t96aF6T6D { top:10.5625rem;left:13.4375rem;width:20.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1r3ozu1h6sqneUH76Z0xp8augAdnlKc { top:8.6875rem;left:29.9375rem;width:2.875rem;height:4.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QArhiPPZDwG2dJmbt1CbDRPkrnlgTbSN { top:10.5625rem;left:27.25rem;width:20.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut2AC9mnFQ7u4ckJTGnFqc7DTbQTfmyn { top:8.6875rem;left:44.875rem;width:2.875rem;height:4.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veH1q1TM6tdarmL3ZFXv0aaui6NW2J99 { top:24.5rem;left:44.3125rem;width:3.4375rem;height:4.5625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vro1vLQX6G0bpmrEZ90o5rz7KtKyRpAM { top:26.375rem;left:27.25rem;width:20.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2dB7Q9KfiKlTb8QLJJywMuiyiVVDw2E { top:26.375rem;left:13.5rem;width:20.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSIOEduZESIQHJg6gMRGOeLTHfd5U72 { top:24.5rem;left:30rem;width:2.875rem;height:4.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEpX0mcgdk1lRCH5KishVuWTkcURcH1X { top:26.375rem;left:0rem;width:20.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNfXBvciaQUXCSMaaqSOQoniqdLwoKqO { top:24.4375rem;left:8.0625rem;width:2.875rem;height:4.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt0w7KhwrhoUqoB2wEvW2vtl3UNieveU { top:25.375rem;left:0rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLqcCorGACBzuUEeQfv61BspH3RpbWI5 { top:25.375rem;left:14.999674797058rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnlTTxXTRNCeRpl2Q2dt4qZvThZ4kcpd { top:25.375rem;left:36.780276298523rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOhgMBCaeMswSLdGllNDqbtpRGyEfH1 { top:9.5rem;left:36.75rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBLEwTg4C0HGmMDJg4UMx5cHGNeHazf { top:9.5rem;left:15rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faSiA3sTqKKGyTNUFJqav76rr3zZQobL { top:9.5rem;left:0rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnv6Sam2EmGWNUtk5DwyMieTxcvco9GD { width:26.75rem;height:3.4375rem;top:41.625rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdxK0qJ8wy1mp3gCPuE4mLPEnW5HyM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ygoMEKvJWhL1ya2actWOukgMXzet7HKE { display:block; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clTpGeRkydDUHfRT2FQzWK7i6SLTMX1p { top:10.4375rem;left:0rem;width:16.375rem;height:29.69887223477rem;display:block; }
 }@media only screen and (max-width: 763px) { #fph2JprqXclN61q21GDWgTahGVeWthR5 { top:1.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOiNwNTdvldhDTyCMV4TvLrTu6ewuMTE { top:10.4375rem;left:24rem;width:23.75rem;height:30.482229472225rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8ayRRnihU2WUJft8iZiT8rsABnr36C { top:10.375rem;left:13.3125rem;width:17.375rem;height:33.567104489702rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGqJEg27oQiH70ztwpISAPNTPqHwQ4FC { top:8.9375rem;left:0rem;width:19.875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcKT1TP0M6DTOQ7ZD8C3zFqcKtqIJmx { top:9rem;left:22.3125rem;width:25rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV05HotZv9UuQfN22FMd9crdoO8CcSlv { top:9rem;left:11.5rem;width:20.6875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9lLZkqkX5MVycV07RL70M7RPLVhTsiF { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhVha0AXeBaHlQ6S1e0CtVma6ZzxORd { top:16.1875rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHCSRbCpBdRbT0rttpA7ZvHKrkJPsbfu { top:19.375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpVD154AWfyFaUHoiXgfZvoDTaT2Xei3 { top:22.375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCMEDqTgaZbVJ6ybufSQDwsePxCXHU1V { top:25.5rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8yR6whOWRA0X2RU1WRF8XDTqXND4hV { top:41.6875rem;left:0rem;width:17.5625rem;height:5.9786501257128rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3abdpsWskTT2tukCR15wZydPK154ZK2 { top:44.4375rem;left:0rem;width:18.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5xKWNbVmwDBEf3O2Ox3cPwfTQoHxcV { top:33rem;left:12.5625rem;width:18.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGwAis1n9RZ6xIqJxT59R8TbunnxqMDt { top:30.0625rem;left:23.9375rem;width:23.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB79xPvPWmTVleODikDFgehvQ47xbRAF { top:44.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCiwWM577aLGiGtkiLF202OWBLfK2cU9 { top:33.5625rem;left:9.3350830078125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3gs80Ig3TGguf3REOr6clTvld8zApXN { top:30.375rem;left:31.7265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zclvE9fJ9BMuNU5zvf3L2igQ49GveMfu { width:26.75rem;height:3.4375rem;top:52.6875rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTHq6pXatCzedTtxuoxsCl1AMJvhe98 { display:block; }
 }@media only screen and (max-width: 763px) { #skw7akvxTLTpiRpX70y6TET4ScHfhTt2 { display:block; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9pSy1iHGzKd8RupcmuR32lBITV5f4hK { top:3rem;left:0rem;width:45rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpf7hXzxS5p8mrPDe9ZdVoILPEn9TNTs { top:5.0625rem;left:0rem;width:45rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHfRDPJeFX1dgbczXgnRmWJxdGTSBFe { top:9.0625rem;left:0rem;width:36.5625rem;height:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb65GF36m7MStK7rKtrS6BCv21PWo5Sn { top:2.3125rem;left:16.3125rem;width:31.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4IgqD194aVrO3PNA8oUWsTsgTmsDplG { width:47.75rem;height:53.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB { display:block; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZfJkwXCFT3PuM1eRwN3Dm5JqfCIvO0x { top:4.4375rem;left:41.562285423279rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku7Eu3oFCidAua3WM0FwAaIP2zqAJIWb { width:41.375rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zekziSaefwgp3DNnm6oAgITCdsxgUL8B { top:11.9375rem;left:2.4373922348023rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKAT5kBxf2cXpIwPQACufoXOn09gFf0K { top:11.9375rem;left:4.4371747970581rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrmgVWai2qiMHbRfQZGVwrbDILtzs5bD { top:11.9375rem;left:0.43706607818604rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rCqV3zeu1hiiMZ0ALIZspgAtLaGcMc { top:11.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOq4Sgrnmmxid3UswgmdnTBGeNIQaWyE { top:11.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ6ozpK7drwqBridiefKRvPAINs5fsAU { top:13.4375rem;left:0rem;width:47.75rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkBBMHXd0nyGiSISSXIWZKaWE75ptJpa { width:17.1875rem;height:1.375rem;top:12.6875rem;left:26.249243736267rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaUOFl9yWOpNDTDhvUwPaOaOhHiAAT3 { top:5.5625rem;left:0rem;width:16.375rem;height:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIDIeVbOz9reHKqdS2HavL4anBdEb1uw { top:12.0625rem;left:0rem;width:6.4375rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsXa7fQOui7QwqnAMgVDo2Q44oy8GS5w { top:6.375rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEA69HIQGkiGhtDU5RkzLnJe1HPCdCiy { top:17.9375rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG5cPiwWNtT6UCRELJLdMbV3Kn0Z0uPn { top:15.8125rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEiQ2zITw7mk5sDVHRHsxPEKBK2Emsug { top:23.875rem;left:4.8748922348022rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvHXv6bf9pTlUSx3HAblaGbsfXZl9emf { top:23.875rem;left:6.8746747970581rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAWCI3fHRUpT6ngHmE8GCvkq03pcKOp { top:23.875rem;left:8.8750009536744rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kap434Ku77nzNG4huLICEnPeBivPQktz { top:23.875rem;left:10.87478351593rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt1mh7H1pHhkF7hdIyGl6EuNrTFobZFz { top:23.875rem;left:12.874567985534rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RUTZAt5rbGdhBVGDqeteaEv2vgEw5u { width:41.375rem;height:2.75rem;top:19.75rem;left:4.8748922348022rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0eNgi2LAcgxZThR9R5OrV5dRM6TToW { width:15.125rem;height:1.375rem;top:24.1875rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW7GE1IvJGa2bfXqay4fxqLy0W3LeM5l { top:13.4375rem;left:0rem;width:47.75rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ar55K1ZLsTkUKPk4ZQzM5zA5AXm16AFS { top:21.1875rem;left:0rem;width:16.375rem;height:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuNyWP2VU5XsTConVVfv1TyO5a1OdQDS { top:28.9375rem;left:0rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIcawOSiSKoXfMQ99czPz1MFfLKC8Jwd { top:1.8125rem;left:0rem;width:45rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua { display:block; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZUrK86B59bxyg6La439A4VZiX7VWAKi { top:1.75rem;left:0rem;width:29.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR { display:block; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNU1JUvi3wztttskSTV4Coikik7VHDKO { top:1.5rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJdbTAcaM1qPwLne1Lcb1TSqa8vN3vc4 { top:8.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2vtKCIFo0Qund6u9afD6GNGoS554QS7 { top:14.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ID3XbJmEEplmCp81FHv6FvZKkRddNV { top:21.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvwPmoS4vNmC5UrvPEGvo0JKfMCSL1v { top:29.1875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K { display:block; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xufalu7cJt2O4Mp1ZyxvWR9MONtGX7Za { top:2rem;left:0rem;width:40.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCh40bAePoTHBU5d8JKEEhiU9pNQENgh { top:5.3125rem;left:0rem;width:30.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsa3hkdXy7Tp4b0gtZULKR7wOyOfuxW5 { top:2rem;left:28.353516578674rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSviQTa74XQ5lGWr4Fa7e6qTdq7QGXe9 { width:26.75rem;height:3.4375rem;top:6.4375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvz8ichcLsTmcp9eRahosZJWsT5LKHOB { display:block; }
 }@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:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTtwI8V0VVPH35u2F5B29sCaaSHvUElL { width:20rem;height:0;top:23.833551406861rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJXeC42dRt7QpuWMmRmB8y0zBwRv9tzT { width:20rem;height:5.3994125rem;top:3.75rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utMeRdThf08HQvuRPPls2zVgw8I9Coyf { width:19.9375rem;height:4.875rem;top:10.0625rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTTS1RTarDkW28AdzQVL0fhqs3ffgPZO { width:20rem;height:2.4375rem;top:16rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTym6OyZF0df9ihuaQlDEtGS75FWDnu1 { width:9.25rem;height:1.5rem;top:1.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPttbKB4sGKiOKuoUeyBsKndFMs47lmX { width:0.1875rem;height:6.25rem;top:3.88671875rem;left:0.8115234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1KrdrNFi39CpS7TJWueVLS2ckSlTwOA { width:20rem;height:34.875rem;top:42.873698234558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F09dK7fyHbG5ouv25qKp2iMQDiCTuTlm { top:20.125rem;left:0rem;width:20rem;height:21rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gX12LcT1133vvfTyMZTI0aqb2sXpLX9p { display:block; }#gX12LcT1133vvfTyMZTI0aqb2sXpLX9p > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ODr8dk8xd8N5wfmqk61MAUQkcN9UN1 { width:18.875rem;height:3.8984375rem;top:1.25rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaF8xLJfqbWpX2PBhsHPGMiexZlXPCus { width:19.8125rem;height:10.5rem;top:6.3984375rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4VrfFRX22FdZFtS3HC2J2VvH1dbZcQH { width:17.8125rem;height:2.2734375rem;top:18.1484375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OozZNngT2I3OwF4HsTM2evB5S1XxQ5f0 { width:16.6855625rem;height:2.2734375rem;top:21.671875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHuBR1eZDrhRp9FXpMa36MhuGo0Dt9lR { width:17.7480625rem;height:2.2734375rem;top:25.1953125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oe5ygk5XMkwynqfGedcoTmeFogODpQLU { width:20rem;height:7.875rem;top:28.71875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFbkrbKwhZ1XUMe9tbQ4zNWPxsbToJOo { width:14.937rem;height:19.2495rem;top:32.875rem;left:2.5299479961395rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp { display:block; }#IHuDAJIP7T0RFhhn34TlMW0Xk1xVKRCp > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXTAfCNrgIX72L1HAM7DixEUREpqeswh { width:9.124875rem;height:1.75021875rem;top:2.3125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRgGhiBppFyp3svwqANm4G28c9H1TZn { width:10.3125rem;height:1.75021875rem;top:11.625rem;left:7.625rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #LeX1ZLqtbJ0wWT7BuGF0TqEsDuwbAHuB { width:12.5rem;height:1.75021875rem;top:20.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKa9KK9GBt3h9s1PgnHgmSe9LyKTZAl9 { width:7.6248125rem;height:7.6248125rem;top:4.0625002384186rem;left:0.99989157915113rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WOhuWIKTQDbz7lCsVSZC4WquNJexBwhT { display:flex;width:5rem;height:5rem;top:1.125rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #cBw19SeZzbH0ntyFuUirkNu9aK4gvK7m { width:10.4375rem;height:3.5625rem;top:1.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm4pSmJMQHPFilVdeDStVhVVvtSbeoA7 { width:7.5rem;height:7.5rem;top:12.9375rem;left:8.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JJ51eleu6eOUnBZTq3NudXlu2To3MkT7 { display:flex;width:4.9375rem;height:4.9375rem;top:10.875rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #dT0PQOSdlXzXwTMrUt85LsVyty3Xb4xB { width:12.6875rem;height:4.0625rem;top:10.5rem;left:6.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BLZhmkWynzFluiydczOqk1adZGQmvP22 { width:12.5rem;height:3.6875rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthQh8AGPAh6i3PyaHkMADnumxmges3o { display:flex;width:4.74989375rem;height:4.74989375rem;top:19.8125rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #QWnGh4Rd1fzBWAmMpRl80SO6uqTWQAdV { width:7.6871875rem;height:7.6871875rem;top:22.812283277512rem;left:2.4997830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9yxhdZgfyINyxcRHyV4g09DVBdnnZ6E { width:16.75rem;height:4.875rem;top:6.7845053672787rem;left:1.1592882275581rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pUGxTfqALmBxIbSvPaFDwBKMbN2hgTJM { width:16.0625rem;height:5.625rem;top:14.846896678209rem;left:1.7845051884651rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bGy97EpCSFHpFUee67qpCKotMD5hVbfa { width:16rem;height:5.875rem;top:23.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ { background-color:#f1ece6;background-image:none;display:block; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container { background-color: transparent; background-image: none; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container > .video-iframe-container { display: none; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row > .video-iframe-container { display: none; }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .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); }#qpLsoNHSV5KllUuIacFlv6G4q14iwPHQ > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6pKK06GpZxbMAsQKRcHePkcyhDmKZcP { width:18.75rem;height:3.41015625rem;top:1.150390625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWZA8Ga2wirwMLzMvLrD7A4TGNBIhe3 { width:18.75rem;height:4.875rem;top:5.1865234375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D { display:block; }#yyGO0fsXHc2u2dnxGZdVB9iVUrN5ll4D > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAhGT2dRgXtn6aWoQw6NUhNH8UqKqL94 { width:15.9375rem;height:3.8984375rem;top:1.25rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hP1ahimmNu0TokmBTBUiTPdrkHEph9my { width:20rem;height:24.9375rem;top:6.3984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK { display:block; }#XVATl6ms3UZLV9Ih3WzIyq4nuyQASNuK > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ5ONWtvRBxaoTb5aTeilMSvxwzTh9t6 { width:16.9355625rem;height:2.5996125rem;top:22.5rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grasg1AZAxoqwy5zxiOkGHbxxdi68XuV { width:19.5625rem;height:7.43653125rem;top:26.3496125rem;left:0.1875rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHlZuMASv4UVc3usVePUPpUTbw6grOQA { width:20rem;height:3.9375rem;top:35.0361125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf01y8RKAfbUB1NhrkLsbpnd0xHGzqqN { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i { display:block; }#oHLzM0MmZkECl5fQ6nVZOxDxs6Mx9W0i > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev9KBS6ZkPbFTSZv9rxK2uyKito1B8GZ { width:20rem;height:5.84765625rem;top:0.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S { display:block; }#FLx2uKmIW08TBz6uGxLkS6H0uWzaiJ1S > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv6A3QNk95S6qfefXZHyc4Ad1A7LV7Ur { width:15.3125rem;height:1.13736875rem;top:2.0623917579651rem;left:2.6871746182442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gh0km4T9dfUz9QsiwZMNP4VxoEX31L { width:15.7498125rem;height:2.2734375rem;top:6.3975701332094rem;left:2.6871746182442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDhX8r9a79WT0WK49kOieDLuSZhGl9S5 { width:15.999875rem;height:2.2734375rem;top:11.397244930267rem;left:2.6871746182442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niJxQE1M9iFqs5TLNPfCQHAfM1VPaMMf { width:16.3125rem;height:3.41015625rem;top:16.125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRhvOa92k5vkVOtRMT40PuXH8aBF2iRR { width:0.25rem;height:3.75rem;top:0.65972232818606rem;left:1.4371746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSwaCZnODDKbqbz9KNyc8z5s2KNSPT6T { width:0.25rem;height:3.75rem;top:5.6597228050232rem;left:1.4371746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5kq5K1KZfZI1zGRAvbc8V1yNbTw5eaq { width:0.25rem;height:3.75rem;top:10.659397602081rem;left:1.4371746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHp6TAXW48iraVbxo6ulOeyuJd4Pd5Q { width:0.25rem;height:3.75rem;top:15.95485329628rem;left:1.4371746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 { display:block; }#l9XNcwTEV5RrESPBTuZ5VP1HWoyy8A45 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuPUCMnhho3TmqAMibD60qrWfXckgbPg { width:18.875rem;height:1.94970625rem;top:1.25rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0aVaTwn6DxSFiW787gfRAIqDbelDBfJ { width:20rem;height:3.9375rem;top:12.52196875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5Zv8wzZUh1KPfSin33ZXkSMoi6FTmGp { width:20rem;height:7.875rem;top:4.44921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTGS1vKuuRUOvNMTHGAVfEsmxzWeBOMu { width:20rem;height:20rem;top:17.1831rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy { display:block; }#rXPQZRgBJX3fPKHVaS5Ovb3lzmILW6sy > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyZmIrDlZEv0zGgdad38iXrZudmloFtm { width:19.625rem;height:4.38574375rem;top:1.74951171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQD9wp0Nr47wS5pwnFrPvy5UufcQyqgh { width:12.5rem;height:1.13720625rem;top:7.06005859375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWVx4UVdXxBd7s6RBUgVAT17HJeUzrb { width:18.6245rem;height:2.2749rem;top:9.125rem;left:0.6865234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQuf9cozV8utDX3Vk8C6um5HGz5ecAl { width:19.0625rem;height:3.41015625rem;top:12.3876953125rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8uxdF5KHgox6oLoGu03B0sGgh401vC { width:20rem;height:11.229rem;top:16.03564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT8IzqZJaPJ4zN5cP42hOoaee5lVLmCJ { width:19rem;height:3.4375rem;top:28.51365625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhkkzAgQF4OO36UaHDdDBX78Z4hxRoc4 { display:block; }
 }@media only screen and (max-width: 763px) { #mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ { display:block; }#mlF55S8tJ3VE7Qzf4uUAchJTE8Thp8OZ > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4QTQo80o9gx4mnzrUAETDUZKqof8KWa { width:19.4375rem;height:1.94921875rem;top:0.81201171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akD4Fls1A4IIoJ8qsDX7OimkI959FU1t { width:11.5625rem;height:1.13671875rem;top:3.375rem;left:4.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW { width:16.875rem;height:4.546875rem;top:5.625rem;left:1.125rem;font-size:0.875rem;display:block; }#nshH8ZzA4hEtSpmfiTUXi7oMf7H9UwDW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL { width:16.875rem;height:4.546875rem;top:10.75rem;left:1.125rem;font-size:0.875rem;display:block; }#X5Wp6hwAqvDXHTciAvNgNZLaNVN7wZTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #WQbTWQTLl3we0n826ovJTaSbRHwcW7NU { width:16.9375rem;height:4.546875rem;top:16rem;left:1.125rem;font-size:0.875rem;display:block; }#WQbTWQTLl3we0n826ovJTaSbRHwcW7NU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn { width:17.6875rem;height:4.546875rem;top:21.75rem;left:1.125rem;font-size:0.875rem;display:block; }#NshGb2NW5rCr6K92CCTHFS8CLfpKg2Sn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm { width:17.8125rem;height:4.546875rem;top:27.25rem;left:1.125rem;font-size:0.875rem;display:block; }#ZwKlRlpBDv0FG6lShTQbSUVLh1byOmsm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #KSUGqOL0eGZggWB5mekE4A3CUxOiQG9v { width:20rem;height:20rem;top:33.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAwqfTg4tGEqsOOigJItvDVl3H6ts2s { width:20rem;height:17.6871875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrppU4TqLKQPb1OS0X0tswN4WdKzW57k { display:block; }#RrppU4TqLKQPb1OS0X0tswN4WdKzW57k > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnnLdFWo7koMLgZuJLwIeSQSmhMEhZzF { width:17.437rem;height:3.8994125rem;top:0.5927734375rem;left:1.2802734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz { display:block; }#ObuBwfFEGHfWTFT1TR3wOsky9hAnK7Tz > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0ZFFmV2qmAzB8ABG89NXXI2BaZtbdTm { width:6.06185rem;height:1.625rem;top:3.1393232345581rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcosx82dOdzX3khvTnnFTkwLzTwQOguK { width:15.6875rem;height:4.19965rem;top:8.1866321563719rem;left:1.4371746182442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7xpoHoQGUozZiENE5OzQ0vr8xthBJr { width:17.1245625rem;height:6.8203125rem;top:16.150499343872rem;left:1.4366319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prklMl08WUeOlO6acF7XokFIktwcODNd { width:17.0625rem;height:1.13736875rem;top:13.44140625rem;left:1.498046875rem;font-size:0.875rem;display:block; }#prklMl08WUeOlO6acF7XokFIktwcODNd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #c3BrqeULN6CBXs3biJtOl7M0bJ180kNv { width:6.5625rem;height:1.13736875rem;top:5.75rem;left:10.625rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KpDTl2RhilnILwJlpUpxxmisNMva9hbq { width:19.75rem;height:24.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSX1IpiX6yT7fFqByFGaX8MFgnJlb2Ma { width:19.749875rem;height:25.4996875rem;top:60.858282089233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #myHVts0BD79NETZTIPcQG990Kg03bRuB { width:7.5625rem;height:4.6875rem;top:2.6085071563721rem;left:1.4371746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFO0fxUuFSDL7Gy0c4C04n8imWfqcw8g { width:6.25rem;height:2.5rem;top:2.7018231153488rem;left:10.405599594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #GraI8APK52ocaJTXvMnHD6L2zr4qDU72 { display:block; }#GraI8APK52ocaJTXvMnHD6L2zr4qDU72 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLDPpbTt1vuzMXiaO1a2yrCNnpmBvECI { width:5.24956875rem;height:1.625rem;top:2.9375rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAnxEMLkAqg8L3gftURrkDmGtnm14U19 { width:16.4995625rem;height:6.2988125rem;top:8.7237548828125rem;left:1.7491319775581rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhJT21Oawl6CopOQSF3vqC240Ng9zwpb { width:16.1246875rem;height:7.957rem;top:19.445327758789rem;left:1.9373915791511rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER { width:16.8125rem;height:1.13736875rem;top:17.083984375rem;left:1.7486979961395rem;font-size:0.875rem;display:block; }#OO1qK4Zuu0fLOD2eHW3bFGJmvWWRRNER li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #z5ZVWiMbxS7Z5ZVKJBx6TmiiLbgXiWWC { width:6.5625rem;height:1.13736875rem;top:5.5rem;left:10.8125rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TmiDOrXLIP5Hw2IaF7DZ4K53mIuls6FP { width:19.75rem;height:29.75rem;top:1rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x6zs6Pvvmk2hV0HJtr4BBfUKNiRqkrQy { width:7.5625rem;height:4.9375rem;top:2.4831886291504rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50I4Qs6aGqAESrLm0fTwoFnUGiQ2Mah { width:6.25rem;height:2.5rem;top:2.4830732345581rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM { display:block; }#vFlhvKXKgvwQHuGELSHtuCvszOc1DAgM > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2SncpgsOE7rxPqgUwN8XiTUa2HT7gct { width:7.1875rem;height:1.625rem;top:2.4817714691162rem;left:9.916015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTWaEn0M9ctK7NohXH5796elH1Z4qUq { width:15.9375rem;height:6.2988125rem;top:7.99978351593rem;left:1.5340712666511rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #syp8hIDgGg9VqZB1EnieimdbkFMCq4hP { width:16.0625rem;height:6.8203125rem;top:17.5rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl { width:16.8125rem;height:1.13736875rem;top:15.5rem;left:1.6875rem;font-size:0.875rem;display:block; }#PVPrXPTcoV5ur8nJUOwUHgTZiVDuN5hl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147512a32ace2d4d538744aa6d7798bddcdf8748.svg); }
 }@media only screen and (max-width: 763px) { #pnLRbVaMoKdXzZiXVMF8sbKrA1zE8kQG { width:6.5625rem;height:1.13736875rem;top:5.0612030029297rem;left:10.374349594116rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a7KbFCab8EDDDqyRhxsfTypKZcTZiZdQ { width:19.75rem;height:25.3125rem;top:0.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwaeVMoeqTzRWfHUzUUC9TiUt66SihMT { width:7.5625rem;height:4.875rem;top:1.9818390607834rem;left:1.5337458252907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvhg5Xl9TysghKVr5mMA0oT4AIwVREiF { width:6.25rem;height:2.5rem;top:1.9818019866943rem;left:10.318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XROymuVToSg4oibJt0c4E4BogXJC72Dq { display:block; }#XROymuVToSg4oibJt0c4E4BogXJC72Dq > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTFxkifhNZSqF0NTfIW52ay1MwDo2Vgk { width:6.311875rem;height:1.625rem;top:2.1705732345581rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6f70myL3iNqkERciN8Q6qWRbl1othgE { width:16.4371875rem;height:6.2988125rem;top:8.4676652252675rem;left:1.3123915791511rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUQCUQgfLrzdhS41ckiHOxiLpccFA3d { width:18.1875rem;height:5.68359375rem;top:18.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E { width:16.9375rem;height:1.13736875rem;top:16.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }#BmvC7LZN3Wie0sHt1XqftdwgPFRGJh8E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #X3ouZpITSCQ7zB9fhfuQwTsHgySWW8Ht { width:6.5625rem;height:1.13736875rem;top:4.8125rem;left:10.186849594116rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P4ppoUZb8lUCDiCWDTdZF3DefamlX4Pr { width:19.75rem;height:25rem;top:0.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskQHbDM0ZcdFB7TWZIQJWoPRTbJHWgu { width:7.5625rem;height:4.9375rem;top:1.7334003448486rem;left:1.3123915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3EudrZ7Vf6NRmI2OE2NQsXFWKA115SU { width:6.25rem;height:2.5rem;top:1.7330732345581rem;left:10.218099594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 { display:block; }#sF81zmcKg4Ea6CoXzU2zg8TcFkoCNed8 > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8KiTwGw9Igh2qXfoOEKiQuqg6PT5zhH { width:6.936875rem;height:1.625rem;top:3.3111982345581rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2qP9R1Ff511ACGi06V2TizXX2hWcsTM { width:17.25rem;height:9.097625rem;top:8.7443577051163rem;left:1.3428819775581rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIfHpXtWsgZhkgTsETElEnRT4bFMX1Qw { width:17.375rem;height:6.8203125rem;top:20.947592139244rem;left:1.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc { width:17.0625rem;height:1.13736875rem;top:19.093139648438rem;left:1.4055991172791rem;font-size:0.875rem;display:block; }#NtgAgtB0Xd4wOZItzCM3RfELBh0xHlAc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #zw0GktEa770WZ2tbs3Sxn00NS2aKzN1C { width:19.75rem;height:28.375rem;top:0.5rem;left:0.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bdxhT8MOm9oEa9DtVubQpJGbWgx0yxxv { width:7.5625rem;height:4.9375rem;top:2.6708602905274rem;left:1.3427734971046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVsZASDCQ0r9WlVzZcqAyW3UFoXyMiDq { width:20rem;height:0;top:30.332560556641rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8zdKNUlo5SqzxmTr3simsUEQciKXTxh { width:6.25rem;height:2.5rem;top:2.8749799728394rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sDHulKHx8TTEVnFuW6OiDrwSbU8ID9 { width:6.625rem;height:1.13720625rem;top:6rem;left:10.1552734375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx { display:block; }#a4qOpQ2BLPZbp9TS7dNfq0gQid0LUbvx > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPh5hpTGlwaIz7XlmwhlMW1Tr27M8tl { width:6.3748125rem;height:1.625rem;top:3.0625rem;left:9.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBBErkBV60GmwkL4u4vwXDu0T69wIdSZ { width:18.125rem;height:4.19965rem;top:8.4483509063719rem;left:0.93750005960463rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7zCh4rgJRL5O2br0HewsoUMVH4aHS9e { width:17.3746875rem;height:5.68359375rem;top:16.698677062988rem;left:0.93750005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy { width:17.4370625rem;height:1.13736875rem;top:14.573568344116rem;left:0.93750005960463rem;font-size:0.875rem;display:block; }#CyIGUG2XUzIfQp0r0m1Ry2QJ5Pa9CVgy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #pwKZyEBvzmfi3Id2hkFG7Wnfl5BW5Ic4 { width:19.75rem;height:23.5625rem;top:0.56206607818604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvgxiAL0Th4SOlLb2M0Aw8hkF9NbuGGf { width:7.5625rem;height:4.875rem;top:2.6090520322323rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlEALAVVRMKrHmLkMgpTHxbMxcd6Tnva { width:6.25rem;height:2.5rem;top:2.6087245941162rem;left:9.8743495941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWaFFJghQxAwFvqmVWSeaCQ0sFKdTpi { width:6.625rem;height:1.13720625rem;top:5.68701171875rem;left:9.74951171875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dC989IoxupUoFH3yS7Qt7ZB1166gNTmB { display:block; }#dC989IoxupUoFH3yS7Qt7ZB1166gNTmB > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8QMKIJGziDUROuITy1BZ4i8xI30gNJP { width:6.18706875rem;height:1.625rem;top:3.0084838867188rem;left:9.9986982345581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcq5Xw0GyqLft2PQ93H3rpTsihXnc2pM { width:17.8125rem;height:8.3984375rem;top:8.6338958740238rem;left:1.0622830986977rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewH57eyCL54JtHSCJRbwWoBctMIFuCg { width:17.0621875rem;height:5.68359375rem;top:21.073677062988rem;left:1.1559244990349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh { width:16.75rem;height:1.13736875rem;top:19.198547363281rem;left:1.0618489980698rem;font-size:0.875rem;display:block; }#g50FKwG6FTtX1Msm5TZbmbNpPJJCdyqh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_704a00359dac4aeb96a008178b05101899c639c8.svg); }
 }@media only screen and (max-width: 763px) { #eidloOv5GfsUC9Z2e42OZM8FNf2h3f5B { width:19.75rem;height:28rem;top:0.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5c3N3Q4Wama7H3Kkk2hLckwHwpdNVXf { width:7.5625rem;height:4.9375rem;top:2.5542535781861rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0hZCAsDd320AgpgxZcHZw1mlL10OLu { width:6.25rem;height:2.5rem;top:2.552734375rem;left:9.9361982345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyR3zVfkXPUOGdVHsS3EshtlTtHbtmnJ { width:6.625rem;height:1.13720625rem;top:5.58203125rem;left:9.99853515625rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg { display:block; }#UcDsuJeXZDSWV9dTKC80h6Cw3wLQXhFg > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEA0Ni1mh6gXleOzCL0MTXZm8TGpaf4W { width:18.3125rem;height:7.472625rem;top:1.2001953125rem;left:0.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta { display:block; }#fk2Ctao6UqKTkmOwToizPz8D08Hys8Ta > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2F2TtD8d3uNLehpus3AKdn5Qt6gvq4u { width:14.2496875rem;height:4.875rem;top:8.9994506835938rem;left:1.9373915791511rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmr05TDTCexz5QzmrEugUQusDIJF8218 { width:13.3125rem;height:4.546875rem;top:14.562057495118rem;left:1.9373915791511rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQLWECXm7MATwqVnEUFeO77v4fz9Kr8V { width:8.625rem;height:1.13736875rem;top:19.811851501465rem;left:1.9368491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywHTurNh1mIEOy4QUuRyaBbZlgAJwP95 { width:19.75rem;height:17.3125rem;top:4.5415496826172rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GIhFJfihE8L2sXFCiAg2sDmvaKS08hQn { width:19.75rem;height:17.1875rem;top:22.874898691406rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l292wOP4vadqdr6mp9lFfoxADJhCncPl { width:9.375rem;height:8.25rem;top:0.50000858306885rem;left:10.624457657337rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs8ROCUxtK0QkJToS2Pm5anDiBqJUubN { width:4.81228125rem;height:1.13736875rem;top:6.998046875rem;left:1.9368491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkIxn42Sfhg6V2mKPJnEOTbAl7hhENV8 { display:flex;width:2.5rem;height:2.5rem;top:3.375rem;left:2.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RSRfpuVZnZmgEP5pFTA9i5ga3qqxAnrF { width:8.3125rem;height:2.75rem;top:3.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTZwuUT7qi6abTxKqIW9EMCb5t9QRaD { width:8.4375rem;height:1.4624rem;top:3.9375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw { display:block; }#OqymAd3aEC7QlT0OTI3TmrFQwI14CnXw > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSTpmcF0JapWGtQWShNURvoKCm35EHvf { width:15.375rem;height:4.875rem;top:9.5201721191406rem;left:1.8120661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUrXKdmS29IOaTJXNplf1LyVsRKMfCO { width:15.687375rem;height:4.546875rem;top:15.207366943359rem;left:1.8120661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfgf8c7vs4UEyTT4FrrkUiLB6e097Xpk { width:7.0625rem;height:1.13736875rem;top:20.895394561767rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzwDUTgOiiU5n8PICNeaUiFT3ZVqwKv { width:19.75rem;height:18.75rem;top:4.3114166259766rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tsor8iMaBlf0SiTNcceuLaxU7ihiqlqG { width:19.75rem;height:17.1875rem;top:24.582265634766rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3legcL32fLFD53J1sz4UMp77oTMTRca { width:9.375rem;height:9.0625rem;top:0rem;left:10.624457657337rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkimIGypOvyQwXOgydu99vqg7kg1mhvz { display:flex;width:2.5rem;height:2.5rem;top:3.0625rem;left:2.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CsvHGzAIFUWwKayXWTlxMBGmKHpgC9H9 { width:8.4375rem;height:1.4624rem;top:3.5625rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnIXXXnpvPZiPCzLTdRHQa8uSmzESnpl { width:8.3125rem;height:2.75rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn { display:block; }#V8CVZSVCqN6Z8fO5ywf6LaLhOTsQkbbn > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwTth0Tka6Zf5L07XVwinNSSmVVbXeOi { width:17.3125rem;height:4.875rem;top:9.6243591308594rem;left:1.8118491172791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwP1qCHnl3TQKz6R7fcHy6fm94rV5vra { width:16.5rem;height:4.546875rem;top:15.561859130859rem;left:1.8118491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiqy1JA3EK5it1JaeEp7mfRpXJdnT3EB { width:7.8125rem;height:1.13736875rem;top:21.25rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS53bysUrg3NSWfeQoWLF1CQe8dVTAOi { width:19.75rem;height:18.5rem;top:5.1666717529297rem;left:0.041015625rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mwmwCZfAakyExTLDiGeZ9cCyqcaf715O { width:19.75rem;height:17.1875rem;top:26.187578867188rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Do8prGDDWCEh6fngqotCHukyusWyhTbs { width:9.375rem;height:8.375rem;top:0.68684864044187rem;left:10.499675095081rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvEnRoB4G8gOsocXpr27tWTkiwTbvKD { display:flex;width:2.5rem;height:2.5rem;top:3.875rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QgTw8rwf5cBPwdNVvBLIPxGZMkwwJy1J { width:8.4375rem;height:1.4624rem;top:4.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSe6Ocb05RSFbv1INsEDSIyiRCdsHWfK { width:8.3125rem;height:2.75rem;top:3.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 { display:block; }#PsVyDDEN0tahNT0OowNFW9FQ38lN1L77 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDg1PM1D9efqcdVutlrzcfQ94xzShQ8e { width:15.8121875rem;height:4.875rem;top:9.3116331100462rem;left:1.9059246182442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMiLkNyduJJFGfo6IoxdyfhQoFg0eO8v { width:16.937375rem;height:4.546875rem;top:14.999567031861rem;left:1.9683161377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KNTWzl7XpU0kyQvtV2bDffKRpPkf8R { width:7rem;height:1.13736875rem;top:20.68684387207rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWHogvTLl1Z1XNnRzs1KbPBmQVTivvOX { width:19.75rem;height:17.9375rem;top:4.8547093868256rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TqfItC7WZuuvTqxu3ThrTLpepzTx0Ope { width:19.75rem;height:17.1875rem;top:24.688062753906rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Peyk0ETkRth9urPC11JrLZzM5H8alUfE { width:9.375rem;height:8.4375rem;top:0.40861058235169rem;left:10.624457657337rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgCXJTQ9TMZUWSZ0iaNFxkN6dFEzwbId { display:flex;width:2.5rem;height:2.5rem;top:3.375rem;left:2.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RII1pbNIPBoTxzRLqNkXQ4MNx2XNJan8 { width:8.3125rem;height:2.75rem;top:3.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5dDndnEfP2ZvpEHL0FywzyydorBFbQ { width:5.625rem;height:1.4624rem;top:3.875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUap0ewll58h52SpfEEyyuNQQ7CFLO1t { display:block; }#gUap0ewll58h52SpfEEyyuNQQ7CFLO1t > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz0QsnVU6228zqITgP1kMdeHwL79Isra { width:15.1875rem;height:6.5rem;top:9.3746643066406rem;left:1.9997830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH6rPlZvt90FXQ2dghkEqXtVeAoTTrMT { width:15.875rem;height:3.41015625rem;top:16.562286376953rem;left:1.9997830986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfIgGXFTVbrMTXQU3V3S9u0KUdBHPlW { width:8.5rem;height:1.13736875rem;top:21.0625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFZ2uiGzn5fdp0P3aPg3idNXRZqQ4h9c { width:19.75rem;height:18.6875rem;top:4.5490455627441rem;left:0.041232645511628rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #redLdlp3x5tAMrPspNNJx852mkbMTAfo { width:19.749875rem;height:17.1875rem;top:27.353529930115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKXJ9icTly0gUvVTbRqnzQR3DRC0n6tZ { width:9.375rem;height:8.4375rem;top:0.9716796875rem;left:10.624457657337rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymlDNVREXhSbHFofrPWbW43VxFdXgBrR { display:flex;width:2.5rem;height:2.5rem;top:3.5625rem;left:2.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FGZk5EKeAGxZ8GbIi37BsSSoU9l5vukZ { width:8.4375rem;height:1.4624rem;top:4.0625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRqN1wEHBApRRftvMIUIQeOn1fB8lBG { width:8.3125rem;height:2.75rem;top:3.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL { display:block; }#WexdTBoHC6m7nVIaJ3SSzcU6y8EXaqgL > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfUsxGEEvprbqZZlIrmzmuwz0PliGL28 { width:15.1875rem;height:1.625rem;top:9.3746643066406rem;left:1.9997830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aklfO58zHyyUCP1n0xG3dH1UGEDItJ7M { width:15.875rem;height:3.41015625rem;top:12.630187988281rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itEFqDu5TMc9AEVcD2n06RLJCbrIOxZS { width:6.4375rem;height:1.13736875rem;top:17.6875rem;left:1.9993491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRHxsJyzEeZHxozLqhS3vMb8MR1uy9K5 { width:19.75rem;height:16.3125rem;top:4.548828125rem;left:0.041015625rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VFF42SdlGIfKDgGsQLuAmJZFz8P8Cncm { width:19.749875rem;height:17.1875rem;top:27.353529930115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXPazwr0GON9k8K1OKgQG1sp8HegUQZo { width:8.8125rem;height:8.8125rem;top:0rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35u8afKovEo1amSecUFNTA9010fTU4v { display:flex;width:2.5rem;height:2.5rem;top:3.25rem;left:2.4375rem;font-size:1.75rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #GuCkqc4zCwXJTzpT2geL6v6TOAuh3LCr { width:8.4375rem;height:1.4624rem;top:3.75rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffUbIc4Gg0lZwMk4l0l1lFNG9HHVZfCA { width:8.3125rem;height:2.75rem;top:3.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f { display:block; }#HGBK8wzb5xLuymwOsDmhuymhIn6nPL7f > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxxXhLTg3R3BQd3g97V1uLqidf67DhrV { width:14.6875rem;height:1.625rem;top:10.87434387207rem;left:1.8118491172791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWe67tsyJUwRp54z1ZruigfzQHBs1dB { width:16.4371875rem;height:4.546875rem;top:14.499782562256rem;left:1.8120661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVOTnzF1u4y9MGKtAN58e6dGQXc39kIH { width:6.6875rem;height:1.13736875rem;top:20.12434387207rem;left:1.8118491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZVRT7onTGTsVgOGWdxxRt6W4xiCKnf6 { width:19.75rem;height:17.6875rem;top:5.0414428710938rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hHvZX0ogbewRsdfTC2OMBVU9BUSdRJS0 { width:19.75rem;height:17.1875rem;top:24.249651621094rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNqTiTBrzV6B5wmCOomSGGQEkUi6JUDK { width:8.75rem;height:8.75rem;top:1.0340709686279rem;left:10.624457657337rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCU2JuNntArUgug4cEIh3l1VsD94Ky3q { width:4.0625rem;height:1.13736875rem;top:8.103515625rem;left:1.8118491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7NGulqKfKRTDC4gsGswi7yTAJzTrTT { display:flex;width:2.5rem;height:2.5rem;top:3.875rem;left:2.1875rem;font-size:1.75rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #fVZbL1LIfrESaqfvlBF2RTfhVxR4pA2P { width:8.4375rem;height:1.4624rem;top:4.375rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUtvsoUBw7QElWXw7LTGZTu6De68RSxT { width:8.3125rem;height:2.75rem;top:3.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw { display:block; }#VVutpt2wblTB0MQG2UTaimW5kBw7ZsBw > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMcHDIb6ENEgKm82TJPzuwkkRXpuLW1T { width:13.2498125rem;height:3.25rem;top:9.5620689392087rem;left:2.1245661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPf3f7FRMTKXDpH9A5oxa9N26ce8TH79 { width:15.8745625rem;height:4.546875rem;top:13.687282562256rem;left:2.0621746182442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBchEExknP2PsQt4S5qW3RsB5Soo9caL { width:6.8120625rem;height:1.13736875rem;top:19.375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueC376zw1xqSoKZG0hahWbKDqDyDIQEO { width:19.75rem;height:16.6875rem;top:4.8531875610351rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KQyHf6uFz3cIMIRZdW8bq7BxS8LRDKVr { width:19.75rem;height:17.1875rem;top:23.061544199219rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXKTS5vk5ae7Ec2tLSAViPzsEyllSmTu { width:8.75rem;height:8.75rem;top:0.40885424613952rem;left:10.874457657337rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzq6MgmBMDr00tVxPbRkTAhcGmxV43TI { width:4.0625rem;height:1.13736875rem;top:7.6888027191163rem;left:2.1243491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9E16NCT73OloWFaMqziWQ9y7O2b3BUc { display:flex;width:2.5rem;height:2.5rem;top:3.5625rem;left:2.625rem;font-size:1.75rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #ENBCmlyKzcODFzryPm6PSTvLpit6sWO1 { width:8.4375rem;height:1.4624rem;top:4.0625rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGdmGMsM9Vitioh2CW9tlmcIMSWAZtT { width:8.3125rem;height:2.75rem;top:3.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw { display:block; }#sx2QvdqkUXXIZUeB3KTU6pU8Ok2cCaJw > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9PFzCC5SnkaOwDBEkhVxGIeT1dbbBFo { width:15.7498125rem;height:3.25rem;top:9.6875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRSPzzOdgs3OxvFXGzX8E5anWRODn6tK { width:16.4995625rem;height:4.546875rem;top:13.875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlyXUxmmnCLexe0PqyehF5NbSp06lzG { width:8.8125rem;height:1.13736875rem;top:19.437501266599rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpLTPRRTnhfPW4GxikZFOy9mX8FAI9Lr { width:19.75rem;height:16.6875rem;top:5.125rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IxpGsNkszLVCvMcpBCweFT4kX8Gzu5a5 { width:19.75rem;height:17.1875rem;top:23.33333375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvG2JtsFrl7shqqy3ATJNxbPLmaDS0fv { width:8.75rem;height:8.75rem;top:0.72265625rem;left:10.499675095081rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaU9zBfNcU23tlHVH5krFWHOlRooOymC { width:4.0625rem;height:1.13736875rem;top:7.5625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhbh9O0biL4FFMtC4OkvR3KBKDkZzC0a { display:flex;width:2.5rem;height:2.5rem;top:3.875rem;left:2.1875rem;font-size:1.75rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #XzCGRDE5QPabgoafy2TDgkZkaWTAHl3N { width:8.4375rem;height:1.4624rem;top:4.375rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIJ1kpzZLH92b6rGZ7suzp7VdGKNWL88 { width:8.3125rem;height:2.75rem;top:3.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 { display:block; }#mXXX1lhS2hOpfMdwc9iCtB6kB7gPmvO6 > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwI5C5mb8pGCxBsGkBdGMUDoi7UymKEd { width:15.625rem;height:4.875rem;top:9.7498931884762rem;left:2.0621746182442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7SE1cLLX0dQcBBmk6QumX6PzaFOhp9h { width:15.625rem;height:4.546875rem;top:15.562057495118rem;left:2.0621746182442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnKBpFnZNsCWz1MMnbrEXMkU5CnOa6tZ { width:6.5625rem;height:1.13736875rem;top:21.062286376953rem;left:2.0621746182442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9g7FJ2tg0Ic3wlS3FaIO1MeQROFMGem { width:19.75rem;height:18.4375rem;top:4.7288360595703rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IbAnUTFRRZTNeC8cWOFR0EWg1Oqy15wW { width:19.75rem;height:17.1875rem;top:26.249528085937rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #roT1TazazEgTBObs3BuaPpOZvirOAyTA { width:8.75rem;height:8.75rem;top:0.37380695343018rem;left:10.562066376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0BENqk3WhnX85eNEqRf4uJUgC9nZ0IF { width:4.0625rem;height:1.13736875rem;top:7.1875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPaCJE44dInnVDLi0BDM3vWQ9kKhp7v { display:flex;width:2.5rem;height:2.5rem;top:3.5rem;left:2.25rem;font-size:1.75rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #wPwueGPNCXz2wpNpioZCs4m6BZVIKAys { width:8.4375rem;height:1.4624rem;top:4rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOmmJrEtHtcbD1aXS3lxUMLdoTG791n { width:8.3125rem;height:2.75rem;top:3.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 { display:block; }#fnWvkG8b1HlW6p4H1xTegRo3XTDVMGJ5 > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI2czvO7i0k38UyydqvwTbDD3Le781G0 { width:16.8120625rem;height:3.25rem;top:9.81184387207rem;left:2.2498915791511rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgPwJUsxtU630Aynt4g547UxVQMIZTP { width:16.125rem;height:3.41015625rem;top:15.499237060547rem;left:2.2498915791511rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWZwGwgKT0O0DeOLel7vsgaB2zX3Ep3 { width:8.125rem;height:1.13736875rem;top:20.375rem;left:2.2493491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiI5zIEh8ShSd5u4Ja93QHG8ozG4nlC7 { width:19.75rem;height:18.4375rem;top:4.2912292480469rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ztQHXJ0VgPrZ1uqh971DgugyZQEQiuAX { width:19.75rem;height:17.1875rem;top:25.436719980469rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwqGVJfnbyRiVrF2yWvTSyKaSOWcNwrF { width:8.75rem;height:8.75rem;top:0.40909767150879rem;left:10.408094704151rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRuAzRKn0Zp43xSAP3AvlvBOGJHv6Ru { width:4.0625rem;height:1.13736875rem;top:7.4159755706788rem;left:2.2493491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBy9GwA9sXMD3qyBpLNTrIWs80N2A2ln { display:flex;width:2.5rem;height:2.5rem;top:2.9375rem;left:2.6875rem;font-size:1.75rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #CXrNJlUtLfrwpTRR4ZMKq01xVNZEb3Zv { width:8.3125rem;height:2.75rem;top:2.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0LQLXG2uoMWBoKP5gbT7fakT3gRkIS { width:8.4375rem;height:1.4624rem;top:3.5rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 { display:block; }#yU8oJMLBMCxolAzrPq5pThM6OSZw3PP8 > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ9KVt6T60AK3c3Tk6oJOCaw35OSEoiW { width:12.3746875rem;height:1.625rem;top:10.374893188476rem;left:1.8120661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H530LRiDEx8HOJg0iLWhM0TzoluThpcs { width:16.4371875rem;height:3.41015625rem;top:14.499782562256rem;left:1.8120661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX6t9wJASSofFELWWiW6JqQp7t5ZxrgK { width:6.5rem;height:1.13736875rem;top:18.936859130859rem;left:1.8118491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIuDQMUQN7TvDew2DPGMqIvac3paO1oS { width:19.75rem;height:16rem;top:5.3539428710938rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ehoiLqnD4rkQq21kceJ7NKVQQtallqBo { width:19.75rem;height:17.1875rem;top:24.249651621094rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAZz2oXx1fXiNkMA7gZ6Lty7xLzi9NKn { width:8.75rem;height:8.75rem;top:1.1241197586059rem;left:10.562066376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUVbXX2QVlsIuVSzRVXKseuTlSy06TAU { width:4.0625rem;height:1.13736875rem;top:8.1875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN5HnO96kHS7fdVM4MkPObp3SGCkVdHS { display:flex;width:2.5rem;height:2.5rem;top:4.25rem;left:2.1875rem;font-size:1.75rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #uAKHlE44xlXWFlBXHAuV36gNHl5XUl5o { width:8.4375rem;height:1.4624rem;top:4.75rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0zbudS6TS0qTPdwH82zSli2SmHU4PMw { width:8.3125rem;height:2.75rem;top:4.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 { display:block; }#OrdcUXRHLSZOUPoeXV6yey6FVJJR1Mr0 > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VynUTai5o1CcJkX3ohIT24A7TpL3uDdo { width:15.25rem;height:3.25rem;top:10.061859130859rem;left:1.8118491172791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9xumnSiLIypSaeTuWwXlSE7QEKrfzQq { width:16.4371875rem;height:2.2734375rem;top:14.936321258545rem;left:1.7811415791511rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL1xZFCISDip462btd1TW4ILEeFrQzBH { width:6.875rem;height:1.13736875rem;top:19.061859130859rem;left:1.8118491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMBmfA2wdtnyS9D9H673fcwCdFl1Qpnb { width:19.75rem;height:17.125rem;top:4.5414733886719rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CHUkcRXxgOrIpCMIQ6egLddb4T7wXOES { width:19.75rem;height:17.1875rem;top:24.249651621094rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFM0dMxwXyWuIH337cxMPTmCbFRpHsk3 { width:8.75rem;height:8.75rem;top:0.59711456298828rem;left:10.437283813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PA7NpJIBmG6Th17FnDO44TUN5KH1HU { width:4.0625rem;height:1.13736875rem;top:7.5rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWoEBITGbx1qd8IRqwh8kSte3mEop2So { display:flex;width:2.5rem;height:2.5rem;top:3.6875rem;left:2.0625rem;font-size:1.75rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #CMXrfSwC5FiLbDvvXJrhPIULRbv5HCIa { width:8.3125rem;height:2.75rem;top:3.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFNTbpoSBVcqh7BTmbEu2HKfPUx8hmXf { width:8.4375rem;height:1.4624rem;top:4.25rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK13U79uNsSXEVLoFIuVc1xszUAop9pn { display:block; }#KK13U79uNsSXEVLoFIuVc1xszUAop9pn > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETqDnwVabsweoAOcPfb8FHRx1U3JDm21 { width:12.3746875rem;height:1.625rem;top:9.3124084472656rem;left:1.8120661377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqIBBaXTdL1kXIfBvpnhutOMiyW9afRW { width:16.437rem;height:5.68359375rem;top:12.37353515625rem;left:1.7802734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaWZ2tDyrPBg3rIvoT6KGsgF42bfmgD8 { width:10rem;height:1.13736875rem;top:19.061859130859rem;left:1.8118491172791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9V9nCR6HJP5GunmPi1Or1UQJgOqmFTD { width:19.75rem;height:17.125rem;top:4.5414733886719rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ig539BCRV9FwKOd1ahVe0oSToBT8hxRs { width:19.75rem;height:17.1875rem;top:24.249651621094rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gas02MCqhxeDcfiThux8QQlIzxPtpJ4a { width:4.0625rem;height:1.13736875rem;top:7.4375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5z405az2b5rACP2eLCzKa9g8ri1Qmav { display:flex;width:2.5rem;height:2.5rem;top:3.5rem;left:1.375rem;font-size:1.75rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #byQSXnp0TvqXf0TmCNIwDWeD99VUMZK1 { width:8.125rem;height:9.75rem;top:2.0742416381836E-5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdcPb42OvonFQxmMHhR1KIeerTz6LnHD { width:8rem;height:1.4624rem;top:4.125rem;left:1.0625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qmFMrUS7QiE1cnTvZAwRRnT1EwsEWtp8 { width:8.3125rem;height:2.75rem;top:3.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo { display:block; }#qxdsJ0VShB5bDVM5kGoDzKUlRLMmWimo > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpJXWiJd8GFwvv2eFPBNDy6bVg7gSgEG { width:14.2495rem;height:3.8994125rem;top:0.62451171875rem;left:2.8740234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ { width:18.25rem;height:49.4179375rem;top:7.125rem;left:1.3125rem;font-size:0.875rem;display:block; }#ZOvulxXeJtzI7EWTa6AaR328v5xymHSQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #N7smPIXEhNCTkQFpE1mHqCPgnH5n9qmM { width:19rem;height:1.29980625rem;top:57.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCFrMR871cQlcBBWSaFWOJk8DkwRb4x { width:15.625rem;height:1.29980625rem;top:58.9873046875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPFTAiN9Dsw6oSrtFtBoItzG1SORkTWR { width:15.8125rem;height:3.8994125rem;top:61.0625rem;left:2.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF3Teq68VkNFD4gFlrMhvcS3G3iTppDN { width:19.375rem;height:66.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbfVZhwKxn0cT3GV3aT5JWq4r8eUwyTH { width:20rem;height:35.198329853862rem;top:67.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKbpyMifZomW0RXFI4EGxRgaRGfBTwdk { top:71.1875rem;left:0.375rem;width:19.625rem;height:10.875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wJIGkvzaDW6w3UFuf5fH3RtMKWgrTfVk { width:19rem;height:3.4375rem;top:66.3125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnldBggGTh5RqTvLFuNVm63Px1tP1iDq { display:block; }
 }@media only screen and (max-width: 763px) { #bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt { display:block; }#bQZPbTc5OzyRUkaTuXorrCPfIkxdDNlt > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDZIFkyO3wAKCZ04HTuz3hC1bVfknVdm { width:20rem;height:13.75rem;top:1.0340576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRrtfuZdO94JgwMRGCxQ65DV1tpOTUgT { display:flex;width:3.75rem;height:3.75rem;top:-0.2501220703125rem;left:15.624457359314rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #egrfkuF5dAil5UQ5XsrfZoU9P1ZAGTby { width:10.999875rem;height:2.4229625rem;top:11.73779296875rem;left:1.2185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIhJA41HgCJMXmFGyMvD9mZZ5xiCB3N { width:20rem;height:11.9375rem;top:16.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7q6ru1kaWAt2fnKoPqxuCZDEeI4zuN { display:flex;width:3.75rem;height:3.75rem;top:15.062255859375rem;left:15.562066376209rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #bOCmGPR1TKX1NdKnSiHyrP1NzKc8zfnI { width:10.999875rem;height:2.4229625rem;top:25.249389648438rem;left:1.2174479365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfsc7p8GQKp9w6MPJCA924ILW5sxQBne { width:20rem;height:12.3125rem;top:30.374755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7h2MS8dMJyIHsRkhB6LpUrAV1zeIZqT { display:flex;width:3.75rem;height:3.75rem;top:29rem;left:15.249566376209rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #sWBqVdm79zwFo97HPksskXeTIqCvItzV { width:10.999875rem;height:2.4229625rem;top:39.687377929688rem;left:1.1870660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2KnCXS6FQB107oWU7ryWdIcT6f0UPTa { width:17.1875rem;height:6.8203125rem;top:3.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxsC2dGKSpGq3L82rEHRLHBtnkgK45x { width:17.1875rem;height:5.68359375rem;top:18.5rem;left:1.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m74zQf7eGJokbqxiGZcGiDpc9KqJKJW2 { width:16.5rem;height:4.546875rem;top:33.25rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk3FHv4ZqRqyJns0WavI8944e879GQyl { width:5.12478125rem;height:1.29980625rem;top:12.3125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdFPffBoUymlbudt0b7OkRh5uKgSElpA { width:5.12478125rem;height:1.29980625rem;top:25.8125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxooWWBbTACk7AdbKaScoI8HzBhZ0IMR { width:5.12478125rem;height:1.29980625rem;top:40.1875rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe { display:block; }#F5Q9efViwZut0LnTwV5W9OO4kMiR0ZBe > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS9oTXiHbkdhXGp4bWqnIo6IBoFg36qv { width:12.9995rem;height:1.94970625rem;top:1.212890625rem;left:3.4990234375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyLEMmz7klL8M6UeCKzwLyXOqdfPqote { display:block; }#oyLEMmz7klL8M6UeCKzwLyXOqdfPqote > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmsQcUB3TFgwSIDcy0Mon5qw7AkLXBZz { width:14.2496875rem;height:2.2734375rem;top:2.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEoSxkFJMk7HfLR3mM9BgpLsv99NLSBW { width:15.9375rem;height:2.2734375rem;top:8.875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibUFIXHuthXTkCAgTN0Ro7yFODtqEZV1 { width:16.25rem;height:2.2734375rem;top:15.375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTwzWCEwTUXCxH7ToREuUnOrQW3Du6B { width:15.687375rem;height:2.2734375rem;top:22rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTg3OwlrfTOdCG5VSf82zRRCTq96bsSF { width:18.1875rem;height:5.8125rem;top:0.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSNeEJN8KBzbzb3gupPE69hNSVkgdDe2 { width:18.125rem;height:5.8125rem;top:7.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yvPFobnxWytw80otowLqVEfmq5AVni { width:18.125rem;height:5.8125rem;top:13.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sogKNB5BtZkVhAwpqNaxf2AfbFVPdQfU { width:18.125rem;height:5.8125rem;top:20.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbok2yskm38sfykkBrcNm7P0FJOqThs { display:flex;width:3.75rem;height:3.75rem;top:1.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ULufKBESEOiSwub90rMmwr7tygkifqHm { display:flex;width:4.0625rem;height:4.0625rem;top:8rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TgwT6u5AHOl3tqkIMDG2aFX9f6DbdbwT { display:flex;width:4.12489375rem;height:4.12489375rem;top:14.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lgzaS3e7TdSZclT6oTXp17UA5xTvCbhC { display:flex;width:5.12478125rem;height:5.12478125rem;top:20.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM { display:block; }#ZLzWUkh5X1FFQA7h5sitKButiEJZtUMM > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkXmbDivMc628SOLJWrEJ3Xmr19HktP0 { width:15.3735625rem;height:3.8994125rem;top:0.53857421875rem;left:2.31298828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xubRv9WwQtDSvqatM43tewaf7buJS1 { width:15.999375rem;height:4.546875rem;top:8.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzvDDzKB2nWiy9V1pn1zTMxT66GFG46T { width:16.5625rem;height:3.41015625rem;top:19rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7vKOPrglzoyPIwn9C3cPCdpw8OTOZag { width:15.25rem;height:4.546875rem;top:28.3125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHBWUuTRc6ViWnZD6SSBRmh1MtEkWKO { width:15rem;height:3.41015625rem;top:38.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoO4Cqg9CP85k3xEb2v23zATB0pGKinn { width:16rem;height:5.68359375rem;top:47.625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOtxfXz8BRGXaVCK9pWCViJn4XABZWB { width:16.1875rem;height:4.546875rem;top:58.9375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6FP9ixio2pDZD9lGdJpzaFRaRS1qbUL { width:20rem;height:8.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1wVOHb2LnItJfiWoXHOQkbhM5X85wp { width:2.87489375rem;height:4.38720625rem;top:4.375rem;left:16.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcZmbS72PzuUVVI1DIfSnt5t96aF6T6D { width:20rem;height:7.75rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1r3ozu1h6sqneUH76Z0xp8augAdnlKc { width:2.87489375rem;height:4.38720625rem;top:14.875rem;left:16.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QArhiPPZDwG2dJmbt1CbDRPkrnlgTbSN { width:20rem;height:8.0625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut2AC9mnFQ7u4ckJTGnFqc7DTbQTfmyn { width:2.87489375rem;height:4.38720625rem;top:24.5rem;left:16.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veH1q1TM6tdarmL3ZFXv0aaui6NW2J99 { width:3.4375rem;height:4.38720625rem;top:55rem;left:16.1875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vro1vLQX6G0bpmrEZ90o5rz7KtKyRpAM { width:20rem;height:9.1875rem;top:56.61767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2dB7Q9KfiKlTb8QLJJywMuiyiVVDw2E { width:20rem;height:9.625rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVSIOEduZESIQHJg6gMRGOeLTHfd5U72 { width:2.87489375rem;height:4.38720625rem;top:43.5rem;left:16.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEpX0mcgdk1lRCH5KishVuWTkcURcH1X { width:20rem;height:7.125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNfXBvciaQUXCSMaaqSOQoniqdLwoKqO { width:2.87489375rem;height:4.38720625rem;top:34.4375rem;left:16.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt0w7KhwrhoUqoB2wEvW2vtl3UNieveU { width:10.4375rem;height:2.6875rem;top:35.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLqcCorGACBzuUEeQfv61BspH3RpbWI5 { width:10.4375rem;height:2.6875rem;top:44.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnlTTxXTRNCeRpl2Q2dt4qZvThZ4kcpd { width:10.4375rem;height:2.6875rem;top:56rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOhgMBCaeMswSLdGllNDqbtpRGyEfH1 { width:10.4375rem;height:2.6875rem;top:25.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBLEwTg4C0HGmMDJg4UMx5cHGNeHazf { width:10.4375rem;height:2.6875rem;top:16.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faSiA3sTqKKGyTNUFJqav76rr3zZQobL { width:10.4375rem;height:2.6875rem;top:5.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnv6Sam2EmGWNUtk5DwyMieTxcvco9GD { width:19rem;height:3.4375rem;top:67.0546875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdxK0qJ8wy1mp3gCPuE4mLPEnW5HyM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ygoMEKvJWhL1ya2actWOukgMXzet7HKE { display:block; }#ygoMEKvJWhL1ya2actWOukgMXzet7HKE > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clTpGeRkydDUHfRT2FQzWK7i6SLTMX1p { width:16.375rem;height:29.69887223477rem;top:9.4655794921875rem;left:1.9361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fph2JprqXclN61q21GDWgTahGVeWthR5 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOiNwNTdvldhDTyCMV4TvLrTu6ewuMTE { width:16.875rem;height:21.687rem;top:87.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8ayRRnihU2WUJft8iZiT8rsABnr36C { width:15.75rem;height:30.5rem;top:51.56238125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGqJEg27oQiH70ztwpISAPNTPqHwQ4FC { width:19.625rem;height:40.625rem;top:7.99988125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcKT1TP0M6DTOQ7ZD8C3zFqcKtqIJmx { width:19.625rem;height:26.75rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV05HotZv9UuQfN22FMd9crdoO8CcSlv { width:19.625rem;height:33.125rem;top:50.18738125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9lLZkqkX5MVycV07RL70M7RPLVhTsiF { width:12.437125rem;height:2.62573125rem;top:3.624267578125rem;left:3.7799072265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhhVha0AXeBaHlQ6S1e0CtVma6ZzxORd { width:12.5rem;height:1.25rem;top:15.233890039062rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHCSRbCpBdRbT0rttpA7ZvHKrkJPsbfu { width:12.5rem;height:1.25rem;top:18.42175625rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpVD154AWfyFaUHoiXgfZvoDTaT2Xei3 { width:12.5rem;height:1.25rem;top:21.421512109375rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCMEDqTgaZbVJ6ybufSQDwsePxCXHU1V { width:12.5rem;height:1.25rem;top:24.587161523438rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8yR6whOWRA0X2RU1WRF8XDTqXND4hV { width:17.5625rem;height:5.9786501257128rem;top:40.749148828125rem;left:1.5916748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3abdpsWskTT2tukCR15wZydPK154ZK2 { width:16.75rem;height:3.25rem;top:43.49988125rem;left:1.6248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5xKWNbVmwDBEf3O2Ox3cPwfTQoHxcV { width:14.375rem;height:3.1875rem;top:72.12451171875rem;left:2.4981689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGwAis1n9RZ6xIqJxT59R8TbunnxqMDt { width:16.0625rem;height:2.875rem;top:100.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB79xPvPWmTVleODikDFgehvQ47xbRAF { display:flex;width:1.8125rem;height:1.8125rem;top:72.966918945312rem;left:0.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #zCiwWM577aLGiGtkiLF202OWBLfK2cU9 { display:flex;width:1.8125rem;height:1.8125rem;top:44.373779296875rem;left:0rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #z3gs80Ig3TGguf3REOr6clTvld8zApXN { display:flex;width:1.81213125rem;height:1.81213125rem;top:101.57397460938rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zclvE9fJ9BMuNU5zvf3L2igQ49GveMfu { width:19rem;height:3.4375rem;top:112.6875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTHq6pXatCzedTtxuoxsCl1AMJvhe98 { display:block; }
 }@media only screen and (max-width: 763px) { #skw7akvxTLTpiRpX70y6TET4ScHfhTt2 { display:block; }#skw7akvxTLTpiRpX70y6TET4ScHfhTt2 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9pSy1iHGzKd8RupcmuR32lBITV5f4hK { width:8.999rem;height:1.4619125rem;top:0.625rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpf7hXzxS5p8mrPDe9ZdVoILPEn9TNTs { width:14.3115rem;height:5.19921875rem;top:14.1875rem;left:2.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaHfRDPJeFX1dgbczXgnRmWJxdGTSBFe { width:18.6865rem;height:36.37503125rem;top:20.373046875rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kb65GF36m7MStK7rKtrS6BCv21PWo5Sn { width:20rem;height:20rem;top:62.374114440918rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4IgqD194aVrO3PNA8oUWsTsgTmsDplG { top:1.25rem;left:4.21875rem;width:11.5625rem;height:13rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB { display:block; }#s9xV1PGHqI5dNQw9CAsu8JCTulk60hZB > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZfJkwXCFT3PuM1eRwN3Dm5JqfCIvO0x { display:flex;width:3.4375rem;height:3.4375rem;top:5.5rem;left:15.125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #Ku7Eu3oFCidAua3WM0FwAaIP2zqAJIWb { width:20rem;height:0;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zekziSaefwgp3DNnm6oAgITCdsxgUL8B { display:flex;width:2.0625rem;height:2.0625rem;top:18.125rem;left:7.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mKAT5kBxf2cXpIwPQACufoXOn09gFf0K { display:flex;width:2.062175rem;height:2.062175rem;top:34.187286376953rem;left:1.1870660185814rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KrmgVWai2qiMHbRfQZGVwrbDILtzs5bD { display:flex;width:2.0625rem;height:2.0625rem;top:18.125rem;left:5.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #c9rCqV3zeu1hiiMZ0ALIZspgAtLaGcMc { display:flex;width:2.0625rem;height:2.0625rem;top:18.125rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #DOq4Sgrnmmxid3UswgmdnTBGeNIQaWyE { display:flex;width:2.0625rem;height:2.0625rem;top:18.125rem;left:3.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nJ6ozpK7drwqBridiefKRvPAINs5fsAU { width:20rem;height:14.6875rem;top:6.625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wkBBMHXd0nyGiSISSXIWZKaWE75ptJpa { width:17.1875rem;height:auto;top:12.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTaUOFl9yWOpNDTDhvUwPaOaOhHiAAT3 { top:10.124205589294rem;left:1.4995661377907rem;width:16.4375rem;height:4.546875rem;z-index:15072;font-family:poppins;font-weight:400;font-style:italic;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIDIeVbOz9reHKqdS2HavL4anBdEb1uw { top:16.249457359314rem;left:1.5625000596046rem;width:16.875rem;height:1.13736875rem;z-index:15073;font-family:poppins;font-weight:400;font-style:normal;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZsXa7fQOui7QwqnAMgVDo2Q44oy8GS5w { width:20rem;height:9.375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEA69HIQGkiGhtDU5RkzLnJe1HPCdCiy { width:20rem;height:9.375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG5cPiwWNtT6UCRELJLdMbV3Kn0Z0uPn { display:flex;width:3.4375rem;height:3.4375rem;top:21.812065124512rem;left:14.812283813953rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #lEiQ2zITw7mk5sDVHRHsxPEKBK2Emsug { display:flex;width:1.9992375rem;height:1.9992375rem;top:18.125rem;left:9.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #AvHXv6bf9pTlUSx3HAblaGbsfXZl9emf { display:flex;width:1.99978125rem;height:1.99978125rem;top:34.187286376953rem;left:7.5000002980231rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kFAWCI3fHRUpT6ngHmE8GCvkq03pcKOp { display:flex;width:1.99978125rem;height:1.99978125rem;top:34.187286376953rem;left:3.2497830986977rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Kap434Ku77nzNG4huLICEnPeBivPQktz { display:flex;width:1.9992375rem;height:1.9992375rem;top:34.187286376953rem;left:5.4372833371163rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Lt1mh7H1pHhkF7hdIyGl6EuNrTFobZFz { display:flex;width:1.9992375rem;height:1.9992375rem;top:34.187286376953rem;left:9.4997838139531rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T3RUTZAt5rbGdhBVGDqeteaEv2vgEw5u { width:20rem;height:auto;top:19.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI0eNgi2LAcgxZThR9R5OrV5dRM6TToW { width:15.125rem;height:auto;top:24.1875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KW7GE1IvJGa2bfXqay4fxqLy0W3LeM5l { width:20rem;height:14.25rem;top:22.999671936035rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ar55K1ZLsTkUKPk4ZQzM5zA5AXm16AFS { top:25.812171936035rem;left:1.1561415791511rem;width:17.75rem;height:4.546875rem;z-index:15073;font-family:poppins;font-weight:400;font-style:italic;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNyWP2VU5XsTConVVfv1TyO5a1OdQDS { top:32.248809814453rem;left:1.5625000596046rem;width:16.875rem;height:1.13736875rem;z-index:15074;font-family:poppins;font-weight:400;font-style:normal;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cIcawOSiSKoXfMQ99czPz1MFfLKC8Jwd { width:20rem;height:3.8994125rem;top:1.10107421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua { display:block; }#Nodf0kwaFna3ztx7yVZrfwKf2HMqrNua > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZUrK86B59bxyg6La439A4VZiX7VWAKi { width:15.124rem;height:3.8984375rem;top:1.25rem;left:2.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR { display:block; }#smzkQ6SMwOMI8Un9RVc2G4ExcOshuqpR > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNU1JUvi3wztttskSTV4Coikik7VHDKO { width:17.6865rem;height:7.95703125rem;top:1.25rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJdbTAcaM1qPwLne1Lcb1TSqa8vN3vc4 { width:17.624rem;height:9.09375rem;top:10.457rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2vtKCIFo0Qund6u9afD6GNGoS554QS7 { width:17.5rem;height:9.09375rem;top:20.80075rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6ID3XbJmEEplmCp81FHv6FvZKkRddNV { width:17.5rem;height:9.09375rem;top:31.1445rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvwPmoS4vNmC5UrvPEGvo0JKfMCSL1v { width:17.375rem;height:11.3671875rem;top:41.48825rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K { display:block; }#iqI1JKeCpFpS8XAlQhd2xF31G5xOw46K > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xufalu7cJt2O4Mp1ZyxvWR9MONtGX7Za { width:17.375rem;height:3.8984375rem;top:1.25rem;left:1.3125rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCh40bAePoTHBU5d8JKEEhiU9pNQENgh { width:18.1865rem;height:9.09375rem;top:6.3984375rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsa3hkdXy7Tp4b0gtZULKR7wOyOfuxW5 { width:0.125rem;height:12.5rem;top:21.3671875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSviQTa74XQ5lGWr4Fa7e6qTdq7QGXe9 { width:19rem;height:3.4375rem;top:16.7421875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvz8ichcLsTmcp9eRahosZJWsT5LKHOB { display:block; }
 }