.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:#fdfdff;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(189,42,41,1);; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO { position:relative;display:block; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO { background-color: transparent; background-image: none; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row .container > .video-iframe-container { display: none; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row > .video-iframe-container { display: none; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .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); }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO { border-width: 0; border-radius: 0; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdfdff;background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nC9st8IKlLQGF98PGk2AiAau2FpPxQ4u { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.140625rem;left:11.65625rem;height:9.34325rem;text-align:center;text-align-last:center;display:block; }
#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:#bd2a29;background-image:url("https://images.assets-landingi.com/uc/6733c1f8-9641-4da4-aeba-260a1b438ea8/Banergolodupiecczydobrymezczyzna1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.adaptive-delivery-prevent-bg, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyload, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyloading { background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;overflow:visible;position:relative;display:block; }#eLmuKmq9ey92rpci2XqBxh5tqDrByega { color:#ffffff;display:block;width:62.6875rem;position:absolute;font-family:boska;font-size:7rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5.46875rem;height:9.099625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P25eehTdRzRflLosxlCyfWCAlpKMdJPF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:54rem;top:0rem;left:10.5rem;overflow:hidden;display:block; }
#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container { background-color: transparent; background-image: none; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container > .video-iframe-container { display: none; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row > .video-iframe-container { display: none; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .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); }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container { border-width: 0; border-radius: 0; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { color:#000000;display:block;width:67.75rem;position:absolute;font-family:boska;font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:1.244140625rem;left:3.625rem;height:3.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Semya5bZQCST0DEzavtgX8gLJMgap3Eb { color:#000000;display:block;width:67.75rem;position:absolute;font-family:boska;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.140625rem;left:3.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffce8;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; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container { background-color: transparent; background-image: none; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container > .video-iframe-container { display: none; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row > .video-iframe-container { display: none; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .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); }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container { border-width: 0; border-radius: 0; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#dgT34ZZ0rzOsXkUb5vJRMfblk3S8gx7g { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.06298828125rem;left:12.65625rem;height:17.06058125rem;text-align:center;text-align-last:center;display:block; }
#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container { background-color: transparent; background-image: none; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container > .video-iframe-container { display: none; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row > .video-iframe-container { display: none; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .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); }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container { border-width: 0; border-radius: 0; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#nmvmT2y8eAwOT6E2246zKPWFFmRSWp0T { color:#000000;display:block;width:67.75rem;position:absolute;font-family:boska;font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:1.244140625rem;left:3.625rem;height:3.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLZhS11QAQT5WSgf2MEIkwJqLnaO2xcE { color:#000000;display:block;width:67.75rem;position:absolute;font-family:boska;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.140625rem;left:3.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffce8;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; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container { background-color: transparent; background-image: none; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container > .video-iframe-container { display: none; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row > .video-iframe-container { display: none; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .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); }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container { border-width: 0; border-radius: 0; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#PgCWDlimZHGB6XCQOZIMPRfpPlW5TXIN { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.41943359375rem;left:12.71875rem;height:20.472675rem;text-align:center;text-align-last:center;display:block; }
#TSDSymkr7uPsFZC8e8EziSpnkN3Zb7yx { z-index:15003;top:25.3125rem;left:25.46875rem;background-color:#d4283f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(0,0,0,0.49) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WDI8U4xPdPwHTXlmzQm5Rwx9NIiczXaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffce8;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; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container { background-color: transparent; background-image: none; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container > .video-iframe-container { display: none; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row > .video-iframe-container { display: none; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .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); }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container { border-width: 0; border-radius: 0; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#TS3moJL7M1GIDsE44d3ZzDPmV3LODQgB { color:#000000;display:block;width:58.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.56396484375rem;left:8.3125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#ft3CoML0buFAgBKrTH3HZ70DA5zO0zHN { color:#000000;display:block;width:58.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.726560592651rem;left:8.3125rem;height:29.00295625rem;text-align:center;text-align-last:center;display:block; }
#JAad7s42NU9Rcl19rV0PqN3nCvCkzxHL { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.03857421875rem;left:19.40625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { background-color: transparent; background-image: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container > .video-iframe-container { display: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container { display: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .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); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { border-width: 0; border-radius: 0; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.504375rem;padding-right:0.454375rem;padding-bottom:0.504375rem;padding-left:0.454375rem;display:block;align-items:center;width:2.729375rem;min-width:2.729375rem;height:2.710625rem;position:relative;font-family:lato;font-size:2.018125rem;font-weight:700;line-height:43.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.315rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.639375rem;height:1.071875rem;position:relative;font-family:lato;font-size:0.75625rem;font-weight:400;line-height:17.15px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.1875rem;height:5.0625rem;padding-top:0.630625rem;padding-right:0.65rem;padding-bottom:0.630625rem;padding-left:0.65rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22rem;left:41.125rem;z-index:15012; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #QGc4hcHXNBXgCQ2kfGQ7Pu2we1k1NZ1V { display:flex;position:relative;top:0rem;left:0rem; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #WIR0SRZipCsmMxcoM5KEme0d08P14Ny9 { width:auto; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lIB9D1bggSus5KUyDWUaoNE4mRHWEbFW {  }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lIBiATKnJfDGtzlo96NfJ0qTz5Zbe7BT { display:flex;position:relative;top:0rem;left:0rem; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #wqqUWvKqfRnktsofJUAAJ75PiDF1kZ4L {  }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lLrFuTzOx2RVPu6S1uIAAJns7hOcTeq5 {  }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #W4hiNemH4L27doxwcW06gcsllTZxWA3W { display:flex;position:relative;top:0rem;left:0rem; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #OyQ35hKyC7keaZuPvfo81rm1VbAf25ah {  }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #kbExDMp5MTLPitKPfPgpWXiXxb1TpXTH {  }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #ZiinFedqvbBE3hk8t5babw15iRiH1KTl { display:flex;position:relative;top:0rem;left:0rem; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #eiqeaax6d5eV1vq70q2b0NMhSsygpaHX {  }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #De1HcB8kMRHO6tWfr2sWu4HTtC76ZU90 {  }
#wEhoHxNWRhISXK3CTwgZ2fmr3J6Tab2v { z-index:15003;top:29.125rem;left:37.8125rem;background-color:#ffe841;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w2zEihFBVDsztPOWi02WfFpFd2NABVpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKtla8DVAkN89StuNgNvTy3VWqlaskT3 { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:boska;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.98095703125rem;left:5.53125rem;height:6.6621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFn6LMAHdgoa7zMvUSgriCOc70in48g9 { box-sizing:content-box;height:27rem;width:66.0625rem;position:absolute;display:block;z-index:15002;background-color:#fdfdff;background-image:none;top:10.5rem;left:5.125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#SWmv1TsHgwN0PIzWOrpnbxtQqIqwbQy1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:44.625rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#InGGZxm5np9lPNOMi2V7XbFtKTtzkq3O { color:#d4283f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:44.625rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#myUacwinvgq2msndJP4WJmKBsIufJVwP { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:24rem;width:24rem;top:11.9375rem;left:7.125rem;overflow:hidden;display:block; }
#yPHpAatm5I50TKLTEonvVLAScCI4rdRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffce8;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; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container { background-color: transparent; background-image: none; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container > .video-iframe-container { display: none; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row > .video-iframe-container { display: none; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .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); }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container { border-width: 0; border-radius: 0; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#ZXxTRu0zsEpnvB0fF3U4ioups3DvFlge { color:#000000;display:block;width:62.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5546875rem;left:6.15625rem;height:35.827175rem;text-align:center;text-align-last:center;display:block; }
#ltIQuObvNyTC6OPNLlnqDIvvJFyo1TBd { color:#000000;display:block;width:67.75rem;position:absolute;font-family:boska;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.796875rem;left:3.625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWHB4vDWGTDNm5AK6cydBVJOkLCCgMBd { z-index:15003;top:25.3125rem;left:25.46875rem;background-color:#d4283f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(0,0,0,0.49) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#LXxTnfTJhEhTu5Gikhm3HOINpfCCSGLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO { display:block; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC9st8IKlLQGF98PGk2AiAau2FpPxQ4u { top:1.125rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLmuKmq9ey92rpci2XqBxh5tqDrByega { top:18.5625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P25eehTdRzRflLosxlCyfWCAlpKMdJPF { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl { display:block; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { top:1.1875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Semya5bZQCST0DEzavtgX8gLJMgap3Eb { top:0.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk { display:block; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgT34ZZ0rzOsXkUb5vJRMfblk3S8gx7g { top:3.0625rem;left:0rem;width:47.75rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM { display:block; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmvmT2y8eAwOT6E2246zKPWFFmRSWp0T { top:1.1875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLZhS11QAQT5WSgf2MEIkwJqLnaO2xcE { top:1.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp { display:block; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgCWDlimZHGB6XCQOZIMPRfpPlW5TXIN { top:2.375rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSDSymkr7uPsFZC8e8EziSpnkN3Zb7yx { top:25.3125rem;left:11.84375rem;width:24.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDI8U4xPdPwHTXlmzQm5Rwx9NIiczXaQ { display:block; }
 }@media only screen and (max-width: 763px) { #xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL { display:block; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS3moJL7M1GIDsE44d3ZzDPmV3LODQgB { top:2.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft3CoML0buFAgBKrTH3HZ70DA5zO0zHN { top:13.6875rem;left:0rem;width:47.75rem;height:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAad7s42NU9Rcl19rV0PqN3nCvCkzxHL { top:45rem;left:5.78125rem;width:36.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK { display:flex;width:18rem;height:5.0625rem;top:15.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #QGc4hcHXNBXgCQ2kfGQ7Pu2we1k1NZ1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #WIR0SRZipCsmMxcoM5KEme0d08P14Ny9 {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lIB9D1bggSus5KUyDWUaoNE4mRHWEbFW {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lIBiATKnJfDGtzlo96NfJ0qTz5Zbe7BT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #wqqUWvKqfRnktsofJUAAJ75PiDF1kZ4L {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lLrFuTzOx2RVPu6S1uIAAJns7hOcTeq5 {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #W4hiNemH4L27doxwcW06gcsllTZxWA3W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #OyQ35hKyC7keaZuPvfo81rm1VbAf25ah {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #kbExDMp5MTLPitKPfPgpWXiXxb1TpXTH {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #ZiinFedqvbBE3hk8t5babw15iRiH1KTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #eiqeaax6d5eV1vq70q2b0NMhSsygpaHX {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #De1HcB8kMRHO6tWfr2sWu4HTtC76ZU90 {  }
 }@media only screen and (max-width: 763px) { #wEhoHxNWRhISXK3CTwgZ2fmr3J6Tab2v { top:29.125rem;left:21.6875rem;width:26.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2zEihFBVDsztPOWi02WfFpFd2NABVpP { display:block; }
 }@media only screen and (max-width: 763px) { #JKtla8DVAkN89StuNgNvTy3VWqlaskT3 { top:1.9375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFn6LMAHdgoa7zMvUSgriCOc70in48g9 { top:10.5rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWmv1TsHgwN0PIzWOrpnbxtQqIqwbQy1 { top:13.0625rem;left:31rem;width:12.5rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InGGZxm5np9lPNOMi2V7XbFtKTtzkq3O { top:16.0625rem;left:31rem;width:12.5rem;height:4.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUacwinvgq2msndJP4WJmKBsIufJVwP { top:11.9375rem;left:0rem;width:24rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHpAatm5I50TKLTEonvVLAScCI4rdRw { display:block; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXxTRu0zsEpnvB0fF3U4ioups3DvFlge { top:5.5rem;left:0rem;width:47.75rem;height:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltIQuObvNyTC6OPNLlnqDIvvJFyo1TBd { top:0.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWHB4vDWGTDNm5AK6cydBVJOkLCCgMBd { top:25.3125rem;left:11.84375rem;width:24.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXxTnfTJhEhTu5Gikhm3HOINpfCCSGLc { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO { display:block; }#aMtMQqMcaZ1yhJM4AbRRhPwVLOTqN1nO > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC9st8IKlLQGF98PGk2AiAau2FpPxQ4u { width:20rem;height:9.75rem;top:1.2236328125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLmuKmq9ey92rpci2XqBxh5tqDrByega { width:20rem;height:0;top:21.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P25eehTdRzRflLosxlCyfWCAlpKMdJPF { width:19.1875rem;height:10.6875rem;top:0.125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl { display:block; }#OzZsQ6WBTi87I7USCHWqOwvEfEoEacCl > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { width:20rem;height:0;top:0.306640625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Semya5bZQCST0DEzavtgX8gLJMgap3Eb { width:20rem;height:3.4121125rem;top:0.54345703125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk { display:block; }#V6A6RvTzEyguinLfbfTUN8QZAT4w1tEk > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgT34ZZ0rzOsXkUb5vJRMfblk3S8gx7g { width:20rem;height:17.05810625rem;top:1.548828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM { display:block; }#HTaOd5VEx7iXdnrfWuUHDpptbHrML1zM > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmvmT2y8eAwOT6E2246zKPWFFmRSWp0T { width:20rem;height:0;top:0.306640625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XLZhS11QAQT5WSgf2MEIkwJqLnaO2xcE { width:20rem;height:2.92480625rem;top:0.86279296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp { display:block; }#Ti9KMIJxhrrEVROizUdaRyqz66LBrIzp > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgCWDlimZHGB6XCQOZIMPRfpPlW5TXIN { width:20rem;height:20.71875rem;top:1.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSDSymkr7uPsFZC8e8EziSpnkN3Zb7yx { top:23.6552734375rem;left:1.84375rem;width:16.3125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDI8U4xPdPwHTXlmzQm5Rwx9NIiczXaQ { display:block; }
 }@media only screen and (max-width: 763px) { #xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL { display:block; }#xZ7TFUFNTtoc8f4d6PKlgHO5y8n0SWvL > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS3moJL7M1GIDsE44d3ZzDPmV3LODQgB { width:20rem;height:9.09864375rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ft3CoML0buFAgBKrTH3HZ70DA5zO0zHN { width:19.5625rem;height:31.6875rem;top:12.24609375rem;left:0.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAad7s42NU9Rcl19rV0PqN3nCvCkzxHL { width:20rem;height:3.65625rem;top:46.18359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-text.counter-number { padding-top:0.379375rem;padding-right:0.33625rem;padding-bottom:0.379375rem;padding-left:0.33625rem;width:2.019375rem;min-width:2.019375rem;height:2.040625rem;font-size:1.518125rem;line-height:32.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6925rem;height:0.806875rem;font-size:0.569375rem;line-height:12.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zQr1zTq6SLDt6SiThbTx58htaoBVlgxK { display:flex;width:14.3125rem;height:3.8125rem;top:24.875rem;left:2.1875rem;padding-top:0.6625rem;padding-right:0.68rem;padding-bottom:0.6625rem;padding-left:0.68rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #QGc4hcHXNBXgCQ2kfGQ7Pu2we1k1NZ1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #WIR0SRZipCsmMxcoM5KEme0d08P14Ny9 {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lIB9D1bggSus5KUyDWUaoNE4mRHWEbFW {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lIBiATKnJfDGtzlo96NfJ0qTz5Zbe7BT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #wqqUWvKqfRnktsofJUAAJ75PiDF1kZ4L {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #lLrFuTzOx2RVPu6S1uIAAJns7hOcTeq5 {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #W4hiNemH4L27doxwcW06gcsllTZxWA3W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #OyQ35hKyC7keaZuPvfo81rm1VbAf25ah {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #kbExDMp5MTLPitKPfPgpWXiXxb1TpXTH {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #ZiinFedqvbBE3hk8t5babw15iRiH1KTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #eiqeaax6d5eV1vq70q2b0NMhSsygpaHX {  }
 }@media only screen and (max-width: 763px) { #zQr1zTq6SLDt6SiThbTx58htaoBVlgxK #De1HcB8kMRHO6tWfr2sWu4HTtC76ZU90 {  }
 }@media only screen and (max-width: 763px) { #wEhoHxNWRhISXK3CTwgZ2fmr3J6Tab2v { top:30.0625rem;left:1.4375rem;width:17.125rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2zEihFBVDsztPOWi02WfFpFd2NABVpP { display:block; }
 }@media only screen and (max-width: 763px) { #JKtla8DVAkN89StuNgNvTy3VWqlaskT3 { width:20rem;height:4.38720625rem;top:1.29345703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFn6LMAHdgoa7zMvUSgriCOc70in48g9 { width:20rem;height:28.8125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWmv1TsHgwN0PIzWOrpnbxtQqIqwbQy1 { width:5.5625rem;height:2.11230625rem;top:21.8125rem;left:4.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InGGZxm5np9lPNOMi2V7XbFtKTtzkq3O { width:6.0625rem;height:2.76220625rem;top:21.5rem;left:10rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUacwinvgq2msndJP4WJmKBsIufJVwP { width:12.8125rem;height:12.8125rem;top:7.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHpAatm5I50TKLTEonvVLAScCI4rdRw { display:block; }#yPHpAatm5I50TKLTEonvVLAScCI4rdRw > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXxTRu0zsEpnvB0fF3U4ioups3DvFlge { width:20rem;height:41.4375rem;top:3.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltIQuObvNyTC6OPNLlnqDIvvJFyo1TBd { width:20rem;height:1.4624rem;top:0.984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWHB4vDWGTDNm5AK6cydBVJOkLCCgMBd { top:46.0029296875rem;left:1.84375rem;width:16.3125rem;height:3.625rem;font-size:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LXxTnfTJhEhTu5Gikhm3HOINpfCCSGLc { display:block; }
 }