.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:1200px;height:548px;font-size:14px;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: 0 0 7px rgba(0,0,0,0.29) ;height:384px;width:396px;top:126.97917175293px;left:772.98616027832px;display:block; }
#hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { position:absolute;display:block;z-index:15018;height:295.99px;width:370.99px;top:155.9765625px;left:785.484375px;display:block; }
#Zohx2GA1L1pGhUpePQVJx42z46ufSaNB { color:#000000;display:block;width:340px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:126.96875px;left:800.96875px;height:31.1953px;text-align:center;text-align-last:center;display:block; }
#rcOiILQJDSRZx8yUDKTbILbSc1kRDZZ1 { position:absolute;display:block;z-index:15018;height:372px;width:371px;top:191.390625px;left:648px;display:none; }
#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:95.9896px;width:142.986px;top:0px;left:522.1007232666px;overflow:hidden;display:block; }
#hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { color:#ffffff;display:block;width:690px;position:absolute;font-family:comfortaa;font-size:32px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:200px;left:0px;height:41.5938px;font-style:normal;display:block; }
#biBT7TMZ0GzNJ107VOtfTWoqbw5AbdVC { color:#ffffff;display:block;width:664px;position:absolute;font-family:comfortaa;font-size:21px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:293px;left:0px;height:54.5938px;font-style:normal;display:block; }
#VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { color:#ffffff;display:block;width:664px;position:absolute;font-family:comfortaa;font-size:21px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:395px;left:0px;height:54.5938px;font-style:normal;display:block; }
#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { background-color: transparent; background-image: none; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container > .video-iframe-container { display: none; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row > .video-iframe-container { display: none; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { border-width: 0; border-radius: 0; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { font-size:14px;font-family:arial;height:95px;width:1200px;position:relative;display:block; }#PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.152801513672px;left:0px;height:50.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Au9u9l9negB5nFEHLAoRThfNM8pABKIV { 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; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container { background-color: transparent; background-image: none; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container > .video-iframe-container { display: none; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row > .video-iframe-container { display: none; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .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); }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container { border-width: 0; border-radius: 0; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container { font-size:14px;font-family:arial;height:332px;width:1200px;position:relative;display:block; }#DbAzcdWuKv04k1JOD9824JlJGEiArOD8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: none;height:303px;width:580px;top:0px;left:620px;overflow:hidden;display:block; }
#QNlcTHAh2JkSQbNdW0y2rbQt5dhoAG3o { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: none;height:303px;width:580px;top:0px;left:0px;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:14px;font-family:arial;height:688px;width:1200px;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:688px;width:16px;top:0px;left:351.78750610352px;overflow:hidden;display:block; }
#HAgkWcbl6NVGfpfMehllWUzEafDpV9h5 { color:#000000;display:block;width:352px;position:absolute;font-family:comfortaa;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:131px;left:0px;height:83.1597px;font-style:normal;display:block; }
#QcmwSyhzmR2IvDCKaZ7QuE9BpUti7PX9 { color:#000000;display:block;width:745px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:110.60009765625px;left:379.00003051758px;height:88.3333px;display:block; }
#MvhaOpOKizsn1TogfMcwcU9ep0Z1E9Dv { color:#000000;display:block;width:774px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:253.60009765625px;left:379.00003051758px;height:88.3333px;display:block; }
#xL1WnxNITgPkI0yKquTKFfXt3TTQbHiB { color:#000000;display:block;width:757px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:413.60000038147px;left:379.00003051758px;height:88.3333px;display:block; }
#RfEceavirpwn9phEMdguKdSQa3uKrlvE { color:#000000;display:block;width:762px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:558.60000038147px;left:379.00003051758px;height:88.3333px;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:14px;font-family:arial;height:80px;width:1200px;position:relative;display:block; }#XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.000097632408px;left:0px;height:50.6953px;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:14px;font-family:arial;height:213px;width:1200px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:62px;display:block; }
#IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { color:#000000;display:block;width:194px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:145.97497558594px;left:103px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhANAhk5elCP4hySK1U05JQEwJftI7DG { color:#000000;display:block;width:223px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:145.98741149902px;left:488.50003051758px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkwL3Txfqs4rByXRRKHOnuTEJ4Ry3A7D { color:#000000;display:block;width:244px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:146.00000762939px;left:877.99996948242px;height:48px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:462px;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:77px;width:77px;top:47.987548828125px;left:561.50003051758px;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:91px;width:91px;top:50px;left:155px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:862px;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:91px;width:91px;top:44.800048828125px;left:954.49996948242px;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:14px;font-family:arial;height:213px;width:1200px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:62px;display:block; }
#N0ylZ3virGOWD0gGilan9W0CWqcsbEvA { color:#000000;display:block;width:194px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:146px;left:103px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dr6mQL7crJVzhBrfp0zLzF9aTmOKioog { color:#000000;display:block;width:265px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:146.00003433228px;left:467.50003051758px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdwHNo1ZUx3vAfTBZWJHaZIHzN0O14MI { color:#000000;display:block;width:269px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:146px;left:865.49996948242px;height:48px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:462px;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:77px;width:77px;top:48.987548828125px;left:561.50003051758px;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:91px;width:91px;top:39.800018310547px;left:154.5px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:862px;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:91px;width:91px;top:49.800048828125px;left:954.49996948242px;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:14px;font-family:arial;height:240px;width:1200px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:62px;display:block; }
#GZ96GUUkVTxTyVB1bMNKxxHDF2WUGwNB { color:#000000;display:block;width:194px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:146.70000648499px;left:103px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUWxMpMwRC6mVOaXpfh6UMmNxVknIn2K { color:#000000;display:block;width:194px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:144.70010375977px;left:503.00003051758px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPEpBVSHIagogVlbAT43XKkn7zaDvlnK { color:#000000;display:block;width:194px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:147px;left:901.99996948242px;height:48px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:462px;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:91px;width:91px;top:44px;left:555.00003051758px;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:91px;width:91px;top:50px;left:155px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 25px rgba(0,0,0,0.12) ;height:182px;width:277px;top:29px;left:862px;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:106px;width:143px;top:35px;left:928.49996948242px;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:14px;font-family:arial;height:553px;width:1200px;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: 0 0 25px rgba(0,0,0,0.39) ;height:494px;width:880px;top:25px;left:160px;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:14px;font-family:arial;height:97px;width:1200px;position:relative;display:block; }#KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.137512207031px;left:0px;height:50.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8x302LeiLgNdNzS69z9lChiVc7ihDCu { 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; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container { background-color: transparent; background-image: none; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container > .video-iframe-container { display: none; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row > .video-iframe-container { display: none; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .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); }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container { border-width: 0; border-radius: 0; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container { font-size:14px;font-family:arial;height:420px;width:1200px;position:relative;display:block; }#ozR1gIL3FBaG5c9Va2KuhSql0SbGpHKh { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:381px;width:288px;top:18px;left:0px;display:block; }
#sHwDxTtI50cSpvcq1ibTsWS1ULI9ay9U { color:#000000;display:block;width:169px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:4px;left:56px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzLSBceFWHFS0Ozw3CdWlG8MoCJTCkKH { 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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:41px;left:64px;display:block; }
#g4WbgkOuH30WCaeMJ1C9IIxnFpx0dMCr { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:35px;width:140px;top:0px;left:71px;display:block; }
#WPgTOcC0UP2ZTAnfJP59blME9MkrfsRH { 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:157px;width:138px;top:44px;left:75px;overflow:hidden;display:block; }
#EDvxFanJovtKsopRZ3OBPXV6TBVo3Zum { color:#000000;display:block;width:276px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:215px;left:6px;height:102px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UbGEEDeomBbFRrA6hQK2JCVTfbJ8viDk { 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:19px;width:24px;top:364px;left:133px;overflow:hidden;display:block; }
#x6CQaVg8QICbGxp5qIT2n5MAOfdklGGt { 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:2px;width:55px;top:372px;left:53px;display:block; }
#lGkbN5KNQpHMJJNSs2dX6dExy4KOA9aT { 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:2px;width:55px;top:372px;left:182px;display:block; }
#ESm3xZ0cLHAHr1ioGnxl7BwI9S2b9HUh { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:381px;width:285px;top:18px;left:308px;display:block; }
#yXs9yqgCHO8stswcBwkf5Oh9xd3qzVT2 { color:#000000;display:block;width:169px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:4px;left:365px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duS7tm1sPzAg6LOWvg2MASKMSfcPrnn1 { 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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:41px;left:370px;display:block; }
#k0zeWp6qq7uFGz8dqE6aZOfxB4J9EKSI { 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:158px;width:144px;top:42px;left:378px;overflow:hidden;display:block; }
#OKcHezmCQnUbon7MwubrsLycDmfb7gQP { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:35px;width:140px;top:0px;left:379px;display:block; }
#mw6DFy8zy0LkAuM1E5cE9xTO2B6G0ptX { color:#000000;display:block;width:268px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:215px;left:316px;height:135px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gpBmqfmyFf39dmA7Fw6wqilVnoWUxZqK { 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:19px;width:24px;top:366px;left:441px;overflow:hidden;display:block; }
#FySfV9lgxZVytKAXRhuOTvpTndQcTBlI { 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:2px;width:55px;top:375px;left:362px;display:block; }
#qFgg9K9sekyDd3CSXh4Jltmon2tmXzBV { 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:2px;width:55px;top:375px;left:491px;display:block; }
#Eeg3ry96cDTO1WkNbVV4V2J14ygoec3z { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:381px;width:286px;top:18px;left:607px;display:block; }
#F9ODO7TOJRIttpNZPqazlP0UbdmT1MEF { color:#000000;display:block;width:169px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:5px;left:666px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#saDs7KIeWLWBybBUq2Go7GCg458KyFzx { 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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:41px;left:670px;display:block; }
#VRrzyQZc5WUGwRVRV6TfV6mz8uyfmGCc { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:35px;width:156px;top:0px;left:671px;display:block; }
#bmU7eodTiaawN5eCSA6yicgixG8cV627 { 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:154px;width:160px;top:47px;left:670px;overflow:hidden;display:block; }
#aKgDSduydfsVGHpxHnZTpec4A7fyS3z0 { color:#000000;display:block;width:270px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:212px;left:615px;height:108px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bMzTA3O8MiN8Ttgp0Ri4G3EgR0cSI5nM { 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:19px;width:24px;top:366px;left:739px;overflow:hidden;display:block; }
#ahE9TWV8ecdgX91OPA3crDmpEivpcvZR { 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:2px;width:55px;top:374px;left:657px;display:block; }
#IhVE8W2TuhqzxLE5qobtu2HmCTOhaep6 { 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:2px;width:55px;top:374px;left:786px;display:block; }
#F8rUu41eg9uMXuERTxDFaZZvXEtepWJE { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:381px;width:285px;top:18px;left:908px;display:block; }
#fqeCvmCt3EXnsv4aCKxUMx8cKTnivzCL { color:#000000;display:block;width:268px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:206px;left:916px;height:157.5px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rBhdmwnfvOgLSn4eQ6JSHgCVAlbseHxp { 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:2px;width:55px;top:375px;left:1091px;display:block; }
#SapfppEf94UaBTSXOWeVH0pVX7edGduV { 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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:41px;left:970px;display:block; }
#I5Mg63lMGddWSgNBfikCdFTBt9qxMeWy { 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:158px;width:115px;top:42px;left:991px;overflow:hidden;display:block; }
#TN24fPwtBmW3hQtgtRWxhXwMXqbvqQlF { 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:19px;width:24px;top:366px;left:1041px;overflow:hidden;display:block; }
#aWXMMmmLbm9qfkzvPxR18CsvEy9T7LeG { 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:2px;width:55px;top:375px;left:962px;display:block; }
#T69EVVTD9rbHVQfawBsxTpIPwSTZzSzw { 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:1px solid #ec0d0d;border-left:1px solid #ec0d0d;border-right:1px solid #ec0d0d;border-bottom:1px solid #ec0d0d;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:35px;width:173px;top:0px;left:961px;display:block; }
#GPrHTPddJSNQSXToDSp6o2MXWughnKDb { color:#000000;display:block;width:169px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:4px;left:965px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;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:14px;font-family:arial;height:97px;width:1200px;position:relative;display:block; }#MkKPouG9xTGDtUQgSb0DOk0Sz2QgHztR { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.137512207031px;left:0px;height:50.6953px;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:14px;font-family:arial;height:621px;width:1200px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:493px;width:1200px;top:7.9999694824219px;left:0px;overflow:hidden;display:block; }
#TtunFCm0z1n9GIM2Soi8WposlGT6sugi { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:521.59997558594px;left:0px;height:62.3906px;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:14px;font-family:arial;height:53px;width:1200px;position:relative;display:block; }#mVdyukRkiGDKmrp8U8KeG0O8DcOXqqUy { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:50.6953px;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:14px;font-family:arial;height:162px;width:1200px;position:relative;display:block; }#ZRuQ0BK3QbEMCGywQv7DQ5DqTIWA2TNM { color:#ffffff;display:block;width:970px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:62.999984741211px;left:115px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohi18BfKoKeV3SN3BbGmHUas840rV01K { box-sizing:content-box;height:114px;width:977px;position:absolute;display:block;z-index:15017;background-color:#ec0d0d;background-image:none;top:30px;left:111.5px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:14px;font-family:arial;height:146px;width:1200px;position:relative;display:block; }#kpUUugKQ1RxsTmpeG2pTJCya5IM2e7We { box-sizing:content-box;height:143px;width:977px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:19px;left:112px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 3px rgba(0,0,0,0.5) ;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 0 7px rgba(0,0,0,0.29) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:63px;left:817px;display:block; }
#JymOuyKBNZ1drmzlbbo4mT4lISyzsQDI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SVCWbnMU3or6K4Vb2uN9AEisAyX6DJiU { color:#000000;display:block;width:646px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42px;left:126px;height:97.5px;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:14px;font-family:arial;height:114px;width:1200px;position:relative;display:block; }#du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { color:#000000;display:block;width:1200px;position:absolute;font-family:comfortaa;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:53.000007629395px;left:0px;height:50.6953px;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:14px;font-family:arial;height:501px;width:1200px;position:relative;display:block; }#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-element-container { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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: 0 0 3px rgba(0,0,0,0.61) ; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px;font-family:comfortaa; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px;font-family:comfortaa; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-trigger { width:20px;min-width:20px;height:20px;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:1160px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#dadada;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:0px;left:0px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SWc31F8ZWD4IXs7LPmS6Of3a5uPGpfUX { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #aUlaKTaqTzyTorOSHT3WU48bXFVbSxyR { height:auto;display:flex;position:relative;top:0px;left:0px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #K1U5OKzARmR9THK34X8hHdnKLtaVrwJQ { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #l5Uw00IXaMH6OVPdQ3k0bLEeF4W4seHL {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #RmaKyJQMV8QgqbEPv5ac7yvTsIzNB3sE {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #rULAcNVXCEw27yK8DI5CyUgIqZXZTJnp { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #A2uQWvsztc5lHscyv3hnFaEXG0XferMw { height:auto;display:flex;position:relative;top:0px;left:0px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #kMpB7lOVGzmPrISx1H43c5T02NeLNMK1 { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #ZGoFudHAUD75AeBGoizd5QnKRnQtUteR {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #LpsyR1GbsLSrStcwFrPm2HaF7IW25sN4 { display:none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #dShQuMRvS5V1EtKXRHrEl11BrvH4A8WT { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #SVshFyV1IHc4vbJJi4CwoJZhoLqcVScI { height:auto;display:flex;position:relative;top:0px;left:0px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #CydkTRfAALyrGGgMBe7yuuU228kOTXX8 { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #Sy0JrqQDcy7IBp9wuvFCZZqcCVxpGXO9 {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #MZPftb4iVOUQUgCRk5tx5pRWxmJkdnbo { display:none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #WTh2tJZkWcvgnLDTnBhNlixzVLQaaO8e { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #s35eEGNz2RAkNHgxRHSJz9rJ64dPTeiT { height:auto;display:flex;position:relative;top:0px;left:0px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #wiWAzfbXN4AxRGWHzgsG0e7B7WuPTPwf { display:block;position:relative; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #zL9y445hW71wif2x8H1FqV4s0UyRWPJr {  }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #pgk3CDatH7TfeJicXSm6poaGfWEpcayr { display:none; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #hTxxp4ZfCWZQ5oU1KG4NoA3cLnaJeJWv { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO #sEK6fr3a3xeR9qumZezXBp0KFST2cs2X { height:auto;display:flex;position:relative;top:0px;left:0px; }
#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:0px;left:0px;right:0px;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:14px;font-family:arial;height:81px;width:1200px;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 0 7px rgba(0,0,0,0.29) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:366px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12px;left:403.00003051758px;display:block; }
#SOl8nIatNLcdHwMUU8JdiNS5z180JmVR { display:block;position:absolute;top:50%;left:0px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:396px;height:384px;top:126px;left:368px;display:block; }
 }@media only screen and (max-width: 763px) { #hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { top:155px;left:394px;width:370px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #Zohx2GA1L1pGhUpePQVJx42z46ufSaNB { top:126px;left:424px;width:340px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rcOiILQJDSRZx8yUDKTbILbSc1kRDZZ1 { top:191px;left:393px;width:371px;height:372px;display:none; }
 }@media only screen and (max-width: 763px) { #oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { top:0px;left:304.1007232666px;width:142px;height:95.327676835494px;display:block; }
 }@media only screen and (max-width: 763px) { #hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { top:200px;left:0px;width:690px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #biBT7TMZ0GzNJ107VOtfTWoqbw5AbdVC { top:293px;left:0px;width:663px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { top:395px;left:0px;width:663px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { top:22px;left:0px;width:764px;height:50px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Au9u9l9negB5nFEHLAoRThfNM8pABKIV { display:block; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbAzcdWuKv04k1JOD9824JlJGEiArOD8 { top:0px;left:184px;width:580px;height:303px;display:block; }
 }@media only screen and (max-width: 763px) { #QNlcTHAh2JkSQbNdW0y2rbQt5dhoAG3o { top:0px;left:0px;width:580px;height:303px;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux { display:block; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg57TOEcp2TtXStwCaz2FzP1RlTJI3sU { top:0px;left:133.78750610352px;width:16px;height:688px;display:block; }
 }@media only screen and (max-width: 763px) { #HAgkWcbl6NVGfpfMehllWUzEafDpV9h5 { top:131px;left:0px;width:352px;height:125px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QcmwSyhzmR2IvDCKaZ7QuE9BpUti7PX9 { top:110px;left:19px;width:745px;height:88px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MvhaOpOKizsn1TogfMcwcU9ep0Z1E9Dv { top:253px;left:0px;width:764px;height:88px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xL1WnxNITgPkI0yKquTKFfXt3TTQbHiB { top:413px;left:7px;width:757px;height:88px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RfEceavirpwn9phEMdguKdSQa3uKrlvE { top:558px;left:2px;width:762px;height:88px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s { display:block; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { top:13px;left:0px;width:764px;height:50px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS { display:block; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBCIepafLom0pMEyisLXrptAsfiMKcLx { top:29px;left:0px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { top:145px;left:30px;width:194px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WhANAhk5elCP4hySK1U05JQEwJftI7DG { top:145px;left:269.50003051758px;width:223px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wkwL3Txfqs4rByXRRKHOnuTEJ4Ry3A7D { top:146px;left:512.99996948242px;width:244px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #iuJENh6p8L9qk0TCOrbiXWDCqlCUbTz6 { top:29px;left:231px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { top:47px;left:342.50003051758px;width:77px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { top:50px;left:82px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #t2iqZTlWoeRVdOr3nx55hwJWowRAQHMF { top:29px;left:485px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #zTdaKvdtWMoZIBR8nemrIclDsHQ9A9Hu { top:44px;left:589.49996948242px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE { display:block; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLa99upWiW6i6NQLGfaIDuenXUER72kw { top:29px;left:0px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #N0ylZ3virGOWD0gGilan9W0CWqcsbEvA { top:146px;left:30px;width:194px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6mQL7crJVzhBrfp0zLzF9aTmOKioog { top:146px;left:243px;width:265px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #tdwHNo1ZUx3vAfTBZWJHaZIHzN0O14MI { top:146px;left:493px;width:269px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EvLcpxdknubDLXk6OL2TyXsEufsrm5VZ { top:29px;left:231px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #SgCr1zAc0dW5cpnV6557pBZEhRR9IJFS { top:48px;left:342.50003051758px;width:77px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #KnS3J3xZXVmnDTWEZPvmmPvTXpT9WNIH { top:39px;left:81.5px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #WVNEdNWL0VirhtdUK1pguwpatRquSGQQ { top:29px;left:485px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { top:49px;left:589.49996948242px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK { display:block; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyuReMr4dSkCG03A5yNMe128hWq7eFdi { top:29px;left:0px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #GZ96GUUkVTxTyVB1bMNKxxHDF2WUGwNB { top:146px;left:30px;width:194px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FUWxMpMwRC6mVOaXpfh6UMmNxVknIn2K { top:144px;left:284.00003051758px;width:194px;height:52px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gPEpBVSHIagogVlbAT43XKkn7zaDvlnK { top:147px;left:536.99996948242px;width:194px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ycTaQvKGJ6JggNoFk2LV81IgAKSd3yrO { top:29px;left:231px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #s1pMIaPccHzpPSAxUhJxrJt3DS6glFzT { top:44px;left:336.00003051758px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #xiqrXFgBBkOOelM9WN4TIdce3U0Qm49z { top:50px;left:82px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #GKvbe6sCas2xS492OuZZISx5nyByNIN9 { top:29px;left:485px;width:277px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #XV9q8S3X5qWHXwGEfmsLF6rDq2pS0rn0 { top:35px;left:563.49996948242px;width:143px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #OKDBBvOybGf5VTiTHPTRC1aDyinGy09s { display:block; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJal8yt6mnquIdT3NE1Tywe2TyMfdLFG { top:25px;left:0px;width:764px;height:428.88181818182px;display:block; }
 }@media only screen and (max-width: 763px) { #tnC9NZOrFC1nfymU0pWzmNOty7oMy10d { display:block; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { top:23px;left:0px;width:764px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #h8x302LeiLgNdNzS69z9lChiVc7ihDCu { display:block; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozR1gIL3FBaG5c9Va2KuhSql0SbGpHKh { width:288px;height:381px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sHwDxTtI50cSpvcq1ibTsWS1ULI9ay9U { width:169px;height:28px;top:4px;left:1.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DzLSBceFWHFS0Ozw3CdWlG8MoCJTCkKH { width:160px;height:160px;top:41px;left:9.5px;display:block; }
 }@media only screen and (max-width: 763px) { #g4WbgkOuH30WCaeMJ1C9IIxnFpx0dMCr { top:0px;left:16.5px;width:140px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WPgTOcC0UP2ZTAnfJP59blME9MkrfsRH { top:44px;left:20.5px;width:138px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #EDvxFanJovtKsopRZ3OBPXV6TBVo3Zum { width:276px;height:102px;top:215px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UbGEEDeomBbFRrA6hQK2JCVTfbJ8viDk { width:24px;height:19px;top:364px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #x6CQaVg8QICbGxp5qIT2n5MAOfdklGGt { width:55px;height:2px;top:372px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lGkbN5KNQpHMJJNSs2dX6dExy4KOA9aT { width:55px;height:2px;top:372px;left:127.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ESm3xZ0cLHAHr1ioGnxl7BwI9S2b9HUh { width:285px;height:381px;top:18px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #yXs9yqgCHO8stswcBwkf5Oh9xd3qzVT2 { width:169px;height:28px;top:4px;left:201.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #duS7tm1sPzAg6LOWvg2MASKMSfcPrnn1 { width:160px;height:160px;top:41px;left:206.5px;display:block; }
 }@media only screen and (max-width: 763px) { #k0zeWp6qq7uFGz8dqE6aZOfxB4J9EKSI { top:42px;left:214.5px;width:144px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #OKcHezmCQnUbon7MwubrsLycDmfb7gQP { top:0px;left:215.5px;width:140px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mw6DFy8zy0LkAuM1E5cE9xTO2B6G0ptX { width:268px;height:135px;top:215px;left:114px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gpBmqfmyFf39dmA7Fw6wqilVnoWUxZqK { width:24px;height:19px;top:366px;left:277.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FySfV9lgxZVytKAXRhuOTvpTndQcTBlI { width:55px;height:2px;top:375px;left:198.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qFgg9K9sekyDd3CSXh4Jltmon2tmXzBV { width:55px;height:2px;top:375px;left:327px;display:block; }
 }@media only screen and (max-width: 763px) { #Eeg3ry96cDTO1WkNbVV4V2J14ygoec3z { width:286px;height:381px;top:18px;left:285px;display:block; }
 }@media only screen and (max-width: 763px) { #F9ODO7TOJRIttpNZPqazlP0UbdmT1MEF { width:169px;height:28px;top:5px;left:393.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #saDs7KIeWLWBybBUq2Go7GCg458KyFzx { width:160px;height:160px;top:41px;left:397.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VRrzyQZc5WUGwRVRV6TfV6mz8uyfmGCc { top:0px;left:398.5px;width:156px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bmU7eodTiaawN5eCSA6yicgixG8cV627 { top:47px;left:397.5px;width:160px;height:154px;display:block; }
 }@media only screen and (max-width: 763px) { #aKgDSduydfsVGHpxHnZTpec4A7fyS3z0 { width:270px;height:108px;top:212px;left:303px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bMzTA3O8MiN8Ttgp0Ri4G3EgR0cSI5nM { width:24px;height:19px;top:366px;left:466.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ahE9TWV8ecdgX91OPA3crDmpEivpcvZR { width:55px;height:2px;top:374px;left:384.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IhVE8W2TuhqzxLE5qobtu2HmCTOhaep6 { width:55px;height:2px;top:374px;left:513.5px;display:block; }
 }@media only screen and (max-width: 763px) { #F8rUu41eg9uMXuERTxDFaZZvXEtepWJE { width:285px;height:381px;top:18px;left:477px;display:block; }
 }@media only screen and (max-width: 763px) { #fqeCvmCt3EXnsv4aCKxUMx8cKTnivzCL { width:268px;height:157px;top:206px;left:496px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rBhdmwnfvOgLSn4eQ6JSHgCVAlbseHxp { width:55px;height:2px;top:375px;left:709px;display:block; }
 }@media only screen and (max-width: 763px) { #SapfppEf94UaBTSXOWeVH0pVX7edGduV { width:160px;height:160px;top:41px;left:588.5px;display:block; }
 }@media only screen and (max-width: 763px) { #I5Mg63lMGddWSgNBfikCdFTBt9qxMeWy { top:42px;left:609.5px;width:115px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #TN24fPwtBmW3hQtgtRWxhXwMXqbvqQlF { width:24px;height:19px;top:366px;left:659.5px;display:block; }
 }@media only screen and (max-width: 763px) { #aWXMMmmLbm9qfkzvPxR18CsvEy9T7LeG { width:55px;height:2px;top:375px;left:580.5px;display:block; }
 }@media only screen and (max-width: 763px) { #T69EVVTD9rbHVQfawBsxTpIPwSTZzSzw { top:0px;left:579.5px;width:173px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GPrHTPddJSNQSXToDSp6o2MXWughnKDb { width:169px;height:28px;top:4px;left:583.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd { display:block; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkKPouG9xTGDtUQgSb0DOk0Sz2QgHztR { top:23px;left:0px;width:764px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs { display:block; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIbFeyfVoRQQld4RRvZ4E4JxLweva6iL { top:7px;left:0px;width:764px;height:313.87666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #TtunFCm0z1n9GIM2Soi8WposlGT6sugi { top:521px;left:0px;width:764px;height:62px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t { display:block; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVdyukRkiGDKmrp8U8KeG0O8DcOXqqUy { top:0px;left:0px;width:764px;height:50px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN { display:block; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRuQ0BK3QbEMCGywQv7DQ5DqTIWA2TNM { top:62px;left:0px;width:764px;height:48px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ohi18BfKoKeV3SN3BbGmHUas840rV01K { top:30px;left:0px;width:764px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt { display:block; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpUUugKQ1RxsTmpeG2pTJCya5IM2e7We { top:19px;left:0px;width:764px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #NWNny6TweAM6LdyWQGsHVSkOteS65hDF { width:194px;height:55px;top:63px;left:570px;display:block; }
 }@media only screen and (max-width: 763px) { #JymOuyKBNZ1drmzlbbo4mT4lISyzsQDI { display:block; }
 }@media only screen and (max-width: 763px) { #SVCWbnMU3or6K4Vb2uN9AEisAyX6DJiU { top:42px;left:0px;width:646px;height:97px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FWoduA7OciRSJ1o1QCizT13ki6NUoeRT { display:block; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { top:53px;left:0px;width:764px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF { display:block; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { width:764px;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:724px;top:111px;left:0px; }
 }@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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl9SWzBqe5scd3kFWbo1NwM5fsLKoEWw { width:366px;height:55px;top:12px;left:185.00003051758px;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:0;border-top-right-radius:0;border-bottom-left-radius:07px;border-bottom-right-radius:07px;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:0;border-top-right-radius:0;border-bottom-left-radius:07px;border-bottom-right-radius:07px; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:07px;border-bottom-right-radius:07px; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:320px;height:790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC0MaHUKnJ8QQWAmGz8IwRVOJhSGrrBv { width:314px;height:405px;top:358px;left:2.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #hJVeQutvXkT4XnxB6rWvgtFv0G2kHpba { width:308px;height:348px;top:514.875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Zohx2GA1L1pGhUpePQVJx42z46ufSaNB { width:305px;height:23.3984px;top:367px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rcOiILQJDSRZx8yUDKTbILbSc1kRDZZ1 { width:307.986px;height:298.993px;top:394.984375px;left:5.984375px;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #oggNTeepQbJgrnOfL9ZMOVDLFAheNm0X { width:118px;height:79px;top:10px;left:100.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #hTMXZiDJXeaU7qlUMLVAS174fAOHKXrz { width:320px;height:57.1875px;top:104px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biBT7TMZ0GzNJ107VOtfTWoqbw5AbdVC { width:320px;height:66.2812px;top:184.19995117188px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlD0xpWPfmPDgSAKUfxoa1L06QQTCkgo { width:320px;height:66.2812px;top:277.30001831055px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy { display:block; }#PGprN5ToVqnnEqW71c3GzkwLvoLfEGZy > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrS2eXe3FFJ5mKJJT7oUJDi9Eu9pPEoR { width:320px;height:29.9px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Au9u9l9negB5nFEHLAoRThfNM8pABKIV { display:block; }#Au9u9l9negB5nFEHLAoRThfNM8pABKIV > .row .container { width:320px;height:372px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbAzcdWuKv04k1JOD9824JlJGEiArOD8 { width:320px;height:167px;top:185px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QNlcTHAh2JkSQbNdW0y2rbQt5dhoAG3o { width:316px;height:165px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux { display:none; }#Qd7CVNTh6BuT5UzpivwUDeMfDohD75ux > .row .container { width:320px;height:710px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yg57TOEcp2TtXStwCaz2FzP1RlTJI3sU { width:16px;height:688px;top:0px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HAgkWcbl6NVGfpfMehllWUzEafDpV9h5 { width:320px;height:57.2px;top:28.000030517578px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcmwSyhzmR2IvDCKaZ7QuE9BpUti7PX9 { width:262px;height:145.6px;top:110.60000228882px;left:45.987501144409px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MvhaOpOKizsn1TogfMcwcU9ep0Z1E9Dv { width:262px;height:136.5px;top:265.20000267029px;left:45.987501144409px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xL1WnxNITgPkI0yKquTKFfXt3TTQbHiB { width:262px;height:136.5px;top:414.21249389648px;left:45.987501144409px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RfEceavirpwn9phEMdguKdSQa3uKrlvE { width:262px;height:117px;top:559.00000762939px;left:45.987501144409px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s { display:block; }#sAR0JtlfoWx6xceXMHbTO1DdURZTTy5s > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgM2xpXkpTEQUZHKHqKqo6kSRtC0dJUJ { width:320px;height:29.9px;top:13px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS { display:block; }#CRK0QzKtckcGcHkvuTUX2OLcuHuTA7OS > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBCIepafLom0pMEyisLXrptAsfiMKcLx { width:270px;height:173px;top:20.949996948242px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #IGXTW3r8CRkb3Hrkb33wWmDPC13OaiCA { width:203px;height:45.5938px;top:134.875px;left:58.499998092651px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #WhANAhk5elCP4hySK1U05JQEwJftI7DG { width:244px;height:49.3906px;top:326.18750762939px;left:38.000001907349px;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wkwL3Txfqs4rByXRRKHOnuTEJ4Ry3A7D { width:242px;height:49.3906px;top:542.15001678467px;left:39.000001907349px;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iuJENh6p8L9qk0TCOrbiXWDCqlCUbTz6 { width:270px;height:173px;top:221.61248779297px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #UcRptgvQLGH4KG7Ji7RtI29vrzBQmPNN { width:79px;height:79px;top:235.58750152588px;left:120.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #mbdPuWeWTx4nz1OTBMOCpnyZkR8X3lgM { width:91px;height:91px;top:40.375007629395px;left:109.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #t2iqZTlWoeRVdOr3nx55hwJWowRAQHMF { width:270px;height:186px;top:422.53747558594px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #zTdaKvdtWMoZIBR8nemrIclDsHQ9A9Hu { width:86px;height:86px;top:443.15001678467px;left:117.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE { display:block; }#IVBcNXWcLbePadrrRnf5J2Meo6LSrNFE > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLa99upWiW6i6NQLGfaIDuenXUER72kw { width:270px;height:173px;top:20.949996948242px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #N0ylZ3virGOWD0gGilan9W0CWqcsbEvA { width:241.975px;height:45.5938px;top:137.87501525879px;left:39.012498855591px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6mQL7crJVzhBrfp0zLzF9aTmOKioog { width:265px;height:49.3906px;top:332.18742370605px;left:27.500001907349px;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tdwHNo1ZUx3vAfTBZWJHaZIHzN0O14MI { width:259px;height:49.3906px;top:545.14994812012px;left:30.500001907349px;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EvLcpxdknubDLXk6OL2TyXsEufsrm5VZ { width:270px;height:173px;top:221.61248779297px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #SgCr1zAc0dW5cpnV6557pBZEhRR9IJFS { width:79px;height:79px;top:240.58750915527px;left:120.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #KnS3J3xZXVmnDTWEZPvmmPvTXpT9WNIH { width:81px;height:81px;top:38.375px;left:119.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #WVNEdNWL0VirhtdUK1pguwpatRquSGQQ { width:270px;height:186px;top:422.53747558594px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #E1P0U21XnJ0kF5P0QSTFGwkvtWuLpWEa { width:74px;height:74px;top:454.54999542236px;left:123.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK { display:block; }#STUTfiQ6fw3hFi2v9nuAJ8Jn4PzxpVPK > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyuReMr4dSkCG03A5yNMe128hWq7eFdi { width:270px;height:173px;top:20.949996948242px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #GZ96GUUkVTxTyVB1bMNKxxHDF2WUGwNB { width:241.975px;height:45.5938px;top:135.87484741211px;left:39.012498855591px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FUWxMpMwRC6mVOaXpfh6UMmNxVknIn2K { width:250px;height:49.3906px;top:330.21251678467px;left:35.000001907349px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gPEpBVSHIagogVlbAT43XKkn7zaDvlnK { width:200px;height:45.5938px;top:535.15014648438px;left:59.999998092651px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ycTaQvKGJ6JggNoFk2LV81IgAKSd3yrO { width:270px;height:173px;top:221.61248779297px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #s1pMIaPccHzpPSAxUhJxrJt3DS6glFzT { width:86px;height:86px;top:237.21251678467px;left:117.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #xiqrXFgBBkOOelM9WN4TIdce3U0Qm49z { width:88px;height:88px;top:35.975006103516px;left:115.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #GKvbe6sCas2xS492OuZZISx5nyByNIN9 { width:270px;height:173px;top:423.54995727539px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #XV9q8S3X5qWHXwGEfmsLF6rDq2pS0rn0 { width:125px;height:93px;top:432.55000305176px;left:97.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #OKDBBvOybGf5VTiTHPTRC1aDyinGy09s { display:block; }#OKDBBvOybGf5VTiTHPTRC1aDyinGy09s > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJal8yt6mnquIdT3NE1Tywe2TyMfdLFG { height:151px;width:270px;top:21.000030517578px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #tnC9NZOrFC1nfymU0pWzmNOty7oMy10d { display:block; }#tnC9NZOrFC1nfymU0pWzmNOty7oMy10d > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCVTWWVukykPEoimdz6rqsoBCNll4Sn { width:320px;height:28.6px;top:4px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8x302LeiLgNdNzS69z9lChiVc7ihDCu { display:block; }#h8x302LeiLgNdNzS69z9lChiVc7ihDCu > .row .container { width:320px;height:1765px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozR1gIL3FBaG5c9Va2KuhSql0SbGpHKh { width:287px;height:381px;top:16px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sHwDxTtI50cSpvcq1ibTsWS1ULI9ay9U { width:270px;height:25.5938px;top:5px;left:23.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DzLSBceFWHFS0Ozw3CdWlG8MoCJTCkKH { width:160px;height:160px;top:48px;left:76.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #g4WbgkOuH30WCaeMJ1C9IIxnFpx0dMCr { width:140px;height:33px;top:0px;left:83.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #WPgTOcC0UP2ZTAnfJP59blME9MkrfsRH { width:135px;height:155px;top:52.5px;left:90.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #EDvxFanJovtKsopRZ3OBPXV6TBVo3Zum { width:275px;height:108.7812px;top:229px;left:22.300001144409px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UbGEEDeomBbFRrA6hQK2JCVTfbJ8viDk { width:24px;height:19px;top:356.50003051758px;left:146.00000572205px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #x6CQaVg8QICbGxp5qIT2n5MAOfdklGGt { width:55px;height:2px;top:365.00003051758px;left:65.999998092651px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lGkbN5KNQpHMJJNSs2dX6dExy4KOA9aT { width:55px;height:2px;top:365.00003051758px;left:195.00000572205px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ESm3xZ0cLHAHr1ioGnxl7BwI9S2b9HUh { width:289px;height:431px;top:441.00003051758px;left:17px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #yXs9yqgCHO8stswcBwkf5Oh9xd3qzVT2 { width:169px;height:25.5938px;top:430.00003051758px;left:72.999998092651px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #duS7tm1sPzAg6LOWvg2MASKMSfcPrnn1 { width:160px;height:160px;top:476.00003051758px;left:80.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #k0zeWp6qq7uFGz8dqE6aZOfxB4J9EKSI { width:145px;height:160px;top:476.00003051758px;left:86.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #OKcHezmCQnUbon7MwubrsLycDmfb7gQP { width:140px;height:33px;top:425.00003051758px;left:87.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #mw6DFy8zy0LkAuM1E5cE9xTO2B6G0ptX { width:283px;height:144px;top:660.00001525879px;left:21.500001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gpBmqfmyFf39dmA7Fw6wqilVnoWUxZqK { width:24px;height:19px;top:828.00002288818px;left:144.00000572205px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FySfV9lgxZVytKAXRhuOTvpTndQcTBlI { width:55px;height:2px;top:837.00002288818px;left:65.999998092651px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qFgg9K9sekyDd3CSXh4Jltmon2tmXzBV { width:55px;height:2px;top:837.00002288818px;left:196.00000572205px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Eeg3ry96cDTO1WkNbVV4V2J14ygoec3z { width:285px;height:381px;top:919px;left:17px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #F9ODO7TOJRIttpNZPqazlP0UbdmT1MEF { width:169px;height:25.5938px;top:906.99999952316px;left:72.999998092651px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #saDs7KIeWLWBybBUq2Go7GCg458KyFzx { width:160px;height:160px;top:944.00000190735px;left:80.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #VRrzyQZc5WUGwRVRV6TfV6mz8uyfmGCc { width:162px;height:33px;top:902.4874997139px;left:77.200002670288px;display:block; }
 }@media only screen and (max-width: 763px) { #bmU7eodTiaawN5eCSA6yicgixG8cV627 { width:153px;height:147px;top:957.50000190735px;left:82.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #aKgDSduydfsVGHpxHnZTpec4A7fyS3z0 { width:270px;height:115.1876px;top:1126.000005722px;left:24.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bMzTA3O8MiN8Ttgp0Ri4G3EgR0cSI5nM { width:24px;height:19px;top:1262.000005722px;left:147.00000572205px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ahE9TWV8ecdgX91OPA3crDmpEivpcvZR { width:55px;height:2px;top:1271.000005722px;left:65.999998092651px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IhVE8W2TuhqzxLE5qobtu2HmCTOhaep6 { width:55px;height:2px;top:1271.000005722px;left:196.00000572205px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #F8rUu41eg9uMXuERTxDFaZZvXEtepWJE { width:285px;height:410px;top:1343px;left:18px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #fqeCvmCt3EXnsv4aCKxUMx8cKTnivzCL { width:268px;height:192px;top:1531px;left:26px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rBhdmwnfvOgLSn4eQ6JSHgCVAlbseHxp { width:55px;height:2px;top:1735px;left:201px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SapfppEf94UaBTSXOWeVH0pVX7edGduV { width:160px;height:160px;top:1366px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #I5Mg63lMGddWSgNBfikCdFTBt9qxMeWy { width:115px;height:158px;top:1367px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #TN24fPwtBmW3hQtgtRWxhXwMXqbvqQlF { width:24px;height:19px;top:1726px;left:151px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aWXMMmmLbm9qfkzvPxR18CsvEy9T7LeG { width:55px;height:2px;top:1735px;left:72px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #T69EVVTD9rbHVQfawBsxTpIPwSTZzSzw { width:173px;height:35px;top:1325px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #GPrHTPddJSNQSXToDSp6o2MXWughnKDb { width:169px;height:25.5938px;top:1329px;left:75px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd { display:block; }#tLuKHbwAfOQ1e7AWt3tLP3msKo9JMMWd > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkKPouG9xTGDtUQgSb0DOk0Sz2QgHztR { width:320px;height:28.6px;top:17.399993896484px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs { display:block; }#UrmxdWhaHtrXrVFe7uU68MaWaTAzMQOs > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIbFeyfVoRQQld4RRvZ4E4JxLweva6iL { width:320px;height:131px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TtunFCm0z1n9GIM2Soi8WposlGT6sugi { width:304px;height:58.5px;top:162px;left:8px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t { display:block; }#vWQnqI1Ar4vb1QfNKdZ3cDRiefTK252t > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVdyukRkiGDKmrp8U8KeG0O8DcOXqqUy { width:320px;height:26px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN { display:block; }#pgVwPfhTpAFVTf6pkTlu4S4NxHERCAAN > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRuQ0BK3QbEMCGywQv7DQ5DqTIWA2TNM { width:320px;height:90.9766px;top:5.5px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohi18BfKoKeV3SN3BbGmHUas840rV01K { width:320px;height:102px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt { display:block; }#zHUQQQRRBSLDs2rDUTGv3tioZXn4E9mt > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpUUugKQ1RxsTmpeG2pTJCya5IM2e7We { width:320px;height:158px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NWNny6TweAM6LdyWQGsHVSkOteS65hDF { width:189px;height:41px;top:113.76249694824px;left:65.499998092651px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JymOuyKBNZ1drmzlbbo4mT4lISyzsQDI { display:block; }
 }@media only screen and (max-width: 763px) { #SVCWbnMU3or6K4Vb2uN9AEisAyX6DJiU { width:320px;height:78px;top:22px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWoduA7OciRSJ1o1QCizT13ki6NUoeRT { display:block; }#FWoduA7OciRSJ1o1QCizT13ki6NUoeRT > .row .container { width:320px;height:44px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du38KDWqPlRFvshp7ibqMKJ7R3XLhBZ8 { width:320px;height:28.6px;top:16px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF { display:block; }#Mxqe9QWIvhwU7a5xUxpRx5h7gLQGPhqF > .row .container { width:320px;height:750px;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:18px;height:auto;line-height:1.2;overflow:hidden; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO .accordion-desc-text { line-height:1.2;overflow:hidden;height:auto;font-size:17px; }
#uxZDRkt4F2AnIQTPmUTLVorVXNfPcLxO { display:flex;height:auto;width:280px;top:2px;left:0px; }
 }@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:0px;left:0px;right:0px;display:block; }#vSENTnOiM12cFoKXB8m38kThRHFl63Li > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl9SWzBqe5scd3kFWbo1NwM5fsLKoEWw { width:255px;height:41px;top:6px;left:32.500001907349px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SOl8nIatNLcdHwMUU8JdiNS5z180JmVR { display:block; }
 }