.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,219,227;--color-primary-1:237,148,172;--color-primary-2:225,77,116;--color-primary-3:218,33,81;--color-primary-4:197,41,87;--color-secondary-0:252,252,248;--color-secondary-1:246,246,232;--color-secondary-2:237,237,208;--color-secondary-3:119,119,104;--color-secondary-4:36,36,31;--color-tertiary-0:240,243,223;--color-tertiary-1:207,215,148;--color-tertiary-2:158,174,41;--color-tertiary-3:79,87,21;--color-tertiary-4:24,26,6;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(255,255,255,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5956b5ab-8842-481e-9d64-20b75a549411/opinie28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#774c3e;display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.67578125rem;left:31.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w22lJexFyFIcmXXTxBcT0ss3XbUEmBEn { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:29.25rem;top:6.125rem;left:30.75rem;display:block; }
#khSfHbRWgSi9yTPvoWv4ovqys0TnZdT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:13.6845703125rem;left:33rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtvyZVMR5EbWoQWa6n0oIz87670gnvfL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:29.5rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#nDMnAKwXd5LnfAExuKpn8nVdcbR3UTyu { color:#45383b;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8212890625rem;left:32.90625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#Jgmr6XBGUU4REKhIHPLdVTpKbXe7ugbN { z-index:15009;top:26.125rem;left:38.6875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hTdbRaJ8cLEukAxUyIaUEopV1GEPg4cf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwihuiEoQTKTxcA8uKg1hbUxL8Md9uZh { color:#45383b;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.275390625rem;left:34.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#MUeVLJOArlTs3CZwnnEryedOTyETUcLW { position:absolute;display:block;z-index:15005;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:15.875rem;width:22.3125rem;top:33.5625rem;left:34.21875rem;overflow:hidden;display:block; }
#tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig { position:relative;display:none; }#tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig { border-width: 0; border-radius: 0; }#tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig > .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; }#tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DBukqVQTuSsduulqCIu3D13qq3e5FBfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);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; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { background-color: transparent; background-image: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .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); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { border-width: 0; border-radius: 0; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:35.625rem;top:1.8125rem;left:-13.341743119266rem;overflow:hidden;display:block; }
#TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { color:#774c3e;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.72265625rem;left:23.6875rem;height:20.466775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dF477DZteHeSx5PC9SZbhDetgRF0ooyR { z-index:15010;top:29.125rem;left:30rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EhRy47mAIH12LWT3x3KTZOiRoCGDPcBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpNeS5o93HHgW7swAOlNEH4uvtFk3GuA { color:#c32348;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.5625rem;left:28.15625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#q9wuGqU5P8FlU47FQEFWPya2JATqa0XN { color:#774c3e;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:24.5390625rem;left:25.5625rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 { position:relative;display:block; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 { background-color: transparent; background-image: none; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container > .video-iframe-container { display: none; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row > .video-iframe-container { display: none; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .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); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 { border-width: 0; border-radius: 0; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .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; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:64rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HH4p80RFbIHiTKTrpqQVG7i5wgqC5Wkm { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DzP1MyTHxXUkef5NCTkQHs1iIZBnmiLi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:22.3125rem;top:5.4375rem;left:4.09375rem;overflow:hidden;display:block; }
#ZATPR5tXHmEAGHIywIKqsAAL6VSznTWX { position:absolute;display:block;z-index:15005;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:15.875rem;width:20.4375rem;top:24.0625rem;left:5.03125rem;overflow:hidden;display:block; }
#oArT9RAAuQ0TblO6sVGN4bCh7L4XbUfo { position:absolute;display:block;z-index:15006;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:41.375rem;width:23.6875rem;top:4.4375rem;left:28.4375rem;overflow:hidden;display:block; }
#hQX3VW6CyAUxdiqSgX7dlSpCuveKuWyc { position:absolute;display:block;z-index:15007;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:12.25rem;width:19.75rem;top:46.9375rem;left:30.40625rem;overflow:hidden;display:block; }
#eW9SHab2tkzxuPzGHZgrPtm1Ti2vVhG0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:22.25rem;top:42.3125rem;left:4.21875rem;overflow:hidden;display:block; }
#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);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; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container { background-color: transparent; background-image: none; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container > .video-iframe-container { display: none; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row > .video-iframe-container { display: none; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .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); }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container { border-width: 0; border-radius: 0; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#B6ATHwDZzZdeKqKFdJmRsuQx651IcFJ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X3dmuXAuoNakElZtlfxRpseXa4epTfZS { position:relative;display:block; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS { background-color: transparent; background-image: none; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row .container > .video-iframe-container { display: none; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row > .video-iframe-container { display: none; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .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); }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS { border-width: 0; border-radius: 0; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .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; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NxghsiiVEezNK8J788krb49F342mEpmL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:33.5625rem;top:2.375rem;left:26.4375rem;overflow:hidden;display:block; }
#CffVnqTPuaiclRyBFDO2WxPzVkveARTm { z-index:15008;top:46.8125rem;left:6.75rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XRrq2Nzo61kinTQsTGo5AgkemolQRJh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8ma9Tl3Mcp0z3RJU3zOyWVoVWwOJpha { color:#774c3e;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:39.95703125rem;left:1.0625rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucOI2db7rm2OQOC07gXZmmWERxSFvxUg { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:43.3125rem;left:1.0625rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0B6P7rKUhXSEKcFCgWCTW2Z56VLHgsv { color:#774c3e;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:13.8125rem;left:34.0625rem;height:2.0244125rem;font-style:normal;display:none; }
#Tm2GlF4DUkxiTCK0Sf8SX76kgtpoeysS { box-sizing:content-box;height:0.125rem;width:1.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:40.90625rem;left:17.09375rem;display:block; }
#S6JssoBEwQdspGP96x67ERAmd1RrAdJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.125rem;left:1.875rem; }
#SJTCb8WoGTxWcyGEXtZS5N24lzgVqTlu { color:#774c3e;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:33.3125rem;left:5.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNqVOBzWsVhKIpN6zgxkJcWpPy4M4qCw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:33.8125rem;left:1.875rem; }
#M3POeC159XlPsb0SS3QNiCyEz3mhRfLm { color:#774c3e;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:34.19628125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm { position:relative;display:block; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm { background-color: transparent; background-image: none; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row .container > .video-iframe-container { display: none; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row > .video-iframe-container { display: none; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .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); }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm { border-width: 0; border-radius: 0; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .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; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X49gJJw0HwXVCTGmT2mUSkybqC397sdE { position:relative;display:none; }#X49gJJw0HwXVCTGmT2mUSkybqC397sdE { border-width: 0; border-radius: 0; }#X49gJJw0HwXVCTGmT2mUSkybqC397sdE > .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; }#X49gJJw0HwXVCTGmT2mUSkybqC397sdE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#STkZuvgoxUEKaPe2TpgnVpQPd5ug950T { position:absolute;display:block;z-index:15007;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:12.25rem;width:19.75rem;top:46.9375rem;left:30.40625rem;overflow:hidden;display:none; }
#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { position:relative;display:none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { border-width: 0; border-radius: 0; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.353515625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.5625rem;left:17.53125rem;z-index:15003; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #qDERuH6cneH91arIiIqItgZlhDWlvuAC { display:flex;position:relative;top:0rem;left:0rem; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #WnIt6JAwUUNETE4K4E3J2EVGePMQzDTN { width:auto; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #oRDuwadvZih97N3lE5IxzmWgWfqxkkJV {  }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #PPtPTEyscUVdPxO2G34HGbp37EzRrBxV { display:flex;position:relative;top:0rem;left:0rem; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #s7wE6dX4uZo8xdHA5tsGSkobQ8kRtZpC {  }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #QZTCOWEgCZMAEDwPeOR9JVziVDAOMFdq {  }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #cNUAW8BHpd8k5vIszlfkTBQJ0RSpP6bt { display:flex;position:relative;top:0rem;left:0rem; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #rRThVeTeGCyLeSvtNSLXOOOPTTAelrLi {  }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #zO44JIclJNayDq3V7uWif7gfOWXdSWXL {  }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #RNTPsXbcos4XhyCBGdHOglwzs2611dPM { display:flex;position:relative;top:0rem;left:0rem; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #q6LOqfX3mWDylyhBOVTAmZaKikqz5ZH1 {  }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #lLeCnXVuMQGmKUgmLcVgWfCF1aHNDFV1 {  }
#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);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; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { border-width: 0; border-radius: 0; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:none; }#dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:1.8125rem;left:25.0625rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:8.8125rem;left:25.0625rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2G8nSuK2COL6B8zV1FhGF1L0UDubsHK { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.8;letter-spacing:0;top:14.75rem;left:25.0625rem;height:6.0732375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xeQfeyQbKwT0dbw06Lg6LAx3f6w22TIK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:17.8125rem;top:1rem;left:3.46875rem;overflow:hidden;display:block; }
#AF9UaRcK1A4cdpM7xBXRpX4qvyX8aTsz { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.8;letter-spacing:0;top:23.0625rem;left:25.0625rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHZmrbztbTN3AXqSl3qmACQR4CzN808a { 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; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { background-color: transparent; background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .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); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { border-width: 0; border-radius: 0; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:42.9375rem;width:28.5rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { color:#774c3e;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:12.5712890625rem;left:31.4375rem;height:22.2684875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9169921875rem;left:29.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9560546875rem;left:29.9375rem;height:7.9609375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ { 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; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container { background-color: transparent; background-image: none; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container > .video-iframe-container { display: none; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row > .video-iframe-container { display: none; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .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); }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container { border-width: 0; border-radius: 0; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#WOlJ1fEwJbIV9b9mXtvc1QaKfrSopbBn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:3.6437530517578rem;left:28.125rem;overflow:hidden;display:block; }
#QksxTvVQC5skb9EXKoqbtdcxNEHgZ6CO { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0187530517578rem;left:0rem;height:3.98046875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NcBFp9dkuTT16whL9llQpTNIMzedPGpm { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container { background-color: transparent; background-image: none; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container > .video-iframe-container { display: none; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row > .video-iframe-container { display: none; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .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); }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container { border-width: 0; border-radius: 0; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:60rem;position:relative;display:block; }#nmHCd80wwvSNFVnoPZTTcITDU7rHcSVJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:15.1875rem;top:2.25rem;left:2.96875rem;overflow:hidden;display:block; }
#VHTkSqpNzo4bnXJIOTEh43vc3TMZZb9n { position:absolute;display:block;z-index:15001;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:25.625rem;width:17.1875rem;top:2.25rem;left:21.40625rem;overflow:hidden;display:block; }
#dA9ZXwBdIuD5JDfR8z0pxNK66F2LDBL7 { 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:25.625rem;width:14.6875rem;top:2.25rem;left:42.15625rem;overflow:hidden;display:block; }
#vkKx9nTslZ30k7aCIEdxrGHLbt0XLFBM { 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:25.625rem;width:17.4375rem;top:31.4375rem;left:1.84375rem;overflow:hidden;display:block; }
#geFxsoyHtA8oFmdLC6cOiNLauOCiEZXA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.8125rem;top:31.4375rem;left:20.59375rem;overflow:hidden;display:block; }
#STSrCWILq8o6pQG0Tn3fxTbqtZg3VcAq { position:absolute;display:block;z-index:15005;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:25.625rem;width:17.125rem;top:31.4375rem;left:40.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:7.625rem;left:19.1875rem;width:28.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w22lJexFyFIcmXXTxBcT0ss3XbUEmBEn { top:6.125rem;left:18.5rem;width:29.25rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSfHbRWgSi9yTPvoWv4ovqys0TnZdT0 { top:13.625rem;left:22.3125rem;width:25.4375rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvyZVMR5EbWoQWa6n0oIz87670gnvfL { top:0rem;left:0rem;width:29.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDMnAKwXd5LnfAExuKpn8nVdcbR3UTyu { top:15.8125rem;left:22.125rem;width:25.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgmr6XBGUU4REKhIHPLdVTpKbXe7ugbN { top:26.125rem;left:32.5625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdbRaJ8cLEukAxUyIaUEopV1GEPg4cf { display:block; }
 }@media only screen and (max-width: 763px) { #XwihuiEoQTKTxcA8uKg1hbUxL8Md9uZh { top:10.25rem;left:25.125rem;width:22.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUeVLJOArlTs3CZwnnEryedOTyETUcLW { top:33.5625rem;left:25.4375rem;width:22.3125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig { display:block; }#tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { top:1.8125rem;left:0rem;width:35.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { top:2.6875rem;left:0rem;width:35.1875rem;height:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF477DZteHeSx5PC9SZbhDetgRF0ooyR { top:29.125rem;left:23.875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhRy47mAIH12LWT3x3KTZOiRoCGDPcBS { display:block; }
 }@media only screen and (max-width: 763px) { #bpNeS5o93HHgW7swAOlNEH4uvtFk3GuA { top:26.5625rem;left:3.625rem;width:20.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9wuGqU5P8FlU47FQEFWPya2JATqa0XN { top:24.5rem;left:0rem;width:25.4375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 { display:block; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HH4p80RFbIHiTKTrpqQVG7i5wgqC5Wkm { top:0rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzP1MyTHxXUkef5NCTkQHs1iIZBnmiLi { top:5.4375rem;left:0rem;width:22.3125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATPR5tXHmEAGHIywIKqsAAL6VSznTWX { top:24.0625rem;left:0rem;width:20.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArT9RAAuQ0TblO6sVGN4bCh7L4XbUfo { top:4.4375rem;left:22.3125rem;width:23.6875rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQX3VW6CyAUxdiqSgX7dlSpCuveKuWyc { top:46.9375rem;left:24.28125rem;width:19.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW9SHab2tkzxuPzGHZgrPtm1Ti2vVhG0 { top:42.3125rem;left:0rem;width:22.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP { display:block; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6ATHwDZzZdeKqKFdJmRsuQx651IcFJ9 { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3dmuXAuoNakElZtlfxRpseXa4epTfZS { display:block; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxghsiiVEezNK8J788krb49F342mEpmL { top:2.375rem;left:14.1875rem;width:33.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CffVnqTPuaiclRyBFDO2WxPzVkveARTm { top:46.8125rem;left:0.625rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrq2Nzo61kinTQsTGo5AgkemolQRJh5 { display:block; }
 }@media only screen and (max-width: 763px) { #G8ma9Tl3Mcp0z3RJU3zOyWVoVWwOJpha { top:39.9375rem;left:0rem;width:25.4375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucOI2db7rm2OQOC07gXZmmWERxSFvxUg { top:43.3125rem;left:0rem;width:25.4375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0B6P7rKUhXSEKcFCgWCTW2Z56VLHgsv { top:62.0625rem;left:0rem;width:16.375rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm2GlF4DUkxiTCK0Sf8SX76kgtpoeysS { top:40.875rem;left:10.96875rem;width:1.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6JssoBEwQdspGP96x67ERAmd1RrAdJz { top:36.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTCb8WoGTxWcyGEXtZS5N24lzgVqTlu { top:33.3125rem;left:0rem;width:25.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNqVOBzWsVhKIpN6zgxkJcWpPy4M4qCw { top:33.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3POeC159XlPsb0SS3QNiCyEz3mhRfLm { top:0rem;left:0rem;width:25.4375rem;height:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm { display:block; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X49gJJw0HwXVCTGmT2mUSkybqC397sdE { display:none; }#X49gJJw0HwXVCTGmT2mUSkybqC397sdE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #STkZuvgoxUEKaPe2TpgnVpQPd5ug950T { top:46.9375rem;left:24.28125rem;width:19.75rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { top:1.3125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg { display:flex;width:18rem;height:5.0625rem;top:3.5625rem;left:11.40625rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #qDERuH6cneH91arIiIqItgZlhDWlvuAC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #WnIt6JAwUUNETE4K4E3J2EVGePMQzDTN {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #oRDuwadvZih97N3lE5IxzmWgWfqxkkJV {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #PPtPTEyscUVdPxO2G34HGbp37EzRrBxV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #s7wE6dX4uZo8xdHA5tsGSkobQ8kRtZpC {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #QZTCOWEgCZMAEDwPeOR9JVziVDAOMFdq {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #cNUAW8BHpd8k5vIszlfkTBQJ0RSpP6bt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #rRThVeTeGCyLeSvtNSLXOOOPTTAelrLi {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #zO44JIclJNayDq3V7uWif7gfOWXdSWXL {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #RNTPsXbcos4XhyCBGdHOglwzs2611dPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #q6LOqfX3mWDylyhBOVTAmZaKikqz5ZH1 {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #lLeCnXVuMQGmKUgmLcVgWfCF1aHNDFV1 {  }
 }@media only screen and (max-width: 763px) { #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { display:block; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { top:1.8125rem;left:18.9375rem;width:27.4375rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { top:8.8125rem;left:18.9375rem;width:27.4375rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2G8nSuK2COL6B8zV1FhGF1L0UDubsHK { top:14.75rem;left:18.9375rem;width:27.4375rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeQfeyQbKwT0dbw06Lg6LAx3f6w22TIK { top:1rem;left:0rem;width:17.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9UaRcK1A4cdpM7xBXRpX4qvyX8aTsz { top:23.0625rem;left:18.9375rem;width:27.4375rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { top:0rem;left:0rem;width:28.5rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { top:12.5625rem;left:20.5625rem;width:27.1875rem;height:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { top:8.875rem;left:0rem;width:30.0625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { top:0.9375rem;left:0rem;width:30.0625rem;height:7.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ { display:block; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOlJ1fEwJbIV9b9mXtvc1QaKfrSopbBn { top:3.625rem;left:22rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QksxTvVQC5skb9EXKoqbtdcxNEHgZ6CO { top:5rem;left:0rem;width:47.75rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBFp9dkuTT16whL9llQpTNIMzedPGpm { top:9.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW { display:block; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmHCd80wwvSNFVnoPZTTcITDU7rHcSVJ { top:2.25rem;left:0rem;width:15.1875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTkSqpNzo4bnXJIOTEh43vc3TMZZb9n { top:2.25rem;left:15.28125rem;width:17.1875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA9ZXwBdIuD5JDfR8z0pxNK66F2LDBL7 { top:2.25rem;left:33.0625rem;width:14.6875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkKx9nTslZ30k7aCIEdxrGHLbt0XLFBM { top:31.4375rem;left:0rem;width:17.4375rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFxsoyHtA8oFmdLC6cOiNLauOCiEZXA { top:31.4375rem;left:14.46875rem;width:18.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSrCWILq8o6pQG0Tn3fxTbqtZg3VcAq { top:31.4375rem;left:30.625rem;width:17.125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:18.6875rem;height:4.875rem;top:15.1484375rem;left:0.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#9eae29;display:block; }
 }@media only screen and (max-width: 763px) { #w22lJexFyFIcmXXTxBcT0ss3XbUEmBEn { width:20rem;height:32.5rem;top:4.78515625rem;left:0rem;background-color:#e3e3e3;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #khSfHbRWgSi9yTPvoWv4ovqys0TnZdT0 { width:20rem;height:4.048825rem;top:22.3876953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#9eae29;display:block; }
 }@media only screen and (max-width: 763px) { #TtvyZVMR5EbWoQWa6n0oIz87670gnvfL { width:20rem;height:13.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nDMnAKwXd5LnfAExuKpn8nVdcbR3UTyu { width:20rem;height:4.142575rem;top:26.583984375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgmr6XBGUU4REKhIHPLdVTpKbXe7ugbN { top:33.966796875rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdbRaJ8cLEukAxUyIaUEopV1GEPg4cf { display:block; }
 }@media only screen and (max-width: 763px) { #XwihuiEoQTKTxcA8uKg1hbUxL8Md9uZh { width:20rem;height:1.3808625rem;top:20.0234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUeVLJOArlTs3CZwnnEryedOTyETUcLW { width:20rem;height:14.2295rem;top:42.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig { display:block; }#tayiyKcBIa28KqnWAOOwJ5JwzGMOMSig > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { background-color:#ededd0;background-image:none;display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:9.3408125rem;top:0.78125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { background-color:#ededd0;background-image:none;display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { background-color: transparent; background-image: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .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); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { width:20rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { width:19.0625rem;height:20.79689375rem;top:14.857421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dF477DZteHeSx5PC9SZbhDetgRF0ooyR { top:39.2412109375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhRy47mAIH12LWT3x3KTZOiRoCGDPcBS { display:block; }
 }@media only screen and (max-width: 763px) { #bpNeS5o93HHgW7swAOlNEH4uvtFk3GuA { width:20rem;height:1.3808625rem;top:36.8037109375rem;left:0rem;font-size:1.0625rem;color:#d53c5f;display:block; }
 }@media only screen and (max-width: 763px) { #q9wuGqU5P8FlU47FQEFWPya2JATqa0XN { width:20rem;height:auto;top:24.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#615252;display:none; }
 }@media only screen and (max-width: 763px) { #vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 { display:block; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 { background-color: transparent; background-image: none; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container > .video-iframe-container { display: none; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row > .video-iframe-container { display: none; }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .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); }#vfEUcbCW4zPymrtQtMDokdTe8vRmpXu0 > .row .container { width:20rem;height:108.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HH4p80RFbIHiTKTrpqQVG7i5wgqC5Wkm { width:20rem;height:4.0625rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzP1MyTHxXUkef5NCTkQHs1iIZBnmiLi { width:20rem;height:14.2295rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATPR5tXHmEAGHIywIKqsAAL6VSznTWX { width:20rem;height:15.535125rem;top:69.3818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArT9RAAuQ0TblO6sVGN4bCh7L4XbUfo { width:20rem;height:34.933625rem;top:19.4404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQX3VW6CyAUxdiqSgX7dlSpCuveKuWyc { width:19.75rem;height:12.25rem;top:6.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW9SHab2tkzxuPzGHZgrPtm1Ti2vVhG0 { width:20rem;height:19.3251875rem;top:87.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP { display:block; }#EXo4XrTbgTJlTlPFWbvPzZWEmbJb0XvP > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6ATHwDZzZdeKqKFdJmRsuQx651IcFJ9 { width:20rem;height:4.0625rem;top:1.17578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3dmuXAuoNakElZtlfxRpseXa4epTfZS { display:block; }#X3dmuXAuoNakElZtlfxRpseXa4epTfZS > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxghsiiVEezNK8J788krb49F342mEpmL { width:20rem;height:15.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CffVnqTPuaiclRyBFDO2WxPzVkveARTm { top:67.9375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrq2Nzo61kinTQsTGo5AgkemolQRJh5 { display:block; }
 }@media only screen and (max-width: 763px) { #G8ma9Tl3Mcp0z3RJU3zOyWVoVWwOJpha { width:20rem;height:auto;top:39.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#615252;display:none; }
 }@media only screen and (max-width: 763px) { #ucOI2db7rm2OQOC07gXZmmWERxSFvxUg { width:20rem;height:auto;top:43.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#615252;display:none; }
 }@media only screen and (max-width: 763px) { #x0B6P7rKUhXSEKcFCgWCTW2Z56VLHgsv { width:16.375rem;height:4.048825rem;top:62.099609375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#683c3c;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2GlF4DUkxiTCK0Sf8SX76kgtpoeysS { width:1.875rem;height:0.125rem;top:63.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6JssoBEwQdspGP96x67ERAmd1RrAdJz { display:flex;width:1.75rem;height:1.75rem;top:57.8125rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #SJTCb8WoGTxWcyGEXtZS5N24lzgVqTlu { width:16.25rem;height:5.3984375rem;top:54.7265625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2.7;display:block; }
 }@media only screen and (max-width: 763px) { #TNqVOBzWsVhKIpN6zgxkJcWpPy4M4qCw { display:flex;width:1.75rem;height:1.75rem;top:55.25rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #M3POeC159XlPsb0SS3QNiCyEz3mhRfLm { width:20rem;height:31.9921875rem;top:17.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm { display:none; }#veAfwb3NziaTAmmwsrI9CQlbmLCqLyNm > .row .container { width:20rem;height:0.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X49gJJw0HwXVCTGmT2mUSkybqC397sdE { display:block; }#X49gJJw0HwXVCTGmT2mUSkybqC397sdE > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STkZuvgoxUEKaPe2TpgnVpQPd5ug950T { width:19.75rem;height:12.25rem;top:2.072265625rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:20rem;height:8.8125rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg .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; }
#EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg { display:flex;width:18rem;height:5.0625rem;top:1.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #qDERuH6cneH91arIiIqItgZlhDWlvuAC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #WnIt6JAwUUNETE4K4E3J2EVGePMQzDTN {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #oRDuwadvZih97N3lE5IxzmWgWfqxkkJV {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #PPtPTEyscUVdPxO2G34HGbp37EzRrBxV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #s7wE6dX4uZo8xdHA5tsGSkobQ8kRtZpC {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #QZTCOWEgCZMAEDwPeOR9JVziVDAOMFdq {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #cNUAW8BHpd8k5vIszlfkTBQJ0RSpP6bt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #rRThVeTeGCyLeSvtNSLXOOOPTTAelrLi {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #zO44JIclJNayDq3V7uWif7gfOWXdSWXL {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #RNTPsXbcos4XhyCBGdHOglwzs2611dPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #q6LOqfX3mWDylyhBOVTAmZaKikqz5ZH1 {  }
 }@media only screen and (max-width: 763px) { #EsTSSchJFK2O7ynAXrBcfKwpXkvz7oSg #lLeCnXVuMQGmKUgmLcVgWfCF1aHNDFV1 {  }
 }@media only screen and (max-width: 763px) { #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { background-color:transparent;background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.adaptive-delivery-prevent-bg, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyload, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyloading { background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { width:20rem;height:53.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { width:17.125rem;height:5.39941875rem;top:0.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { width:16.375rem;height:5.39941875rem;top:7.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2G8nSuK2COL6B8zV1FhGF1L0UDubsHK { width:17.1875rem;height:5.39941875rem;top:14.6865234375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeQfeyQbKwT0dbw06Lg6LAx3f6w22TIK { width:14rem;height:21.0625rem;top:30.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9UaRcK1A4cdpM7xBXRpX4qvyX8aTsz { width:16.9375rem;height:5.39941875rem;top:23.673828125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { width:20rem;height:30rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { width:19.125rem;height:23.39746875rem;top:39.375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { width:20rem;height:1.625rem;top:4.51171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { width:20rem;height:1.8681625rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ { display:block; }#ye9s5kLdvLyCtR7ABe3GGs5ZgMswaTGJ > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOlJ1fEwJbIV9b9mXtvc1QaKfrSopbBn { width:3.6875rem;height:3.6875rem;top:2.01171875rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QksxTvVQC5skb9EXKoqbtdcxNEHgZ6CO { width:20rem;height:5.19921875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBFp9dkuTT16whL9llQpTNIMzedPGpm { width:20rem;height:3.8984375rem;top:7.88671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW { display:block; }#HlCnU9JmOu90GDvSsTTecTaeoIxf3fgW > .row .container { width:20rem;height:162.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmHCd80wwvSNFVnoPZTTcITDU7rHcSVJ { width:15.1875rem;height:25.625rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTkSqpNzo4bnXJIOTEh43vc3TMZZb9n { width:17.1875rem;height:25.625rem;top:28.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA9ZXwBdIuD5JDfR8z0pxNK66F2LDBL7 { width:14.6875rem;height:25.625rem;top:55rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkKx9nTslZ30k7aCIEdxrGHLbt0XLFBM { width:17.4375rem;height:25.625rem;top:81.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFxsoyHtA8oFmdLC6cOiNLauOCiEZXA { width:18.8125rem;height:25.625rem;top:108.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSrCWILq8o6pQG0Tn3fxTbqtZg3VcAq { width:17.125rem;height:25.625rem;top:135.625rem;left:1.4375rem;display:block; }
 }