.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#d9e4f0;background-image:none;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3bc0d58-9bd6-4178-a2ac-81cb2ffe1100/DeWatermarkai_1725876331127.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.adaptive-delivery-prevent-bg, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyload, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyloading { background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { background-color: transparent; background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { border-width: 0; border-radius: 0; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:75rem;height:35.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.29) ;height:26.875rem;width:24.75rem;top:5.4375rem;left:47.375rem;display:block; }
#hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { position:absolute;display:block;z-index:15018;height:18.5rem;width:23.5625rem;top:5.75rem;left:47.9375rem;display:block; }
#oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0612rem;width:7.6855625rem;top:1.0557726025581rem;left:33.881296157837rem;overflow:hidden;display:block; }
#hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { color:#ecae59;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:7.4231925010681rem;left:0rem;height:6.2995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.270833969116rem;left:0rem;height:23.22395625rem;font-style:normal;display:block; }
#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container { background-color: transparent; background-image: none; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container > .video-iframe-container { display: none; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row > .video-iframe-container { display: none; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .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); }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container { border-width: 0; border-radius: 0; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#CqlQmWXs2bSiBD1arSdBRL6aLdQ5RTKg { box-sizing:content-box;height:31.122375rem;width:60.684875rem;position:absolute;display:block;z-index:15001;background-color:#ef8e08;background-image:none;top:2.0026054382324rem;left:6.6796875rem;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; }
#AxFvACgdQwzTm4UGtIlp2TsWDGF1dv9R { position:absolute;display:block;z-index:15002;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.875rem;width:59.5625rem;top:2.25rem;left:7.71875rem;overflow:hidden;display:block; }
#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { background-color: transparent; background-image: none; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container > .video-iframe-container { display: none; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row > .video-iframe-container { display: none; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .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); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { border-width: 0; border-radius: 0; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5403652191162rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFNvANu3An2DvEDL3Q91ZBpcaIaVg1Qu { position:absolute;display:block;z-index:15002;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:22.5rem;width:45rem;top:9.8750038146975rem;left:15rem;overflow:hidden;display:block; }
#rNyCBHww8i89fzZZDHPdZCCFMOEJTVWq { box-sizing:content-box;height:23.875rem;width:46.625rem;position:absolute;display:block;z-index:15000;background-color:#ef8e08;background-image:none;top:9.1875038146975rem;left:14.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;display:block; }
#xnFKuezE1L5yNDNRTSkEt7lTf9VBquC5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0416679382324rem;left:24.333332061767rem;height:1.29948125rem;display:block; }
#Ui1iMb4bZJSBRizzvqZ8g1gTiQmvkHEf { color:#b08917;display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.70052146911619rem;left:0rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { background-color: transparent; background-image: none; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container > .video-iframe-container { display: none; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row > .video-iframe-container { display: none; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .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); }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { border-width: 0; border-radius: 0; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125061020255rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container { background-color: transparent; background-image: none; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container > .video-iframe-container { display: none; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row > .video-iframe-container { display: none; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .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); }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container { border-width: 0; border-radius: 0; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#AonLtBk4SkUP3pUuMr2RORB17VpMi6I2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -moz-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -ms-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -o-linear-gradient(180deg, #ffffff, #e9e4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );";background-image: linear-gradient(180deg, #ffffff, #e9e4fe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.375rem;left:2.3125rem;display:block; }
#mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:4rem;left:9.9375rem;overflow:hidden;display:block; }
#IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.5625rem;left:3.8125rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TehJAeSzTbndQ9KqL1IsUMCiV2TmBJhb { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -moz-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -ms-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -o-linear-gradient(180deg, #ffffff, #e9e4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );";background-image: linear-gradient(180deg, #ffffff, #e9e4fe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.375rem;left:26.8125rem;display:block; }
#FqLaRebUpXLGicrrGL3AdXxzzJTlwEaM { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:11.5625rem;left:28.3125rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { position:absolute;display:block;z-index:15028;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.8125rem;width:5.8125rem;top:4.1875rem;left:34.625rem;overflow:hidden;display:block; }
#wdps3bKuDhhuTg64wLVRMJmfIeifHxSN { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -moz-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -ms-linear-gradient(180deg, #ffffff, #e9e4fe);background-image: -o-linear-gradient(180deg, #ffffff, #e9e4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e4fe' );";background-image: linear-gradient(180deg, #ffffff, #e9e4fe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.375rem;left:51.3125rem;display:block; }
#uvGvHwTGpzWN144wDrAOUJJvd8xasQ1u { color:#000000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:11.6875rem;left:55.25rem;height:3.44791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { position:absolute;display:block;z-index:15028;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:6.125rem;width:6.125rem;top:4rem;left:58.9375rem;overflow:hidden;display:block; }
#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container { background-color: transparent; background-image: none; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container > .video-iframe-container { display: none; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row > .video-iframe-container { display: none; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .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); }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container { border-width: 0; border-radius: 0; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#oNAXnT97TItvxOvyl65llg4s7ehb78Tn { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.572265625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container { background-color: transparent; background-image: none; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container > .video-iframe-container { display: none; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row > .video-iframe-container { display: none; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .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); }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container { border-width: 0; border-radius: 0; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#OiRRa9vhEQ0pVdyfzFSZvv5OSwfTQBLb { 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.375rem;width:58.9375rem;top:2.75rem;left:8.03125rem;overflow:hidden;display:block; }
#dk007QcFgtv21TM18fc5QoE9BSz6DPyb { box-sizing:content-box;height:31.125rem;width:60.6875rem;position:absolute;display:block;z-index:14999;background-color:#ef8e08;background-image:none;top:1.875rem;left:7.1875rem;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; }
#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container { background-color: transparent; background-image: none; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container > .video-iframe-container { display: none; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row > .video-iframe-container { display: none; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .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); }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container { border-width: 0; border-radius: 0; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#oS6pFXJHtZSMFbuIMBPtrwcL0xF6A907 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.884765625rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container { background-color: transparent; background-image: none; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container > .video-iframe-container { display: none; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row > .video-iframe-container { display: none; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .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); }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container { border-width: 0; border-radius: 0; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#QiJ2mEJSfWXuBr5cDIPOgx65Fobz3mnh { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.5625rem;left:11.3125rem;display:block; }
#hk0KkVyvPHKGolDpzhSXTpMELUtw2f2z { position:absolute;display:block;z-index:15033;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:6.5rem;width:7.875rem;top:4.8122863769531rem;left:18.062067031861rem;overflow:hidden;display:block; }
#xH3DNFr5Lm0eC39V5eiEMyXVRfUeavTA { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:2.8125rem;left:42.375rem;display:block; }
#kL0FmW8HKIS612KhXCqoCmIVEqhVztLx { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9.6875rem;top:4.4661445617676rem;left:48.217233657837rem;overflow:hidden;display:block; }
#ZsvFuhqMXt9ehHGJ6gcwV59l79KOiw26 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:11.1875rem;left:11.9375rem;height:4.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqk5EJQeHxya4NQHN2XaMkd5gnTVJXE3 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:12.125rem;left:47.0625rem;height:2.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPCN7ycp4xEBhRPCWEEFcGAeMF1dKR2U { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:20.5rem;left:42.375rem;display:block; }
#z3VopNghcymoOR0EXZ36sF2uZVcLDkvu { color:#000000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:29.8125rem;left:46.3125rem;height:2.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8EcaylzsFp8EkeWZiGNTxnR5OLmw5BL { position:absolute;display:block;z-index:15037;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.99935rem;width:6.436625rem;top:22.185329437256rem;left:49.843751907349rem;overflow:hidden;display:block; }
#ogtG6LwIDHCMT9sFbOTtKEwsMVHb6cMK { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -moz-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -ms-linear-gradient(180deg, #ffffff, #cdc3f6);background-image: -o-linear-gradient(180deg, #ffffff, #cdc3f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdc3f6' );";background-image: linear-gradient(180deg, #ffffff, #cdc3f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.12) ;height:14rem;width:21.375rem;top:20.5rem;left:11.3125rem;display:block; }
#HawMgvnoJRHc3ZmZCBrKLhrQGpcKeIst { position:absolute;display:block;z-index:15036;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.625rem;width:5.625rem;top:22.373046875rem;left:19.186201095581rem;overflow:hidden;display:block; }
#EvhxX9NsVTANtPHtOHmanUHyRLAiL0Gx { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:29.8125rem;left:13.5625rem;height:2.69791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { background-color: transparent; background-image: none; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container > .video-iframe-container { display: none; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row > .video-iframe-container { display: none; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .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); }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { border-width: 0; border-radius: 0; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.447265625rem;left:9.59375rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DX6POukH9HJpn9AiXPTDbE1azriJXk87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container { background-color: transparent; background-image: none; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container > .video-iframe-container { display: none; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row > .video-iframe-container { display: none; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .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); }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container { border-width: 0; border-radius: 0; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#g4RGAlCK7erpMG3ty1RaMb35TAAeyhQ1 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.375rem;width:18rem;top:1.6875rem;left:6.75rem;display:block; }
#Eey8Qigp6yiIs0U0xn8DG5m15dfOnzgF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0.8125rem;left:10.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIK9Tn3iAtuMVAkZSiTva6TcStt1TlS9 { position:absolute;display:block;z-index:15008;background-color:#efc144;background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:3.125rem;left:10.6875rem;display:block; }
#z6quN6atk19pTZdw20usySQ1VUUQlMOa { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:12.4375rem;top:0.5556640625rem;left:9.46875rem;display:block; }
#PAAKp5gFwDpFati5HpzACnt0A33Adxh5 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:14.5625rem;left:7.4375rem;height:14.6328125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PAAKp5gFwDpFati5HpzACnt0A33Adxh5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PAAKp5gFwDpFati5HpzACnt0A33Adxh5 li:before{  }
#wEloUFPiUteLxuSb8kRWrBBvNxMh9eAN { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:29.9375rem;left:15.0625rem;overflow:hidden;display:block; }
#t2ETia06mpZM4mxcgyWVspR62y5RcaAo { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:3.4375rem;top:30.4375rem;left:10.0625rem;display:block; }
#knV8ks94d1ymES3Vsvyrmop1K8dlTPbA { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:3.4375rem;top:30.4375rem;left:18.125rem;display:block; }
#dKxL0CWbKQX1u5XcE7FPxqZPgHTcH5fV { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.375rem;width:17.8125rem;top:1.6875rem;left:28.4375rem;display:block; }
#BTiaErUqwuMG29LHltbpxTFODEuA7kyn { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:0.875rem;left:32.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szK1XhxVSVCQdCHxaROhzuWDriM1Zm4w { position:absolute;display:block;z-index:15018;background-color:#efc144;background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:3.125rem;left:32.3125rem;display:block; }
#NUKH4Xd5Z5xmFzXvCFDkDQQ5iS0yTFqq { position:absolute;display:block;z-index:15035;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.875rem;width:6.8125rem;top:3.1875rem;left:34rem;overflow:hidden;display:block; }
#PrVTsPlzMWQR9bFIiTH75Q9SvIuiLU7X { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:11.4375rem;top:0.5556640625rem;left:31.625rem;display:block; }
#xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:14.5625rem;left:29.03125rem;height:14.6328125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf li:before{  }
#A3kIXenDz80A93gadW32bbwUqIzmTUv2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:29.9375rem;left:36.625rem;overflow:hidden;display:block; }
#s99LUkTJxiRMS6LpTvg3ZEyn5suFC1Nw { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:3.4375rem;top:30.5rem;left:31.6875rem;display:block; }
#GzCSitemNu9Fl9Ec3S49fUChqS0GVwI0 { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:3.4375rem;top:30.5rem;left:39.75rem;display:block; }
#ITD0iN2qTHDURF6sKFexgmU5mp0TgBsM { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.375rem;width:17.875rem;top:1.6875rem;left:49.625rem;display:block; }
#ghUnfcnk1DiKJfXOuseWaB0M3e2yX4BJ { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:0.8125rem;left:52.21875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLNPlZTLIKVzl1q0kwXVk00ULfhxuN4B { position:absolute;display:block;z-index:15028;background-color:#efc144;background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:3.125rem;left:53.5625rem;display:block; }
#XfqJqvMBA7yyPMPtng9quCqDcm53X35d { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ec0d0d;border-left:0.0625rem solid #ec0d0d;border-right:0.0625rem solid #ec0d0d;border-bottom:0.0625rem solid #ec0d0d;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:14.5rem;top:0.5556640625rem;left:51.3125rem;display:block; }
#Lz08KsLKm8ekhJB1ASFC1aix5twUD0HE { position:absolute;display:block;z-index:15045;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.875rem;width:7rem;top:3.25rem;left:55.09375rem;overflow:hidden;display:block; }
#HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:14.5625rem;left:50.1875rem;height:9.546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr li:before{  }
#Mfm4OqWN0Ko8hG5SChrm6BMBu4QcGymn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:29.9375rem;left:58rem;overflow:hidden;display:block; }
#BETTJdafRQToalXEtsFvMrxS4b5oTN6r { position:absolute;display:block;z-index:15024;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:3.4375rem;top:30.4375rem;left:52.875rem;display:block; }
#FPS1MekiUFZsTSZAnMHzfbxqVCyCQIwZ { position:absolute;display:block;z-index:15025;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:3.4375rem;top:30.4375rem;left:60.9375rem;display:block; }
#v4pQJNwcu7JGfEpNVVKx3oI1S2TKcNnp { position:absolute;display:block;z-index:15025;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.6875rem;width:8.936625rem;top:3.380859375rem;left:11.286241531372rem;overflow:hidden;display:block; }
#ImkcxH6nAPy1ur8QenJWWDaJ1XwlwTIn { background-color:#efc144;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:34.166666030884rem;left:28.437503814698rem;display:block; }
#Z09NTcv5VoBUFsdU7Zsxdt5yrI8pqRaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { background-color: transparent; background-image: none; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container > .video-iframe-container { display: none; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row > .video-iframe-container { display: none; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .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); }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { border-width: 0; border-radius: 0; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.572265625rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { background-color: transparent; background-image: none; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container > .video-iframe-container { display: none; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row > .video-iframe-container { display: none; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .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); }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { border-width: 0; border-radius: 0; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.61) ; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.1875rem;font-family:poppins;height:auto; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-trigger.adaptive-delivery-prevent-bg, #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-trigger.lazyload, #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-trigger.lazyloading { background-image: none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#dadada;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CJDpdybU3VXmCrZUZWvuPC7Fl1G0rF3a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #epS0A2V8ccdwvDA0v87eW8c0LTheQfgv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #z7r2ACfTk642INfHoZnUHKlgQ9cdvvx2 { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #gzmm9FyB1yfqlqRTX09VeLEdcbulGBeL {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #GRT1Ty9mtPDUlr8tFvc6W6iv8quafWpa { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:24.75rem;height:26.875rem;top:5.4375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { top:5.75rem;left:24.1875rem;width:23.5625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { top:1rem;left:20.256296157837rem;width:7.625rem;height:6.0134375330368rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { top:7.375rem;left:0rem;width:41.875rem;height:6.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { top:13.25rem;left:0rem;width:43.3125rem;height:23.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVPHD1do5VpipACXePDA2cTBrh00Xp7 { display:block; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqlQmWXs2bSiBD1arSdBRL6aLdQ5RTKg { top:2rem;left:0rem;width:47.75rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxFvACgdQwzTm4UGtIlp2TsWDGF1dv9R { top:2.25rem;left:0rem;width:47.75rem;height:24.751836306401rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { top:5.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNvANu3An2DvEDL3Q91ZBpcaIaVg1Qu { top:9.875rem;left:1.375rem;width:45rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNyCBHww8i89fzZZDHPdZCCFMOEJTVWq { top:9.1875rem;left:0.5625rem;width:46.625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFKuezE1L5yNDNRTSkEt7lTf9VBquC5 { top:2rem;left:10.708332061767rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1iMb4bZJSBRizzvqZ8g1gTiQmvkHEf { top:0.6875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s { display:block; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { top:0.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcerho8TM3H0KdkzbgIQdL3vWgwUEszu { display:block; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AonLtBk4SkUP3pUuMr2RORB17VpMi6I2 { top:2.375rem;left:0rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { top:4rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { top:11.5625rem;left:0rem;width:18.4375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehJAeSzTbndQ9KqL1IsUMCiV2TmBJhb { top:2.375rem;left:13.1875rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLaRebUpXLGicrrGL3AdXxzzJTlwEaM { top:11.5625rem;left:14.6875rem;width:18.4375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { top:4.1875rem;left:21rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdps3bKuDhhuTg64wLVRMJmfIeifHxSN { top:2.375rem;left:26.375rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvGvHwTGpzWN144wDrAOUJJvd8xasQ1u { top:11.6875rem;left:34.25rem;width:13.5rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { top:4rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u { display:block; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNAXnT97TItvxOvyl65llg4s7ehb78Tn { top:0.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy { display:block; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiRRa9vhEQ0pVdyfzFSZvv5OSwfTQBLb { top:2.75rem;left:0rem;width:47.75rem;height:23.799045599152rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk007QcFgtv21TM18fc5QoE9BSz6DPyb { top:1.875rem;left:0rem;width:47.75rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ { display:block; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oS6pFXJHtZSMFbuIMBPtrwcL0xF6A907 { top:0.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq { display:block; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiJ2mEJSfWXuBr5cDIPOgx65Fobz3mnh { top:2.5625rem;left:0rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk0KkVyvPHKGolDpzhSXTpMELUtw2f2z { top:4.75rem;left:4.4370670318604rem;width:7.875rem;height:6.5000783792362rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH3DNFr5Lm0eC39V5eiEMyXVRfUeavTA { top:2.8125rem;left:26.375rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0FmW8HKIS612KhXCqoCmIVEqhVztLx { top:4.4375rem;left:34.592233657837rem;width:9.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsvFuhqMXt9ehHGJ6gcwV59l79KOiw26 { top:11.1875rem;left:0rem;width:20.1875rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqk5EJQeHxya4NQHN2XaMkd5gnTVJXE3 { top:12.125rem;left:33.4375rem;width:12.0625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPCN7ycp4xEBhRPCWEEFcGAeMF1dKR2U { top:20.5rem;left:26.375rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VopNghcymoOR0EXZ36sF2uZVcLDkvu { top:29.8125rem;left:32.687503814698rem;width:13.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8EcaylzsFp8EkeWZiGNTxnR5OLmw5BL { top:22.125rem;left:36.218751907349rem;width:6.375rem;height:5.9419115219544rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtG6LwIDHCMT9sFbOTtKEwsMVHb6cMK { top:20.5rem;left:0rem;width:21.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawMgvnoJRHc3ZmZCBrKLhrQGpcKeIst { top:22.3125rem;left:5.5612010955811rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvhxX9NsVTANtPHtOHmanUHyRLAiL0Gx { top:29.8125rem;left:0rem;width:16.9375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC9NZOrFC1nfymU0pWzmNOty7oMy10d { display:block; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { top:1.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX6POukH9HJpn9AiXPTDbE1azriJXk87 { display:block; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4RGAlCK7erpMG3ty1RaMb35TAAeyhQ1 { width:18rem;height:30.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eey8Qigp6yiIs0U0xn8DG5m15dfOnzgF { width:11.375rem;height:1.75rem;top:0.8125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIK9Tn3iAtuMVAkZSiTva6TcStt1TlS9 { width:10rem;height:10rem;top:3.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6quN6atk19pTZdw20usySQ1VUUQlMOa { top:0.5rem;left:0rem;width:12.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAAKp5gFwDpFati5HpzACnt0A33Adxh5 { width:17.25rem;height:14.625rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }#PAAKp5gFwDpFati5HpzACnt0A33Adxh5 li:before{  }
 }@media only screen and (max-width: 763px) { #wEloUFPiUteLxuSb8kRWrBBvNxMh9eAN { width:1.5rem;height:1.1875rem;top:29.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ETia06mpZM4mxcgyWVspR62y5RcaAo { width:3.4375rem;height:0.125rem;top:30.4375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knV8ks94d1ymES3Vsvyrmop1K8dlTPbA { width:3.4375rem;height:0.125rem;top:30.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKxL0CWbKQX1u5XcE7FPxqZPgHTcH5fV { width:17.8125rem;height:30.375rem;top:1.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiaErUqwuMG29LHltbpxTFODEuA7kyn { width:10.5625rem;height:1.75rem;top:0.875rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szK1XhxVSVCQdCHxaROhzuWDriM1Zm4w { width:10rem;height:10rem;top:3.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUKH4Xd5Z5xmFzXvCFDkDQQ5iS0yTFqq { top:3.1875rem;left:17.0625rem;width:6.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrVTsPlzMWQR9bFIiTH75Q9SvIuiLU7X { top:0.5rem;left:12.3125rem;width:11.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf { width:16.75rem;height:14.625rem;top:14.5625rem;left:7.125rem;font-size:0.875rem;display:block; }#xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf li:before{  }
 }@media only screen and (max-width: 763px) { #A3kIXenDz80A93gadW32bbwUqIzmTUv2 { width:1.5rem;height:1.1875rem;top:29.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s99LUkTJxiRMS6LpTvg3ZEyn5suFC1Nw { width:3.4375rem;height:0.125rem;top:30.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzCSitemNu9Fl9Ec3S49fUChqS0GVwI0 { width:3.4375rem;height:0.125rem;top:30.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITD0iN2qTHDURF6sKFexgmU5mp0TgBsM { width:17.875rem;height:30.375rem;top:1.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghUnfcnk1DiKJfXOuseWaB0M3e2yX4BJ { width:12.8125rem;height:1.75rem;top:0.8125rem;left:23rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLNPlZTLIKVzl1q0kwXVk00ULfhxuN4B { width:10rem;height:10rem;top:3.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqJqvMBA7yyPMPtng9quCqDcm53X35d { top:0.5rem;left:21.1875rem;width:14.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz08KsLKm8ekhJB1ASFC1aix5twUD0HE { top:3.25rem;left:28.8125rem;width:7rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr { width:16.875rem;height:9.5rem;top:14.5625rem;left:18.9375rem;font-size:0.875rem;display:block; }#HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr li:before{  }
 }@media only screen and (max-width: 763px) { #Mfm4OqWN0Ko8hG5SChrm6BMBu4QcGymn { width:1.5rem;height:1.1875rem;top:29.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETTJdafRQToalXEtsFvMrxS4b5oTN6r { width:3.4375rem;height:0.125rem;top:30.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPS1MekiUFZsTSZAnMHzfbxqVCyCQIwZ { width:3.4375rem;height:0.125rem;top:30.4375rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4pQJNwcu7JGfEpNVVKx3oI1S2TKcNnp { top:3.375rem;left:3.0625rem;width:8.875rem;height:9.6206971311875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImkcxH6nAPy1ur8QenJWWDaJ1XwlwTIn { width:17.5rem;height:3.4375rem;top:34.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z09NTcv5VoBUFsdU7Zsxdt5yrI8pqRaP { display:block; }
 }@media only screen and (max-width: 763px) { #FWoduA7OciRSJ1o1QCizT13ki6NUoeRT { display:block; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { top:0.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF { display:block; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO { display:flex;height:auto;width:45.25rem;top:6.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CJDpdybU3VXmCrZUZWvuPC7Fl1G0rF3a {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #epS0A2V8ccdwvDA0v87eW8c0LTheQfgv {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #z7r2ACfTk642INfHoZnUHKlgQ9cdvvx2 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #gzmm9FyB1yfqlqRTX09VeLEdcbulGBeL {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #GRT1Ty9mtPDUlr8tFvc6W6iv8quafWpa {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3bc0d58-9bd6-4178-a2ac-81cb2ffe1100/DeWatermarkai_1725876331127.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.adaptive-delivery-prevent-bg, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyload, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyloading { background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { background-color: transparent; background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:20rem;height:28.5rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { width:19.25rem;height:20.75rem;top:28.1240234375rem;left:0.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { width:7.686625rem;height:6.06228125rem;top:0.625rem;left:6.1555994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { width:20rem;height:5.51171875rem;top:7.1245651245119rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { width:20rem;height:16.8958625rem;top:12.635416984558rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiVPHD1do5VpipACXePDA2cTBrh00Xp7 { display:block; }#IiVPHD1do5VpipACXePDA2cTBrh00Xp7 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqlQmWXs2bSiBD1arSdBRL6aLdQ5RTKg { width:20rem;height:11.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxFvACgdQwzTm4UGtIlp2TsWDGF1dv9R { width:19rem;height:9.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { width:20rem;height:3.57291875rem;top:3.265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNvANu3An2DvEDL3Q91ZBpcaIaVg1Qu { width:20rem;height:10rem;top:7.7330741882325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNyCBHww8i89fzZZDHPdZCCFMOEJTVWq { width:20rem;height:11.5rem;top:7.1067714691163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFKuezE1L5yNDNRTSkEt7lTf9VBquC5 { width:12.5rem;height:1.29948125rem;top:0.35547113418579rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1iMb4bZJSBRizzvqZ8g1gTiQmvkHEf { width:20rem;height:2.59895625rem;top:0.35546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s { display:block; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { width:20rem;height:2.2747375rem;top:0.76953506469725rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcerho8TM3H0KdkzbgIQdL3vWgwUEszu { display:block; }#kcerho8TM3H0KdkzbgIQdL3vWgwUEszu > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AonLtBk4SkUP3pUuMr2RORB17VpMi6I2 { width:20rem;height:14rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { width:5.6875rem;height:5.6875rem;top:3.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { width:17.7495625rem;height:3.29980625rem;top:11.3125rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehJAeSzTbndQ9KqL1IsUMCiV2TmBJhb { width:20rem;height:14rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqLaRebUpXLGicrrGL3AdXxzzJTlwEaM { width:17.3123125rem;height:3.29980625rem;top:26.5rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { width:5.3125rem;height:5.3125rem;top:18.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdps3bKuDhhuTg64wLVRMJmfIeifHxSN { width:20rem;height:14rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvGvHwTGpzWN144wDrAOUJJvd8xasQ1u { width:12.8125rem;height:3.29980625rem;top:41.75rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { width:5.74978125rem;height:5.74978125rem;top:34.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u { display:block; }#qJG2gsBXu3SuCpVvyD7Dr3EqaQ82QN9u > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNAXnT97TItvxOvyl65llg4s7ehb78Tn { width:20rem;height:2.2749rem;top:0.67383420467375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy { display:block; }#I2gs2SRmSGDsFsxDRWsu3fTDOudkFDSy > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiRRa9vhEQ0pVdyfzFSZvv5OSwfTQBLb { width:19.875rem;height:9.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk007QcFgtv21TM18fc5QoE9BSz6DPyb { width:20rem;height:11.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ { display:block; }#UkFLzEKZBHr0n2i4gh1nKEwB07TTIzZQ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oS6pFXJHtZSMFbuIMBPtrwcL0xF6A907 { width:20rem;height:2.2749rem;top:1.17578125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq { display:block; }#oHb3hpBJTsdl1mHyuma2O0393qnfO3Mq > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiJ2mEJSfWXuBr5cDIPOgx65Fobz3mnh { width:20rem;height:14rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk0KkVyvPHKGolDpzhSXTpMELUtw2f2z { width:7.875rem;height:6.5rem;top:3.3125rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xH3DNFr5Lm0eC39V5eiEMyXVRfUeavTA { width:20rem;height:14rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0FmW8HKIS612KhXCqoCmIVEqhVztLx { width:9.6875rem;height:7.1875rem;top:18.5625rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZsvFuhqMXt9ehHGJ6gcwV59l79KOiw26 { width:20rem;height:3.82470625rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqk5EJQeHxya4NQHN2XaMkd5gnTVJXE3 { width:13.875rem;height:1.349825rem;top:26.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPCN7ycp4xEBhRPCWEEFcGAeMF1dKR2U { width:20rem;height:14rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VopNghcymoOR0EXZ36sF2uZVcLDkvu { width:13.5rem;height:2.69791875rem;top:56.5rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8EcaylzsFp8EkeWZiGNTxnR5OLmw5BL { width:6.4375rem;height:6rem;top:49.0625rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ogtG6LwIDHCMT9sFbOTtKEwsMVHb6cMK { width:20rem;height:14rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawMgvnoJRHc3ZmZCBrKLhrQGpcKeIst { width:5.625rem;height:5.625rem;top:33.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvhxX9NsVTANtPHtOHmanUHyRLAiL0Gx { width:16.9375rem;height:2.69791875rem;top:41.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC9NZOrFC1nfymU0pWzmNOty7oMy10d { display:block; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { width:20rem;height:2.2749rem;top:0.517578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DX6POukH9HJpn9AiXPTDbE1azriJXk87 { display:block; }#DX6POukH9HJpn9AiXPTDbE1azriJXk87 > .row .container { width:20rem;height:126.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4RGAlCK7erpMG3ty1RaMb35TAAeyhQ1 { width:17.9375rem;height:38.4375rem;top:2.2493495941162rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eey8Qigp6yiIs0U0xn8DG5m15dfOnzgF { width:16.875rem;height:1.5996125rem;top:1.6243495941162rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIK9Tn3iAtuMVAkZSiTva6TcStt1TlS9 { width:10rem;height:10rem;top:4.2491321563721rem;left:4.8122833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6quN6atk19pTZdw20usySQ1VUUQlMOa { width:11.5rem;height:2.0625rem;top:1.25rem;left:4.1872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAAKp5gFwDpFati5HpzACnt0A33Adxh5 { width:17.125rem;height:19.2448125rem;top:16.124134063721rem;left:1.4366319775581rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }#PAAKp5gFwDpFati5HpzACnt0A33Adxh5 li:before{  }
 }@media only screen and (max-width: 763px) { #wEloUFPiUteLxuSb8kRWrBBvNxMh9eAN { width:1.5rem;height:1.1875rem;top:37.624786376953rem;left:9.249132454395rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #t2ETia06mpZM4mxcgyWVspR62y5RcaAo { width:3.4375rem;height:0.125rem;top:38.125003814698rem;left:4.2491319775581rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #knV8ks94d1ymES3Vsvyrmop1K8dlTPbA { width:3.4375rem;height:0.125rem;top:38.125003814698rem;left:12.312283813953rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dKxL0CWbKQX1u5XcE7FPxqZPgHTcH5fV { width:18.0625rem;height:38.4375rem;top:44.937065124512rem;left:0.99934905767444rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #BTiaErUqwuMG29LHltbpxTFODEuA7kyn { width:10.5625rem;height:1.5996125rem;top:44.249137878418rem;left:4.8122833371163rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szK1XhxVSVCQdCHxaROhzuWDriM1Zm4w { width:10rem;height:10rem;top:47.124565124512rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUKH4Xd5Z5xmFzXvCFDkDQQ5iS0yTFqq { width:6.6873125rem;height:9.6875rem;top:47.466361999512rem;left:6.6558163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrVTsPlzMWQR9bFIiTH75Q9SvIuiLU7X { width:10.5625rem;height:2.0625rem;top:43.936637878418rem;left:4.7493494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf { width:17rem;height:19.2448125rem;top:58.999572753906rem;left:1.5625000596046rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }#xTxmXTLEAwzQqTpmDJT51SlSXTdSbymf li:before{  }
 }@media only screen and (max-width: 763px) { #A3kIXenDz80A93gadW32bbwUqIzmTUv2 { width:1.5rem;height:1.1875rem;top:80.312507629394rem;left:9.1872838139531rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #s99LUkTJxiRMS6LpTvg3ZEyn5suFC1Nw { width:3.4375rem;height:0.125rem;top:80.874572753906rem;left:4.3120663762093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GzCSitemNu9Fl9Ec3S49fUChqS0GVwI0 { width:3.4375rem;height:0.125rem;top:80.874572753906rem;left:12.437066376209rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ITD0iN2qTHDURF6sKFexgmU5mp0TgBsM { width:17.8125rem;height:33.75rem;top:86.936851501462rem;left:1.0308160185814rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ghUnfcnk1DiKJfXOuseWaB0M3e2yX4BJ { width:12.625rem;height:1.5996125rem;top:86.936851501462rem;left:3.6870663762093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLNPlZTLIKVzl1q0kwXVk00ULfhxuN4B { width:10rem;height:10rem;top:90.686851501462rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqJqvMBA7yyPMPtng9quCqDcm53X35d { width:12.6875rem;height:2.0625rem;top:86.642799377444rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz08KsLKm8ekhJB1ASFC1aix5twUD0HE { width:6.8125rem;height:9.6875rem;top:90.967887878419rem;left:6.592882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr { width:16.4375rem;height:11.421875rem;top:102.56185150146rem;left:1.7805991768837rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }#HnaZ11MXXGvnJSORAV8T9oXoOmQ5IoAr li:before{  }
 }@media only screen and (max-width: 763px) { #Mfm4OqWN0Ko8hG5SChrm6BMBu4QcGymn { width:1.5rem;height:1.1875rem;top:117.43706512451rem;left:9.124348938465rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BETTJdafRQToalXEtsFvMrxS4b5oTN6r { width:3.4375rem;height:0.125rem;top:117.99913787842rem;left:4.0625002980232rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FPS1MekiUFZsTSZAnMHzfbxqVCyCQIwZ { width:3.4375rem;height:0.125rem;top:117.99913787842rem;left:12.187500298023rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #v4pQJNwcu7JGfEpNVVKx3oI1S2TKcNnp { width:8.6870625rem;height:9.561625rem;top:4.6538639068604rem;left:5.6553824543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImkcxH6nAPy1ur8QenJWWDaJ1XwlwTIn { width:17.5rem;height:3.4375rem;top:122.10288451172rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z09NTcv5VoBUFsdU7Zsxdt5yrI8pqRaP { display:block; }
 }@media only screen and (max-width: 763px) { #FWoduA7OciRSJ1o1QCizT13ki6NUoeRT { display:block; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { width:20rem;height:2.1933625rem;top:0.296875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF { display:block; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-text { font-size:1rem;height:auto;line-height:1.2;overflow:hidden; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-desc-text { line-height:1.2;overflow:hidden;height:auto;font-size:0.8125rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO { display:flex;height:auto;width:17.5rem;top:0.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CJDpdybU3VXmCrZUZWvuPC7Fl1G0rF3a {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #epS0A2V8ccdwvDA0v87eW8c0LTheQfgv {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #z7r2ACfTk642INfHoZnUHKlgQ9cdvvx2 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #gzmm9FyB1yfqlqRTX09VeLEdcbulGBeL {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #GRT1Ty9mtPDUlr8tFvc6W6iv8quafWpa {  }
 }