.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:40.125rem;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:28.25rem;width:24.75rem;top:7.9361982345581rem;left:48.311634063721rem;display:block; }
#hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { position:absolute;display:block;z-index:15018;height:18.499375rem;width:23.186875rem;top:12.717014312744rem;left:49.092884063721rem;display:block; }
#Zohx2GA1L1pGhUpePQVJx42z46ufSaNB { color:#000000;display:block;width:21.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.1875rem;left:50.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;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:5.99935rem;width:8.936625rem;top:0rem;left:32.631295204162rem;overflow:hidden;display:block; }
#hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#biBT7TMZ0GzNJ107VOtfTWoqbw5AbdVC { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 { 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; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container { background-color: transparent; background-image: none; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container > .video-iframe-container { display: none; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row > .video-iframe-container { display: none; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .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); }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container { border-width: 0; border-radius: 0; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#OZxbTs4yfSkw07F3r4M4IwPMerl3GVT3 { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.61328125rem;left:18.15625rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGlAeTzKOhl4H1UZxxQxS2Zr7hXveaBN { position:absolute;display:block;z-index:15044;border-top:0.625rem solid #dc3e37;border-left:0.625rem solid #dc3e37;border-right:0.625rem solid #dc3e37;border-bottom:0.625rem solid #dc3e37;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:15.625rem;top:9.75rem;left:29.125rem;overflow:hidden;display:block; }
#iV9WTITDBrJwLFh0tTCrNwqipBWlDhHN { position:absolute;display:block;z-index:15018;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: 0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.4375rem;width:39.25rem;top:7.9375rem;left:17.875rem;display:block; }
#NFSpdc4ZKORv8nvNNsSLXkncPxDxDy2R { position:absolute;display:block;z-index:15041;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:24rem;left:36.75rem;overflow:hidden;display:block; }
#oxDiTcx5NwL5wX9XBfJlWJzua0QeQ2d3 { position:absolute;display:block;z-index:15039;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:25.0625rem;left:31.8125rem;display:block; }
#DkoHyTJU8061S4HNLxlWnezawKBIR62P { position:absolute;display:block;z-index:15040;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:25.0625rem;left:39.875rem;display:block; }
#Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.3125rem;height:3.88671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS li:before{  }
#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:5.9375rem;width:75rem;position:relative;display:block; }#PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { color:#000000;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2242202758789rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 { 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; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container { background-color: transparent; background-image: none; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container > .video-iframe-container { display: none; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row > .video-iframe-container { display: none; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .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); }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container { border-width: 0; border-radius: 0; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#K2iXMLkpJP4TJuQmd2aJtLfn4VtLP6Zv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.9375rem;width:36.25rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#CO1zdi9bRcGC6NbNnGcSisvB54gGmSR2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.9375rem;width:36.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux { 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:none; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row .container { border-width: 0; border-radius: 0; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#yg57TOEcp2TtXStwCaz2FzP1RlTJI3sU { 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:43rem;width:1rem;top:0rem;left:21.98671913147rem;overflow:hidden;display:block; }
#HAgkWcbl6NVGfpfMehllWUzEafDpV9h5 { color:#000000;display:block;width:22rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:5.19748125rem;font-style:normal;display:block; }
#QcmwSyhzmR2IvDCKaZ7QuE9BpUti7PX9 { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9125061035156rem;left:23.687501907349rem;height:5.52083125rem;display:block; }
#MvhaOpOKizsn1TogfMcwcU9ep0Z1E9Dv { color:#000000;display:block;width:48.375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.850006103516rem;left:23.687501907349rem;height:5.52083125rem;display:block; }
#xL1WnxNITgPkI0yKquTKFfXt3TTQbHiB { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.850000023842rem;left:23.687501907349rem;height:5.52083125rem;display:block; }
#RfEceavirpwn9phEMdguKdSQa3uKrlvE { color:#000000;display:block;width:47.625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.912500023842rem;left:23.687501907349rem;height:5.52083125rem;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:5rem;width:75rem;position:relative;display:block; }#XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { color:#000000;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125061020255rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS { border-bottom:0;border-left:0;border-right:0;border-top: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; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { background-color: transparent; background-image: none; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container > .video-iframe-container { display: none; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row > .video-iframe-container { display: none; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .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); }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { border-width: 0; border-radius: 0; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#hBCIepafLom0pMEyisLXrptAsfiMKcLx { 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:11.375rem;width:17.3125rem;top:1.8125rem;left:3.875rem;display:block; }
#IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { color:#000000;display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:9.1234359741213rem;left:6.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhANAhk5elCP4hySK1U05JQEwJftI7DG { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.1242132186887rem;left:30.531251907349rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkwL3Txfqs4rByXRRKHOnuTEJ4Ry3A7D { color:#000000;display:block;width:15.25rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.1250004768369rem;left:54.874998092651rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuJENh6p8L9qk0TCOrbiXWDCqlCUbTz6 { position:absolute;display:block;z-index:15014;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:11.375rem;width:17.3125rem;top:1.8125rem;left:28.875rem;display:block; }
#UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:2.9992218017578rem;left:35.093751907349rem;overflow:hidden;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:5.6875rem;width:5.6875rem;top:3.125rem;left:9.6875rem;overflow:hidden;display:block; }
#t2iqZTlWoeRVdOr3nx55hwJWowRAQHMF { position:absolute;display:block;z-index:15015;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:11.375rem;width:17.3125rem;top:1.8125rem;left:53.875rem;display:block; }
#zTdaKvdtWMoZIBR8nemrIclDsHQ9A9Hu { 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:5.6875rem;width:5.6875rem;top:2.8000030517578rem;left:59.656248092651rem;overflow:hidden;display:block; }
#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE { border-bottom:0;border-left:0;border-right:0;border-top: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; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { background-color: transparent; background-image: none; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container > .video-iframe-container { display: none; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row > .video-iframe-container { display: none; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .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); }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { border-width: 0; border-radius: 0; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#MLa99upWiW6i6NQLGfaIDuenXUER72kw { 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:11.375rem;width:17.3125rem;top:1.8125rem;left:3.875rem;display:block; }
#N0ylZ3virGOWD0gGilan9W0CWqcsbEvA { color:#000000;display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:9.125rem;left:6.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dr6mQL7crJVzhBrfp0zLzF9aTmOKioog { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.1250021457675rem;left:29.218751907349rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdwHNo1ZUx3vAfTBZWJHaZIHzN0O14MI { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.125rem;left:54.093748092651rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvLcpxdknubDLXk6OL2TyXsEufsrm5VZ { position:absolute;display:block;z-index:15014;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:11.375rem;width:17.3125rem;top:1.8125rem;left:28.875rem;display:block; }
#SgCr1zAc0dW5cpnV6557pBZEhRR9IJFS { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:3.0617218017578rem;left:35.093751907349rem;overflow:hidden;display:block; }
#KnS3J3xZXVmnDTWEZPvmmPvTXpT9WNIH { 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:5.6875rem;width:5.6875rem;top:2.4875011444092rem;left:9.65625rem;overflow:hidden;display:block; }
#WVNEdNWL0VirhtdUK1pguwpatRquSGQQ { position:absolute;display:block;z-index:15015;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:11.375rem;width:17.3125rem;top:1.8125rem;left:53.875rem;display:block; }
#E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { 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:5.6875rem;width:5.6875rem;top:3.1125030517578rem;left:59.656248092651rem;overflow:hidden;display:block; }
#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK { border-bottom:0;border-left:0;border-right:0;border-top: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; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { background-color: transparent; background-image: none; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container > .video-iframe-container { display: none; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row > .video-iframe-container { display: none; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .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); }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { border-width: 0; border-radius: 0; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#uyuReMr4dSkCG03A5yNMe128hWq7eFdi { 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:11.375rem;width:17.3125rem;top:1.8125rem;left:3.875rem;display:block; }
#GZ96GUUkVTxTyVB1bMNKxxHDF2WUGwNB { color:#000000;display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:9.1687504053119rem;left:6.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUWxMpMwRC6mVOaXpfh6UMmNxVknIn2K { color:#000000;display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0437564849856rem;left:31.437501907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPEpBVSHIagogVlbAT43XKkn7zaDvlnK { color:#000000;display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.1875rem;left:56.374998092651rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycTaQvKGJ6JggNoFk2LV81IgAKSd3yrO { position:absolute;display:block;z-index:15014;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:11.375rem;width:17.3125rem;top:1.8125rem;left:28.875rem;display:block; }
#s1pMIaPccHzpPSAxUhJxrJt3DS6glFzT { position:absolute;display:block;z-index:15023;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.6875rem;width:5.6875rem;top:2.75rem;left:34.687501907349rem;overflow:hidden;display:block; }
#xiqrXFgBBkOOelM9WN4TIdce3U0Qm49z { 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:5.6875rem;width:5.6875rem;top:3.125rem;left:9.6875rem;overflow:hidden;display:block; }
#GKvbe6sCas2xS492OuZZISx5nyByNIN9 { position:absolute;display:block;z-index:15015;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:11.375rem;width:17.3125rem;top:1.8125rem;left:53.875rem;display:block; }
#XV9q8S3X5qWHXwGEfmsLF6rDq2pS0rn0 { 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.625rem;width:8.9375rem;top:2.1875rem;left:58.031248092651rem;overflow:hidden;display:block; }
#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s { 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; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { background-color: transparent; background-image: none; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container > .video-iframe-container { display: none; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row > .video-iframe-container { display: none; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .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); }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { border-width: 0; border-radius: 0; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#UJal8yt6mnquIdT3NE1Tywe2TyMfdLFG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.39) ;height:30.875rem;width:55rem;top:1.5625rem;left:10rem;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:75rem;position:absolute;font-family:comfortaa;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4460945129394rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B { 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; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container { background-color: transparent; background-image: none; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container > .video-iframe-container { display: none; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row > .video-iframe-container { display: none; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .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); }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container { border-width: 0; border-radius: 0; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#akTFbn8ErK72AhHHOrBDSfcDkdp64Skx { 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:23.8125rem;width:18rem;top:1.125rem;left:2.5625rem;display:block; }
#T4SothQWRoynu275pz4CiaMs39RS2KHS { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0.25rem;left:6.0625rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbJ51wSeRFeqTqaVPgR55aMkJSlNxeb9 { position:absolute;display:block;z-index:15008;background-color:#ec0d0d;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:2.5625rem;left:6.5625rem;display:block; }
#NTSalgvNyBEOxVT1RHiR0lvCJ1AIivNS { 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:8.75rem;top:0rem;left:7rem;display:block; }
#JbRoQbQwfvDeslvpXEcE5PTtQa2hT0qM { 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.8125rem;width:8.625rem;top:2.75rem;left:7.25rem;overflow:hidden;display:block; }
#TxT30Lm7p9DeSAnxDFUKomETDe7AhZDG { color:#000000;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:13.4375rem;left:2.9375rem;height:6.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fxKXQTv73leBX8o2N2T1lA1D8AOeCBkB { 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:22.75rem;left:10.875rem;overflow:hidden;display:block; }
#pgSyOsUpRUlIJa2BfvrspsHKtk3D56IL { 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:23.25rem;left:5.875rem;display:block; }
#Tzt7LSxcM2Lei0Lm0Qvagcrl1px6TQPE { 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:23.25rem;left:13.9375rem;display:block; }
#Haxb9vo2vVPGm5roVrxTSuISrpA2VfP2 { position:absolute;display:block;z-index:15009;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:23.8125rem;width:17.8125rem;top:1.125rem;left:28.5625rem;display:block; }
#Lc5RhHnL9T8ECsgRJEfn5L3l8MANvHqf { 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.25rem;left:32.125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdgmtKs92t6byqdJpGaryZQAL0OIygfU { position:absolute;display:block;z-index:15018;background-color:#ec0d0d;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:2.5625rem;left:32.4375rem;display:block; }
#GC4EfMP2SCnnC45HcPL7GkocMER6TH9h { 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:9rem;top:2.625rem;left:32.9375rem;overflow:hidden;display:block; }
#G7dy5vRVEivgm1TSgSATVkxK0WGtR9zx { color:#000000;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.4375rem;left:29.0625rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#czWfT1DB1Kkw3CGmRNtyItgty1ZnsPlu { 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:22.875rem;left:36.875rem;overflow:hidden;display:block; }
#ptyfH1PBNgS8PpxVTTdB0qPaVw8vLeKE { 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:23.4375rem;left:31.9375rem;display:block; }
#tioB02vxsrsW8VfaMaKIM4pA8PaI8rLk { 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:23.4375rem;left:40rem;display:block; }
#sg1wxWTpe9FsQsxLkyLr1OQd6sHkhm08 { 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:23.8125rem;width:17.875rem;top:1.125rem;left:54.625rem;display:block; }
#bioN4BIqUaNWxv71yVGAa8urhZhgBhwT { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:0.3125rem;left:58.25rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXi948yT3VdXUuJOOyF6otTN5UraGGga { position:absolute;display:block;z-index:15028;background-color:#ec0d0d;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:2.5625rem;left:58.5625rem;display:block; }
#VuRHFsCk05NT8Rv8GitRquqmNIFg89UZ { 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.625rem;width:10rem;top:2.9375rem;left:58.5625rem;overflow:hidden;display:block; }
#hwAMIiyHoi9qR23tvltbxpNbQdEsi5TK { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:13.25rem;left:55.125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#B24r3TcyO2qKgk1I94g5XTgk64nk5xF4 { 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:22.875rem;left:62.875rem;overflow:hidden;display:block; }
#Z6QHwKkZ7TEgvbXScsO2nHsNkTyd990D { 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:23.375rem;left:57.75rem;display:block; }
#ovxxfHuqtUpvt5wrHTKgC3q4iwxmEx2y { 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:23.375rem;left:65.8125rem;display:block; }
#qmKpeT4HLFmtI2QJXvTlLIwVq8KUNkl8 { position:absolute;display:block;z-index:15018;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:27.0625rem;width:17.8125rem;top:30.8125rem;left:17.6875rem;display:block; }
#R5P9XTlAua9P5WEqSeVptzlU2lHfXnE9 { color:#000000;display:block;width:16.749125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:43.75rem;left:17.6875rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wCQZT3BrmEVLBddPkL9dErZiZqs49XuF { position:absolute;display:block;z-index:15040;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:56.3125rem;left:29.375rem;display:block; }
#IkbnQI5yyHzVdnpOMWvTxSHNmF82A6tX { position:absolute;display:block;z-index:15027;background-color:#ec0d0d;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:32.25rem;left:21.5625rem;display:block; }
#qpZ6Xa8zRAgE3fxgP0FDoqbapGUIaVhG { position:absolute;display:block;z-index:15044;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:7.1875rem;top:32.3125rem;left:22.875rem;overflow:hidden;display:block; }
#cVAG9W5OhAqWawNI4hAApAFZJ7LS2SmT { position:absolute;display:block;z-index:15041;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:55.75rem;left:26.25rem;overflow:hidden;display:block; }
#eUu9mT5F79IuIWk5a20zMT2ihe5LbPJD { position:absolute;display:block;z-index:15039;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:56.3125rem;left:21.3125rem;display:block; }
#THwkPwByn7QuIw0v5Iw9eUnnD0HN0ug8 { position:absolute;display:block;z-index:15047;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:10.8125rem;top:29.6875rem;left:21rem;display:block; }
#OIXO19oXqTQIC3iZ8uo96gLTrwq1rUzB { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:29.999557495118rem;left:21.250001907349rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txqpMwCz1OIp8MP4dhuOQ97LZDTMHzD6 { position:absolute;display:block;z-index:15037;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:27.125rem;width:18rem;top:30.6875rem;left:39.25rem;display:block; }
#mV2iiT1GeeB8S4ATCEWJFWCTtCccJ0Bk { color:#000000;display:block;width:10.561rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.6;letter-spacing:0;top:30.03581237793rem;left:42.997179031372rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VyOf8PCT5s2tw7goA94N5gDQwQPPH6Cn { position:absolute;display:block;z-index:15066;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:9.749375rem;top:29.6875rem;left:43.375rem;display:block; }
#ltMlyFfcvuTNotB1QSiMbzXNX9AGDFRs { position:absolute;display:block;z-index:15046;background-color:#ec0d0d;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:32.25rem;left:43.3125rem;display:block; }
#PLmnHNnA2oCEkfVWDZPoaMJCQVA6amxH { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:9rem;top:31.499137878418rem;left:43.624567031861rem;overflow:hidden;display:block; }
#KqdQs4pmpKC3scfnkWUvb0FnOk26Nzqs { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:43.749996185302rem;left:39.875001907349rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTJTyJCg8q5gtOEb7tZVTJmdfSNuOV6E { position:absolute;display:block;z-index:15044;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.18706875rem;width:1.49956875rem;top:55.25rem;left:47.75rem;overflow:hidden;display:block; }
#ei4UMrrXNdrUW0XFC46QSiClKiblbmOX { position:absolute;display:block;z-index:15042;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.124783125rem;width:3.4375rem;top:56.3125rem;left:42.6875rem;display:block; }
#U76UhnCPMb2iWkFZlkm2BUwekfcC0BxF { position:absolute;display:block;z-index:15043;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.124783125rem;width:3.4375rem;top:56.3125rem;left:50.8125rem;display:block; }
#TtWDKdtblzAXpM1xhsei2Vr81h3fxEhG { 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:8.75rem;top:0rem;left:33rem;display:block; }
#zr5LEgL0UPCEIZrycDrhebJb1DKa7CBc { 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:9.749375rem;top:0rem;left:58.5625rem;display:block; }
#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd { 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; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { background-color: transparent; background-image: none; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container > .video-iframe-container { display: none; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row > .video-iframe-container { display: none; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .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); }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { border-width: 0; border-radius: 0; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#MkKPouG9xTGDtUQgSb0DOk0Sz2QgHztR { color:#000000;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4460945129394rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs { 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; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { background-color: transparent; background-image: none; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container > .video-iframe-container { display: none; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row > .video-iframe-container { display: none; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .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); }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { border-width: 0; border-radius: 0; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#wIbFeyfVoRQQld4RRvZ4E4JxLweva6iL { position:absolute;display:block;z-index:15000;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: none;height:30.8125rem;width:75rem;top:0.49999809265137rem;left:0rem;overflow:hidden;display:block; }
#TtunFCm0z1n9GIM2Soi8WposlGT6sugi { color:#000000;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.599998474121rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t { 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; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { background-color: transparent; background-image: none; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container > .video-iframe-container { display: none; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row > .video-iframe-container { display: none; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .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); }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { border-width: 0; border-radius: 0; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#mVdyukRkiGDKmrp8U8KeG0O8DcOXqqUy { color:#000000;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN { 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; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { background-color: transparent; background-image: none; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container > .video-iframe-container { display: none; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row > .video-iframe-container { display: none; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .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); }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { border-width: 0; border-radius: 0; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#ZRuQ0BK3QbEMCGywQv7DQ5DqTIWA2TNM { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:3.9374990463257rem;left:7.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohi18BfKoKeV3SN3BbGmHUas840rV01K { box-sizing:content-box;height:7.125rem;width:61.0625rem;position:absolute;display:block;z-index:15017;background-color:#ec0d0d;background-image:none;top:1.875rem;left:6.96875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt { 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; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { background-color: transparent; background-image: none; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container > .video-iframe-container { display: none; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row > .video-iframe-container { display: none; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .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); }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { border-width: 0; border-radius: 0; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#kpUUugKQ1RxsTmpeG2pTJCya5IM2e7We { box-sizing:content-box;height:8.9375rem;width:61.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.1875rem;left:7rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NWNny6TweAM6LdyWQGsHVSkOteS65hDF { background-color:#ec0d0d;background-image:none;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: 0rem 0rem 0.4375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:51.0625rem;display:block; }
#JymOuyKBNZ1drmzlbbo4mT4lISyzsQDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVCWbnMU3or6K4Vb2uN9AEisAyX6DJiU { color:#000000;display:block;width:40.375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.875rem;height:6.09375rem;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:7.125rem;width:75rem;position:relative;display:block; }#du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { color:#000000;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125004768372rem;left:0rem;height:3.16796875rem;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:31.3125rem;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.25rem;font-family:comfortaa; }
#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:comfortaa; }
#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 #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #A2uQWvsztc5lHscyv3hnFaEXG0XferMw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 { display:none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo { display:none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #pgk3CDatH7TfeJicXSm6poaGfWEpcayr { display:none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #hTxxp4ZfCWZQ5oU1KG4NoA3cLnaJeJWv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #sEK6fr3a3xeR9qumZezXBp0KFST2cs2X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #eNFX62fV6yUs4RWNsowtuXaw9i0Jb7AP { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CURS1vPyaMX2aaiZXaGC3tNLyuhlM4t1 {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #k6XZzXXrSbMrOPvnX5T7Sas11TR6T3sC { display:none; }
#vSENTnOiM12cFoKXB8m38kThRHFl63Li { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container { background-color: transparent; background-image: none; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container > .video-iframe-container { display: none; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row > .video-iframe-container { display: none; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .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); }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container { border-width: 0; border-radius: 0; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#Dl9SWzBqe5scd3kFWbo1NwM5fsLKoEWw { background-color:#ec0d0d;background-image:none;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: 0rem 0rem 0.4375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.75rem;left:25.187501907349rem;display:block; }
#SOl8nIatNLcdHwMUU8JdiNS5z180JmVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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:28.25rem;top:7.875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { top:12.6875rem;left:24.5625rem;width:23.125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zohx2GA1L1pGhUpePQVJx42z46ufSaNB { top:8.125rem;left:26.5rem;width:21.25rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { top:0rem;left:19.006295204163rem;width:8.875rem;height:5.9579798022184rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { top:12.5rem;left:0rem;width:43.125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biBT7TMZ0GzNJ107VOtfTWoqbw5AbdVC { top:18.3125rem;left:0rem;width:41.4375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { top:24.6875rem;left:0rem;width:41.4375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 { display:block; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZxbTs4yfSkw07F3r4M4IwPMerl3GVT3 { top:3.5625rem;left:4.53125rem;width:38.6875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlAeTzKOhl4H1UZxxQxS2Zr7hXveaBN { top:9.75rem;left:15.5rem;width:15.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9WTITDBrJwLFh0tTCrNwqipBWlDhHN { width:39.25rem;height:19.4375rem;top:7.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFSpdc4ZKORv8nvNNsSLXkncPxDxDy2R { width:1.5rem;height:1.1875rem;top:24rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxDiTcx5NwL5wX9XBfJlWJzua0QeQ2d3 { width:3.4375rem;height:0.125rem;top:25.0625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkoHyTJU8061S4HNLxlWnezawKBIR62P { width:3.4375rem;height:0.125rem;top:25.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS { top:16.9375rem;left:7.6875rem;width:32.375rem;height:3.875rem;font-size:1.375rem;display:block; }#Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS li:before{  }
 }@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:2.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 { display:block; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2iXMLkpJP4TJuQmd2aJtLfn4VtLP6Zv { top:0rem;left:11.5rem;width:36.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1zdi9bRcGC6NbNnGcSisvB54gGmSR2 { top:0rem;left:0rem;width:36.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux { display:block; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg57TOEcp2TtXStwCaz2FzP1RlTJI3sU { top:0rem;left:8.36171913147rem;width:1rem;height:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAgkWcbl6NVGfpfMehllWUzEafDpV9h5 { top:8.1875rem;left:0rem;width:22rem;height:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcmwSyhzmR2IvDCKaZ7QuE9BpUti7PX9 { top:6.875rem;left:1.1875rem;width:46.5625rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvhaOpOKizsn1TogfMcwcU9ep0Z1E9Dv { top:15.8125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL1WnxNITgPkI0yKquTKFfXt3TTQbHiB { top:25.8125rem;left:0.4375rem;width:47.3125rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfEceavirpwn9phEMdguKdSQa3uKrlvE { top:34.875rem;left:0.125rem;width:47.625rem;height:5.5rem;font-size:0.9375rem;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.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS { display:block; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBCIepafLom0pMEyisLXrptAsfiMKcLx { top:1.8125rem;left:0rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { top:9.0625rem;left:1.875rem;width:12.125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhANAhk5elCP4hySK1U05JQEwJftI7DG { top:9.0625rem;left:16.843751907349rem;width:13.9375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwL3Txfqs4rByXRRKHOnuTEJ4Ry3A7D { top:9.125rem;left:32.062498092651rem;width:15.25rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuJENh6p8L9qk0TCOrbiXWDCqlCUbTz6 { top:1.8125rem;left:14.4375rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { top:2.9375rem;left:21.406251907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { top:3.125rem;left:5.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2iqZTlWoeRVdOr3nx55hwJWowRAQHMF { top:1.8125rem;left:30.3125rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdaKvdtWMoZIBR8nemrIclDsHQ9A9Hu { top:2.75rem;left:36.843748092651rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE { display:block; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLa99upWiW6i6NQLGfaIDuenXUER72kw { top:1.8125rem;left:0rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ylZ3virGOWD0gGilan9W0CWqcsbEvA { top:9.125rem;left:1.875rem;width:12.125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6mQL7crJVzhBrfp0zLzF9aTmOKioog { top:9.125rem;left:15.1875rem;width:16.5625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdwHNo1ZUx3vAfTBZWJHaZIHzN0O14MI { top:9.125rem;left:30.8125rem;width:16.8125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvLcpxdknubDLXk6OL2TyXsEufsrm5VZ { top:1.8125rem;left:14.4375rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgCr1zAc0dW5cpnV6557pBZEhRR9IJFS { top:3rem;left:21.406251907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnS3J3xZXVmnDTWEZPvmmPvTXpT9WNIH { top:2.4375rem;left:5.09375rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVNEdNWL0VirhtdUK1pguwpatRquSGQQ { top:1.8125rem;left:30.3125rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { top:3.0625rem;left:36.843748092651rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK { display:block; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyuReMr4dSkCG03A5yNMe128hWq7eFdi { top:1.8125rem;left:0rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ96GUUkVTxTyVB1bMNKxxHDF2WUGwNB { top:9.125rem;left:1.875rem;width:12.125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUWxMpMwRC6mVOaXpfh6UMmNxVknIn2K { top:9rem;left:17.750001907349rem;width:12.125rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEpBVSHIagogVlbAT43XKkn7zaDvlnK { top:9.1875rem;left:33.562498092651rem;width:12.125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTaQvKGJ6JggNoFk2LV81IgAKSd3yrO { top:1.8125rem;left:14.4375rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1pMIaPccHzpPSAxUhJxrJt3DS6glFzT { top:2.75rem;left:21.000001907349rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiqrXFgBBkOOelM9WN4TIdce3U0Qm49z { top:3.125rem;left:5.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvbe6sCas2xS492OuZZISx5nyByNIN9 { top:1.8125rem;left:30.3125rem;width:17.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV9q8S3X5qWHXwGEfmsLF6rDq2pS0rn0 { top:2.1875rem;left:35.218748092651rem;width:8.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDBBvOybGf5VTiTHPTRC1aDyinGy09s { display:block; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJal8yt6mnquIdT3NE1Tywe2TyMfdLFG { top:1.5625rem;left:0rem;width:47.75rem;height:26.805113636364rem;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:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B { display:block; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akTFbn8ErK72AhHHOrBDSfcDkdp64Skx { width:17.9375rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SothQWRoynu275pz4CiaMs39RS2KHS { width:10.5rem;height:1.75rem;top:0.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbJ51wSeRFeqTqaVPgR55aMkJSlNxeb9 { width:10rem;height:10rem;top:2.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSalgvNyBEOxVT1RHiR0lvCJ1AIivNS { top:0rem;left:3.0625rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbRoQbQwfvDeslvpXEcE5PTtQa2hT0qM { top:2.75rem;left:3.3125rem;width:8.5625rem;height:9.7421971250706rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxT30Lm7p9DeSAnxDFUKomETDe7AhZDG { width:17.1875rem;height:6.3125rem;top:13.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKXQTv73leBX8o2N2T1lA1D8AOeCBkB { width:1.4375rem;height:1.137934708312rem;top:22.75rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgSyOsUpRUlIJa2BfvrspsHKtk3D56IL { width:3.4375rem;height:0.0625rem;top:23.25rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzt7LSxcM2Lei0Lm0Qvagcrl1px6TQPE { width:3.4375rem;height:0.0625rem;top:23.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haxb9vo2vVPGm5roVrxTSuISrpA2VfP2 { width:17.8125rem;height:23.75rem;top:1.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5RhHnL9T8ECsgRJEfn5L3l8MANvHqf { width:10.5rem;height:1.75rem;top:0.25rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgmtKs92t6byqdJpGaryZQAL0OIygfU { width:10rem;height:10rem;top:2.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC4EfMP2SCnnC45HcPL7GkocMER6TH9h { top:2.625rem;left:14.9375rem;width:8.9375rem;height:9.8060313695806rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7dy5vRVEivgm1TSgSATVkxK0WGtR9zx { width:16.6875rem;height:8.4375rem;top:13.4375rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czWfT1DB1Kkw3CGmRNtyItgty1ZnsPlu { width:1.4375rem;height:1.137934708312rem;top:22.875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyfH1PBNgS8PpxVTTdB0qPaVw8vLeKE { width:3.4375rem;height:0.0625rem;top:23.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tioB02vxsrsW8VfaMaKIM4pA8PaI8rLk { width:3.4375rem;height:0.0625rem;top:23.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg1wxWTpe9FsQsxLkyLr1OQd6sHkhm08 { width:17.8125rem;height:23.75rem;top:1.125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bioN4BIqUaNWxv71yVGAa8urhZhgBhwT { width:10.5rem;height:1.75rem;top:0.3125rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXi948yT3VdXUuJOOyF6otTN5UraGGga { width:10rem;height:10rem;top:2.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuRHFsCk05NT8Rv8GitRquqmNIFg89UZ { top:2.9375rem;left:35.8125rem;width:10rem;height:9.6245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwAMIiyHoi9qR23tvltbxpNbQdEsi5TK { width:16.875rem;height:6.6875rem;top:13.25rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B24r3TcyO2qKgk1I94g5XTgk64nk5xF4 { width:1.4375rem;height:1.137934708312rem;top:22.875rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QHwKkZ7TEgvbXScsO2nHsNkTyd990D { width:3.4375rem;height:0.0625rem;top:23.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovxxfHuqtUpvt5wrHTKgC3q4iwxmEx2y { width:3.4375rem;height:0.0625rem;top:23.375rem;left:41.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmKpeT4HLFmtI2QJXvTlLIwVq8KUNkl8 { width:17.8125rem;height:27.0625rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5P9XTlAua9P5WEqSeVptzlU2lHfXnE9 { width:16.6875rem;height:9.8125rem;top:43.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQZT3BrmEVLBddPkL9dErZiZqs49XuF { width:3.4375rem;height:0.0625rem;top:56.3125rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkbnQI5yyHzVdnpOMWvTxSHNmF82A6tX { width:10rem;height:10rem;top:32.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpZ6Xa8zRAgE3fxgP0FDoqbapGUIaVhG { top:32.3125rem;left:12.65625rem;width:7.1875rem;height:9.874125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAG9W5OhAqWawNI4hAApAFZJ7LS2SmT { width:1.4375rem;height:1.137934708312rem;top:55.75rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUu9mT5F79IuIWk5a20zMT2ihe5LbPJD { width:3.4375rem;height:0.0625rem;top:56.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THwkPwByn7QuIw0v5Iw9eUnnD0HN0ug8 { top:29.6875rem;left:11.9375rem;width:10.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIXO19oXqTQIC3iZ8uo96gLTrwq1rUzB { width:10.5rem;height:1.75rem;top:29.9375rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqpMwCz1OIp8MP4dhuOQ97LZDTMHzD6 { width:17.9375rem;height:27.0625rem;top:30.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV2iiT1GeeB8S4ATCEWJFWCTtCccJ0Bk { width:10.5rem;height:1.75rem;top:30rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOf8PCT5s2tw7goA94N5gDQwQPPH6Cn { top:29.6875rem;left:26rem;width:9.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltMlyFfcvuTNotB1QSiMbzXNX9AGDFRs { width:10rem;height:10rem;top:32.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmnHNnA2oCEkfVWDZPoaMJCQVA6amxH { top:31.4375rem;left:26.593317031861rem;width:9rem;height:10.750335085733rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqdQs4pmpKC3scfnkWUvb0FnOk26Nzqs { width:16.875rem;height:7rem;top:43.6875rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJTyJCg8q5gtOEb7tZVTJmdfSNuOV6E { width:1.4375rem;height:1.137934708312rem;top:55.25rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4UMrrXNdrUW0XFC46QSiClKiblbmOX { width:3.4375rem;height:0.0625rem;top:56.3125rem;left:25.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76UhnCPMb2iWkFZlkm2BUwekfcC0BxF { width:3.4375rem;height:0.0625rem;top:56.3125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtWDKdtblzAXpM1xhsei2Vr81h3fxEhG { top:0rem;left:15rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr5LEgL0UPCEIZrycDrhebJb1DKa7CBc { top:0rem;left:35.8125rem;width:9.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd { display:block; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkKPouG9xTGDtUQgSb0DOk0Sz2QgHztR { top:1.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs { display:block; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIbFeyfVoRQQld4RRvZ4E4JxLweva6iL { top:0.4375rem;left:0rem;width:47.75rem;height:19.617291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtunFCm0z1n9GIM2Soi8WposlGT6sugi { top:32.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t { display:block; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVdyukRkiGDKmrp8U8KeG0O8DcOXqqUy { top:0rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN { display:block; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRuQ0BK3QbEMCGywQv7DQ5DqTIWA2TNM { top:3.875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohi18BfKoKeV3SN3BbGmHUas840rV01K { top:1.875rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt { display:block; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpUUugKQ1RxsTmpeG2pTJCya5IM2e7We { top:1.1875rem;left:0rem;width:47.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWNny6TweAM6LdyWQGsHVSkOteS65hDF { width:12.125rem;height:3.4375rem;top:3.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JymOuyKBNZ1drmzlbbo4mT4lISyzsQDI { display:block; }
 }@media only screen and (max-width: 763px) { #SVCWbnMU3or6K4Vb2uN9AEisAyX6DJiU { top:2.625rem;left:0rem;width:40.375rem;height:6.0625rem;font-size:0.9375rem;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:3.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;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 #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #A2uQWvsztc5lHscyv3hnFaEXG0XferMw {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #pgk3CDatH7TfeJicXSm6poaGfWEpcayr {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #hTxxp4ZfCWZQ5oU1KG4NoA3cLnaJeJWv {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #sEK6fr3a3xeR9qumZezXBp0KFST2cs2X {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #eNFX62fV6yUs4RWNsowtuXaw9i0Jb7AP {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CURS1vPyaMX2aaiZXaGC3tNLyuhlM4t1 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #k6XZzXXrSbMrOPvnX5T7Sas11TR6T3sC {  }
 }@media only screen and (max-width: 763px) { #vSENTnOiM12cFoKXB8m38kThRHFl63Li { display:block; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl9SWzBqe5scd3kFWbo1NwM5fsLKoEWw { width:22.875rem;height:3.4375rem;top:0.75rem;left:11.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOl8nIatNLcdHwMUU8JdiNS5z180JmVR { display:block; }
 }@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:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:19.625rem;height:29.375rem;top:21.936849594116rem;left:0.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { width:19.249125rem;height:21.749125rem;top:25.748699188233rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zohx2GA1L1pGhUpePQVJx42z46ufSaNB { width:19.0625rem;height:2.923825rem;top:22.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { width:7.375rem;height:4.9375rem;top:0.625rem;left:6.3124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { width:20rem;height:3.57421875rem;top:6.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biBT7TMZ0GzNJ107VOtfTWoqbw5AbdVC { width:20rem;height:4.142575rem;top:11.512496948243rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { width:20rem;height:4.142575rem;top:17.331251144409rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 { display:block; }#F9bhVbVB8V1Na0qvpIC1aA21ImCnv8k0 > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZxbTs4yfSkw07F3r4M4IwPMerl3GVT3 { width:20rem;height:6.58008125rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlAeTzKOhl4H1UZxxQxS2Zr7hXveaBN { width:16.75rem;height:4.25rem;top:10.0791015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9WTITDBrJwLFh0tTCrNwqipBWlDhHN { width:19.875rem;height:18.9375rem;top:7.8125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NFSpdc4ZKORv8nvNNsSLXkncPxDxDy2R { width:1.5rem;height:1.1875rem;top:24.8125rem;left:8.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oxDiTcx5NwL5wX9XBfJlWJzua0QeQ2d3 { width:3.4375rem;height:0.125rem;top:25.375rem;left:4.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DkoHyTJU8061S4HNLxlWnezawKBIR62P { width:3.4375rem;height:0.125rem;top:25.375rem;left:11.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS { width:17.375rem;height:6.16015625rem;top:16.9990234375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Trmv1qdfhrn1SBb4NOu4oMEuXXUfwboS li:before{  }
 }@media only screen and (max-width: 763px) { #PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 { display:block; }#o6z532v7mZeLhh2FTznd6HFBNLcaoMF7 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2iXMLkpJP4TJuQmd2aJtLfn4VtLP6Zv { width:20rem;height:10.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO1zdi9bRcGC6NbNnGcSisvB54gGmSR2 { width:19.6875rem;height:10.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux { display:none; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yg57TOEcp2TtXStwCaz2FzP1RlTJI3sU { width:1rem;height:43rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAgkWcbl6NVGfpfMehllWUzEafDpV9h5 { width:20rem;height:3.575rem;top:1.7500019073486rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcmwSyhzmR2IvDCKaZ7QuE9BpUti7PX9 { width:16.375rem;height:9.1rem;top:6.9125001430512rem;left:2.8742188215256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvhaOpOKizsn1TogfMcwcU9ep0Z1E9Dv { width:16.375rem;height:8.53125rem;top:16.575000166893rem;left:2.8742188215256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL1WnxNITgPkI0yKquTKFfXt3TTQbHiB { width:16.375rem;height:8.53125rem;top:25.88828086853rem;left:2.8742188215256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfEceavirpwn9phEMdguKdSQa3uKrlvE { width:16.375rem;height:7.3125rem;top:34.937500476837rem;left:2.8742188215256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s { display:block; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { width:20rem;height:1.86875rem;top:0.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS { display:block; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBCIepafLom0pMEyisLXrptAsfiMKcLx { width:16.875rem;height:10.8125rem;top:1.3093748092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { width:12.6875rem;height:2.8496125rem;top:8.4296875rem;left:3.6562498807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhANAhk5elCP4hySK1U05JQEwJftI7DG { width:15.25rem;height:3.0869125rem;top:20.386719226837rem;left:2.3750001192093rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wkwL3Txfqs4rByXRRKHOnuTEJ4Ry3A7D { width:15.125rem;height:3.0869125rem;top:33.884376049042rem;left:2.4375001192093rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iuJENh6p8L9qk0TCOrbiXWDCqlCUbTz6 { width:16.875rem;height:10.8125rem;top:13.850780487061rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { width:4.9375rem;height:4.9375rem;top:14.724218845367rem;left:7.5312503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { width:5.6875rem;height:5.6875rem;top:2.5234379768372rem;left:6.8437498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2iqZTlWoeRVdOr3nx55hwJWowRAQHMF { width:16.875rem;height:11.625rem;top:26.408592224121rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdaKvdtWMoZIBR8nemrIclDsHQ9A9Hu { width:5.375rem;height:5.375rem;top:27.696876049042rem;left:7.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE { display:block; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLa99upWiW6i6NQLGfaIDuenXUER72kw { width:16.875rem;height:10.8125rem;top:1.3093748092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ylZ3virGOWD0gGilan9W0CWqcsbEvA { width:15.1234375rem;height:2.8496125rem;top:8.6171884536744rem;left:2.4382811784744rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6mQL7crJVzhBrfp0zLzF9aTmOKioog { width:16.5625rem;height:3.0869125rem;top:20.761713981628rem;left:1.7187501192093rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tdwHNo1ZUx3vAfTBZWJHaZIHzN0O14MI { width:16.1875rem;height:3.0869125rem;top:34.071871757508rem;left:1.9062501192093rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EvLcpxdknubDLXk6OL2TyXsEufsrm5VZ { width:16.875rem;height:10.8125rem;top:13.850780487061rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgCr1zAc0dW5cpnV6557pBZEhRR9IJFS { width:4.9375rem;height:4.9375rem;top:15.036719322204rem;left:7.5312503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnS3J3xZXVmnDTWEZPvmmPvTXpT9WNIH { width:5.0625rem;height:5.0625rem;top:2.3984375rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVNEdNWL0VirhtdUK1pguwpatRquSGQQ { width:16.875rem;height:11.625rem;top:26.408592224121rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { width:4.625rem;height:4.625rem;top:28.409374713897rem;left:7.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK { display:block; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyuReMr4dSkCG03A5yNMe128hWq7eFdi { width:16.875rem;height:10.8125rem;top:1.3093748092651rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ96GUUkVTxTyVB1bMNKxxHDF2WUGwNB { width:15.1234375rem;height:2.8496125rem;top:8.4921779632569rem;left:2.4382811784744rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUWxMpMwRC6mVOaXpfh6UMmNxVknIn2K { width:15.625rem;height:3.0869125rem;top:20.638282299042rem;left:2.1875001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEpBVSHIagogVlbAT43XKkn7zaDvlnK { width:12.5rem;height:2.8496125rem;top:33.446884155274rem;left:3.7499998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTaQvKGJ6JggNoFk2LV81IgAKSd3yrO { width:16.875rem;height:10.8125rem;top:13.850780487061rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1pMIaPccHzpPSAxUhJxrJt3DS6glFzT { width:5.375rem;height:5.375rem;top:14.825782299042rem;left:7.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiqrXFgBBkOOelM9WN4TIdce3U0Qm49z { width:5.5rem;height:5.5rem;top:2.2484378814698rem;left:7.2499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvbe6sCas2xS492OuZZISx5nyByNIN9 { width:16.875rem;height:10.8125rem;top:26.471872329712rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV9q8S3X5qWHXwGEfmsLF6rDq2pS0rn0 { width:7.8125rem;height:5.8125rem;top:27.034375190735rem;left:6.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDBBvOybGf5VTiTHPTRC1aDyinGy09s { display:block; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJal8yt6mnquIdT3NE1Tywe2TyMfdLFG { height:9.4375rem;width:16.875rem;top:1.3125019073486rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC9NZOrFC1nfymU0pWzmNOty7oMy10d { display:block; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { width:20rem;height:1.7875rem;top:0.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B { display:block; }#ENKbIt3IKvB206Ec9ksp82INRkE4Nv8B > .row .container { width:20rem;height:143.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akTFbn8ErK72AhHHOrBDSfcDkdp64Skx { width:17.9375rem;height:23.8125rem;top:1rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SothQWRoynu275pz4CiaMs39RS2KHS { width:16.875rem;height:1.600475rem;top:0.3125rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbJ51wSeRFeqTqaVPgR55aMkJSlNxeb9 { width:10rem;height:10rem;top:2.8741340637207rem;left:4.8122833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSalgvNyBEOxVT1RHiR0lvCJ1AIivNS { width:8.75rem;height:2.0625rem;top:0rem;left:5.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbRoQbQwfvDeslvpXEcE5PTtQa2hT0qM { width:8.4375rem;height:9.6875rem;top:3.15625rem;left:5.6553824543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxT30Lm7p9DeSAnxDFUKomETDe7AhZDG { width:17.1875rem;height:6.796875rem;top:14.3125rem;left:1.3937500715256rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKXQTv73leBX8o2N2T1lA1D8AOeCBkB { width:1.5rem;height:1.1875rem;top:22.281251907349rem;left:9.1250003576281rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pgSyOsUpRUlIJa2BfvrspsHKtk3D56IL { width:3.4375rem;height:0.125rem;top:22.812501907349rem;left:4.1249998807907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Tzt7LSxcM2Lei0Lm0Qvagcrl1px6TQPE { width:3.4375rem;height:0.125rem;top:22.812501907349rem;left:12.187500357628rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Haxb9vo2vVPGm5roVrxTSuISrpA2VfP2 { width:18.0625rem;height:26.9375rem;top:27.562501907349rem;left:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5RhHnL9T8ECsgRJEfn5L3l8MANvHqf { width:10.5625rem;height:1.600475rem;top:26.875001907349rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgmtKs92t6byqdJpGaryZQAL0OIygfU { width:10rem;height:10rem;top:29.311855316162rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC4EfMP2SCnnC45HcPL7GkocMER6TH9h { width:9.0625rem;height:10rem;top:29.311855316162rem;left:5.4058163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7dy5vRVEivgm1TSgSATVkxK0WGtR9zx { width:17.6875rem;height:9rem;top:41.250000953674rem;left:1.3437501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czWfT1DB1Kkw3CGmRNtyItgty1ZnsPlu { width:1.5rem;height:1.1875rem;top:51.750001430511rem;left:9.0000003576281rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ptyfH1PBNgS8PpxVTTdB0qPaVw8vLeKE { width:3.4375rem;height:0.125rem;top:52.312501430511rem;left:4.1249998807907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tioB02vxsrsW8VfaMaKIM4pA8PaI8rLk { width:3.4375rem;height:0.125rem;top:52.312501430511rem;left:12.250000357628rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sg1wxWTpe9FsQsxLkyLr1OQd6sHkhm08 { width:17.8125rem;height:23.8125rem;top:57.4375rem;left:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #bioN4BIqUaNWxv71yVGAa8urhZhgBhwT { width:10.5625rem;height:1.600475rem;top:56.687499970197rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXi948yT3VdXUuJOOyF6otTN5UraGGga { width:10rem;height:10rem;top:59.249568939209rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuRHFsCk05NT8Rv8GitRquqmNIFg89UZ { width:9.5625rem;height:9.1875rem;top:60.031253814698rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwAMIiyHoi9qR23tvltbxpNbQdEsi5TK { width:16.875rem;height:7.199225rem;top:70.375000357625rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B24r3TcyO2qKgk1I94g5XTgk64nk5xF4 { width:1.5rem;height:1.1875rem;top:78.875000357625rem;left:9.1875003576281rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QHwKkZ7TEgvbXScsO2nHsNkTyd990D { width:3.4375rem;height:0.125rem;top:79.437500357625rem;left:4.1249998807907rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ovxxfHuqtUpvt5wrHTKgC3q4iwxmEx2y { width:3.4375rem;height:0.125rem;top:79.437500357625rem;left:12.250000357628rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qmKpeT4HLFmtI2QJXvTlLIwVq8KUNkl8 { width:17.8125rem;height:29.1875rem;top:83.936634063719rem;left:1.1241319775581rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #R5P9XTlAua9P5WEqSeVptzlU2lHfXnE9 { width:16.75rem;height:12rem;top:96.936847686769rem;left:1.6243489384651rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQZT3BrmEVLBddPkL9dErZiZqs49XuF { width:3.4375rem;height:0.125rem;top:111.5625038147rem;left:12.561849892139rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #IkbnQI5yyHzVdnpOMWvTxSHNmF82A6tX { width:10rem;height:10rem;top:85.749347686769rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpZ6Xa8zRAgE3fxgP0FDoqbapGUIaVhG { width:7.1875rem;height:9.875rem;top:85.87479019165rem;left:6.3118494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAG9W5OhAqWawNI4hAApAFZJ7LS2SmT { width:1.5rem;height:1.1875rem;top:110.99936294556rem;left:9.4368498921394rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eUu9mT5F79IuIWk5a20zMT2ihe5LbPJD { width:3.4375rem;height:0.125rem;top:111.5625038147rem;left:4.4997833371163rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #THwkPwByn7QuIw0v5Iw9eUnnD0HN0ug8 { width:10.8125rem;height:2.1875rem;top:82.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIXO19oXqTQIC3iZ8uo96gLTrwq1rUzB { width:10.5625rem;height:1.600475rem;top:83.0625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqpMwCz1OIp8MP4dhuOQ97LZDTMHzD6 { width:17.9375rem;height:25.875rem;top:115.5rem;left:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mV2iiT1GeeB8S4ATCEWJFWCTtCccJ0Bk { width:10.499125rem;height:1.600475rem;top:114.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOf8PCT5s2tw7goA94N5gDQwQPPH6Cn { width:9.6875rem;height:2.1875rem;top:114.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltMlyFfcvuTNotB1QSiMbzXNX9AGDFRs { width:10rem;height:10rem;top:117.43663787842rem;left:5.1247833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmnHNnA2oCEkfVWDZPoaMJCQVA6amxH { width:8.811875rem;height:10.5620625rem;top:116.8745803833rem;left:5.6868494153022rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KqdQs4pmpKC3scfnkWUvb0FnOk26Nzqs { width:16.875rem;height:7.5rem;top:129.18728637695rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJTyJCg8q5gtOEb7tZVTJmdfSNuOV6E { width:1.4375rem;height:1.137934708312rem;top:138.8125rem;left:9.5625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ei4UMrrXNdrUW0XFC46QSiClKiblbmOX { width:3.4375rem;height:0.0625rem;top:139.875rem;left:4.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #U76UhnCPMb2iWkFZlkm2BUwekfcC0BxF { width:3.4375rem;height:0.0625rem;top:139.875rem;left:12.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TtWDKdtblzAXpM1xhsei2Vr81h3fxEhG { width:8.75rem;height:2.0625rem;top:26.562501907349rem;left:5.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr5LEgL0UPCEIZrycDrhebJb1DKa7CBc { width:10.125rem;height:2.0625rem;top:56.405468732119rem;left:4.825000166893rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd { display:block; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkKPouG9xTGDtUQgSb0DOk0Sz2QgHztR { width:20rem;height:1.7875rem;top:1.0874996185302rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs { display:block; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIbFeyfVoRQQld4RRvZ4E4JxLweva6iL { width:20rem;height:8.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtunFCm0z1n9GIM2Soi8WposlGT6sugi { width:19rem;height:3.65625rem;top:10.125rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t { display:block; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVdyukRkiGDKmrp8U8KeG0O8DcOXqqUy { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN { display:block; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRuQ0BK3QbEMCGywQv7DQ5DqTIWA2TNM { width:20rem;height:5.68359375rem;top:0.34375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohi18BfKoKeV3SN3BbGmHUas840rV01K { width:20rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt { display:block; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpUUugKQ1RxsTmpeG2pTJCya5IM2e7We { width:20rem;height:9.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWNny6TweAM6LdyWQGsHVSkOteS65hDF { width:11.8125rem;height:2.5625rem;top:7.110156059265rem;left:4.0937498807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JymOuyKBNZ1drmzlbbo4mT4lISyzsQDI { display:block; }
 }@media only screen and (max-width: 763px) { #SVCWbnMU3or6K4Vb2uN9AEisAyX6DJiU { width:20rem;height:4.875rem;top:1.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWoduA7OciRSJ1o1QCizT13ki6NUoeRT { display:block; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { width:20rem;height:1.7875rem;top:1rem;left:0rem;font-size:1.375rem;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:46.875rem;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:1.125rem;height:auto;line-height:1.2;overflow:hidden; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-desc-text { line-height:1.2;overflow:hidden;height:auto;font-size:1.0625rem; }
#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 #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #A2uQWvsztc5lHscyv3hnFaEXG0XferMw {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #pgk3CDatH7TfeJicXSm6poaGfWEpcayr {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #hTxxp4ZfCWZQ5oU1KG4NoA3cLnaJeJWv {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #sEK6fr3a3xeR9qumZezXBp0KFST2cs2X {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #eNFX62fV6yUs4RWNsowtuXaw9i0Jb7AP {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CURS1vPyaMX2aaiZXaGC3tNLyuhlM4t1 {  }
 }@media only screen and (max-width: 763px) { #uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #k6XZzXXrSbMrOPvnX5T7Sas11TR6T3sC {  }
 }@media only screen and (max-width: 763px) { #vSENTnOiM12cFoKXB8m38kThRHFl63Li { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl9SWzBqe5scd3kFWbo1NwM5fsLKoEWw { width:15.9375rem;height:2.5625rem;top:0.375rem;left:2.0312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOl8nIatNLcdHwMUU8JdiNS5z180JmVR { display:block; }
 }