.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15ae4393-ae9f-4583-9c5f-46a6f38473ae/17.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { 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; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#000000;display:block;width:32.1248125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.936359405517rem;left:8.280433654785rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anWneLwIT0I0HUWB5uwLdVIyqchg6hor { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"montserrat 2";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5729167461395rem;left:0rem;height:1.625rem;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;font-style:normal;display:block; }
#MsrBs29BfwzDPi65RNzhT93xKLOsKgRR { position:absolute;display:block;z-index:15013;background-color:#0e5246;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:0.1875rem;width:25rem;top:16.65625rem;left:11.84375rem;display:block; }
#kqte6GbFRAQidhMI648BI0hEB7ZX6aD6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.875rem;top:2.5729167461395rem;left:47.125rem;overflow:hidden;display:block; }
#ph5ko66GCKxtn7eur43OxLZUkl7SxzWy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:6.59375rem;left:1.5179681777954rem;overflow:hidden;display:block; }
#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2f2;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; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container { background-color: transparent; background-image: none; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container > .video-iframe-container { display: none; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row > .video-iframe-container { display: none; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .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); }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container { border-width: 0; border-radius: 0; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#ZRvb02PtfLVLMQNM5gUH0C8vk5Wrsr3n { color:#125637;display:block;width:28.3121875rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.72021484375rem;left:4.59228515625rem;height:9.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIaTgdEzgtthSTkCI5VfXI2Z5EticpM0 { color:#125637;display:block;width:28.3748125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.2828764915466rem;left:42.06135559082rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keDqtwFXX570op6Rtz3KWFrhAE9Owhm5 { position:absolute;display:block;z-index:15018;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.5rem;width:9.375rem;top:2.3942050933838rem;left:32.904457092285rem;overflow:hidden;display:block; }
#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz { 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; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container { background-color: transparent; background-image: none; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container > .video-iframe-container { display: none; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row > .video-iframe-container { display: none; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .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); }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container { border-width: 0; border-radius: 0; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#Vf8GHNZoedpVdJKwO7S0B4a35zxTH52F { background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:28.28125rem;left:36.35546875rem;display:block; }
#XqLTKiT4DZU1librmHkz5ruMp8T8ppGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEQNQIFmTJfqz7pMzBV5OKDTNOUskJ9A { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:24.375rem;top:3.15625rem;left:2.125rem;overflow:hidden;display:block; }
#U1JxNTJtphks7dIDeGUmNaPOysg6qBI4 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.625rem;left:37.5625rem;height:1.875rem;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; }
#NQPl4aJReSmEAv49U0spJFs4RCRe0Msp { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.154296875rem;left:34.249671936035rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zIU2SRNbGpTTSsA7EE6AxSBMT7w6l53e { color:#125637;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.1875rem;left:37.5625rem;height:1.875rem;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; }
#shFcR7nvLfzJMdfIUmxBSaAIZKvm9Rl1 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:20.5625rem;left:34.25rem;overflow:hidden;display:block; }
#CQq3GoboCuMkTaJQ6B8rw8rK98qtr6ae { position:absolute;display:block;z-index:15042;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:2.0625rem;width:2.0625rem;top:23.125rem;left:34.4375rem;overflow:hidden;display:block; }
#HG313Zh4RbWrnlywfFvglhMcS1b4Sae1 { position:absolute;display:block;z-index:14998;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.0625rem;width:34rem;top:0.67500019073488rem;left:32.843750953674rem;overflow:hidden;display:block; }
#eUQQ5gdNkADHUgLKF0f0x2CPOQcM72WI { position:absolute;display:block;z-index:14998;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.0625rem;width:34rem;top:0.67500019073488rem;left:32.843750953674rem;overflow:hidden;display:none; }
#c3KrNQtyh1paQ6lXK8UP5seuMbpzZKkV { position:absolute;display:block;z-index:14998;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.0625rem;width:34rem;top:0.67500019073488rem;left:32.843750953674rem;overflow:hidden;display:none; }
#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;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; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container { background-color: transparent; background-image: none; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container > .video-iframe-container { display: none; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row > .video-iframe-container { display: none; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .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); }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container { border-width: 0; border-radius: 0; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#HErs6VA7R4RtEyK1gxp3CgGbeLG9w0Qy { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"montserrat 2";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.25rem;height:12.1875rem;font-style:normal;display:none; }
#s7D2w9l56KpI1h2LCywFdJItTC5EoMAl { color:#ffe7f3;display:block;width:47.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5494794845581rem;left:13.53125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hphmT2W5umyJotlPADn8qWSiJJKgNfPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;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; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container { background-color: transparent; background-image: none; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container > .video-iframe-container { display: none; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row > .video-iframe-container { display: none; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .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); }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container { border-width: 0; border-radius: 0; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#xddRNKHFo47FzgseuhIN3PpfLVF1OieO { color:#ffe7f3;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUVzG5uqOhJE9S42ROtvJJi8Lm5n7StW { position:absolute;display:block;z-index:15015;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:5rem;width:5rem;top:0rem;left:10rem;overflow:hidden;display:block; }
#ZmiWWBbI5HC6koEdBikxub9ETflc4kGC { position:absolute;display:block;z-index:15016;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:5rem;width:5rem;top:0rem;left:35rem;overflow:hidden;display:block; }
#x92mB4vaFcZXzWpdIoRRpdECtqRchetT { position:absolute;display:block;z-index:15017;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:5rem;width:5rem;top:0rem;left:60rem;overflow:hidden;display:block; }
#zk0cl20yTQKvkVKbHJ27qnKFh4P0AHpC { color:#ffe7f3;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4375rem;left:26.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMmh5J4n2u2SibLmfbBqGS4Z1aAtnMQs { color:#ffe7f3;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4375rem;left:51.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rr0dHVqTiP0LEtihIQXGXusZhI6lWKia { position:absolute;display:block;z-index:15019;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:5rem;width:5rem;top:14.375rem;left:34.875rem;overflow:hidden;display:block; }
#kkK07NSvDHZxsSqQfCDEWisVf76awZSK { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5rem;left:49.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;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; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container { background-color: transparent; background-image: none; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container > .video-iframe-container { display: none; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row > .video-iframe-container { display: none; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .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); }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container { border-width: 0; border-radius: 0; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#dezd4UEbipoa1oB7MGXJLr185iop4eZC { color:#ffe7f3;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.96875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP8DxDK78Xax5QP54QWLpfs1PKlaXkTr { color:#ffe7f3;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4375rem;left:26.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlOlTxdToRQmxldXZTeNK0wTxH3pCVe4 { color:#ffe7f3;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4375rem;left:51.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdCOZTzoXrUne6NGLHsTsvoTgq94138Z { position:absolute;display:block;z-index:15018;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:5rem;width:5rem;top:0rem;left:10rem;overflow:hidden;display:block; }
#W6NdnlDCMJ0wBKgT5n4DVhrsDBuXbpPp { position:absolute;display:block;z-index:15020;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:5rem;width:5rem;top:0rem;left:60rem;overflow:hidden;display:block; }
#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container { background-color: transparent; background-image: none; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container > .video-iframe-container { display: none; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row > .video-iframe-container { display: none; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .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); }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container { border-width: 0; border-radius: 0; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#qmUhPEEU4xKk7VGhqcW9lWaGvAfpxMO9 { color:#0e5246;display:block;width:47.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5494794845581rem;left:13.53125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container { background-color: transparent; background-image: none; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container > .video-iframe-container { display: none; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row > .video-iframe-container { display: none; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .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); }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container { border-width: 0; border-radius: 0; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#TBghEwW4pMz8lBQKWg8bqksoc82Hfcpa { color:#0e5246;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:5.5625rem;left:3.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9mwVPzThtdx05m227gopTZyTyaKLxB4 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SBw9PPDLTH2gJ5fXe936ZT2WtrfnxBMo { color:#0e5246;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:4.75rem;left:30.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtI6Nce3rZi1WILxpf0xCRAm7J7Qbpco { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#l2l82bFswXSTKPPlvmNqd0JrylaJUfmm { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#TPTrzDwwQyD4OXEawTG1ZhhQ2phfAGsL { color:#0e5246;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:4.75rem;left:54.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container { background-color: transparent; background-image: none; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container > .video-iframe-container { display: none; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row > .video-iframe-container { display: none; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .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); }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container { border-width: 0; border-radius: 0; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#e1VfJQT4pcM5PpAoTFfRkWRkVTr8T5Dr { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rqs8mk2uohX9ZRl7L8mbWXSeT9yMOZXR { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#O8WVXUCGwUx3gnbTiDMkmncA1QLG2o8s { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#UwDtNNV9lgQ1bUKDPieMotwF4yadT4O8 { color:#0e5246;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:4.5625rem;left:4.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWV4lVtmo9FxkRb3azyFBmsvNTXH4cam { color:#0e5246;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTEc7xBT0NNewukqQyurRwG91n9iFLJ4 { color:#f154ad;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:2.4505214691162rem;left:53.375rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container { background-color: transparent; background-image: none; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container > .video-iframe-container { display: none; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row > .video-iframe-container { display: none; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .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); }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container { border-width: 0; border-radius: 0; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#SUTDReywWwzHFW1xnx3byqsF8aVt7zXu { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0477447509766rem;left:3.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#r9lk0lCPzDFg2yNdDSvMgNTwtJTzWWS5 { background-color:#f154ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.6549482345581rem;left:27rem;display:block; }
#LqMmFV6EolvLum3pAQTwMLIIpKGCZQZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;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; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container { background-color: transparent; background-image: none; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container > .video-iframe-container { display: none; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row > .video-iframe-container { display: none; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .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); }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container { border-width: 0; border-radius: 0; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#s3g7d2FeTXOd207LulFFqPk4F7TSH65C { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.734375rem;left:3.125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cuttKsoaegdI9IowIPOcmOt40fJisRUX { position:absolute;display:block;z-index:15011;background-color:#f6f2f2;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:0.1875rem;width:25rem;top:9.5481777191163rem;left:3.125rem;display:block; }
#ByDUIVWuLTIu7VeaUQSTHXUr0k5Fy99y { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.0358085632324rem;left:3.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f67e3f62-2202-4a15-9cc6-594b841a952a/LMWA10.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3.adaptive-delivery-prevent-bg, #eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3.lazyload, #eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3.lazyloading { background-image: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container { background-color: transparent; background-image: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container > .video-iframe-container { display: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row > .video-iframe-container { display: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .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); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container { border-width: 0; border-radius: 0; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#oqh2RKw9JUV34k2uPrK663lBqrlPuVuI { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.6666669845581rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fftgiLImkm7UXnHUI3I20MqMKTw4QoL5 { 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:23.6875rem;width:23.6875rem;top:10.59375rem;left:8.9375rem;overflow:hidden;display:block; }
#pJ0U2InpZDMRUQLRGr6IAJqoVE1pPRE2 { color:#0e5246;display:block;width:44.6875rem;position:absolute;font-family:"amsterdam one";font-size:4.0625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:7.625rem;left:0rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWzJhmlOgyR2Z7wXJ3ZxShT5A1p3sAf1 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:16.625rem;left:6.625rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJgKJQ6Z2LCsAVWCxsfOpzesBZLMa8GI { background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:38.75rem;left:10.28125rem;display:block; }
#AGKAVOpvOtMt8vhTlJytDWizUs2Rwoqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vh19vI886KQBAi38mIsMJQg6TME4khXc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:42.187501907349rem;left:0rem;overflow:hidden;display:block; }
#rsdZzRlI6tvKaZEtbATsvVK5CNMJm9C5 { 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:67.5rem;width:67.5rem;display:none; }
#U6hKsI365isUVTHgLKISNlnEmWhPsApn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container { background-color: transparent; background-image: none; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container > .video-iframe-container { display: none; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row > .video-iframe-container { display: none; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .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); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container { border-width: 0; border-radius: 0; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#hletyU2DZcBrPKuLhNEGEmLL2ONvZqnF { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.5rem;width:47.1875rem;top:2.3367185592651rem;left:13.905468940735rem;overflow:hidden;display:block; }
#ZWnZ4nQIBPQ3G6vdCSlsd55G4XHtVw3A { position:absolute;display:block;z-index:15016;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.125rem;width:2.4375rem;top:3.125rem;left:57.673439979553rem;overflow:hidden;display:block; }
#P5B67nT3iDswoUh80LTft3nDbQpT76mD { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:block; }
#bQZBhvlOuKHl24TXzTEsnXpgFKX3vwVU { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15034;background-color:#f8dcdc;background-image:none;top:24.375rem;left:14.875rem;display:block; }
#csDGTtka56MV4rh0b61qiZ3t3KOiMxtD { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15035;background-color:#f8dcdc;background-image:none;top:26.1875rem;left:14.875rem;display:block; }
#rRGZmLWduoHOFVSvc8wSsqNTrbu9HRRf { box-sizing:content-box;height:0.25rem;width:26.25rem;position:absolute;display:block;z-index:15036;background-color:#f8dcdc;background-image:none;top:15.149089813233rem;left:30.3125rem;display:block; }
#Ws6Uz1HsLR0OV9KT2SDaeaRL4LNRPmql { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#FVTbq9Utus4rJdVaAuoaSFoM6qgFEw9O { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#ePFbKzd0MnAvBb0mgxK6gM9QnkBxSeCK { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#saiLIWXoC3e4iiO9c4wR6m4wOQSTO2Ec { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#wA1rqRkV5ceTeOAhQi6c2bMg3MvnNdFp { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#fcfbuxddnVlspkWZG4URaivHNnzB8B0O { position:relative;display:block; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O { background-color: transparent; background-image: none; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row .container > .video-iframe-container { display: none; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row > .video-iframe-container { display: none; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .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); }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O { border-width: 0; border-radius: 0; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HuTJd39S9tI5vAKBpsihGgLw2KmXsf6s { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #c1aba6;border-left:0.4375rem solid #c1aba6;border-right:0.4375rem solid #c1aba6;border-bottom:0.4375rem solid #c1aba6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.625rem;width:23.0625rem;top:12.75rem;left:1.5rem;display:block; }
#EtogakoFeJHRcUgX7bT2ntR1IJlL9M2H { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15rem;left:3.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.0625rem;left:3.5rem;height:24.5625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1d1251de-024d-4f72-b864-2d75c1451858/Projektbeznazwy13.svg); }
#KR1aDtEsBengSg00C8Uhx8pHnlSaTkQk { position:absolute;display:block;z-index:15021;background-color:#ffe7f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #f154ad;border-left:0.4375rem solid #f154ad;border-right:0.4375rem solid #f154ad;border-bottom:0.4375rem solid #f154ad;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:34.875rem;width:24.5rem;top:10.8125rem;left:25rem;display:block; }
#GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.875rem;left:26.8125rem;height:25.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1d0b547-7a80-42c3-a771-34b606611192/4.png); }
#hxnHpcHtV1uFhxf7h3sH8mLnlfxAGRU6 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.750000298023rem;left:28.28125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGZAtnl7x5Wi6as8q8qF9n0qNzMgyymG { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #125637;border-left:0.4375rem solid #125637;border-right:0.4375rem solid #125637;border-bottom:0.4375rem solid #125637;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.625rem;width:23.6875rem;top:12.75rem;left:49.75rem;display:block; }
#RZECyU8am8lvTm7DMyZq4MJXLzicIXNm { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkxSTp60r5CiJIkINrxRqbW5leKu2rZV { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.4375rem;left:52.5625rem;height:22.8125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#qkxSTp60r5CiJIkINrxRqbW5leKu2rZV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qkxSTp60r5CiJIkINrxRqbW5leKu2rZV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/12450dbc-63f7-47e4-9582-5d4fb4b2e4fd/Projektbeznazwy7.webp); }
#HrzOHTLgakrT9lC1ltzqdzJpT7TptDlK { color:#0e5246;display:block;width:60.0625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5247397422791rem;left:7.46875rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2f2;background-image:url("https://images.assets-landingi.com/uc/b1d0b547-7a80-42c3-a771-34b606611192/4.png");background-position:center left !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; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5.adaptive-delivery-prevent-bg, #qOEERaSElTPUzLUdtpS51VgTTe9PaQL5.lazyload, #qOEERaSElTPUzLUdtpS51VgTTe9PaQL5.lazyloading { background-image: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container { background-color: transparent; background-image: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container > .video-iframe-container { display: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row > .video-iframe-container { display: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .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); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container { border-width: 0; border-radius: 0; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#E4dQ8Ei71kDJLcViHA2FRrAWDaha3LVe { color:#0e5246;display:block;width:60.061875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.7744140625rem;left:7.46826171875rem;height:8.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLcTPpypiHwB9aoE4Bt5EEMiw0XNVPPy { color:#000000;display:block;width:52.9990234375rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:13.060546875rem;left:11rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyW8i844OdsnsG5IqJOI7qUCRqPanpma { 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:67.5rem;width:67.5rem;display:none; }
#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container { background-color: transparent; background-image: none; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container > .video-iframe-container { display: none; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row > .video-iframe-container { display: none; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .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); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container { border-width: 0; border-radius: 0; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container { font-size:0.875rem;font-family:arial;height:145.375rem;width:75rem;position:relative;display:block; }#RnpoxQXa8mqATofHkAsMwCKChrQRqE3X { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:13.625rem;width:68.25rem;top:11.309234619141rem;left:3.2005214691162rem;display:block; }
#Sp2Fp1cuwAFtcMKfm0wTT66NzN0OPwg5 { color:#0e5246;display:block;width:60.0625rem;position:absolute;font-family:"amsterdam one";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.49853515625rem;left:7.6875rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmZLG8IOhtmhPvIAdTIvmrZy19ZXwL00 { color:#000000;display:block;width:60.8736875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:50.0625rem;left:6.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udywu4HeFTJqu4oG6iMQkcIUKoP5v77G { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:19.433595657349rem;left:6.9817714691163rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sd28DuGPWGSL3rF5R8SpxZInfqMCo7DO { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:34rem;left:1.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sVvmTrBIuLUeqyaMMZD3Le1fXhC7gbpH { color:#000000;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:48.9375rem;left:1.5625rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c5o8CblLOgb8DBTz9eeHGmwvqRzGTHAu { color:#000000;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:48.9375rem;left:27.0625rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mzSUHvkSLTZSe3Ew8RHH3cq3lUEbez4K { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:34rem;left:40rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wWkurbGJx3B9bSvBmhTuI2GNeVBS9KlE { color:#000000;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:48.9375rem;left:52.6875rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V0O1T7B9OADaPePWlvL5sP1LKigrVcF9 { position:absolute;display:block;z-index:15038;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.125rem;width:3.125rem;top:12.037760496139rem;left:35.763023376465rem;overflow:hidden;display:block; }
#OeUexwN2hGBuhADpyDZ1T4TQ4duq1F8J { position:absolute;display:block;z-index:15039;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.125rem;width:3.125rem;top:46.4375rem;left:35.75rem;overflow:hidden;display:block; }
#qKB3Lhd6XQwMWzyGpQVetVoDtc7GJQBc { color:#0e5246;display:block;width:60.061875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:131.375rem;left:7.3125rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOhhGCtD6kl3739SlVT7rygZ50hXDl1z { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:53.6875rem;left:6.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FW3c0PeXknAuv5HhNtFE1Ttw0HyMHl6R { color:#000000;display:block;width:60.8730625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.93359375rem;left:6.888671875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssT6Vwo1HGTFB4zvRgBSPeRFUTMd0Rdt { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:13.625rem;width:68.25rem;top:45.625rem;left:3.1875rem;display:block; }
#yhyAMcODyFiAePHXmLT9Q60vGxP5R8v3 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:13.625rem;width:68.25rem;top:62.3125rem;left:3.1875rem;display:block; }
#sdHhlUEIHpbDioV2T5sd0tiTkMucBLxT { color:#000000;display:block;width:60.8730625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:67.375rem;left:6.875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J652hCEpIERMQtKSi8kZiSw9u0DSTHIS { position:absolute;display:block;z-index:15043;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.125rem;width:3.125rem;top:63.6875rem;left:35.75rem;overflow:hidden;display:block; }
#T4aXSEN2bxFET8V7FsrX9yOgToLqVrdi { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:70.5625rem;left:6.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peM01IdL5pCDzZCaMmTeX7hdGShCRWMS { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:13.625rem;width:68.25rem;top:113.9375rem;left:3.1875rem;display:block; }
#W4h7W88B5tHpkim54Tu0yoWdonSGGGg8 { color:#000000;display:block;width:60.8730625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:119.1875rem;left:7.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idpslI6w5NwbKk2q5pbaqL9XJwWCJSsu { position:absolute;display:block;z-index:15047;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.125rem;width:3.125rem;top:115.3125rem;left:35.75rem;overflow:hidden;display:block; }
#hxL0kyuLDh3TrXq46VEEiLI60S9wLA5z { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:122.5rem;left:6rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfeRmECKSbCIricIsv12Btk04shV71ua { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:13.625rem;width:68.25rem;top:97.375rem;left:3.1875rem;display:block; }
#BQu4MJewaPQdRDJgJMvVGiHSresS9pik { color:#000000;display:block;width:60.8730625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:102.625rem;left:7.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9pgHM970JLcXTQ5QJtMsGi60LiwvPLU { position:absolute;display:block;z-index:15055;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.125rem;width:3.125rem;top:98.75rem;left:35.75rem;overflow:hidden;display:block; }
#o5TSMumxuug2UuQ9EXELWontHz0xOSqK { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:105.9375rem;left:6.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1VUeDz0RikfGHOQZpLoSs21pyH30RBn { background-color:#f154ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:137.875rem;left:26.75rem;display:block; }
#KxeeUTPIgT9bdsgyhlwETRtTw5lpKNrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4gdgwnvSu7u5gZ0RATPglHWbUwxLDwL { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:15.4375rem;width:68.25rem;top:79rem;left:3.1875rem;display:block; }
#QvICutndotDC3RQgP0hEWAsOoJVTdxtM { position:absolute;display:block;z-index:15059;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.125rem;width:3.125rem;top:80.375rem;left:35.75rem;overflow:hidden;display:block; }
#XbJVAlab9yi3A2KrNa4CbIXmxnmZZUsK { color:#000000;display:block;width:60.8730625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:84.25rem;left:6.875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeGvkevE1TZve3Hvwpq3ToZf9cTym8kZ { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:87.5625rem;left:6.0625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiGpXVXk3gJlAHuT1rkMT8N1Q8uJbNJf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:141.9375rem;left:0rem;overflow:hidden;display:block; }
#uIJO2HCinKa0grTiWI9NvQz2E6RQbicv { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.6) ;height:14.625rem;width:68.25rem;top:27.9375rem;left:3.2005214691162rem;display:block; }
#P9HytmFvG4CL4Q95T8hoTPnggAixNdST { color:#000000;display:block;width:60.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.1875rem;left:6.9817714691163rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbTJeeR9qBBzxp4eciIwkEU3sEW57prC { color:#000000;display:block;width:60.8730625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:32.90625rem;left:6.888671875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRyq0Sg2bU2JgE4WLN02Z52WkabfHB4R { position:absolute;display:block;z-index:15042;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.125rem;width:3.125rem;top:28.6875rem;left:35.763023376465rem;overflow:hidden;display:block; }
#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container { background-color: transparent; background-image: none; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container > .video-iframe-container { display: none; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row > .video-iframe-container { display: none; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .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); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container { border-width: 0; border-radius: 0; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#PNlEKrXyP4NPRL4TLWaOgQB0rofVAcq6 { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.5625rem;width:35.4375rem;top:1.3125rem;left:0.875rem;overflow:hidden;display:block; }
#NNNn44OBudZA5ATG31RlfJpDgdtDReGN { 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:67.5rem;width:67.5rem;display:none; }
#mkbR2QV8hBBlz4rz36kTtXRUtR08Kz90 { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.75rem;width:36.1875rem;top:16.300000190735rem;left:38.237500190735rem;overflow:hidden;display:block; }
#vvSVaiDZ9xmWbHpb2SWNzpXTJM0l6T2W { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:36.0625rem;top:1.125rem;left:38.174042291019rem;overflow:hidden;display:block; }
#gO2R7sAIh4hZWbRorlVlNopKwQJHMg0W { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.5rem;width:35.1875rem;top:15.5rem;left:0.875rem;overflow:hidden;display:block; }
#lCcrqy7WrXFJP20NHogSskg5Zo4JcTlX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.4375rem;top:1.3125rem;left:33.6875rem;overflow:hidden;display:block; }
#LtlPQamaZVXsTKD6mwvxGk8N1s5BomQi { position:absolute;display:block;z-index:15015;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.125rem;width:2.4375rem;top:1.5625rem;left:71.599999427794rem;overflow:hidden;display:block; }
#zObr4wcREfJwLogIQzfC7h9vhulvaxDX { position:absolute;display:block;z-index:15016;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.125rem;width:2.4375rem;top:16.300000190735rem;left:71.662499427794rem;overflow:hidden;display:block; }
#mCKIuiXPWShcqEJtGGxmbAsTDhkQT4E5 { position:absolute;display:block;z-index:15017;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.125rem;width:2.4375rem;top:15.6875rem;left:33.487500190735rem;overflow:hidden;display:block; }
#rAPAhfXqJHa4mZPM67bmq0MSNnUtkVTU { box-sizing:content-box;height:0.25rem;width:31.25rem;position:absolute;display:block;z-index:15028;background-color:#f8dcdc;background-image:none;top:26.5rem;left:1.3125rem;display:block; }
#b5E6VuVN9eDobfQlKLC57N2SpG6eTBbQ { box-sizing:content-box;height:0.25rem;width:26.875rem;position:absolute;display:block;z-index:15029;background-color:#f8dcdc;background-image:none;top:34.6875rem;left:1.71875rem;display:block; }
#BzBVP9aSC8qPO76NaS7RJwmInvG9U0It { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15030;background-color:#f8dcdc;background-image:none;top:31.9375rem;left:17.916667938233rem;display:block; }
#x3AZ4AoPueUBsqqoRCHUhNVwBQigFb7s { box-sizing:content-box;height:0.25rem;width:11.875rem;position:absolute;display:block;z-index:15031;background-color:#f8dcdc;background-image:none;top:33.4375rem;left:1.71875rem;display:block; }
#Be9uH69P8SKxoWxrwWEDGSwEca77QsuT { box-sizing:content-box;height:0.25rem;width:33.75rem;position:absolute;display:block;z-index:15030;background-color:#f8dcdc;background-image:none;top:9.3125rem;left:1.71875rem;display:block; }
#vW9BAp8V3owuXZt8hm8xNfHQLpIto0P3 { box-sizing:content-box;height:0.25rem;width:33.75rem;position:absolute;display:block;z-index:15031;background-color:#f8dcdc;background-image:none;top:7.9375rem;left:1.71875rem;display:block; }
#B7MiAk3hNemxJCVm1TMLdD4MdmqBts0T { box-sizing:content-box;height:0.25rem;width:33.75rem;position:absolute;display:block;z-index:15032;background-color:#f8dcdc;background-image:none;top:11.1875rem;left:38.736980438233rem;display:block; }
#IrDbN6T96ThSFKHKJFqD0O3kdKkhW5Du { box-sizing:content-box;height:0.25rem;width:33.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:12.5625rem;left:38.736980438233rem;display:block; }
#Es0ioiUi0VnzTt1qX7RJ60bAgThseCqk { box-sizing:content-box;height:0.25rem;width:33.75rem;position:absolute;display:block;z-index:15034;background-color:#f8dcdc;background-image:none;top:27.5625rem;left:38.736980438233rem;display:block; }
#GkK3qQKXlfawORV8LpvfmJJ9fwtBwpTJ { box-sizing:content-box;height:0.25rem;width:33.75rem;position:absolute;display:block;z-index:15035;background-color:#f8dcdc;background-image:none;top:28.9375rem;left:38.736980438233rem;display:block; }
#Ud58XQMSPwK7uIFzE8tkIQSCefMoqrEt { box-sizing:content-box;height:0.25rem;width:29.375rem;position:absolute;display:block;z-index:15036;background-color:#f8dcdc;background-image:none;top:30.25rem;left:38.736980438233rem;display:block; }
#F9AUzKPZ0IOTRauKBzH5zUThsH7zbHI1 { box-sizing:content-box;height:0.25rem;width:29.8125rem;position:absolute;display:block;z-index:15037;background-color:#f8dcdc;background-image:none;top:25.979167938233rem;left:38.799480438233rem;display:block; }
#yDDPp6nLGgFCOHD3MtUVG0A0HlTlUTtG { box-sizing:content-box;height:0.25rem;width:29.375rem;position:absolute;display:block;z-index:15035;background-color:#f8dcdc;background-image:none;top:27.875rem;left:1.0625rem;display:block; }
#uJWr7fxb9WhEo3pwt2k9DLLbBOBAp2ap { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#BwgKS0v2E1tLrqcAqkK2TAOMpcqirLnT { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#DTGMKuJhma7XTQRfHzA6aixBQcaODVud { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#e8IMQtTznHixOX1qF6tLQ6QhKi22HC6v { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#U2pvdX2vkyxmRJ1H6W9I8h6SU8pMFv1k { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#UaDK1uenTWuqBgeme6n9znZf6SPWGocg { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#nw5V9MB24g8yhGDDbOpxb4TzNc5ycGa8 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#dpTAw6KzRBhm8FeNImUNoKV0bKROqlJr { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#Cv7itGsVkrRaGQdVXoeJNxD14C2R9O2J { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#Nhv70ardDoW3iV788IXSMsAfZMgTiHaL { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#gXwHh4PwsSTA9UAimk67tmOqzsS863mZ { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container { background-color: transparent; background-image: none; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container > .video-iframe-container { display: none; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row > .video-iframe-container { display: none; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .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); }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container { border-width: 0; border-radius: 0; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#smA49VqHfmlnSigLPdUUhkBUKTHVwPE5 { color:#f154ad;display:block;width:60.5rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0625410079956rem;left:7.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRkGtnEq7TXDuA2KNzIcSdiQuO9UTHiX { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6.3125343322756rem;left:58.41667175293rem;overflow:hidden;display:block; }
#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container { background-color: transparent; background-image: none; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container > .video-iframe-container { display: none; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row > .video-iframe-container { display: none; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .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); }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container { border-width: 0; border-radius: 0; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container { font-size:0.875rem;font-family:arial;height:78.375rem;width:75rem;position:relative;display:block; }#GPETVrwSg7ZN4rGOBiQKQrPQgotPMKSE { color:#0e5246;display:block;width:55.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:6.1406252384186rem;left:11.9375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrzPGcmqgI2Z19Wq5u4Jx3RwKT4rTFH4 { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:12.5625rem;left:3.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMC8cFs76OQLf9sgTpVa1a5k1B5Hx4GX { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:27.312532424927rem;left:3.125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPXhVZAzbqJ0r8LPTFNcPO9b4Lbg6abw { color:#0e5246;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:21.250000953674rem;left:11.9375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJTvToNWHp8BZMvhKJAof8DqnTZn7t0N { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:41.3125rem;left:3.125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfbckQTxh5P8gSG77zJHQrTRalXGdQdx { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.75rem;top:32.6875rem;left:3.125rem;overflow:hidden;display:block; }
#BwUlaFsoxOSrch8w21L2Foa1VSV5whO4 { color:#0e5246;display:block;width:45.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:34.874348640442rem;left:11.9375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pug74tkBrWcX6LUyqAHmidSaGsDvhBzb { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:12.5625rem;left:3.125rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OpqGihTdvTQoGPrn14e9ii9TW9a131EA { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:26.625rem;left:3.125rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tU1xWJ32E61gydc8WhqiNoTQkIlTsBSp { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:59.1875rem;left:3.25rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aMOqdURIT2zCShVkO9KBkKJcOBmLS2PL { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.75rem;top:19.062501192093rem;left:3.125rem;overflow:hidden;display:block; }
#TknLxgogPNDlTQZkurT99rshGlH2TpnJ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.75rem;top:3.9531252384186rem;left:3.125rem;overflow:hidden;display:block; }
#VP8EtlMC9zW466MNoLFrZteN79TfWGGR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.75rem;top:46.353517532349rem;left:3.125rem;overflow:hidden;display:block; }
#wooTwP22cfJKL90KFoV7dWUp59JTzGaP { color:#0e5246;display:block;width:45.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:48.540364265442rem;left:11.9375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLHc9wLxFSoh5TK8fAzxSbyxNXSX7Z1v { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:56.000001907349rem;left:3.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LaJzhZWwvfo0uMpHzTmdGSucRcxTtl01 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.75rem;top:63.75rem;left:2.75rem;overflow:hidden;display:block; }
#JOGvo37TPn0SfBQAGp5O1U6eytGGa3dc { color:#0e5246;display:block;width:45.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:65.936848640444rem;left:11.9375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJO9h0NlXuTULezRZqpLK1RZCBfEDZqK { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:72.75rem;left:3.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XebUa8z9CnSFphnGtJwNUVBzmSy87rvf { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:34.875rem;top:43.5rem;left:40.041666625rem;overflow:hidden;display:block; }
#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec86c5f3-1336-489d-bad9-a1cf932af84a/untitled13.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8.adaptive-delivery-prevent-bg, #lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8.lazyload, #lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8.lazyloading { background-image: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container { background-color: transparent; background-image: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e5246; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container > .video-iframe-container { display: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e5246; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row > .video-iframe-container { display: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .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); }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container { border-width: 0; border-radius: 0; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container { font-size:0.875rem;font-family:arial;height:88.75rem;width:75rem;position:relative;display:block; }#ep9Q8hgnSCMm0MEoWaHJqalPDXWrX5xu { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.8623046875rem;left:29.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIzgJvHp6e4S8inaciBzFEE1PKXBLovN { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4248046875rem;left:8.84375rem;height:3.25rem;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;font-style:normal;display:block; }
#BD32iiVLOJSc336pcwi7UgFfKpKENy50 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.375rem;left:5.375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scDFQQgmvUtCELGidltzEmZs5y0VPlGg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:18.953125rem;left:1.2916679382324rem;overflow:hidden;display:block; }
#VC8TK38rESeIn7L0TMu5PBhrWbiLhFD0 { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.875rem;left:5.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PAKJafeTbt0JmNmHwWygUIBEuhH0vsQC { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.666016578674rem;left:44rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTEyIIBonbKhigBsM3HVBH1CKr0bzAFg { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.249351501465rem;left:44.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2lO6A9fphlRJC8qhqhL2CUWMx4I2J78 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.603517532349rem;left:5.375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyT7ZFIr7fazVif8QHTfpmUNviIXuv8W { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.25rem;left:5.4375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HgT3MHDztaFppMzW0JdQ1WX4JDr7gK8T { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.136720657349rem;left:44rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QiUpDTp66mvX6sPHrTHV0u4DKGtnscaq { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.716798782349rem;left:44rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fql8Zli9NzVBhtxTKPZ22RVnIRaHSdFy { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:52.437501907349rem;left:5.375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5fdx97GWEZIXqJAU67pZzS2dSxocC6m { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:48.261068344116rem;left:5.375rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#erNsTIcUz6AD0gHp2hfZT3xe6ZVabiLp { color:#f154ad;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:49.730470657349rem;left:44rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FDuDMxPXRyDFxcpCc0P1JZcdyfP6BmNI { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.875rem;left:5.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JNPNJCEXtUO56e2cnaSH9NxuDTnazK1F { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.3125rem;left:44rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FhCDRfDV7JcETHNlVr5kot1cHC99X0UA { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:50.5rem;left:44.0625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G0ytLMByTFugsUdFn1DSVh5oRe6skgwa { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.88671875rem;left:5.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#s6yEe3HJmr8aFruyrIvQOo2hxngMnlqa { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:38.88671875rem;left:44rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UPUw7kTqRziPxILIy9uoku4ip5MyA3m6 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.1875rem;left:5.375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AZL8I9mVy8Bw22zEhQVKPms7s7HBcbcJ { color:#ffffff;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:52.999351501465rem;left:44rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W9Gd7lThW1QmsH4zbuQ9cgdhp2h12b24 { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:67.666016817094rem;left:8.03125rem;height:3.25rem;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;font-style:normal;display:block; }
#svMA96zrW7w0ixBySE0rrrgsTFVXVbd4 { color:#ffe7f3;display:block;width:53.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:72.498701095581rem;left:10.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXKr4mKekkNchw4zCO9v0Zgr7lLmfN7T { background-color:#f154ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:80.958335876462rem;left:26.90625rem;display:block; }
#AIEkobmHFh4aQ0cqmPEBm4S1y753yvW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5bOhIFUNP9bgTQbQqPKiEPflJU5pcyZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:32.953777313233rem;left:1.2916679382324rem;overflow:hidden;display:block; }
#JzoVngF9NHTm5NI37tpHBVwekUITf4W3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:45.51171875rem;left:1.2916679382324rem;overflow:hidden;display:block; }
#HTRM9iwr0e7aO3XayrfiBvRAtRfXs8Iq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:18.953125rem;left:39.916667938233rem;overflow:hidden;display:block; }
#hFJHMNFSPzFsSI5xI9GLgOTt5vTpDd1l { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:29.125rem;left:39.916667938233rem;overflow:hidden;display:block; }
#M8Gta7JafJvmvAyJWvuPurv5OLNVE4Rm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:84.208595275881rem;left:0rem;overflow:hidden;display:block; }
#gTyqHUhhPXAEee60ivJNxN5VKiIynvHl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:18.953125rem;left:1.2916679382324rem;overflow:hidden;display:none; }
#lkGt1sB4dPfoLiVATHS8IJCpEGRLh2dP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:18.953125rem;left:1.2916679382324rem;overflow:hidden;display:none; }
#zbens7uqoRlwHJAWLTgSIk8SMBnfuGyE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:18.953125rem;left:1.2916679382324rem;overflow:hidden;display:none; }
#n9rIw73QvspVenJls1QaPf0QbB9FTw0O { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:18.953125rem;left:1.2916679382324rem;overflow:hidden;display:none; }
#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container { background-color: transparent; background-image: none; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container > .video-iframe-container { display: none; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row > .video-iframe-container { display: none; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .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); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container { border-width: 0; border-radius: 0; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#vpdk4VQftd9JSsBBaVNCdRuT2Jzz3R40 { 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:67.5rem;width:67.5rem;display:none; }
#ROiyN5rKxLtX4D91Df7eC5RE5y8NTTwg { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.3125rem;width:42.1875rem;top:1.9875001907349rem;left:16.405468940735rem;overflow:hidden;display:block; }
#GBB1FxuTS7FxBssDTJemkqTarfZBHSpa { position:absolute;display:block;z-index:15015;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.125rem;width:2.4375rem;top:2.6125001907349rem;left:55.673439979553rem;overflow:hidden;display:block; }
#GVQV9EalnT8Mox8tKGeiUxh1kRzTHJaM { box-sizing:content-box;height:0.25rem;width:39.375rem;position:absolute;display:block;z-index:15027;background-color:#f8dcdc;background-image:none;top:18.3125rem;left:17.375rem;display:block; }
#R8tkRx0idK69IQwQWwTIyRyJAEiksdXV { box-sizing:content-box;height:0.25rem;width:39.375rem;position:absolute;display:block;z-index:15028;background-color:#f8dcdc;background-image:none;top:19.9375rem;left:17.375rem;display:block; }
#etCo4pqVSeJV81PQIXO9kXWhOVJLDUlt { box-sizing:content-box;height:0.25rem;width:37.5rem;position:absolute;display:block;z-index:15029;background-color:#f8dcdc;background-image:none;top:28.3125rem;left:17.375rem;display:block; }
#T43w2s5swiXDaECqC3Dw1tG1ERNgtzFp { box-sizing:content-box;height:0.25rem;width:37.5rem;position:absolute;display:block;z-index:15030;background-color:#f8dcdc;background-image:none;top:29.875rem;left:17.375rem;display:block; }
#IabZHWMt7CkBKQWEwquE7ASKAVbaC3Se { box-sizing:content-box;height:0.25rem;width:20.625rem;position:absolute;display:block;z-index:15031;background-color:#f8dcdc;background-image:none;top:21.5625rem;left:17.375rem;display:block; }
#dTuq5bIRODKOz2UltO7BTCvpKzr3773u { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15032;background-color:#f8dcdc;background-image:none;top:31.528648376465rem;left:17.375rem;display:block; }
#sIMbkR6IJZplZllu8xhrnkT0OrADqEIi { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#ck6LuHvZUfbVJgJ8VRTmgmaWI8KQWTAB { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#uWIPfe71czgpSTtgSJK6XwNsZ27PBeGV { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#demsU9ISJG2Zm74LrDT8rchrr49OJ6DG { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#RI68VQbTOaEnerBKnnZaqgUqpEQF69TQ { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm.adaptive-delivery-prevent-bg, #kGDEFGcwOKsxAebB55JLAxTz8TGmIupm.lazyload, #kGDEFGcwOKsxAebB55JLAxTz8TGmIupm.lazyloading { background-image: none; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container { background-color: transparent; background-image: none; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container > .video-iframe-container { display: none; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row > .video-iframe-container { display: none; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .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); }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container { border-width: 0; border-radius: 0; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container { font-size:0.875rem;font-family:arial;height:391.0625rem;width:75rem;position:relative;display:block; }#rPqTH4JdNkEXHfbRSx8ErA1LR7bOI1Zi { color:#f154ad;display:block;width:60.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:7.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzB9AiXyFGwdNsu218gfT8C4s6u1JvOX { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"montserrat 2";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.25rem;height:12.1875rem;font-style:normal;display:none; }
#rUA93CGqpG8n5RttW8HswmQcBt5ZcX2K { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:23.5625rem;width:68.75rem;top:9.75rem;left:3.125rem;display:block; }
#nCFV5Kb8BOS629EwEWlA1bbTKFiVwEoD { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.373698234558rem;left:8.28125rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:17.75rem;left:8.28125rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#iSGV8KQXXqmw9EOCt5LmAFoo9CcUh7tI { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:23.375rem;width:68.75rem;top:37rem;left:3.125rem;display:block; }
#JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:44.0625rem;left:7.25rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#Ml1lyLGaXKBU6y0QyJATZU2duteWFATJ { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:39.75rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVOFm75Nm4J4cHoOWFeoH20ICBmAdeUN { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:21.1875rem;width:68.75rem;top:63.8125rem;left:3.125rem;display:block; }
#tHCGPRH0P0UDnKEpOWeRPEmeexTlMIOX { color:#000000;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:66.875rem;left:14.75rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IpK2q515tMlK7eHGJnPoew9qkpqWBT0t { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:23.375rem;width:68.75rem;top:88.625rem;left:3.125rem;display:block; }
#APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:121.5rem;left:14.75rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#dKqdGf0OmVHE98AIIlqH1kSglJcZytSx { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:92rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGgpOSgIeZ3U4Da0LiTHwrPo7Ri3cZO5 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:22.9375rem;width:68.75rem;top:115.1875rem;left:3.125rem;display:block; }
#twbb4K8EeWqFcxGy9BtTbchbwd8vPrlV { color:#000000;display:block;width:55.625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:117.5rem;left:14.75rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qEdvmRh8e6cH5Tsl57ci6owtJ05hfrfp { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:23.375rem;width:68.75rem;top:141.4375rem;left:3.125rem;display:block; }
#EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:149.125rem;left:7.25rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#IBcRWUZfioAMaJymLMAbd9zlf2kyRiBi { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:144.5625rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vybLp140JcceCssgf64NSccoFTz83EHp { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:196.25rem;left:8.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAaoSabZIwLFKZnOsp67sOMc9vttTimK { color:#000000;display:block;width:46rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:199.873046875rem;left:8.28125rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#aAaoSabZIwLFKZnOsp67sOMc9vttTimK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aAaoSabZIwLFKZnOsp67sOMc9vttTimK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:229.4375rem;left:28.75rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#z5R0rZpV0rLep7MTSRbDvSqG1xer0RNJ { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:225.25rem;left:15.4375rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiDN7aAncCyFVukcoWZR9oWzXKCTv4xB { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:252.625rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:257.4375rem;left:8.25rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#UJuTPQl47SCHw57KAsvfW00NDzEoBAMX { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:68.1875rem;left:3.125rem;overflow:hidden;display:block; }
#vZ479JgSp4WKXmZw2pwkUu1rJZGt91pu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:94.0625rem;left:62.5rem;overflow:hidden;display:block; }
#zZb3kGz5Rth2GvwwTU4nTZE6pSWAXM8R { position:absolute;display:block;z-index:15046;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.5rem;width:9.375rem;top:120.4375rem;left:3.125rem;overflow:hidden;display:block; }
#eMqHk0bfaDUtKAlWv4xF4wDqEZw3hCQZ { position:absolute;display:block;z-index:15047;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.5rem;width:9.375rem;top:146.875rem;left:62.5rem;overflow:hidden;display:block; }
#Lqfh8TLTfR0nknTsa4MRhFFaZDR8ZhQ5 { position:absolute;display:block;z-index:15048;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.5rem;width:9.375rem;top:172.875rem;left:3.125rem;overflow:hidden;display:block; }
#XoisdAcSEyRD8naeyQ8KGbMxvPxnfC6u { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:22.0625rem;width:68.75rem;top:168.0625rem;left:3.125rem;display:block; }
#SXHMEgnSTKl2tH8q0fThC83aqSzZGNU7 { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:170.6875rem;left:14.75rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOb4BFBnv5VrLBXg51UL1epA1HxqfNQE { position:absolute;display:block;z-index:15051;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:13.625rem;width:10.125rem;top:199.0625rem;left:55.9375rem;overflow:hidden;display:block; }
#zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:177.25rem;left:14.75rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#WHBqaNNsfb4INaW6rT4IXEHTZczVydXO { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:25.75rem;width:68.75rem;top:193.62467956543rem;left:3.125rem;display:block; }
#Mfbc85fl57re5mavTLrcsdvUQnb4BgJE { position:absolute;display:block;z-index:15052;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:8.3125rem;width:6.25rem;top:223.125rem;left:3.5625rem;overflow:hidden;display:block; }
#JbrwtXHDgkKcLoVvWJlfMLHO29d3ovpw { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:24.1875rem;width:68.75rem;top:222.5625rem;left:3.125rem;display:block; }
#Cxmbvc6VbA4qNhSwWTD9Han8Rewh1oLB { position:absolute;display:block;z-index:15055;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.5rem;width:9.375rem;top:255.875rem;left:62.5rem;overflow:hidden;display:block; }
#nWTqVzdZ07WVTpJZlx1T6rhUHTvruMp4 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:24.4375rem;width:68.75rem;top:249.875rem;left:3.125rem;display:block; }
#uC7W4GVcr13xurskIPs4sMm8AZZyCaWd { position:absolute;display:block;z-index:15057;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:8.8125rem;width:6.5625rem;top:285.5rem;left:7.0625rem;overflow:hidden;display:block; }
#wXN3hgQ7Cq0sW90oB1Vd84fxtRGloinE { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:23.375rem;width:68.75rem;top:278.1875rem;left:2.9375rem;display:block; }
#xeNS52PGmBOEHO4QwhTV2x3mGZeuTHKq { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:281.125rem;left:14.5625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTy6134DeTHDbJLKMutLo5QyHzsUotGE { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:285.25rem;left:14.8125rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#eTy6134DeTHDbJLKMutLo5QyHzsUotGE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eTy6134DeTHDbJLKMutLo5QyHzsUotGE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#JyC83CT0xQyWKoePp71H3aTQ11RKv9r0 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.812175rem;top:286rem;left:2.3125rem;overflow:hidden;display:block; }
#sxwgiNJAN9rJwTq0T8G4Up6zexrdiDBD { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:25.4375rem;width:68.75rem;top:310.1875rem;left:2.625rem;display:block; }
#TEGkptJ2ni9fQI5wNa6TQyKFp4am7a6D { color:#000000;display:block;width:52.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:313.1875rem;left:6.75rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:317.75rem;left:6.75rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#icGgNetJAOOaUvF86nOBhNb2rES4XctW { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.8125rem;top:319rem;left:59.4375rem;overflow:hidden;display:block; }
#A0ApQGcuiT1P1mxskieWKHh2etLfo4lT { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.8125rem;top:319rem;left:63.625rem;overflow:hidden;display:block; }
#C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:72.0625rem;left:14.75rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#BfWcyHurTheVZWuTqgXGwbwhAxFpddgw { color:#000000;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:96.625rem;left:7.25rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#BfWcyHurTheVZWuTqgXGwbwhAxFpddgw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BfWcyHurTheVZWuTqgXGwbwhAxFpddgw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#mrDh8nUVkuwfo8M5WtXsz7eSGiGX1vQ6 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:42.4375rem;left:62.541671752931rem;overflow:hidden;display:block; }
#eip1by7eLh8xVPvI2oq6Lx4FTXwhCNpb { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.8125rem;top:278.75rem;left:59.9375rem;overflow:hidden;display:none; }
#WwMFCC4pI7pSWyNPZ28Cvgy0PvCv6mlb { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:68.1875rem;left:3.125rem;overflow:hidden;display:none; }
#NQ50UMwrKIfOGJCgzmT5gIlWn2c3hRTN { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.75rem;top:224.3125rem;left:4.75rem;overflow:hidden;display:block; }
#bb4viRhniv1ELZmayXHEzunOP0NS3sfT { color:#125637;display:block;width:22.1875rem;position:absolute;font-family:"amsterdam one";font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:241.9375rem;left:3.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiXwLCs88gZpeHToKN2XU682HfqDvOhv { color:#000000;display:block;width:22.7498125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:244.375rem;left:3.5625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ax4mbl1QhdWiPixosVPxzbuHhlfQHPnx { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:68.1875rem;left:3.125rem;overflow:hidden;display:none; }
#Xl9EbRripEmKQxVFMBOFbHmHgM4pngo2 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:21.125rem;width:68.75rem;top:365.8125rem;left:2.6875rem;display:block; }
#tqAyurKLiLUcN6aQmixidZ4fsdUvRP60 { color:#000000;display:block;width:52.1248125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:368.4375rem;left:7.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT { color:#000000;display:block;width:52.937rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:372.375rem;left:7.25rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#vnlpvBDg6TP97ht8pka9TbvtoTRRf4sO { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.812175rem;top:372.46875rem;left:59.9375rem;overflow:hidden;display:block; }
#CDfJAChGrcOWgd8uErVbq45EqrkHsiJg { position:absolute;display:block;z-index:15068;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:8.0623125rem;width:5.99935rem;top:372.375rem;left:63.9384765625rem;overflow:hidden;display:block; }
#oOM7zesI3951FC2fySLStnck2m8tlZQ5 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:24.1875rem;width:68.75rem;top:338.4375rem;left:2.75rem;display:block; }
#VvOTRPMdIOBPDyM85G33pPHIkssfTyBr { position:absolute;display:block;z-index:15062;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:8.3125rem;width:6.1875rem;top:339.0625rem;left:6.375rem;overflow:hidden;display:block; }
#TiwRJoH3sNMXsCs4TdT0SaNuhPiyQo4P { color:#000000;display:block;width:47.6871875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:341.2470703125rem;left:22.25rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt { color:#000000;display:block;width:48rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:344.625rem;left:21.9375rem;height:15.625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
#nPGVh0RgfVXPdcIeJuHFTTmT2mltu36V { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.812175rem;top:339.375rem;left:2.53125rem;overflow:hidden;display:block; }
#trgnFoWzJNRMfozynUUuLWeT1sZ6O1Zr { color:#f154ad;display:block;width:60.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:304.625rem;left:5.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJgLZB16y4HwiRsLXOO7aM71o3sPpV11 { position:absolute;display:block;z-index:15042;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:18.8125rem;width:18.8125rem;top:341.375rem;left:3.125rem;overflow:hidden;display:block; }
#VCGoWGhuy4WCKkXksy349Eo1XVaWT5EN { color:#125637;display:block;width:17.1875rem;position:absolute;font-family:"amsterdam one";font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:357.875rem;left:3.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKqoL0actRfOK0VO3STQbb2G3KB3iTMw { color:#000000;display:block;width:22.749rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:360.0390625rem;left:1.15625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOq2zZi49DC9SE4VC9ZsXdbi5TPocLTU { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:5.812175rem;top:339.375rem;left:2.53125rem;overflow:hidden;display:none; }
#PXGzReLmdRhTKbnc7ZhVCCoWyGPsiN3y { position:absolute;display:block;z-index:15062;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:8.3125rem;width:6.1875rem;top:339.0625rem;left:6.375rem;overflow:hidden;display:none; }
#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container { background-color: transparent; background-image: none; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container > .video-iframe-container { display: none; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row > .video-iframe-container { display: none; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .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); }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container { border-width: 0; border-radius: 0; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#ze3bdBH1icUtreWsbGgECmDk0CSbO9z6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:5.2500057220459rem;left:10.211719512939rem;overflow:hidden;display:block; }
#Cxlun5IfedQhODpJZdZFiZTXd2TtLzox { background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:4.53125rem;left:27rem;display:block; }
#GZrx1M2kkaKnlOrJS5VlD7bKNc76WSif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container { background-color: transparent; background-image: none; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container > .video-iframe-container { display: none; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row > .video-iframe-container { display: none; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .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); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container { border-width: 0; border-radius: 0; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#caK6G08n1dH9rCN0fksPdGu3LOTxJ0lU { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.1875rem;width:35.4375rem;top:5.6875rem;left:1.9992179870606rem;overflow:hidden;display:block; }
#xd0KxkiyqXNRqhcNMvvvltZwyo9Grgkt { 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:67.5rem;width:67.5rem;display:none; }
#TzUFg6lgBT3E09nrCvThOCPbETrosF8T { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:35.3125rem;top:22.875rem;left:38.612500190735rem;overflow:hidden;display:block; }
#lTP6etukEnQCIcnxJDTIy8Gt8wfpdusl { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5625rem;width:35.4375rem;top:2.25rem;left:38.437500953674rem;overflow:hidden;display:block; }
#JoO45iW7D7vgcHQbTgXObdh8O7QkTBWg { position:absolute;display:block;z-index:15013;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.6875rem;width:35.4375rem;top:26.012500762939rem;left:1.9968748092651rem;overflow:hidden;display:block; }
#Wx8knoVXpLDeXXHU7nfOTeTokrV6EQWe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.4375rem;top:5.6875rem;left:34.798436164856rem;overflow:hidden;display:block; }
#flR9nBcJAadb7AAXplufhI80FEXJJTbp { position:absolute;display:block;z-index:15015;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.125rem;width:2.4375rem;top:2.5500001907349rem;left:70.735939979556rem;overflow:hidden;display:block; }
#rZLQ6OfHivlW5JrxoUsX0s0xIiaRxIIk { position:absolute;display:block;z-index:15016;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.125rem;width:2.4375rem;top:22.875rem;left:70.735939979556rem;overflow:hidden;display:block; }
#KLArI5JtDKsBhTh1RLQ9bbIUKDaFCxyz { position:absolute;display:block;z-index:15017;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.125rem;width:2.4375rem;top:26.012500762939rem;left:34.798436164856rem;overflow:hidden;display:block; }
#QBlQMmbRA7QyeB7HalizCObbrt2aITxd { box-sizing:content-box;height:0.25rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:#f8dcdc;background-image:none;top:13.75rem;left:2.625rem;display:block; }
#zTeSkThyRhTdJPhBFTx1odnfFLl3AT7G { box-sizing:content-box;height:0.25rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:#f8dcdc;background-image:none;top:13.75rem;left:16.21484375rem;display:block; }
#Ww49N12DZPRQU7OGTMTxMkg4oU7lkXSk { box-sizing:content-box;height:0.25rem;width:25rem;position:absolute;display:block;z-index:15020;background-color:#f8dcdc;background-image:none;top:16.5625rem;left:11.3125rem;display:block; }
#gTAsydZsbCcuysLc5Zg2URcSh1OzEyhr { box-sizing:content-box;height:0.25rem;width:22.875rem;position:absolute;display:block;z-index:15021;background-color:#f8dcdc;background-image:none;top:17.9375rem;left:4.375rem;display:block; }
#lwddBbJp0W3T8CwXR6yG9f6HJbGhKd6X { box-sizing:content-box;height:0.25rem;width:22.625rem;position:absolute;display:block;z-index:15022;background-color:#f8dcdc;background-image:none;top:10rem;left:48.9375rem;display:block; }
#eOK7WDVviwytJOvCzwyCSa6fUWUbG0Fr { box-sizing:content-box;height:0.25rem;width:21.875rem;position:absolute;display:block;z-index:15023;background-color:#f8dcdc;background-image:none;top:11.375rem;left:39.25rem;display:block; }
#PxrOWJ2HKietia0bQ2hsGswVgFv5QZLE { box-sizing:content-box;height:0.25rem;width:33.6875rem;position:absolute;display:block;z-index:15024;background-color:#f8dcdc;background-image:none;top:14.15625rem;left:39.25rem;display:block; }
#aVH9nKMxIpyGMeTTX4qm19iqJh18RZUS { box-sizing:content-box;height:0.25rem;width:33.6875rem;position:absolute;display:block;z-index:15025;background-color:#f8dcdc;background-image:none;top:15.541667938233rem;left:39.424480438233rem;display:block; }
#gVLAt102kCTVqlSPZGmCJI8W8HTCvN1s { box-sizing:content-box;height:0.25rem;width:18.5625rem;position:absolute;display:block;z-index:15023;background-color:#f8dcdc;background-image:none;top:17rem;left:39.25rem;display:block; }
#TrtQcpnOCuGP2QTfWEBr7MydcqdMEuK1 { box-sizing:content-box;height:0.25rem;width:33.6875rem;position:absolute;display:block;z-index:15025;background-color:#f8dcdc;background-image:none;top:35.5rem;left:2.6861991882324rem;display:block; }
#uzPEUNZQ064eCPZ6RmaXg7uIm7xBT2Xr { box-sizing:content-box;height:0.25rem;width:33.6875rem;position:absolute;display:block;z-index:15026;background-color:#f8dcdc;background-image:none;top:34.0625rem;left:2.8736991882324rem;display:block; }
#sbmI5qOl0vNXgfNb3OOvQDLkwAedANKZ { box-sizing:content-box;height:0.25rem;width:26.875rem;position:absolute;display:block;z-index:15027;background-color:#f8dcdc;background-image:none;top:29.3125rem;left:39.424480438233rem;display:block; }
#ATbamg5Dgk3ATd5PqGCNfTJAaxGOStO3 { box-sizing:content-box;height:0.25rem;width:33.6875rem;position:absolute;display:block;z-index:15026;background-color:#f8dcdc;background-image:none;top:33.416667938233rem;left:39.424480438233rem;display:block; }
#EnK3OLFtdsxr33ZVmmZVGVMXowz3PQtX { box-sizing:content-box;height:0.25rem;width:16.875rem;position:absolute;display:block;z-index:15028;background-color:#f8dcdc;background-image:none;top:32.043621063233rem;left:51.5625rem;display:block; }
#eQLuxaLglsDkKCp0aSQ862bgrr9bxUPH { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#rTkbOxxOzTGBZzr1VLT3BBK3iLmBCFDI { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#LKrGhqhDLU4zaAtlQqorVRKny5vQCUu1 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#lkqKzsklA6CsTNvpwSNPQ1Gc1C5d23u9 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#drA0Te4o9ZxZT8hKrez1elge1fDccRNs { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#VxdEfa322NIBhyFV8AIVA0nupKf47cGV { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#n0FQ1RDeTn7fBTorWU5PtVaZTUtEgMn2 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#Tt8dRlH2C20uJ7JDW1qM7ssluc2EWTNZ { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#Jq08EzLfDD25hPlRNS63hqh2CSBJdVp3 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#St10nwDTAumH1v1fza2gMBGqJD0mnRXf { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#Id2qmRK2AZkw63kiUh0AqQSiqT8DUUlt { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#sda9ZUWJaceDIQ6MtPRUW2WapQqo9Ok8 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#XuhFEDmTNaoPGDTBgQTzD2ZFaGvC1RdJ { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#UguRNh5xyEXBDZTw30G89tzOEyMFxrfv { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container { background-color: transparent; background-image: none; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container > .video-iframe-container { display: none; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row > .video-iframe-container { display: none; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .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); }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container { border-width: 0; border-radius: 0; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#h4DwGOSBoms0vMPMHgrNUTniSJNEmuOF { 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:14.25rem;width:14.25rem;top:13.64218711853rem;left:49.471876144409rem;overflow:hidden;display:block; }
#OANOp7SXHTc12DMM2XxguHy3IpRTxRBX { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.56875038147rem;left:9.375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKaASAIwIdUUsoD0WiuATtLcNvwVvwL2 { color:#0e5246;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:13.125rem;left:3.125rem;height:13.8125rem;font-style:normal;display:block; }
#Hie01I5SdDw4X3aLHaM3QrePeXQTQynA { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.25rem;left:14.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJKiyzC0iXBiT9PqlJTQmfZotrieADI7 { color:#125637;display:block;width:68.75rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4869804382324rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hquhVZRtZSXGBJxSMwhr0H4Xcz0zy7rz { color:#f154ad;display:block;width:36.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.1875rem;left:9.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container { background-color: transparent; background-image: none; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container > .video-iframe-container { display: none; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row > .video-iframe-container { display: none; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .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); }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container { border-width: 0; border-radius: 0; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#DcUka46ee5X2b1dw6PZPB2r6xTNH6RAm { color:#0e5246;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:0rem;left:63.75rem;height:13.8125rem;font-style:normal;display:block; }
#U6kEKeHNn4QdOmn6MMWxfIaEy3FoWxHm { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.0046882629394rem;left:23.875001907349rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SinFra60SmHfBAL14EbQZ7FK5y8KKgUE { color:#f154ad;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3125rem;left:23.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FIa9Tf3OAHudt9m4Qcik7wE6t360oH1L { 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:14.9375rem;width:14.9375rem;top:0rem;left:3.9507808685302rem;overflow:hidden;display:block; }
#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container { background-color: transparent; background-image: none; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container > .video-iframe-container { display: none; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row > .video-iframe-container { display: none; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .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); }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container { border-width: 0; border-radius: 0; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#H5gAD1yMVC65LIPQGeIVRVWnZL0xqVfm { color:#0e5246;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:1.875rem;left:3.125rem;height:13.8125rem;font-style:normal;display:block; }
#KVweuMc1h7rJ9H3Xaq1SU26ZgtH2SgUm { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.2734508514406rem;left:10.125rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OCmNofHKETNq3MXuWzfUKVhaf38n10zN { color:#f154ad;display:block;width:39.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.9375rem;left:10.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8Rtmf3rqnXAGA1LyfgkTwGTyOypTxoR { 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:16.125rem;width:16.125rem;top:0.24609375rem;left:50.465623855591rem;overflow:hidden;display:block; }
#gAnn3tXmnDVD4VSfSE55NdCcZo4Szmu1 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.75rem;left:26.5625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container { background-color: transparent; background-image: none; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container > .video-iframe-container { display: none; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row > .video-iframe-container { display: none; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .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); }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container { border-width: 0; border-radius: 0; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#vyCNKoRnrwxa1AwhZSpOKsp9OyLuLfFZ { color:#0e5246;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:0rem;left:63.75rem;height:13.8125rem;font-style:normal;display:block; }
#gFvnvOlZcJkbaP0myTfQzKB4bBDhiLeq { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.2125005722046rem;left:25.062501907349rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1tGM09FOiXtV81MVxdK8CQ70h7heG9d { color:#f154ad;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:25.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEA77ie8gvOK8CJVHSu1fxK5ayDSvLSO { 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:13.75rem;width:13.75rem;top:1.09375rem;left:4.37109375rem;overflow:hidden;display:block; }
#bnx4XTPuMwx2KT9J48grXtfAVmCTbLpc { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:25.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A2eQ0sltiA12dh85v3F4RmFZDK2ad5Xy { color:#0e5246;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:15.999307632446rem;left:1.8741855621338rem;height:13.8125rem;font-style:normal;display:block; }
#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container { background-color: transparent; background-image: none; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container > .video-iframe-container { display: none; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row > .video-iframe-container { display: none; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .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); }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container { border-width: 0; border-radius: 0; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#s9dzEUNHCH0M0vbJQGcmqShHW3a3xDvT { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.9121208190919rem;left:10.3125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K2mmbP33VQn0nLBVFNNKMPX8yDs3wgPE { color:#f154ad;display:block;width:41.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.3125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aafhBMTJpVAi6CQZF2373U6poTS3ioeH { 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:14.875rem;width:14.875rem;top:0rem;left:57.27499961853rem;overflow:hidden;display:block; }
#NVoox57rMmbPvlIB2Ri8yHDMbwwf9OeK { color:#0e5246;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:15.999307632446rem;left:1.8741855621338rem;height:13.811875rem;font-style:normal;display:none; }
#gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs > .row .container { border-width: 0; border-radius: 0; }#gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:none; }#WTuUsz23xktQTUtqmT1zaUcHNo9TfRyV { color:#000000;display:block;width:48.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.900390625rem;left:10.125rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O1gmTkHA4IWXpePdTII2WN8eisRTohFI { color:#f154ad;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container { background-color: transparent; background-image: none; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container > .video-iframe-container { display: none; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row > .video-iframe-container { display: none; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .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); }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container { border-width: 0; border-radius: 0; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#syhFBs955BmQWF2ZODFh0HckwzmLbHLz { color:#f154ad;display:block;width:53.6875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3125rem;left:15.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ExCSLZHryq45I5RQzZ93CJM09xI2rkrW { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.75rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThdEMGp7LyD0ZbVKTSDSifLLSq9bw6a0 { position:absolute;display:block;z-index:15016;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:11.6861875rem;width:8.6246875rem;top:1.1872959136963rem;left:2.6871738433838rem;overflow:hidden;display:block; }
#ua7TGzxKl3VXWtBXiztlryMTeaaAITxA { color:#0e5246;display:block;width:7.4365rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:0.12451171875rem;left:63.73779296875rem;height:13.8125rem;font-style:normal;display:block; }
#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container { background-color: transparent; background-image: none; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container > .video-iframe-container { display: none; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row > .video-iframe-container { display: none; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .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); }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container { border-width: 0; border-radius: 0; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#d1XShiGK2k2e6gwTsuGyTKtoP6UcxoHe { color:#f154ad;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1871757507324rem;left:11.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLT8v2uvmWndyzz8PZufXbdOU5rTiorn { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:11.875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nc0TrLpV58t0qOPtZngNzxlXTI2H4DcO { 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:10.4375rem;width:14.8125rem;top:2.8743076324463rem;left:54.87385559082rem;overflow:hidden;display:block; }
#rdLymmOMdtL8Nudi84ZnTncuWqJWBms9 { color:#0e5246;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:1.21826171875rem;left:2.31201171875rem;height:13.8125rem;font-style:normal;display:block; }
#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container { background-color: transparent; background-image: none; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container > .video-iframe-container { display: none; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row > .video-iframe-container { display: none; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .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); }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container { border-width: 0; border-radius: 0; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#cBb798APUqqQuk2hGnZnXH5XqcvfFI7a { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5625rem;left:18.6875rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tX5etSxRiEp0kDlsSdiy7cxCT85DBkLM { color:#f154ad;display:block;width:37.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZNq8bkGTMRapBM9l49THrvBaSPluOhV { color:#0e5246;display:block;width:9.3123125rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #c1aba6;top:1.2182197570801rem;left:63.3740234375rem;height:13.8125rem;font-style:normal;display:block; }
#GACQHCIxiM1B2ffOcTKoeOwKz68Ibf1d { 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.8748125rem;width:15.8748125rem;top:16.24995803833rem;left:0rem;overflow:hidden;display:none; }
#JOsHOJTWsIXSqwT1wAOR4Wh05gzUoPyK { 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.8748125rem;width:15.8748125rem;top:0.37516403198242rem;left:0rem;overflow:hidden;display:block; }
#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 { position:relative;display:block; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 { background-color: transparent; background-image: none; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row .container > .video-iframe-container { display: none; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row > .video-iframe-container { display: none; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .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); }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 { border-width: 0; border-radius: 0; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FIdtCyad4Ambfnd7p4AJKwgrFzVSd34C { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.250000476837rem;left:26.875rem;height:19.00349375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eAchalGV76bLXCTBpWdgS6dSUFkae0oo { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.250000476837rem;left:51.25rem;height:19.0034625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G13Hc4TE0MHffTiHToJrJP5wlSE8OWKz { color:#0e5246;display:block;width:60.0625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5240893363952rem;left:7.46875rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmsyzBMVsWcRTSTmL4g9fx2yCpL4P8Su { position:absolute;display:block;z-index:15017;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.8125rem;width:3.8125rem;top:9.1250009536744rem;left:10.59375rem;overflow:hidden;display:block; }
#u6yM0ExGTKnlMvdoSsLTsfDFDSOkPCLk { color:#000000;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.624348640442rem;left:1.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#I1TuT3SDHFUixGxwo4ObTHMIoGotHpg4 { position:absolute;display:block;z-index:15019;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.8125rem;width:3.8125rem;top:9.1250009536744rem;left:35.59375rem;overflow:hidden;display:block; }
#HuK7H6QI2b4oUJAQA1S0a8myInCc25V1 { position:absolute;display:block;z-index:15018;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.8125rem;width:3.8125rem;top:9.1250009536744rem;left:60.59375rem;overflow:hidden;display:block; }
#meS7FBbZKpOCsHCmiLtfPVCdyeEOZoES { color:#000000;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.624348640442rem;left:26.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#OQH06vmM7LP8vrahOANLkivMyN8adhcd { color:#000000;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.624348640442rem;left:51.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y { position:relative;display:block; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y { background-color: transparent; background-image: none; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row .container > .video-iframe-container { display: none; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row > .video-iframe-container { display: none; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .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); }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y { border-width: 0; border-radius: 0; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#smcQMputyb7p290lqXhmILvZWgX6QJSD { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.250000476837rem;left:26.875rem;height:19.00349375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wdkusF2dkJAfTaczEonldnZafIe4IPoZ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.250000476837rem;left:51.25rem;height:19.0034625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Hci4cfztnISCPeg6NeEN42kJcQRiQwmv { position:absolute;display:block;z-index:15017;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.8125rem;width:3.8125rem;top:2.875rem;left:10.625rem;overflow:hidden;display:block; }
#mZVmMobM3OrIAAVPvMKHnt0BlsqTU62I { color:#000000;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dbkwrhiIHEG1m76GaSqbQ6p1HCQQGJyO { position:absolute;display:block;z-index:15019;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.8125rem;width:3.8125rem;top:2.875rem;left:35.625rem;overflow:hidden;display:block; }
#m3F8Ea0o0ee1dNtGVTMZIwsJkGy2JTug { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:5.8125rem;top:0rem;left:59.59375rem;overflow:hidden;display:block; }
#uaNFp910OrMSeMqdwfuzH1X4FCVDT5PQ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.375rem;left:26.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#da8X8N22OhvIZ20xNpKAEcvkrk8KbMcf { color:#f154ad;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.3743495941163rem;left:51.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl.adaptive-delivery-prevent-bg, #pibPOO1Gal44wdqToUnSb1JsUFtX3NDl.lazyload, #pibPOO1Gal44wdqToUnSb1JsUFtX3NDl.lazyloading { background-image: none; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container { background-color: transparent; background-image: none; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container > .video-iframe-container { display: none; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row > .video-iframe-container { display: none; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .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); }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container { border-width: 0; border-radius: 0; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#Wh9AL5CBKmEcTHBugFMTDp8nLIoP2TEc { color:#ffffff;display:block;width:63.25rem;position:absolute;font-family:"montserrat 2";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.60546875rem;left:3.375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMTi6tc1VsLeK9ILVZ3Cipqby1RPgxe6 { color:#ffffff;display:block;width:67.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.59375rem;left:3.59375rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FcUPM577RIXIV5K7kpXW5nvuN6aGl8iT { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0477447509766rem;left:3.125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Zu698xKpzF7HamwR0TVlxwbKOpPzqCDc { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;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; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container { background-color: transparent; background-image: none; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container > .video-iframe-container { display: none; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row > .video-iframe-container { display: none; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .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); }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container { border-width: 0; border-radius: 0; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#C16g0H2ACDRxZPU6fNfGtyEvAe1D8TU9 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.96875rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRLDIqgepq7Dt4Ev4FOyc5MuSiNHxoKs { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.3125004768369rem;left:26.96875rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#up91WD3TTeSKLgtaEbQcQaQwA1sTnrie { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.3125004768369rem;left:51.96875rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9Qk3HH2DKbiZqseOpJnsoATGONT6u1h { color:#f8dcdc;display:block;width:25rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:1.9999217987061rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyBB0nh159RfaoVEwR1vCI8orGme5880 { color:#f8dcdc;display:block;width:25rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:1.9993491172791rem;left:25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnX8kWMwoGx6H5Jx1tlww2uDH5Uh196x { color:#f8dcdc;display:block;width:25rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:1.9993491172791rem;left:50rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM.adaptive-delivery-prevent-bg, #drSCDLZlBdDsi01WICzDbOkWoT8nwMuM.lazyload, #drSCDLZlBdDsi01WICzDbOkWoT8nwMuM.lazyloading { background-image: none; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container { background-color: transparent; background-image: none; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container > .video-iframe-container { display: none; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row > .video-iframe-container { display: none; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .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); }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container { border-width: 0; border-radius: 0; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#E6UNzG4cWpBx5q3Qt9AD1CxM36rekU0d { color:#ffffff;display:block;width:67.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.2812502384186rem;left:3.59375rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZtSt1PqFK11GiRQ4ekT6zLo8coGCEvfC { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0477447509766rem;left:3.125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KJmXqPWJyf1LLlfsMXvfhA9QukppJ9Nz { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W4MpIz3HtnnsG0KZqTKzTT56f6XNZh9f { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container { background-color: transparent; background-image: none; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container > .video-iframe-container { display: none; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row > .video-iframe-container { display: none; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .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); }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container { border-width: 0; border-radius: 0; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#rsM779h3fTcNRcB8gBcI60rudLlQFkJz { color:#050404;display:block;width:66rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.9375004768372rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2dqdOrfh7U03BwqtNCCAogrWSASs0T0 { color:#040303;display:block;width:43.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.531291007996rem;left:0rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNh24ekNIte9EDmLwB16dnnMef7Xqrx8 { background-color:#0e5246;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#eaf1f0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.87044375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:34.796224117279rem;left:8.375rem;display:block; }
#yOubTOFTCQlxlsUzLfu2SHBCsSUk16BM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1TrtAWVZIxUya8gWMnlrQRnlyOONuEu { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:7.4664063453675rem;left:43.750000953674rem;overflow:hidden;display:block; }
#trOSWXdM491rcvFTAI1UC8cymSOqLfo8 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:5.1492187380791rem;left:65.024216651919rem;overflow:hidden;display:block; }
#qiXx3T8G7Ca5WxXlglMcDXOid3tK727U { position:absolute;display:block;z-index:15034;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:8.375rem;width:8.375rem;top:29.643751144409rem;left:33.312500953674rem;overflow:hidden;display:block; }
#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container { background-color: transparent; background-image: none; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container > .video-iframe-container { display: none; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row > .video-iframe-container { display: none; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .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); }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container { border-width: 0; border-radius: 0; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#ctMm6T4GAp2i6GeH9ycQdGL1tSuQFxvG { color:#125637;display:block;width:27rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.6868495941162rem;left:24.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;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; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container { background-color: transparent; background-image: none; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container > .video-iframe-container { display: none; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row > .video-iframe-container { display: none; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .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); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container { border-width: 0; border-radius: 0; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#t1Zb4bydk7ulDfk4yVMIHD9H8fEqvGaP { 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:67.5rem;width:67.5rem;display:none; }
#NEJxO5FliyMVUn5woOuKdp92b2LfG6Qa { box-sizing:content-box;height:48.625rem;width:35.6875rem;position:absolute;display:block;z-index:15010;background-color:#f3f3f3;background-image:none;top:2.3746643066406rem;left:0.74951171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;display:block; }
#Fq0VFT6pOTIgXRugu0CmCqAatSTk1pXz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:4.18701171875rem;left:39.43603515625rem;overflow:hidden;display:block; }
#J9mIx0VRGALcTm2dJEbdDTsAd1KyeaUI { color:#0e5246;display:block;width:29.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:3.7483720779419rem;left:4.0625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmOxXXuEDySBd4dAaQuPKMbOmZ1a1x7u { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:4.18701171875rem;left:1.9368476867676rem;overflow:hidden;display:block; }
#UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 { color:#0e5246;display:block;width:33.6875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:6.6609697341919rem;left:1.93603515625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5abc9375-8e42-44f3-8de0-9e9f070502ba/SocialManagerkigrafikinalandingi4.png); }
#vPR2x8oG5FgZPD4UhNh0ZQ4qykn4TpBv { color:#0e5246;display:block;width:28.562rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:3.7483720779419rem;left:41.966957092285rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uH99m8kI5RKrTeaHmByH4We7iZ1Lgprm { box-sizing:content-box;height:48.5625rem;width:35.6875rem;position:absolute;display:block;z-index:15011;background-color:#f3f3f3;background-image:none;top:2.373046875rem;left:38.40576171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;display:block; }
#M5Pw4Xeo2W7ZqihOWdbtWcsXxmi53vex { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:7.625rem;left:39.4375rem;overflow:hidden;display:block; }
#bATo4CloJ54kHb3XQIaKum3FBzazpC5o { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:11rem;left:39.4375rem;overflow:hidden;display:block; }
#BbBSDHZInpb7lw9cThuiZ1o6UZkOlVCe { color:#0e5246;display:block;width:31.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:10.5625rem;left:41.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZvZQAxQF2s4qaa3GDNDNaf4yRTF3ntGH { color:#0e5246;display:block;width:31.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:7.1875rem;left:41.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DeZQdJdAO26kUg6hBeFWg8DirliGigew { color:#0e5246;display:block;width:31.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:13.875rem;left:41.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wo0WWuSeMG25C1059pHpPqyO1c5OuiJh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:14.375rem;left:39.4375rem;overflow:hidden;display:block; }
#FBnZoTMAFTXkEJ7s773ksN7mttZxora5 { color:#0e5246;display:block;width:31.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:17rem;left:41.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhZqHwBTUTVzLJQHXFt7eVGITJualng0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:17.4375rem;left:39.4375rem;overflow:hidden;display:block; }
#wc5F6fwteIxWHwmvBg94SMlczdBFhm0K { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:21.125rem;left:39.4375rem;overflow:hidden;display:block; }
#BNwSIV8H4fSavyXbBCrXJ19x8eiNS1iw { color:#0e5246;display:block;width:26.125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:20.4375rem;left:41.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufsUsLtLaN4qO7EsCHXiD43MeGkExGSN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:26.75rem;left:39.4375rem;overflow:hidden;display:block; }
#FocZmnX95UtmEAkZvAehu8LPLiKeoabq { color:#0e5246;display:block;width:28.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:26.3125rem;left:42rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfRz5XQ7VNgcrFPyZXMhkgrT0vJocfhv { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1873125rem;width:16.1873125rem;top:33.58154296875rem;left:54.39208984375rem;overflow:hidden;display:block; }
#CZhF7rJaSidW1lTM5gsMikJRy403okyT { color:#125637;display:block;width:9.187rem;position:absolute;font-family:"amsterdam one";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:43.826496124267rem;left:42.841796875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTPRvOwr6paGJsvZNMQ6Nkl9LnZfZ2kf { color:#125637;display:block;width:2.8125rem;position:absolute;font-family:"amsterdam one";font-size:1.5625rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:36.441242218017rem;left:69.58984375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rigiXXA3Ik3Ub4NWghzN1pATfIdq1hbn { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:30.1708984375rem;left:39.43603515625rem;overflow:hidden;display:block; }
#D8cpVBA3GSvzn8n39GQGTGl7kJPqqayh { color:#0e5246;display:block;width:28.499375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:29.733072280884rem;left:41.99951171875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container { background-color: transparent; background-image: none; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container > .video-iframe-container { display: none; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row > .video-iframe-container { display: none; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .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); }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container { border-width: 0; border-radius: 0; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#RwwXRpizd9eisgwA9eDbBduaBQWNarXc { color:#125637;display:block;width:27rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.6868495941162rem;left:24.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPWvhAWOhWWh7Riarod7ntTzwsnvbTMm { box-sizing:content-box;height:64.875rem;width:35.6875rem;position:absolute;display:block;z-index:15011;background-color:#ffe7f3;background-image:none;top:9.9375rem;left:38.211139359288rem;border-top:0.1875rem solid #f154ad;border-left:0.1875rem solid #f154ad;border-right:0.1875rem solid #f154ad;border-bottom:0.1875rem solid #f154ad;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;display:block; }
#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container { background-color: transparent; background-image: none; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container > .video-iframe-container { display: none; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row > .video-iframe-container { display: none; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .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); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container { border-width: 0; border-radius: 0; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:75rem;position:relative;display:block; }#X1u2s3VAG6FHJGdKLvT1FngeecdZkfb2 { 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:67.5rem;width:67.5rem;display:none; }
#RiX4XlElD8f7GvKnmdHOF6XzEhNhbFT1 { color:#040303;display:block;width:30.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.625rem;left:3.9375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSW79V6tqWySUs2q6mWAqtXTlQLggF7W { color:#040303;display:block;width:30.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.3125rem;height:18.125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#nSW79V6tqWySUs2q6mWAqtXTlQLggF7W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nSW79V6tqWySUs2q6mWAqtXTlQLggF7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fea2172c-23cd-47d2-9be7-11eb403e2e8c/zapisane.webp); }
#eMybJKhbzq1GPUgNt8f0KxPWzTD7sadO { color:#040303;display:block;width:30.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:39.373371124267rem;left:3.28125rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q5uBEz5yqNM9tWAb9MOowaf16D0Dhx9o { color:#ff66c4;display:block;width:24.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.625rem;left:43.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;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; }
#udGelKGQNdt8oQVGckvcxeWIkClVuycw { color:#040303;display:block;width:30.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.239584445953rem;left:40.78125rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#udGelKGQNdt8oQVGckvcxeWIkClVuycw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#udGelKGQNdt8oQVGckvcxeWIkClVuycw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acb20ddc-61ba-44a8-aeb5-b5eb2148955b/SocialManagerkigrafikinalandingi5.png); }
#hzMCCgp6eF0lnPv4z00dZXLuHbNOp6WL { color:#040303;display:block;width:30.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.8828125rem;left:40.78125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1O7bHbzaB9xTSHwOaKxMsmpFUyQlPUf { color:#125637;display:block;width:27rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:8.2395834922788rem;left:42.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWZytSMZufm7hEH3E4naVNCEaRnNA2JF { color:#ff66c4;display:block;width:14.2480625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.355469703674rem;left:49.125436782837rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#aUEwNtsCZLIAwtTyTrHuolwR1LJlVlsL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15041;background-color:#f154ad;background-image:none;top:37.488605499267rem;left:46.875rem;display:block; }
#azD6EvgqrBZtJg740wkrTLzQFSJznP6Q { color:#040303;display:block;width:30.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:38.6748046875rem;left:41rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s7xGk9rNS73R7LQNPWUrQARZdb10rhod { position:absolute;display:block;z-index:15019;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:8.499375rem;width:6.25rem;top:39.738768100739rem;left:29.73876953125rem;overflow:hidden;display:block; }
#ADIqLcGbOATSmMuFZFfCKv9QU6hHnfgS { position:absolute;display:block;z-index:14999;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:18.6246875rem;width:33.3121875rem;top:0.5625rem;left:2.125rem;overflow:hidden;display:block; }
#L9SfT9tbcGPQnzNCGWgbxRXf0gMoW70z { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9365234375rem;width:1.5625rem;top:48.3623046875rem;left:66.125rem;overflow:hidden;display:block; }
#ke3QiTebqfrksTnZlcPZQdPByT129csD { background-color:#125637;background-image:none;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: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#eaf1f0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.8701171875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:52.6875rem;left:45.3125rem;display:block; }
#h6GtlnIaxwLeKf8FE8XiwMFMKvBog1eG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJzspznyQzhi4XzkKN8CulLGEl0pTUOh { background-color:#f154ad;background-image:none;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: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;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:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.8701171875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:58.5634765625rem;left:45.3125rem;display:block; }
#kAss71ZLoeiTGwTFTN6GtnkRPL6eASsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqaaFcxtqJTOI7dCizB4yBGBONOZx0WQ { color:#0e5246;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:55.62109375rem;left:3rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;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; }
#E3zH11LrUqtqmyN3dplDe0E09HG6obCe { box-sizing:content-box;height:64.875rem;width:35.6875rem;position:absolute;display:block;z-index:15011;background-color:#ffe7f3;background-image:none;top:9.9375rem;left:38.211139359288rem;border-top:0.1875rem solid #f154ad;border-left:0.1875rem solid #f154ad;border-right:0.1875rem solid #f154ad;border-bottom:0.1875rem solid #f154ad;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;display:none; }
#n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar > .row .container { border-width: 0; border-radius: 0; }#n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:none; }#ZIIJRgTyoN9EhOwvbOFihDW4iv6a5x1u { color:#125637;display:block;width:52.8125rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.6236991882324rem;left:13.0615234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container { background-color: transparent; background-image: none; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container > .video-iframe-container { display: none; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row > .video-iframe-container { display: none; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .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); }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container { border-width: 0; border-radius: 0; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#IRz9rs0ByEXuJRUunBE1tvU1iT4LRMd1 { color:#040303;display:block;width:36.624375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.375rem;left:34.4375rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ecqddg1sHB0BbK5DCbIPXHI05WbAgHv9 { color:#0e5246;display:block;width:35.7495rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6875rem;left:34.4375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ozAm9AIL1sdFrh64HeUcAaqmKgwMJcsv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:40.25rem;top:53.666809082031rem;left:0rem;overflow:hidden;display:none; }
#UCqhNv7dlwiSNWPHWb3LDRHyLVCOyo8m { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:40.2498125rem;top:0.041545867919922rem;left:0rem;overflow:hidden;display:block; }
#tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat > .row .container { border-width: 0; border-radius: 0; }#tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:none; }#daWMpsUnWwfAa2KN1PTavUD4qMdI4d8K { color:#040303;display:block;width:36.624375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.04150390625rem;left:34.374183654785rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNuR9UdxJc2bfiINWoiWVpIkTqkqSQtr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:40.25rem;top:53.666809082031rem;left:0rem;overflow:hidden;display:none; }
#dD6Jt4G6uz0do7iO2iz1T9irmeFTfrtC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:40.2498125rem;top:0.041545867919922rem;left:0rem;overflow:hidden;display:block; }
#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF { 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; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container { background-color: transparent; background-image: none; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container > .video-iframe-container { display: none; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row > .video-iframe-container { display: none; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .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); }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container { border-width: 0; border-radius: 0; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;position:relative;display:block; }#anqDHbbhyMtDCCUcpbbO29WGH7QPIMo4 { color:#ff66c4;display:block;width:33.25rem;position:absolute;font-family:"amsterdam one";font-size:2.25rem;font-weight:400;z-index:15009;line-height:2.6;letter-spacing:0;top:14rem;left:0rem;height:5.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMxBbC1fr8rFdcobOpiMyHOgxilr5fTG { color:#000000;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:21.75rem;left:6.625rem;height:20.3125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#bopdEmrxsDu60SQ4NoIHG6Powff5VNJ9 { color:#ff66c4;display:block;width:56.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:61.341796875rem;left:6.625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Pbqpx30qdX668hd6JPnUNnegteWl21H3 { color:#ff66c4;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1875rem;left:6.625rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;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; }
#wRgkZDW7maorA82yDlwQVhrxxxTV91dI { color:#0e5246;display:block;width:37.375rem;position:absolute;font-family:"amsterdam one";font-size:1.75rem;font-weight:400;z-index:15010;line-height:2.6;letter-spacing:0;top:6.8125rem;left:4.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXvvPu9tU0t2fqy3liK7pHRJ3NhFXrvW { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:37.375rem;top:5.6875rem;left:37.625rem;overflow:hidden;display:block; }
#w81GhW2dn3gO0Fsra8vmveXOXiNzoibO { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:0rem;left:63.250000953675rem;overflow:hidden;display:block; }
#pS9oKa8sDJHMxF9cPQiID9p5zZBbS0U1 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:58.307943344116rem;left:51.1875rem;overflow:hidden;display:block; }
#Fe4AbpsqPdx6emBq6XiVOaLTSE5g5XKS { position:absolute;display:block;z-index:15017;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:8.8125rem;width:8.8125rem;top:62.466796875rem;left:0rem;overflow:hidden;display:block; }
#SDZyX8oa4h7yyvGiEyXebeWS2buWP3k8 { 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:42.1875rem;width:75rem;display:none; }
#if0xQ9T8xHxcJ38ZJrmVZzJ77DpNGCe9 { position:absolute;display:block;z-index:14999;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.5rem;width:27.6875rem;top:9.375rem;left:2.78125rem;overflow:hidden;display:block; }
#wifairtrscQd2z86mF6af3xfapami9K5 { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:45.75rem;left:6.625rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container { background-color: transparent; background-image: none; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container > .video-iframe-container { display: none; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row > .video-iframe-container { display: none; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .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); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container { border-width: 0; border-radius: 0; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#B9AxQQB5EIlwFq6Re8IpMEN4ntRSayVd { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.625rem;width:37.375rem;top:3.9375rem;left:0.0625rem;overflow:hidden;display:block; }
#vOMv6dvUzRvHyGPQmvIS6Toty5LOfaXv { 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:3.125rem;width:2.4375rem;top:4.25rem;left:34.625rem;overflow:hidden;display:block; }
#udyvWiezIBX3QqlTP8mCZ0q6erTG6SEP { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9375rem;width:37.375rem;top:22.6875rem;left:0rem;overflow:hidden;display:block; }
#UqyrKykrP88eW3DG4V3tpXze08vBLcTe { 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:3.125rem;width:2.4375rem;top:23.0625rem;left:34.5625rem;overflow:hidden;display:block; }
#h1oudTdlHhUQEV2iQ99ZTSaFvRadslfp { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:43.3125rem;width:29.1875rem;top:0.78125rem;left:41.656250953674rem;overflow:hidden;display:block; }
#xNqwc0zDNSnEgaCn4T0qihDwXAUN61Ws { 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:3.125rem;width:2.4375rem;top:0.78125rem;left:68.206254005431rem;overflow:hidden;display:block; }
#ZVCXnvkosmf3RfccWuAPmnXf9iUXTBSe { 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:67.5rem;width:67.5rem;display:none; }
#UbH6yUkL3KUon2PQ3fTKPFw8Tb77Dl3k { box-sizing:content-box;height:0.25rem;width:33.125rem;position:absolute;display:block;z-index:15036;background-color:#f8dcdc;background-image:none;top:15.6875rem;left:0.75rem;display:block; }
#GBZVB3oFv63ZXTAHZoTTwcBzca1SQp5i { box-sizing:content-box;height:0.25rem;width:34.375rem;position:absolute;display:block;z-index:15037;background-color:#f8dcdc;background-image:none;top:32.65625rem;left:0.75rem;display:block; }
#ImlD3ap5ycVStT5yMziqc1hS2QBv2c5M { box-sizing:content-box;height:0.25rem;width:30.625rem;position:absolute;display:block;z-index:15038;background-color:#f8dcdc;background-image:none;top:38.375rem;left:3.5625rem;display:block; }
#xgqwuKGDsFBHW0ZhmPs2E9RZWGpxAqi5 { box-sizing:content-box;height:0.25rem;width:30.625rem;position:absolute;display:block;z-index:15039;background-color:#f8dcdc;background-image:none;top:33.9375rem;left:0.75rem;display:block; }
#iMzGEAlPywmNV1LSnipCNwW98OtlCVDS { box-sizing:content-box;height:0.25rem;width:26.875rem;position:absolute;display:block;z-index:15040;background-color:#f8dcdc;background-image:none;top:39.8125rem;left:0.75rem;display:block; }
#lwa3nn1ndvUrnxuhxnCiwamaLNX7ki8U { box-sizing:content-box;height:0.25rem;width:29.375rem;position:absolute;display:block;z-index:15041;background-color:#f8dcdc;background-image:none;top:31.125rem;left:4.0625rem;display:block; }
#UusUMEmvOGl5biZvDSF7Z561cpCkbqvG { box-sizing:content-box;height:0.25rem;width:7.5rem;position:absolute;display:block;z-index:15040;background-color:#f8dcdc;background-image:none;top:35.375rem;left:0.75rem;display:block; }
#HuOvifwZ2C3aVZX1K5sC52SDM00UkTLH { box-sizing:content-box;height:0.25rem;width:12.5rem;position:absolute;display:block;z-index:15041;background-color:#f8dcdc;background-image:none;top:14.25rem;left:22.104167938233rem;display:block; }
#RFTTzH0ITRX75G7GR1uos9u9NBdnTh3U { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15041;background-color:#f8dcdc;background-image:none;top:17.166666984558rem;left:0.75rem;display:block; }
#P6G4MhU3nS3QNpoTOxJMi3LDGBNTmunN { box-sizing:content-box;height:0.25rem;width:26.875rem;position:absolute;display:block;z-index:15041;background-color:#f8dcdc;background-image:none;top:15.75rem;left:42.09375rem;display:block; }
#RtJ5Vn8NEFJmn5aKIRPkq6tFgxtfxRtb { box-sizing:content-box;height:0.25rem;width:26.875rem;position:absolute;display:block;z-index:15042;background-color:#f8dcdc;background-image:none;top:16.833333969116rem;left:42.09375rem;display:block; }
#TxFGXpNrWADZRzwMC98bz8TgDSp0TMsP { box-sizing:content-box;height:0.25rem;width:24.375rem;position:absolute;display:block;z-index:15043;background-color:#f8dcdc;background-image:none;top:18.125rem;left:42.09375rem;display:block; }
#y4g5bb5h02rQRJJ0EKfiWJxe3HohpJhC { box-sizing:content-box;height:0.25rem;width:28.75rem;position:absolute;display:block;z-index:15044;background-color:#f8dcdc;background-image:none;top:19.25rem;left:41.96875rem;display:block; }
#g8DOz1RA39CcSlLTg6A9bi6ti3H6cFBu { box-sizing:content-box;height:0.25rem;width:26.875rem;position:absolute;display:block;z-index:15044;background-color:#f8dcdc;background-image:none;top:20.375rem;left:42.09375rem;display:block; }
#TEHImUSns5sqG7umTR3g4BayyWCT9fPV { box-sizing:content-box;height:0.25rem;width:27.5rem;position:absolute;display:block;z-index:15045;background-color:#f8dcdc;background-image:none;top:21.625rem;left:41.875rem;display:block; }
#FiDKx2KU4POqOKN4yHZwVItZiZmWs7MN { box-sizing:content-box;height:0.25rem;width:24.375rem;position:absolute;display:block;z-index:15044;background-color:#f8dcdc;background-image:none;top:22.729167938233rem;left:42.09375rem;display:block; }
#zlzhzH7VT6lay4D6PrG3zakrzbKC3SRA { box-sizing:content-box;height:0.25rem;width:21.875rem;position:absolute;display:block;z-index:15045;background-color:#f8dcdc;background-image:none;top:23.9375rem;left:42.09375rem;display:block; }
#GTd0JDagCzmnaAlGVxOhHlFwUBsvNZ8z { box-sizing:content-box;height:0.25rem;width:17.5rem;position:absolute;display:block;z-index:15046;background-color:#f8dcdc;background-image:none;top:34.4375rem;left:52.5625rem;display:block; }
#xhARK2CuQw6MwkhN1qMKcMsptJlI3HVs { box-sizing:content-box;height:0.25rem;width:27.5rem;position:absolute;display:block;z-index:15046;background-color:#f8dcdc;background-image:none;top:35.5625rem;left:41.65625rem;display:block; }
#g1iAc7Th1ADZVrL2ZKhHwLAlaw4vmuTD { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#WK8FhK3Q9sleZrMOonV409XMwxAnp5Qs { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#S8v25dM6TNu06QOBWryZsPTyvPbGn9bW { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#x9TMHL7T3oxAOZB0Ws2u06fFpkglDgOL { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#QKXlPNMpU9TwqTLZph0Z8NzxQvUwGB1s { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#uAqfgxZZphfPrrltpUXxVHpS1TR7C8bx { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#kH2P9bCBqH03GTsK7nzeyZIMI0ovGmec { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#QWIgPToVWMH90vE0pd17Vg3F3K0RrcFp { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#rm9mZnNKiLl3beueHoraHdTtfEDqCstm { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#nZOdmwxpwWZbsaNMwxtZltU2Wz0ZPV3b { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#TpHneIhbuhIXPmA0pM8TxT3rvtkTfb2F { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#tHoiGU4mgIJT6TG7c03BXime5TTGouZ6 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#VDd2Csl9mTXkwmDrITFxWspiGm2Z920y { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#IluO1t2FsM4eJfk5QpPqTuSnUyHyLlKm { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#mRkqVpmP9TQJZr0z6TxF08luD2IpZ4XL { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7f3;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; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container { background-color: transparent; background-image: none; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container > .video-iframe-container { display: none; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row > .video-iframe-container { display: none; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .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); }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container { border-width: 0; border-radius: 0; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#FeZ726thwIVA3nH4HmLGWX0uy77kGf3I { background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:42.0625rem;left:27rem;display:block; }
#TSUTHfNIwOu14Dnwsge2l0JVz17JDdZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEb6r5N0ITx6JZWFryv1pIAzvOR6B7Ts { color:#050404;display:block;width:24.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FqI6sILvODJWwb725Iny0X2LFSGk9qlQ { color:#125637;display:block;width:27rem;position:absolute;font-family:"amsterdam one";font-size:2.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:2.9361982345581rem;left:24rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.625rem;left:2.4375rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 li:before{  }
#ea5SolhuJVhPoXCwsTSBXOQlhrR65cXk { color:#000000;display:block;width:63.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4.6354179382324rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKkwUx1qo6bNDysbJk54nbLbuLg82Rx2 { color:#125637;display:block;width:24.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wG1KMT59q8G8r68d6oZL5MIumuxJFvgq { color:#125637;display:block;width:34.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.625rem;left:40.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wG1KMT59q8G8r68d6oZL5MIumuxJFvgq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wG1KMT59q8G8r68d6oZL5MIumuxJFvgq li:before{  }
#iylraTSnb6N5hNTHa2Q7CcWesXWJQAzc { color:#000000;display:block;width:63.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.8125rem;left:5.96875rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCzpQQ968wgT4ayuDt1wyCbAoJIEKIwx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#swN7qIaq2PPsplslhmsBGnVTbLWcBq9t { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:14.625rem;left:37.3125rem;overflow:hidden;display:block; }
#iMoRcgzP14upEM5nf1dLP8iIXCDJM081 { box-sizing:content-box;height:0.125rem;width:10.1875rem;position:absolute;display:block;z-index:15041;background-color:#f154ad;background-image:none;top:35.567708969116rem;left:32.40625rem;display:block; }
#ZCQnX6e2CSIROo7RpfiiXgLecGI5n3LA { position:absolute;display:block;z-index:15042;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:8.625rem;width:8.625rem;top:38.199999809265rem;left:52.875000953674rem;overflow:hidden;display:block; }
#sgJS8LqI2prPE6BGq86frinO8MapXrJH { 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; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container { background-color: transparent; background-image: none; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container > .video-iframe-container { display: none; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row > .video-iframe-container { display: none; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .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); }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container { border-width: 0; border-radius: 0; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#IU38vmchKs3HtWI6PbvKZ7ouWo6cXxhH { color:#000000;display:block;width:65.625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.5937538146973rem;left:4.6875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azbFHK79kSCRqyzLJW97e2rkhxCNAakM { 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; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container { background-color: transparent; background-image: none; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container > .video-iframe-container { display: none; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row > .video-iframe-container { display: none; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .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); }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container { border-width: 0; border-radius: 0; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#tiFZMviKT4ziLf7irt3fCudptNOrUCKO { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.2500338554382rem;left:26.9375rem;height:15.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxX64schxI2ZmA4PtZqtNK90n0sZOnP7 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.97225618362425rem;left:2.125rem;height:16.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebBTbsRcBMh9G2TpXsTmAeXVXp12D1c1 { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:51.96875rem;height:13.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI { 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; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container { background-color: transparent; background-image: none; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container > .video-iframe-container { display: none; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row > .video-iframe-container { display: none; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .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); }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container { border-width: 0; border-radius: 0; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#mpscLaVdeHcSX6vqfizOL8U9qDiGaTgq { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.2500338554382rem;left:26.9375rem;height:15.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ow8diy88qDnEuMHMGyTfQCyfhrRfwieA { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.97225618362425rem;left:2.125rem;height:15.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUZ7xTin4Bs8TUyFnUIftouSvlIcP0s3 { color:#000000;display:block;width:22rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.2500009536743rem;left:51.5rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu { 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; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container { background-color: transparent; background-image: none; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container > .video-iframe-container { display: none; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row > .video-iframe-container { display: none; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .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); }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container { border-width: 0; border-radius: 0; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#sTaP2a4RzdbZOX6rtOHbFyXI5olZ6vTn { color:#000000;display:block;width:22rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:13.6875rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7grdO8kRRh9fIrBoCzDEK8zTA2c6KX1 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625009536743rem;left:39.59375rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KemXtUersaferD4cib2InhsPfsKfWWSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container { background-color: transparent; background-image: none; }#KemXtUersaferD4cib2InhsPfsKfWWSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container > .video-iframe-container { display: none; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row > .video-iframe-container { display: none; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .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); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container { border-width: 0; border-radius: 0; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#Ubxq8sketTBbQ5cvvZkkDoPJF6CaR0P6 { 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:67.5rem;width:67.5rem;display:none; }
#CP0Tzs7PFmT7lTNKQskOV64aECyLV65B { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.8125rem;width:37.5rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#gbBxJsT7iWxenwzCgMMTgUNuoJ2evwvD { 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:3.125rem;width:2.4375rem;top:3.5rem;left:34.625rem;overflow:hidden;display:block; }
#R7qqWK0H19RTRzSUEiWaioWL2MlJidoJ { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:37.375rem;top:19.5625rem;left:0.0625rem;overflow:hidden;display:block; }
#EyLHcVnDrArTTwRpDwgDlwpMPzyRvwBu { 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:3.125rem;width:2.4375rem;top:19.9375rem;left:34.625rem;overflow:hidden;display:block; }
#Ci9Ul8e7wcNknWMicNTtZxXCr8w5RQJW { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.9375rem;width:34.4375rem;top:3.125rem;left:39.0625rem;overflow:hidden;display:block; }
#rDVkUEDeq3vIyO1EMt2DzRCGE7I4Bscp { 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:3.125rem;width:2.4375rem;top:2.9375rem;left:70.75rem;overflow:hidden;display:block; }
#U9vnybNCtOSFPSa7rim6wmoXWWLpwiyC { box-sizing:content-box;height:0.25rem;width:35rem;position:absolute;display:block;z-index:15047;background-color:#f8dcdc;background-image:none;top:14.875rem;left:0.75rem;display:block; }
#aeyPfnlo0IWxTVVnVzaQ38RKnQZNXI9e { box-sizing:content-box;height:0.25rem;width:36.25rem;position:absolute;display:block;z-index:15048;background-color:#f8dcdc;background-image:none;top:26.875rem;left:0.75rem;display:block; }
#hHPbp1Grpiv78SIPsiWLss7RSWBbuDoZ { box-sizing:content-box;height:0.25rem;width:36.25rem;position:absolute;display:block;z-index:15049;background-color:#f8dcdc;background-image:none;top:34.25rem;left:0.5625rem;display:block; }
#Z61ESdUJIOHND7F17A1pPEiGM1nlwDgb { box-sizing:content-box;height:0.25rem;width:0.0625rem;position:absolute;display:block;z-index:15050;background-color:#f8dcdc;background-image:none;top:28.5rem;left:0.625rem;display:block; }
#X4dTEmqD2FJJATO121DSC0XZEM6ZfbvD { box-sizing:content-box;height:0.25rem;width:3.125rem;position:absolute;display:block;z-index:15051;background-color:#f8dcdc;background-image:none;top:32.6875rem;left:32.291667938233rem;display:block; }
#dpikikTpPARuWpIHaXCT7VGenr2V6NuM { box-sizing:content-box;height:0.25rem;width:35rem;position:absolute;display:block;z-index:15049;background-color:#f8dcdc;background-image:none;top:28.375rem;left:0.625rem;display:block; }
#nOlgxkfnLR9sikP9HOxv14EJNeWzcyoX { box-sizing:content-box;height:0.25rem;width:33.125rem;position:absolute;display:block;z-index:15050;background-color:#f8dcdc;background-image:none;top:16.1875rem;left:0.75rem;display:block; }
#z5Tw28Dfw2sOoTx5XetpTLXKEyUhI1qK { box-sizing:content-box;height:0.25rem;width:7.5rem;position:absolute;display:block;z-index:15052;background-color:#f8dcdc;background-image:none;top:29.8125rem;left:0.75rem;display:block; }
#tWRZ9Aomz4Eup8a87AwizxKyld8S86d8 { box-sizing:content-box;height:0.25rem;width:31.25rem;position:absolute;display:block;z-index:15050;background-color:#f8dcdc;background-image:none;top:17.25rem;left:40.125rem;display:block; }
#VvJII3WqDvUwg7uqz5xUOT94vaQqL8MI { box-sizing:content-box;height:0.25rem;width:20.625rem;position:absolute;display:block;z-index:15051;background-color:#f8dcdc;background-image:none;top:18.59375rem;left:39.9375rem;display:block; }
#MI29HXpvpcuBBZ6N6eikKc80WHZRwR4h { box-sizing:content-box;height:0.25rem;width:15.625rem;position:absolute;display:block;z-index:15052;background-color:#f8dcdc;background-image:none;top:19.916667938233rem;left:53.97917175293rem;display:block; }
#w9JZ0Mow3QusiSwo80v2urPtEJDU6lpq { box-sizing:content-box;height:0.25rem;width:13.75rem;position:absolute;display:block;z-index:15053;background-color:#f8dcdc;background-image:none;top:21.125rem;left:40rem;display:block; }
#byMvQvdtKqH1fKo0CCp3gzkFJa1b9UcF { box-sizing:content-box;height:0.25rem;width:26.25rem;position:absolute;display:block;z-index:15052;background-color:#f8dcdc;background-image:none;top:22.604167938233rem;left:45.4375rem;display:block; }
#MuxwdrD1RRoPFyWpixr8hRS4ydTPWSvM { box-sizing:content-box;height:0.25rem;width:27.5rem;position:absolute;display:block;z-index:15053;background-color:#f8dcdc;background-image:none;top:27.916667938233rem;left:41.0625rem;display:block; }
#RK5wEwrxuiGAcrHrKVN9f78C22BTzCbb { box-sizing:content-box;height:0.25rem;width:5.625rem;position:absolute;display:block;z-index:15053;background-color:#f8dcdc;background-image:none;top:29.3125rem;left:39.875rem;display:block; }
#wsTBlWoMWA9suqAkn5wVFIwomJd243HM { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#R7f04bekirlMJ7utn2END830JCmKF8Jq { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#Rzf4AdguHbe9SI7nMfN4wa6WzveHDPS1 { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#w8MNXsSSJbE5VxQDsDCIJN5XfmwaDKmt { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#l3QZ2zFLq7OVCs2U66fBnVHd3vVRI8CO { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#q4sz32hWTdsNwPxawM6dllreH3LyNbaT { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#X1GWtRnZtwKH8GArRJhWimaWXcTkNtFh { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#MbHp4GIKOJaqhsFrqXBF0mtE9GlLciiI { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#nDdsTRogib6bnsFViRcO67yPykhVLDrX { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#K7ZvdvRX06A2gkZrh19hX1bczhQNDZhS { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#DadAtFGOrsIumpq9rvyuTyVTu8enqqdq { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#JzvkI231Wz0xEVK8zBLQfwXVWgugCr5O { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#NNGMSgEgP1nRHfXKgiKDlUnWyC9atlTI { box-sizing:content-box;height:0.25rem;width:43.75rem;position:absolute;display:block;z-index:15033;background-color:#f8dcdc;background-image:none;top:22.5rem;left:14.875rem;display:none; }
#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e5246;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH.adaptive-delivery-prevent-bg, #KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH.lazyload, #KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH.lazyloading { background-image: none; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container { background-color: transparent; background-image: none; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container > .video-iframe-container { display: none; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row > .video-iframe-container { display: none; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .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); }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container { border-width: 0; border-radius: 0; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#cLcBkArFG1AfZqVlz92dTfMnr3VKzoqQ { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:"montserrat 2";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.85546875rem;left:3.125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSDeHnVTpOdWz8q7yWo47szQFxMz35Qn { position:absolute;display:block;z-index:15011;background-color:#0e5246;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:0.1875rem;width:25rem;top:16.736110687256rem;left:3.125rem;display:block; }
#JVBGi7sIq1yBwBswaMm4GDaU3f7yxAbB { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.531250476837rem;left:3.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6WHPseaUM3UxkwUU9b7MW64TGchJevX { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0477447509766rem;left:3.125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RgexLoWq7AHITrVsGDhgX75qEXXSW5iq { background-color:#ffe7f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#031634;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:28.998049259186rem;left:3.125rem;display:block; }
#JG5NmUkbnw1BGFPK9yIz07KoJCsZmBqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2cKLkMDs8ZprkKLUSbT2qkZxplxhfWc { color:#f154ad;display:block;width:38.75rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.511719226837rem;left:3.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ySOqsOu5c5fTDISGxHLhf5bfmNamC1uF { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.5625rem;top:21.480469226837rem;left:23.546875rem;overflow:hidden;display:block; }
#Jv5C3aG4O4DzfoqtwadO1PiAEN3Vt75T { position:absolute;display:block;z-index:15043;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:31.75rem;width:31.75rem;top:0.95395201444625rem;left:43.250000953674rem;overflow:hidden;display:block; }
#BDFb1K3P5q41GgJvZoBiDCcznB1ip8ln { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:2.44921875rem;left:66.250000953675rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:18.875rem;left:0rem;width:32.0625rem;height:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { top:5.9375rem;left:0rem;width:35.8125rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { top:2.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrBs29BfwzDPi65RNzhT93xKLOsKgRR { width:25rem;height:0.1875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqte6GbFRAQidhMI648BI0hEB7ZX6aD6 { top:2.5625rem;left:19.875rem;width:27.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5ko66GCKxtn7eur43OxLZUkl7SxzWy { top:6.5625rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA { display:block; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRvb02PtfLVLMQNM5gUH0C8vk5Wrsr3n { top:5.6875rem;left:0rem;width:28.25rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIaTgdEzgtthSTkCI5VfXI2Z5EticpM0 { top:3.25rem;left:19.4375rem;width:28.3125rem;height:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keDqtwFXX570op6Rtz3KWFrhAE9Owhm5 { top:2.375rem;left:14.5rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz { display:block; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf8GHNZoedpVdJKwO7S0B4a35zxTH52F { width:20.9375rem;height:3.4375rem;top:28.25rem;left:22.73046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqLTKiT4DZU1librmHkz5ruMp8T8ppGd { display:block; }
 }@media only screen and (max-width: 763px) { #WEQNQIFmTJfqz7pMzBV5OKDTNOUskJ9A { top:3.125rem;left:0rem;width:24.375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1JxNTJtphks7dIDeGUmNaPOysg6qBI4 { top:20.625rem;left:16.5rem;width:31.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQPl4aJReSmEAv49U0spJFs4RCRe0Msp { top:3.125rem;left:16.5rem;width:31.25rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIU2SRNbGpTTSsA7EE6AxSBMT7w6l53e { top:23.1875rem;left:16.5rem;width:31.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shFcR7nvLfzJMdfIUmxBSaAIZKvm9Rl1 { top:20.5625rem;left:20.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQq3GoboCuMkTaJQ6B8rw8rK98qtr6ae { top:23.125rem;left:20.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG313Zh4RbWrnlywfFvglhMcS1b4Sae1 { top:0.625rem;left:13.75rem;width:34rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUQQ5gdNkADHUgLKF0f0x2CPOQcM72WI { top:0.625rem;left:13.75rem;width:34rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3KrNQtyh1paQ6lXK8UP5seuMbpzZKkV { top:0.625rem;left:13.75rem;width:34rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 { display:block; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HErs6VA7R4RtEyK1gxp3CgGbeLG9w0Qy { top:1.625rem;left:0rem;width:19.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7D2w9l56KpI1h2LCywFdJItTC5EoMAl { top:3.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hphmT2W5umyJotlPADn8qWSiJJKgNfPo { display:block; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xddRNKHFo47FzgseuhIN3PpfLVF1OieO { top:6.4375rem;left:0rem;width:21.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUVzG5uqOhJE9S42ROtvJJi8Lm5n7StW { top:0rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmiWWBbI5HC6koEdBikxub9ETflc4kGC { top:0rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x92mB4vaFcZXzWpdIoRRpdECtqRchetT { top:0rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk0cl20yTQKvkVKbHJ27qnKFh4P0AHpC { top:6.4375rem;left:10.6875rem;width:21.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMmh5J4n2u2SibLmfbBqGS4Z1aAtnMQs { top:6.4375rem;left:26.5625rem;width:21.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0dHVqTiP0LEtihIQXGXusZhI6lWKia { top:14.375rem;left:21.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkK07NSvDHZxsSqQfCDEWisVf76awZSK { top:48.6875rem;left:0rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx { display:block; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dezd4UEbipoa1oB7MGXJLr185iop4eZC { top:6.4375rem;left:0rem;width:21.0625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP8DxDK78Xax5QP54QWLpfs1PKlaXkTr { top:6.4375rem;left:10.6875rem;width:21.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlOlTxdToRQmxldXZTeNK0wTxH3pCVe4 { top:6.4375rem;left:26.5625rem;width:21.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdCOZTzoXrUne6NGLHsTsvoTgq94138Z { top:0rem;left:5.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6NdnlDCMJ0wBKgT5n4DVhrsDBuXbpPp { top:0rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa { display:block; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmUhPEEU4xKk7VGhqcW9lWaGvAfpxMO9 { top:3.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A { display:block; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBghEwW4pMz8lBQKWg8bqksoc82Hfcpa { top:5.5625rem;left:0rem;width:18.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9mwVPzThtdx05m227gopTZyTyaKLxB4 { top:0rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBw9PPDLTH2gJ5fXe936ZT2WtrfnxBMo { top:4.75rem;left:15.5rem;width:16.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtI6Nce3rZi1WILxpf0xCRAm7J7Qbpco { top:0rem;left:15.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2l82bFswXSTKPPlvmNqd0JrylaJUfmm { top:0rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTrzDwwQyD4OXEawTG1ZhhQ2phfAGsL { top:4.75rem;left:31.375rem;width:16.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS { display:block; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1VfJQT4pcM5PpAoTFfRkWRkVTr8T5Dr { top:0rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqs8mk2uohX9ZRl7L8mbWXSeT9yMOZXR { top:0rem;left:15.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8WVXUCGwUx3gnbTiDMkmncA1QLG2o8s { top:0rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwDtNNV9lgQ1bUKDPieMotwF4yadT4O8 { top:4.5625rem;left:0rem;width:16.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWV4lVtmo9FxkRb3azyFBmsvNTXH4cam { top:3.75rem;left:13.5rem;width:18.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEc7xBT0NNewukqQyurRwG91n9iFLJ4 { top:2.4375rem;left:29.375rem;width:18.25rem;height:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob { display:block; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUTDReywWwzHFW1xnx3byqsF8aVt7zXu { top:2.375rem;left:0rem;width:18.75rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9lk0lCPzDFg2yNdDSvMgNTwtJTzWWS5 { width:21rem;height:3.4375rem;top:2.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqMmFV6EolvLum3pAQTwMLIIpKGCZQZP { display:block; }
 }@media only screen and (max-width: 763px) { #aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW { display:block; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3g7d2FeTXOd207LulFFqPk4F7TSH65C { top:12.6875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuttKsoaegdI9IowIPOcmOt40fJisRUX { width:25rem;height:0.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByDUIVWuLTIu7VeaUQSTHXUr0k5Fy99y { top:5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 { display:block; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqh2RKw9JUV34k2uPrK663lBqrlPuVuI { top:2.625rem;left:0rem;width:45.625rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftgiLImkm7UXnHUI3I20MqMKTw4QoL5 { top:10.5625rem;left:0rem;width:23.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ0U2InpZDMRUQLRGr6IAJqoVE1pPRE2 { top:7.625rem;left:0rem;width:44.6875rem;height:6.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWzJhmlOgyR2Z7wXJ3ZxShT5A1p3sAf1 { top:16.625rem;left:0rem;width:28.3125rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJgKJQ6Z2LCsAVWCxsfOpzesBZLMa8GI { width:21rem;height:3.4375rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKAVOpvOtMt8vhTlJytDWizUs2Rwoqt { display:block; }
 }@media only screen and (max-width: 763px) { #Vh19vI886KQBAi38mIsMJQg6TME4khXc { top:42.1875rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdZzRlI6tvKaZEtbATsvVK5CNMJm9C5 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6hKsI365isUVTHgLKISNlnEmWhPsApn { display:block; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hletyU2DZcBrPKuLhNEGEmLL2ONvZqnF { top:2.3125rem;left:0.28046894073486rem;width:47.1875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnZ4nQIBPQ3G6vdCSlsd55G4XHtVw3A { top:3.125rem;left:44.048439979553rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5B67nT3iDswoUh80LTft3nDbQpT76mD { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQZBhvlOuKHl24TXzTEsnXpgFKX3vwVU { top:24.375rem;left:1.25rem;width:43.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csDGTtka56MV4rh0b61qiZ3t3KOiMxtD { top:26.1875rem;left:1.25rem;width:43.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRGZmLWduoHOFVSvc8wSsqNTrbu9HRRf { top:15.125rem;left:4rem;width:26.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6Uz1HsLR0OV9KT2SDaeaRL4LNRPmql { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVTbq9Utus4rJdVaAuoaSFoM6qgFEw9O { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePFbKzd0MnAvBb0mgxK6gM9QnkBxSeCK { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #saiLIWXoC3e4iiO9c4wR6m4wOQSTO2Ec { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA1rqRkV5ceTeOAhQi6c2bMg3MvnNdFp { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcfbuxddnVlspkWZG4URaivHNnzB8B0O { display:block; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuTJd39S9tI5vAKBpsihGgLw2KmXsf6s { width:23.0625rem;height:30.625rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtogakoFeJHRcUgX7bT2ntR1IJlL9M2H { top:15rem;left:0rem;width:18.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr { top:18.0625rem;left:0rem;width:19.875rem;height:24.9375rem;font-size:1.0625rem;display:block; }#g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1d1251de-024d-4f72-b864-2d75c1451858/Projektbeznazwy13.svg); }
 }@media only screen and (max-width: 763px) { #KR1aDtEsBengSg00C8Uhx8pHnlSaTkQk { width:24.5rem;height:34.875rem;top:10.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK { top:16.875rem;left:10.125rem;width:21.625rem;height:26.25rem;font-size:1.375rem;display:block; }#GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1d0b547-7a80-42c3-a771-34b606611192/4.png); }
 }@media only screen and (max-width: 763px) { #hxnHpcHtV1uFhxf7h3sH8mLnlfxAGRU6 { top:12.75rem;left:13.3125rem;width:18.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGZAtnl7x5Wi6as8q8qF9n0qNzMgyymG { width:23.6875rem;height:30.625rem;top:12.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZECyU8am8lvTm7DMyZq4MJXLzicIXNm { top:15rem;left:29.1875rem;width:18.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkxSTp60r5CiJIkINrxRqbW5leKu2rZV { top:18.4375rem;left:28.0625rem;width:19.5625rem;height:;font-size:1.0625rem;display:block; }#qkxSTp60r5CiJIkINrxRqbW5leKu2rZV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/12450dbc-63f7-47e4-9582-5d4fb4b2e4fd/Projektbeznazwy7.webp); }
 }@media only screen and (max-width: 763px) { #HrzOHTLgakrT9lC1ltzqdzJpT7TptDlK { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 { display:block; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4dQ8Ei71kDJLcViHA2FRrAWDaha3LVe { top:3.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLcTPpypiHwB9aoE4Bt5EEMiw0XNVPPy { top:13rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyW8i844OdsnsG5IqJOI7qUCRqPanpma { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 { display:block; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnpoxQXa8mqATofHkAsMwCKChrQRqE3X { width:47.75rem;height:13.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2Fp1cuwAFtcMKfm0wTT66NzN0OPwg5 { top:3.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmZLG8IOhtmhPvIAdTIvmrZy19ZXwL00 { top:50.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udywu4HeFTJqu4oG6iMQkcIUKoP5v77G { top:19.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd28DuGPWGSL3rF5R8SpxZInfqMCo7DO { top:30.4375rem;left:0rem;width:18.75rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVvmTrBIuLUeqyaMMZD3Le1fXhC7gbpH { top:46.1875rem;left:0rem;width:18.75rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5o8CblLOgb8DBTz9eeHGmwvqRzGTHAu { top:62.625rem;left:0rem;width:18.75rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzSUHvkSLTZSe3Ew8RHH3cq3lUEbez4K { top:79.25rem;left:0rem;width:18.75rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWkurbGJx3B9bSvBmhTuI2GNeVBS9KlE { top:96.375rem;left:0rem;width:18.75rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0O1T7B9OADaPePWlvL5sP1LKigrVcF9 { top:12rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUexwN2hGBuhADpyDZ1T4TQ4duq1F8J { top:46.4375rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKB3Lhd6XQwMWzyGpQVetVoDtc7GJQBc { top:131.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOhhGCtD6kl3739SlVT7rygZ50hXDl1z { top:53.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3c0PeXknAuv5HhNtFE1Ttw0HyMHl6R { top:15.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssT6Vwo1HGTFB4zvRgBSPeRFUTMd0Rdt { width:47.75rem;height:13.625rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhyAMcODyFiAePHXmLT9Q60vGxP5R8v3 { width:47.75rem;height:13.625rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHhlUEIHpbDioV2T5sd0tiTkMucBLxT { top:67.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J652hCEpIERMQtKSi8kZiSw9u0DSTHIS { top:63.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4aXSEN2bxFET8V7FsrX9yOgToLqVrdi { top:70.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peM01IdL5pCDzZCaMmTeX7hdGShCRWMS { width:47.75rem;height:13.625rem;top:113.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4h7W88B5tHpkim54Tu0yoWdonSGGGg8 { top:119.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpslI6w5NwbKk2q5pbaqL9XJwWCJSsu { top:115.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxL0kyuLDh3TrXq46VEEiLI60S9wLA5z { top:122.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfeRmECKSbCIricIsv12Btk04shV71ua { width:47.75rem;height:13.625rem;top:97.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQu4MJewaPQdRDJgJMvVGiHSresS9pik { top:102.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9pgHM970JLcXTQ5QJtMsGi60LiwvPLU { top:98.75rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TSMumxuug2UuQ9EXELWontHz0xOSqK { top:105.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1VUeDz0RikfGHOQZpLoSs21pyH30RBn { width:21.1875rem;height:3.25rem;top:137.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxeeUTPIgT9bdsgyhlwETRtTw5lpKNrT { display:block; }
 }@media only screen and (max-width: 763px) { #J4gdgwnvSu7u5gZ0RATPglHWbUwxLDwL { width:47.75rem;height:15.4375rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvICutndotDC3RQgP0hEWAsOoJVTdxtM { top:80.375rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbJVAlab9yi3A2KrNa4CbIXmxnmZZUsK { top:84.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGvkevE1TZve3Hvwpq3ToZf9cTym8kZ { top:87.5625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiGpXVXk3gJlAHuT1rkMT8N1Q8uJbNJf { top:141.9375rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJO2HCinKa0grTiWI9NvQz2E6RQbicv { width:47.75rem;height:14.625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9HytmFvG4CL4Q95T8hoTPnggAixNdST { top:36.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbTJeeR9qBBzxp4eciIwkEU3sEW57prC { top:32.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRyq0Sg2bU2JgE4WLN02Z52WkabfHB4R { top:28.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy { display:block; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNlEKrXyP4NPRL4TLWaOgQB0rofVAcq6 { top:1.3125rem;left:0rem;width:35.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNNn44OBudZA5ATG31RlfJpDgdtDReGN { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkbR2QV8hBBlz4rz36kTtXRUtR08Kz90 { top:16.25rem;left:11.5625rem;width:36.1875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvSVaiDZ9xmWbHpb2SWNzpXTJM0l6T2W { top:1.125rem;left:11.6875rem;width:36.0625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO2R7sAIh4hZWbRorlVlNopKwQJHMg0W { top:15.5rem;left:0rem;width:35.1875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCcrqy7WrXFJP20NHogSskg5Zo4JcTlX { top:1.3125rem;left:20.0625rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtlPQamaZVXsTKD6mwvxGk8N1s5BomQi { top:1.5625rem;left:45.3125rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zObr4wcREfJwLogIQzfC7h9vhulvaxDX { top:16.25rem;left:45.3125rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCKIuiXPWShcqEJtGGxmbAsTDhkQT4E5 { top:15.6875rem;left:19.862500190735rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPAhfXqJHa4mZPM67bmq0MSNnUtkVTU { top:26.5rem;left:0rem;width:31.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5E6VuVN9eDobfQlKLC57N2SpG6eTBbQ { top:34.6875rem;left:0rem;width:26.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBVP9aSC8qPO76NaS7RJwmInvG9U0It { top:31.9375rem;left:4.2916679382324rem;width:16.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3AZ4AoPueUBsqqoRCHUhNVwBQigFb7s { top:33.4375rem;left:0rem;width:11.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9uH69P8SKxoWxrwWEDGSwEca77QsuT { top:9.3125rem;left:0rem;width:33.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW9BAp8V3owuXZt8hm8xNfHQLpIto0P3 { top:7.9375rem;left:0rem;width:33.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7MiAk3hNemxJCVm1TMLdD4MdmqBts0T { top:11.1875rem;left:14rem;width:33.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrDbN6T96ThSFKHKJFqD0O3kdKkhW5Du { top:12.5625rem;left:14rem;width:33.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es0ioiUi0VnzTt1qX7RJ60bAgThseCqk { top:27.5625rem;left:14rem;width:33.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkK3qQKXlfawORV8LpvfmJJ9fwtBwpTJ { top:28.9375rem;left:14rem;width:33.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud58XQMSPwK7uIFzE8tkIQSCefMoqrEt { top:30.25rem;left:14rem;width:29.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9AUzKPZ0IOTRauKBzH5zUThsH7zbHI1 { top:25.9375rem;left:17.9375rem;width:29.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDDPp6nLGgFCOHD3MtUVG0A0HlTlUTtG { top:27.875rem;left:0rem;width:29.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJWr7fxb9WhEo3pwt2k9DLLbBOBAp2ap { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwgKS0v2E1tLrqcAqkK2TAOMpcqirLnT { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTGMKuJhma7XTQRfHzA6aixBQcaODVud { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8IMQtTznHixOX1qF6tLQ6QhKi22HC6v { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2pvdX2vkyxmRJ1H6W9I8h6SU8pMFv1k { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaDK1uenTWuqBgeme6n9znZf6SPWGocg { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nw5V9MB24g8yhGDDbOpxb4TzNc5ycGa8 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpTAw6KzRBhm8FeNImUNoKV0bKROqlJr { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cv7itGsVkrRaGQdVXoeJNxD14C2R9O2J { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nhv70ardDoW3iV788IXSMsAfZMgTiHaL { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXwHh4PwsSTA9UAimk67tmOqzsS863mZ { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qisSb51TaLsv2akWxT1qtdd3SWwo7OBv { display:block; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smA49VqHfmlnSigLPdUUhkBUKTHVwPE5 { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRkGtnEq7TXDuA2KNzIcSdiQuO9UTHiX { top:6.3125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs { display:block; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPETVrwSg7ZN4rGOBiQKQrPQgotPMKSE { top:6.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrzPGcmqgI2Z19Wq5u4Jx3RwKT4rTFH4 { top:12.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMC8cFs76OQLf9sgTpVa1a5k1B5Hx4GX { top:27.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPXhVZAzbqJ0r8LPTFNcPO9b4Lbg6abw { top:21.25rem;left:0rem;width:35.6875rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJTvToNWHp8BZMvhKJAof8DqnTZn7t0N { top:41.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfbckQTxh5P8gSG77zJHQrTRalXGdQdx { top:32.6875rem;left:0rem;width:5.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUlaFsoxOSrch8w21L2Foa1VSV5whO4 { top:34.8125rem;left:0rem;width:45.875rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pug74tkBrWcX6LUyqAHmidSaGsDvhBzb { top:14.75rem;left:0rem;width:18.75rem;height:13.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpqGihTdvTQoGPrn14e9ii9TW9a131EA { top:44.5rem;left:0rem;width:18.75rem;height:12.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tU1xWJ32E61gydc8WhqiNoTQkIlTsBSp { top:104.875rem;left:0rem;width:18.75rem;height:13.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMOqdURIT2zCShVkO9KBkKJcOBmLS2PL { top:19.0625rem;left:0rem;width:5.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknLxgogPNDlTQZkurT99rshGlH2TpnJ { top:3.9375rem;left:0rem;width:5.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8EtlMC9zW466MNoLFrZteN79TfWGGR { top:46.3125rem;left:0rem;width:5.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wooTwP22cfJKL90KFoV7dWUp59JTzGaP { top:48.5rem;left:0rem;width:45.875rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHc9wLxFSoh5TK8fAzxSbyxNXSX7Z1v { top:55.9375rem;left:0rem;width:37.0625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJzhZWwvfo0uMpHzTmdGSucRcxTtl01 { top:63.75rem;left:0rem;width:5.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOGvo37TPn0SfBQAGp5O1U6eytGGa3dc { top:65.875rem;left:0rem;width:45.875rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJO9h0NlXuTULezRZqpLK1RZCBfEDZqK { top:72.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XebUa8z9CnSFphnGtJwNUVBzmSy87rvf { top:43.5rem;left:12.875rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 { display:block; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep9Q8hgnSCMm0MEoWaHJqalPDXWrX5xu { top:4.8125rem;left:15.8125rem;width:17.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIzgJvHp6e4S8inaciBzFEE1PKXBLovN { top:10.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD32iiVLOJSc336pcwi7UgFfKpKENy50 { top:25.375rem;left:0rem;width:31rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scDFQQgmvUtCELGidltzEmZs5y0VPlGg { top:18.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC8TK38rESeIn7L0TMu5PBhrWbiLhFD0 { top:20.875rem;left:0rem;width:27.4375rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKJafeTbt0JmNmHwWygUIBEuhH0vsQC { top:23.625rem;left:16.75rem;width:31rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTEyIIBonbKhigBsM3HVBH1CKr0bzAFg { top:21.1875rem;left:17rem;width:30.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2lO6A9fphlRJC8qhqhL2CUWMx4I2J78 { top:37.5625rem;left:0rem;width:31rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyT7ZFIr7fazVif8QHTfpmUNviIXuv8W { top:35.25rem;left:0rem;width:30.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgT3MHDztaFppMzW0JdQ1WX4JDr7gK8T { top:36.125rem;left:16.75rem;width:31rem;height:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUpDTp66mvX6sPHrTHV0u4DKGtnscaq { top:31.6875rem;left:20.3125rem;width:27.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fql8Zli9NzVBhtxTKPZ22RVnIRaHSdFy { top:52.4375rem;left:0rem;width:31rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5fdx97GWEZIXqJAU67pZzS2dSxocC6m { top:48.25rem;left:0rem;width:27.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNsTIcUz6AD0gHp2hfZT3xe6ZVabiLp { top:49.6875rem;left:19.25rem;width:28.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDuDMxPXRyDFxcpCc0P1JZcdyfP6BmNI { top:18.1875rem;left:0rem;width:18.75rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNPNJCEXtUO56e2cnaSH9NxuDTnazK1F { top:64.125rem;left:0rem;width:18.75rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhCDRfDV7JcETHNlVr5kot1cHC99X0UA { top:94.625rem;left:0rem;width:18.75rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0ytLMByTFugsUdFn1DSVh5oRe6skgwa { top:35.4375rem;left:0rem;width:18.75rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6yEe3HJmr8aFruyrIvQOo2hxngMnlqa { top:80.8125rem;left:0rem;width:18.75rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPUw7kTqRziPxILIy9uoku4ip5MyA3m6 { top:22rem;left:0rem;width:18.75rem;height:6.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZL8I9mVy8Bw22zEhQVKPms7s7HBcbcJ { top:52.9375rem;left:16.75rem;width:31rem;height:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Gd7lThW1QmsH4zbuQ9cgdhp2h12b24 { top:67.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMA96zrW7w0ixBySE0rrrgsTFVXVbd4 { top:72.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXKr4mKekkNchw4zCO9v0Zgr7lLmfN7T { width:21.1875rem;height:3.25rem;top:80.9375rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIEkobmHFh4aQ0cqmPEBm4S1y753yvW4 { display:block; }
 }@media only screen and (max-width: 763px) { #F5bOhIFUNP9bgTQbQqPKiEPflJU5pcyZ { top:32.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzoVngF9NHTm5NI37tpHBVwekUITf4W3 { top:45.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRM9iwr0e7aO3XayrfiBvRAtRfXs8Iq { top:18.9375rem;left:26.291667938233rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJHMNFSPzFsSI5xI9GLgOTt5vTpDd1l { top:29.125rem;left:26.291667938233rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Gta7JafJvmvAyJWvuPurv5OLNVE4Rm { top:84.1875rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyqHUhhPXAEee60ivJNxN5VKiIynvHl { top:18.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkGt1sB4dPfoLiVATHS8IJCpEGRLh2dP { top:18.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbens7uqoRlwHJAWLTgSIk8SMBnfuGyE { top:18.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9rIw73QvspVenJls1QaPf0QbB9FTw0O { top:18.9375rem;left:0rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT { display:block; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpdk4VQftd9JSsBBaVNCdRuT2Jzz3R40 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROiyN5rKxLtX4D91Df7eC5RE5y8NTTwg { top:1.9375rem;left:2.7804689407349rem;width:42.1875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBB1FxuTS7FxBssDTJemkqTarfZBHSpa { top:2.5625rem;left:42.048439979553rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVQV9EalnT8Mox8tKGeiUxh1kRzTHJaM { top:18.3125rem;left:3.75rem;width:39.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8tkRx0idK69IQwQWwTIyRyJAEiksdXV { top:19.9375rem;left:3.75rem;width:39.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCo4pqVSeJV81PQIXO9kXWhOVJLDUlt { top:28.3125rem;left:3.75rem;width:37.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43w2s5swiXDaECqC3Dw1tG1ERNgtzFp { top:29.875rem;left:3.75rem;width:37.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabZHWMt7CkBKQWEwquE7ASKAVbaC3Se { top:21.5625rem;left:3.75rem;width:20.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTuq5bIRODKOz2UltO7BTCvpKzr3773u { top:31.5rem;left:3.75rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIMbkR6IJZplZllu8xhrnkT0OrADqEIi { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ck6LuHvZUfbVJgJ8VRTmgmaWI8KQWTAB { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWIPfe71czgpSTtgSJK6XwNsZ27PBeGV { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #demsU9ISJG2Zm74LrDT8rchrr49OJ6DG { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RI68VQbTOaEnerBKnnZaqgUqpEQF69TQ { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGDEFGcwOKsxAebB55JLAxTz8TGmIupm { display:block; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPqTH4JdNkEXHfbRSx8ErA1LR7bOI1Zi { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzB9AiXyFGwdNsu218gfT8C4s6u1JvOX { top:1.25rem;left:0rem;width:19.375rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUA93CGqpG8n5RttW8HswmQcBt5ZcX2K { width:47.75rem;height:23.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCFV5Kb8BOS629EwEWlA1bbTKFiVwEoD { top:11.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS { top:17.75rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1rem;display:block; }#R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #iSGV8KQXXqmw9EOCt5LmAFoo9CcUh7tI { width:47.75rem;height:23.375rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 { top:44.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #Ml1lyLGaXKBU6y0QyJATZU2duteWFATJ { top:39.75rem;left:0rem;width:47.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVOFm75Nm4J4cHoOWFeoH20ICBmAdeUN { width:47.75rem;height:21.1875rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCGPRH0P0UDnKEpOWeRPEmeexTlMIOX { top:66.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpK2q515tMlK7eHGJnPoew9qkpqWBT0t { width:47.75rem;height:23.375rem;top:88.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN { top:121.5rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1rem;display:block; }#APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #dKqdGf0OmVHE98AIIlqH1kSglJcZytSx { top:92rem;left:0rem;width:47.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgpOSgIeZ3U4Da0LiTHwrPo7Ri3cZO5 { width:47.75rem;height:22.9375rem;top:115.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbb4K8EeWqFcxGy9BtTbchbwd8vPrlV { top:117.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEdvmRh8e6cH5Tsl57ci6owtJ05hfrfp { width:47.75rem;height:23.375rem;top:141.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc { top:149.125rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1rem;display:block; }#EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #IBcRWUZfioAMaJymLMAbd9zlf2kyRiBi { top:144.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vybLp140JcceCssgf64NSccoFTz83EHp { top:196.25rem;left:0rem;width:47.6875rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAaoSabZIwLFKZnOsp67sOMc9vttTimK { top:199.8125rem;left:0rem;width:45.9375rem;height:;font-size:1rem;display:block; }#aAaoSabZIwLFKZnOsp67sOMc9vttTimK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA { top:229.4375rem;left:8rem;width:39.75rem;height:13.75rem;font-size:1rem;display:block; }#mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #z5R0rZpV0rLep7MTSRbDvSqG1xer0RNJ { top:225.25rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDN7aAncCyFVukcoWZR9oWzXKCTv4xB { top:252.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF { top:257.4375rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1rem;display:block; }#DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #UJuTPQl47SCHw57KAsvfW00NDzEoBAMX { top:68.1875rem;left:0rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ479JgSp4WKXmZw2pwkUu1rJZGt91pu { top:94.0625rem;left:38.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZb3kGz5Rth2GvwwTU4nTZE6pSWAXM8R { top:120.4375rem;left:0rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMqHk0bfaDUtKAlWv4xF4wDqEZw3hCQZ { top:146.875rem;left:38.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqfh8TLTfR0nknTsa4MRhFFaZDR8ZhQ5 { top:172.875rem;left:0rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoisdAcSEyRD8naeyQ8KGbMxvPxnfC6u { width:47.75rem;height:22.0625rem;top:168.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXHMEgnSTKl2tH8q0fThC83aqSzZGNU7 { top:170.6875rem;left:0.0625rem;width:47.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOb4BFBnv5VrLBXg51UL1epA1HxqfNQE { top:199.0625rem;left:37.625rem;width:10.125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw { top:177.25rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }#zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #WHBqaNNsfb4INaW6rT4IXEHTZczVydXO { width:47.75rem;height:25.75rem;top:193.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfbc85fl57re5mavTLrcsdvUQnb4BgJE { top:223.125rem;left:0rem;width:6.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbrwtXHDgkKcLoVvWJlfMLHO29d3ovpw { width:47.75rem;height:24.125rem;top:222.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxmbvc6VbA4qNhSwWTD9Han8Rewh1oLB { top:255.875rem;left:38.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTqVzdZ07WVTpJZlx1T6rhUHTvruMp4 { width:47.75rem;height:24.375rem;top:249.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC7W4GVcr13xurskIPs4sMm8AZZyCaWd { top:285.5rem;left:0rem;width:6.5625rem;height:8.811875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXN3hgQ7Cq0sW90oB1Vd84fxtRGloinE { width:47.75rem;height:23.3125rem;top:278.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNS52PGmBOEHO4QwhTV2x3mGZeuTHKq { top:281.125rem;left:0.125rem;width:47.625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTy6134DeTHDbJLKMutLo5QyHzsUotGE { top:285.25rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:1rem;display:block; }#eTy6134DeTHDbJLKMutLo5QyHzsUotGE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #JyC83CT0xQyWKoePp71H3aTQ11RKv9r0 { top:286rem;left:0rem;width:5.75rem;height:7.7289267787016rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxwgiNJAN9rJwTq0T8G4Up6zexrdiDBD { width:47.75rem;height:25.375rem;top:310.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGkptJ2ni9fQI5wNa6TQyKFp4am7a6D { top:313.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 { top:317.75rem;left:0rem;width:47.75rem;height:15.625rem;font-size:1rem;display:block; }#D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #icGgNetJAOOaUvF86nOBhNb2rES4XctW { top:319rem;left:42rem;width:5.75rem;height:7.7289267787016rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ApQGcuiT1P1mxskieWKHh2etLfo4lT { top:319rem;left:42rem;width:5.75rem;height:7.7289267787016rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX { top:72.0625rem;left:0rem;width:47.75rem;height:10rem;font-size:1rem;display:block; }#C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #BfWcyHurTheVZWuTqgXGwbwhAxFpddgw { top:96.625rem;left:0rem;width:47.75rem;height:11.875rem;font-size:1rem;display:block; }#BfWcyHurTheVZWuTqgXGwbwhAxFpddgw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #mrDh8nUVkuwfo8M5WtXsz7eSGiGX1vQ6 { top:42.4375rem;left:38.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eip1by7eLh8xVPvI2oq6Lx4FTXwhCNpb { top:278.75rem;left:41.9375rem;width:5.8125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwMFCC4pI7pSWyNPZ28Cvgy0PvCv6mlb { top:68.1875rem;left:0rem;width:9.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQ50UMwrKIfOGJCgzmT5gIlWn2c3hRTN { top:224.3125rem;left:0rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4viRhniv1ELZmayXHEzunOP0NS3sfT { top:241.9375rem;left:0rem;width:22.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiXwLCs88gZpeHToKN2XU682HfqDvOhv { top:244.375rem;left:0rem;width:22.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax4mbl1QhdWiPixosVPxzbuHhlfQHPnx { top:68.1875rem;left:0rem;width:9.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xl9EbRripEmKQxVFMBOFbHmHgM4pngo2 { width:47.75rem;height:21.125rem;top:365.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqAyurKLiLUcN6aQmixidZ4fsdUvRP60 { top:368.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT { top:372.375rem;left:0rem;width:47.75rem;height:11.875rem;font-size:1rem;display:block; }#RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #vnlpvBDg6TP97ht8pka9TbvtoTRRf4sO { top:372.4375rem;left:42rem;width:5.75rem;height:7.7289267787016rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDfJAChGrcOWgd8uErVbq45EqrkHsiJg { top:372.375rem;left:41.8125rem;width:5.9375rem;height:7.9791944908615rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOM7zesI3951FC2fySLStnck2m8tlZQ5 { width:47.75rem;height:24.1875rem;top:338.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvOTRPMdIOBPDyM85G33pPHIkssfTyBr { top:339.0625rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwRJoH3sNMXsCs4TdT0SaNuhPiyQo4P { top:341.1875rem;left:0.125rem;width:47.625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt { top:344.625rem;left:0rem;width:47.75rem;height:15.625rem;font-size:1rem;display:block; }#gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #nPGVh0RgfVXPdcIeJuHFTTmT2mltu36V { top:339.375rem;left:0rem;width:5.75rem;height:7.7289267787016rem;display:block; }
 }@media only screen and (max-width: 763px) { #trgnFoWzJNRMfozynUUuLWeT1sZ6O1Zr { top:304.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJgLZB16y4HwiRsLXOO7aM71o3sPpV11 { top:341.375rem;left:0rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCGoWGhuy4WCKkXksy349Eo1XVaWT5EN { top:357.875rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKqoL0actRfOK0VO3STQbb2G3KB3iTMw { top:360rem;left:0rem;width:22.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOq2zZi49DC9SE4VC9ZsXdbi5TPocLTU { top:339.375rem;left:0rem;width:5.75rem;height:7.7289267787016rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXGzReLmdRhTKbnc7ZhVCCoWyGPsiN3y { top:339.0625rem;left:0rem;width:6.1875rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A { display:block; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze3bdBH1icUtreWsbGgECmDk0CSbO9z6 { top:5.25rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxlun5IfedQhODpJZdZFiZTXd2TtLzox { width:21rem;height:3.4375rem;top:4.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrx1M2kkaKnlOrJS5VlD7bKNc76WSif { display:block; }
 }@media only screen and (max-width: 763px) { #pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC { display:block; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caK6G08n1dH9rCN0fksPdGu3LOTxJ0lU { top:5.6875rem;left:0rem;width:35.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd0KxkiyqXNRqhcNMvvvltZwyo9Grgkt { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzUFg6lgBT3E09nrCvThOCPbETrosF8T { top:22.875rem;left:12.4375rem;width:35.3125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTP6etukEnQCIcnxJDTIy8Gt8wfpdusl { top:2.25rem;left:12.3125rem;width:35.4375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoO45iW7D7vgcHQbTgXObdh8O7QkTBWg { top:26rem;left:0rem;width:35.4375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx8knoVXpLDeXXHU7nfOTeTokrV6EQWe { top:5.6875rem;left:21.173436164856rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flR9nBcJAadb7AAXplufhI80FEXJJTbp { top:2.5rem;left:45.3125rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZLQ6OfHivlW5JrxoUsX0s0xIiaRxIIk { top:22.875rem;left:45.3125rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLArI5JtDKsBhTh1RLQ9bbIUKDaFCxyz { top:26rem;left:21.173436164856rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlQMmbRA7QyeB7HalizCObbrt2aITxd { top:13.75rem;left:0rem;width:18.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTeSkThyRhTdJPhBFTx1odnfFLl3AT7G { top:13.75rem;left:2.58984375rem;width:18.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww49N12DZPRQU7OGTMTxMkg4oU7lkXSk { top:16.5625rem;left:0rem;width:25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAsydZsbCcuysLc5Zg2URcSh1OzEyhr { top:17.9375rem;left:0rem;width:22.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwddBbJp0W3T8CwXR6yG9f6HJbGhKd6X { top:10rem;left:24.875rem;width:22.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOK7WDVviwytJOvCzwyCSa6fUWUbG0Fr { top:11.375rem;left:24.875rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxrOWJ2HKietia0bQ2hsGswVgFv5QZLE { top:14.125rem;left:13.375rem;width:33.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVH9nKMxIpyGMeTTX4qm19iqJh18RZUS { top:15.5rem;left:14.0625rem;width:33.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVLAt102kCTVqlSPZGmCJI8W8HTCvN1s { top:17rem;left:25.125rem;width:18.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrtQcpnOCuGP2QTfWEBr7MydcqdMEuK1 { top:35.5rem;left:0rem;width:33.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPEUNZQ064eCPZ6RmaXg7uIm7xBT2Xr { top:34.0625rem;left:0rem;width:33.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbmI5qOl0vNXgfNb3OOvQDLkwAedANKZ { top:29.3125rem;left:20.875rem;width:26.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbamg5Dgk3ATd5PqGCNfTJAaxGOStO3 { top:33.375rem;left:14.0625rem;width:33.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnK3OLFtdsxr33ZVmmZVGVMXowz3PQtX { top:32rem;left:30.875rem;width:16.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQLuxaLglsDkKCp0aSQ862bgrr9bxUPH { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTkbOxxOzTGBZzr1VLT3BBK3iLmBCFDI { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKrGhqhDLU4zaAtlQqorVRKny5vQCUu1 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkqKzsklA6CsTNvpwSNPQ1Gc1C5d23u9 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #drA0Te4o9ZxZT8hKrez1elge1fDccRNs { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxdEfa322NIBhyFV8AIVA0nupKf47cGV { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0FQ1RDeTn7fBTorWU5PtVaZTUtEgMn2 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt8dRlH2C20uJ7JDW1qM7ssluc2EWTNZ { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq08EzLfDD25hPlRNS63hqh2CSBJdVp3 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #St10nwDTAumH1v1fza2gMBGqJD0mnRXf { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Id2qmRK2AZkw63kiUh0AqQSiqT8DUUlt { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sda9ZUWJaceDIQ6MtPRUW2WapQqo9Ok8 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuhFEDmTNaoPGDTBgQTzD2ZFaGvC1RdJ { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UguRNh5xyEXBDZTw30G89tzOEyMFxrfv { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx { display:block; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4DwGOSBoms0vMPMHgrNUTniSJNEmuOF { width:14.25rem;height:14.25rem;top:13.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OANOp7SXHTc12DMM2XxguHy3IpRTxRBX { top:18.5625rem;left:0rem;width:39.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKaASAIwIdUUsoD0WiuATtLcNvwVvwL2 { width:12.5rem;height:13.8125rem;top:13.125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hie01I5SdDw4X3aLHaM3QrePeXQTQynA { top:8.25rem;left:0.59375rem;width:46.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKiyzC0iXBiT9PqlJTQmfZotrieADI7 { top:2.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hquhVZRtZSXGBJxSMwhr0H4Xcz0zy7rz { top:15.1875rem;left:0rem;width:36.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAmIW2DP7k1xbe9S8JqTzlWSZd829obX { display:block; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcUka46ee5X2b1dw6PZPB2r6xTNH6RAm { width:7.4375rem;height:13.8125rem;top:0rem;left:40.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kEKeHNn4QdOmn6MMWxfIaEy3FoWxHm { top:6rem;left:9.125rem;width:38.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinFra60SmHfBAL14EbQZ7FK5y8KKgUE { top:3.3125rem;left:10.25rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIa9Tf3OAHudt9m4Qcik7wE6t360oH1L { width:14.9375rem;height:14.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ { display:block; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5gAD1yMVC65LIPQGeIVRVWnZL0xqVfm { width:12.5rem;height:13.8125rem;top:1.875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVweuMc1h7rJ9H3Xaq1SU26ZgtH2SgUm { top:7.25rem;left:0rem;width:37.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCmNofHKETNq3MXuWzfUKVhaf38n10zN { top:3.9375rem;left:0rem;width:39.4375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Rtmf3rqnXAGA1LyfgkTwGTyOypTxoR { width:16.125rem;height:16.125rem;top:0.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnn3tXmnDVD4VSfSE55NdCcZo4Szmu1 { top:9.1875rem;left:0rem;width:18.75rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ah43pKXp3kfRopsv8e2eu2w0TzURbShG { display:block; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyCNKoRnrwxa1AwhZSpOKsp9OyLuLfFZ { width:7.4375rem;height:13.8125rem;top:0rem;left:40.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFvnvOlZcJkbaP0myTfQzKB4bBDhiLeq { top:6.1875rem;left:11.375rem;width:36.375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1tGM09FOiXtV81MVxdK8CQ70h7heG9d { top:2.9375rem;left:10.25rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEA77ie8gvOK8CJVHSu1fxK5ayDSvLSO { width:13.75rem;height:13.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnx4XTPuMwx2KT9J48grXtfAVmCTbLpc { top:12.9375rem;left:0rem;width:18.75rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2eQ0sltiA12dh85v3F4RmFZDK2ad5Xy { width:12.5rem;height:13.75rem;top:15.9375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw { display:block; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9dzEUNHCH0M0vbJQGcmqShHW3a3xDvT { top:8.875rem;left:0rem;width:24.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2mmbP33VQn0nLBVFNNKMPX8yDs3wgPE { top:2.9375rem;left:0rem;width:41.9375rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafhBMTJpVAi6CQZF2373U6poTS3ioeH { width:14.875rem;height:14.875rem;top:0rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVoox57rMmbPvlIB2Ri8yHDMbwwf9OeK { width:12.5rem;height:13.75rem;top:15.9375rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs { display:block; }#gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTuUsz23xktQTUtqmT1zaUcHNo9TfRyV { top:6.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gmTkHA4IWXpePdTII2WN8eisRTohFI { top:2.9375rem;left:0rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf { display:block; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syhFBs955BmQWF2ZODFh0HckwzmLbHLz { top:4.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCSLZHryq45I5RQzZ93CJM09xI2rkrW { top:8.3125rem;left:2.125rem;width:43.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThdEMGp7LyD0ZbVKTSDSifLLSq9bw6a0 { top:1.125rem;left:0rem;width:8.5625rem;height:11.601925341498rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7TGzxKl3VXWtBXiztlryMTeaaAITxA { width:7.375rem;height:13.75rem;top:0.0625rem;left:40.375rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq { display:block; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1XShiGK2k2e6gwTsuGyTKtoP6UcxoHe { top:5.125rem;left:0rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLT8v2uvmWndyzz8PZufXbdOU5rTiorn { top:8.125rem;left:0rem;width:30.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc0TrLpV58t0qOPtZngNzxlXTI2H4DcO { width:14.8125rem;height:10.4375rem;top:2.8125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdLymmOMdtL8Nudi84ZnTncuWqJWBms9 { width:12.5rem;height:13.75rem;top:1.1875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk { display:block; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBb798APUqqQuk2hGnZnXH5XqcvfFI7a { top:7.5625rem;left:5.0625rem;width:37.5625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX5etSxRiEp0kDlsSdiy7cxCT85DBkLM { top:4.3125rem;left:5.0625rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZNq8bkGTMRapBM9l49THrvBaSPluOhV { width:9.25rem;height:13.75rem;top:1.1875rem;left:38.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GACQHCIxiM1B2ffOcTKoeOwKz68Ibf1d { width:15.8125rem;height:15.8125rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOsHOJTWsIXSqwT1wAOR4Wh05gzUoPyK { width:15.8125rem;height:15.8125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 { display:block; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIdtCyad4Ambfnd7p4AJKwgrFzVSd34C { top:43.125rem;left:0rem;width:18.75rem;height:17.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAchalGV76bLXCTBpWdgS6dSUFkae0oo { top:73.9375rem;left:0rem;width:18.75rem;height:22.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G13Hc4TE0MHffTiHToJrJP5wlSE8OWKz { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsyzBMVsWcRTSTmL4g9fx2yCpL4P8Su { top:9.125rem;left:6.03125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yM0ExGTKnlMvdoSsLTsfDFDSOkPCLk { width:21.75rem;height:3.5625rem;top:14.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TuT3SDHFUixGxwo4ObTHMIoGotHpg4 { top:9.125rem;left:21.90625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuK7H6QI2b4oUJAQA1S0a8myInCc25V1 { top:9.125rem;left:37.78125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meS7FBbZKpOCsHCmiLtfPVCdyeEOZoES { width:21.75rem;height:3.5625rem;top:14.5625rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQH06vmM7LP8vrahOANLkivMyN8adhcd { width:21.75rem;height:3.5625rem;top:14.5625rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F721ooGoXaJFtWOR2kSbANWuhZdK1S6y { display:block; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smcQMputyb7p290lqXhmILvZWgX6QJSD { top:43.125rem;left:0rem;width:18.75rem;height:17.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdkusF2dkJAfTaczEonldnZafIe4IPoZ { top:73.9375rem;left:0rem;width:18.75rem;height:22.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hci4cfztnISCPeg6NeEN42kJcQRiQwmv { top:2.875rem;left:6.0625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZVmMobM3OrIAAVPvMKHnt0BlsqTU62I { width:21.75rem;height:5.3125rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbkwrhiIHEG1m76GaSqbQ6p1HCQQGJyO { top:2.875rem;left:21.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3F8Ea0o0ee1dNtGVTMZIwsJkGy2JTug { top:0rem;left:36.78125rem;width:5.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaNFp910OrMSeMqdwfuzH1X4FCVDT5PQ { width:21.75rem;height:5.3125rem;top:8.375rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da8X8N22OhvIZ20xNpKAEcvkrk8KbMcf { width:21.75rem;height:5.3125rem;top:8.3125rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pibPOO1Gal44wdqToUnSb1JsUFtX3NDl { display:block; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh9AL5CBKmEcTHBugFMTDp8nLIoP2TEc { top:3.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTi6tc1VsLeK9ILVZ3Cipqby1RPgxe6 { top:9.5625rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcUPM577RIXIV5K7kpXW5nvuN6aGl8iT { top:2.375rem;left:0rem;width:18.75rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zu698xKpzF7HamwR0TVlxwbKOpPzqCDc { top:0rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G { display:block; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C16g0H2ACDRxZPU6fNfGtyEvAe1D8TU9 { top:8.3125rem;left:0rem;width:21.0625rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRLDIqgepq7Dt4Ev4FOyc5MuSiNHxoKs { top:8.3125rem;left:10.6875rem;width:21.0625rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up91WD3TTeSKLgtaEbQcQaQwA1sTnrie { top:8.3125rem;left:26.5625rem;width:21.0625rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Qk3HH2DKbiZqseOpJnsoATGONT6u1h { top:1.9375rem;left:0rem;width:25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyBB0nh159RfaoVEwR1vCI8orGme5880 { top:1.9375rem;left:6.75rem;width:25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnX8kWMwoGx6H5Jx1tlww2uDH5Uh196x { top:1.9375rem;left:22.625rem;width:25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drSCDLZlBdDsi01WICzDbOkWoT8nwMuM { display:block; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6UNzG4cWpBx5q3Qt9AD1CxM36rekU0d { top:4.25rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtSt1PqFK11GiRQ4ekT6zLo8coGCEvfC { top:2.375rem;left:0rem;width:18.75rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJmXqPWJyf1LLlfsMXvfhA9QukppJ9Nz { top:0rem;left:0rem;width:3.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4MpIz3HtnnsG0KZqTKzTT56f6XNZh9f { display:none; }
 }@media only screen and (max-width: 763px) { #wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH { display:block; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsM779h3fTcNRcB8gBcI60rudLlQFkJz { top:2.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2dqdOrfh7U03BwqtNCCAogrWSASs0T0 { top:12.5rem;left:0rem;width:43.1875rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNh24ekNIte9EDmLwB16dnnMef7Xqrx8 { width:21.875rem;height:3.8125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOubTOFTCQlxlsUzLfu2SHBCsSUk16BM { display:block; }
 }@media only screen and (max-width: 763px) { #A1TrtAWVZIxUya8gWMnlrQRnlyOONuEu { top:7.4375rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trOSWXdM491rcvFTAI1UC8cymSOqLfo8 { top:5.125rem;left:39.375rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiXx3T8G7Ca5WxXlglMcDXOid3tK727U { top:29.625rem;left:19.687500953674rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN { display:block; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctMm6T4GAp2i6GeH9ycQdGL1tSuQFxvG { top:2.625rem;left:10.9375rem;width:27rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e { display:block; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1Zb4bydk7ulDfk4yVMIHD9H8fEqvGaP { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEJxO5FliyMVUn5woOuKdp92b2LfG6Qa { top:2.3125rem;left:0rem;width:35.6875rem;height:48.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0VFT6pOTIgXRugu0CmCqAatSTk1pXz { top:4.125rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9mIx0VRGALcTm2dJEbdDTsAd1KyeaUI { top:3.6875rem;left:0rem;width:29.375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOxXXuEDySBd4dAaQuPKMbOmZ1a1x7u { top:4.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 { top:6.625rem;left:0rem;width:33.6875rem;height:;font-size:0.9375rem;display:block; }#UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5abc9375-8e42-44f3-8de0-9e9f070502ba/SocialManagerkigrafikinalandingi4.png); }
 }@media only screen and (max-width: 763px) { #vPR2x8oG5FgZPD4UhNh0ZQ4qykn4TpBv { top:3.6875rem;left:19.1875rem;width:28.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH99m8kI5RKrTeaHmByH4We7iZ1Lgprm { top:2.3125rem;left:12.0625rem;width:35.6875rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5Pw4Xeo2W7ZqihOWdbtWcsXxmi53vex { top:7.625rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bATo4CloJ54kHb3XQIaKum3FBzazpC5o { top:11rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbBSDHZInpb7lw9cThuiZ1o6UZkOlVCe { top:10.5625rem;left:16.6875rem;width:31.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZQAxQF2s4qaa3GDNDNaf4yRTF3ntGH { top:7.1875rem;left:16.6875rem;width:31.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeZQdJdAO26kUg6hBeFWg8DirliGigew { top:13.875rem;left:16.6875rem;width:31.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo0WWuSeMG25C1059pHpPqyO1c5OuiJh { top:14.375rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnZoTMAFTXkEJ7s773ksN7mttZxora5 { top:17rem;left:16.6875rem;width:31.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhZqHwBTUTVzLJQHXFt7eVGITJualng0 { top:17.4375rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc5F6fwteIxWHwmvBg94SMlczdBFhm0K { top:21.125rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNwSIV8H4fSavyXbBCrXJ19x8eiNS1iw { top:20.4375rem;left:21.6875rem;width:26.0625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufsUsLtLaN4qO7EsCHXiD43MeGkExGSN { top:26.75rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FocZmnX95UtmEAkZvAehu8LPLiKeoabq { top:26.3125rem;left:19.3125rem;width:28.4375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfRz5XQ7VNgcrFPyZXMhkgrT0vJocfhv { top:33.5625rem;left:31.5625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhF7rJaSidW1lTM5gsMikJRy403okyT { top:43.8125rem;left:23.875rem;width:9.125rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPRvOwr6paGJsvZNMQ6Nkl9LnZfZ2kf { top:36.4375rem;left:44.9375rem;width:2.8125rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigiXXA3Ik3Ub4NWghzN1pATfIdq1hbn { top:30.125rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cpVBA3GSvzn8n39GQGTGl7kJPqqayh { top:29.6875rem;left:19.3125rem;width:28.4375rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP { display:block; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwwXRpizd9eisgwA9eDbBduaBQWNarXc { top:2.625rem;left:10.9375rem;width:27rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWvhAWOhWWh7Riarod7ntTzwsnvbTMm { top:9.9375rem;left:11.6875rem;width:35.6875rem;height:64.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP { display:block; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1u2s3VAG6FHJGdKLvT1FngeecdZkfb2 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiX4XlElD8f7GvKnmdHOF6XzEhNhbFT1 { top:6.625rem;left:0rem;width:30.9375rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSW79V6tqWySUs2q6mWAqtXTlQLggF7W { top:17.375rem;left:0rem;width:30.9375rem;height:18.0625rem;font-size:1.125rem;display:block; }#nSW79V6tqWySUs2q6mWAqtXTlQLggF7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fea2172c-23cd-47d2-9be7-11eb403e2e8c/zapisane.webp); }
 }@media only screen and (max-width: 763px) { #eMybJKhbzq1GPUgNt8f0KxPWzTD7sadO { top:39.3125rem;left:0rem;width:30.9375rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5uBEz5yqNM9tWAb9MOowaf16D0Dhx9o { width:24.625rem;height:2.5rem;top:3.625rem;left:23.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGelKGQNdt8oQVGckvcxeWIkClVuycw { top:26.1875rem;left:16.8125rem;width:30.9375rem;height:9.375rem;font-size:1.25rem;display:block; }#udGelKGQNdt8oQVGckvcxeWIkClVuycw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acb20ddc-61ba-44a8-aeb5-b5eb2148955b/SocialManagerkigrafikinalandingi5.png); }
 }@media only screen and (max-width: 763px) { #hzMCCgp6eF0lnPv4z00dZXLuHbNOp6WL { top:19.875rem;left:16.8125rem;width:30.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1O7bHbzaB9xTSHwOaKxMsmpFUyQlPUf { top:8.1875rem;left:20.75rem;width:27rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWZytSMZufm7hEH3E4naVNCEaRnNA2JF { width:14.1875rem;height:3.0625rem;top:14.3125rem;left:28.687936782837rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUEwNtsCZLIAwtTyTrHuolwR1LJlVlsL { top:37.4375rem;left:26.4375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azD6EvgqrBZtJg740wkrTLzQFSJznP6Q { top:38.625rem;left:17.3125rem;width:30.4375rem;height:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7xGk9rNS73R7LQNPWUrQARZdb10rhod { top:39.6875rem;left:17.625rem;width:6.25rem;height:8.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADIqLcGbOATSmMuFZFfCKv9QU6hHnfgS { top:0.5625rem;left:0rem;width:33.25rem;height:18.589918760964rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9SfT9tbcGPQnzNCGWgbxRXf0gMoW70z { top:48.3125rem;left:45.6875rem;width:1.5625rem;height:1.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke3QiTebqfrksTnZlcPZQdPByT129csD { width:21.875rem;height:3.8125rem;top:52.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6GtlnIaxwLeKf8FE8XiwMFMKvBog1eG { display:block; }
 }@media only screen and (max-width: 763px) { #kJzspznyQzhi4XzkKN8CulLGEl0pTUOh { width:21.875rem;height:3.8125rem;top:58.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAss71ZLoeiTGwTFTN6GtnkRPL6eASsP { display:block; }
 }@media only screen and (max-width: 763px) { #CqaaFcxtqJTOI7dCizB4yBGBONOZx0WQ { width:32.8125rem;height:6.75rem;top:55.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3zH11LrUqtqmyN3dplDe0E09HG6obCe { top:9.9375rem;left:11.6875rem;width:35.6875rem;height:64.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar { display:block; }#n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIIJRgTyoN9EhOwvbOFihDW4iv6a5x1u { top:2.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn { display:block; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRz9rs0ByEXuJRUunBE1tvU1iT4LRMd1 { top:14.375rem;left:11.1875rem;width:36.5625rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecqddg1sHB0BbK5DCbIPXHI05WbAgHv9 { width:35.6875rem;height:6.8125rem;top:5.6875rem;left:12.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozAm9AIL1sdFrh64HeUcAaqmKgwMJcsv { top:53.625rem;left:0rem;width:40.25rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCqhNv7dlwiSNWPHWb3LDRHyLVCOyo8m { top:0rem;left:0rem;width:40.1875rem;height:28.081458453999rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat { display:block; }#tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daWMpsUnWwfAa2KN1PTavUD4qMdI4d8K { top:10rem;left:11.1875rem;width:36.5625rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNuR9UdxJc2bfiINWoiWVpIkTqkqSQtr { top:53.625rem;left:0rem;width:40.25rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD6Jt4G6uz0do7iO2iz1T9irmeFTfrtC { top:0rem;left:0rem;width:40.1875rem;height:28.081458453999rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF { display:block; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anqDHbbhyMtDCCUcpbbO29WGH7QPIMo4 { width:33.25rem;height:5.8125rem;top:14rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMxBbC1fr8rFdcobOpiMyHOgxilr5fTG { width:33.375rem;height:22rem;top:21.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bopdEmrxsDu60SQ4NoIHG6Powff5VNJ9 { width:47.75rem;height:2.0625rem;top:61.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbqpx30qdX668hd6JPnUNnegteWl21H3 { width:15.125rem;height:2.5rem;top:2.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRgkZDW7maorA82yDlwQVhrxxxTV91dI { width:37.375rem;height:4.5rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvvPu9tU0t2fqy3liK7pHRJ3NhFXrvW { top:5.6875rem;left:10.375rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w81GhW2dn3gO0Fsra8vmveXOXiNzoibO { top:0rem;left:37.8125rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS9oKa8sDJHMxF9cPQiID9p5zZBbS0U1 { top:58.25rem;left:37.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe4AbpsqPdx6emBq6XiVOaLTSE5g5XKS { top:62.4375rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDZyX8oa4h7yyvGiEyXebeWS2buWP3k8 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #if0xQ9T8xHxcJ38ZJrmVZzJ77DpNGCe9 { top:9.375rem;left:0rem;width:27.6875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wifairtrscQd2z86mF6af3xfapami9K5 { width:47.75rem;height:12.5625rem;top:45.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi { display:block; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9AxQQB5EIlwFq6Re8IpMEN4ntRSayVd { top:3.9375rem;left:0rem;width:37.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOMv6dvUzRvHyGPQmvIS6Toty5LOfaXv { top:4.25rem;left:21.4375rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyvWiezIBX3QqlTP8mCZ0q6erTG6SEP { top:22.6875rem;left:0rem;width:37.375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqyrKykrP88eW3DG4V3tpXze08vBLcTe { top:23.0625rem;left:21.4375rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1oudTdlHhUQEV2iQ99ZTSaFvRadslfp { top:0.75rem;left:18.5625rem;width:29.1875rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNqwc0zDNSnEgaCn4T0qihDwXAUN61Ws { top:0.75rem;left:45.3125rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCXnvkosmf3RfccWuAPmnXf9iUXTBSe { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbH6yUkL3KUon2PQ3fTKPFw8Tb77Dl3k { top:15.6875rem;left:0rem;width:33.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZVB3oFv63ZXTAHZoTTwcBzca1SQp5i { top:32.625rem;left:0rem;width:34.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlD3ap5ycVStT5yMziqc1hS2QBv2c5M { top:38.375rem;left:0rem;width:30.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqwuKGDsFBHW0ZhmPs2E9RZWGpxAqi5 { top:33.9375rem;left:0rem;width:30.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzGEAlPywmNV1LSnipCNwW98OtlCVDS { top:39.8125rem;left:0rem;width:26.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwa3nn1ndvUrnxuhxnCiwamaLNX7ki8U { top:31.125rem;left:0rem;width:29.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UusUMEmvOGl5biZvDSF7Z561cpCkbqvG { top:35.375rem;left:0rem;width:7.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOvifwZ2C3aVZX1K5sC52SDM00UkTLH { top:14.25rem;left:11.375rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFTTzH0ITRX75G7GR1uos9u9NBdnTh3U { top:17.125rem;left:0rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6G4MhU3nS3QNpoTOxJMi3LDGBNTmunN { top:15.75rem;left:20.875rem;width:26.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtJ5Vn8NEFJmn5aKIRPkq6tFgxtfxRtb { top:16.8125rem;left:20.875rem;width:26.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxFGXpNrWADZRzwMC98bz8TgDSp0TMsP { top:18.125rem;left:20.875rem;width:24.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4g5bb5h02rQRJJ0EKfiWJxe3HohpJhC { top:19.25rem;left:19rem;width:28.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8DOz1RA39CcSlLTg6A9bi6ti3H6cFBu { top:20.375rem;left:20.875rem;width:26.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHImUSns5sqG7umTR3g4BayyWCT9fPV { top:21.625rem;left:19rem;width:27.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDKx2KU4POqOKN4yHZwVItZiZmWs7MN { top:22.6875rem;left:23.375rem;width:24.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlzhzH7VT6lay4D6PrG3zakrzbKC3SRA { top:23.9375rem;left:23.375rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTd0JDagCzmnaAlGVxOhHlFwUBsvNZ8z { top:34.4375rem;left:25.875rem;width:17.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhARK2CuQw6MwkhN1qMKcMsptJlI3HVs { top:35.5625rem;left:20.25rem;width:27.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1iAc7Th1ADZVrL2ZKhHwLAlaw4vmuTD { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK8FhK3Q9sleZrMOonV409XMwxAnp5Qs { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8v25dM6TNu06QOBWryZsPTyvPbGn9bW { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9TMHL7T3oxAOZB0Ws2u06fFpkglDgOL { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKXlPNMpU9TwqTLZph0Z8NzxQvUwGB1s { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAqfgxZZphfPrrltpUXxVHpS1TR7C8bx { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH2P9bCBqH03GTsK7nzeyZIMI0ovGmec { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWIgPToVWMH90vE0pd17Vg3F3K0RrcFp { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rm9mZnNKiLl3beueHoraHdTtfEDqCstm { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZOdmwxpwWZbsaNMwxtZltU2Wz0ZPV3b { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpHneIhbuhIXPmA0pM8TxT3rvtkTfb2F { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHoiGU4mgIJT6TG7c03BXime5TTGouZ6 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDd2Csl9mTXkwmDrITFxWspiGm2Z920y { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IluO1t2FsM4eJfk5QpPqTuSnUyHyLlKm { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRkqVpmP9TQJZr0z6TxF08luD2IpZ4XL { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 { display:block; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeZ726thwIVA3nH4HmLGWX0uy77kGf3I { width:21rem;height:3.4375rem;top:42.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSUTHfNIwOu14Dnwsge2l0JVz17JDdZm { display:block; }
 }@media only screen and (max-width: 763px) { #cEb6r5N0ITx6JZWFryv1pIAzvOR6B7Ts { top:16.6875rem;left:0rem;width:24.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqI6sILvODJWwb725Iny0X2LFSGk9qlQ { top:2.875rem;left:10.375rem;width:27rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 { top:21.625rem;left:0rem;width:34.375rem;height:6.4375rem;font-size:1.0625rem;display:block; }#AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 li:before{  }
 }@media only screen and (max-width: 763px) { #ea5SolhuJVhPoXCwsTSBXOQlhrR65cXk { top:10.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKkwUx1qo6bNDysbJk54nbLbuLg82Rx2 { top:16.6875rem;left:22.8125rem;width:24.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG1KMT59q8G8r68d6oZL5MIumuxJFvgq { top:21.625rem;left:13.375rem;width:34.375rem;height:;font-size:1.0625rem;display:block; }#wG1KMT59q8G8r68d6oZL5MIumuxJFvgq li:before{  }
 }@media only screen and (max-width: 763px) { #iylraTSnb6N5hNTHa2Q7CcWesXWJQAzc { top:33.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCzpQQ968wgT4ayuDt1wyCbAoJIEKIwx { top:14.625rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swN7qIaq2PPsplslhmsBGnVTbLWcBq9t { top:14.625rem;left:23.6875rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMoRcgzP14upEM5nf1dLP8iIXCDJM081 { top:35.5625rem;left:18.78125rem;width:10.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQnX6e2CSIROo7RpfiiXgLecGI5n3LA { top:38.1875rem;left:39.125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJS8LqI2prPE6BGq86frinO8MapXrJH { display:block; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU38vmchKs3HtWI6PbvKZ7ouWo6cXxhH { top:3.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azbFHK79kSCRqyzLJW97e2rkhxCNAakM { display:block; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiFZMviKT4ziLf7irt3fCudptNOrUCKO { top:1.25rem;left:10.6875rem;width:21.0625rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxX64schxI2ZmA4PtZqtNK90n0sZOnP7 { top:0.9375rem;left:0rem;width:20.8125rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebBTbsRcBMh9G2TpXsTmAeXVXp12D1c1 { top:1.25rem;left:26.5625rem;width:21.0625rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI { display:block; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpscLaVdeHcSX6vqfizOL8U9qDiGaTgq { top:1.25rem;left:10.6875rem;width:21.0625rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8diy88qDnEuMHMGyTfQCyfhrRfwieA { top:0.9375rem;left:0rem;width:20.75rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZ7xTin4Bs8TUyFnUIftouSvlIcP0s3 { top:1.25rem;left:25.625rem;width:22rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu { display:block; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTaP2a4RzdbZOX6rtOHbFyXI5olZ6vTn { top:2.5625rem;left:1.875rem;width:22rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7grdO8kRRh9fIrBoCzDEK8zTA2c6KX1 { top:2.5625rem;left:23.875rem;width:23.625rem;height:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KemXtUersaferD4cib2InhsPfsKfWWSX { display:block; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubxq8sketTBbQ5cvvZkkDoPJF6CaR0P6 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CP0Tzs7PFmT7lTNKQskOV64aECyLV65B { top:3.125rem;left:0rem;width:37.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbBxJsT7iWxenwzCgMMTgUNuoJ2evwvD { top:3.5rem;left:21.4375rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7qqWK0H19RTRzSUEiWaioWL2MlJidoJ { top:19.5625rem;left:0rem;width:37.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyLHcVnDrArTTwRpDwgDlwpMPzyRvwBu { top:19.9375rem;left:21.4375rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci9Ul8e7wcNknWMicNTtZxXCr8w5RQJW { top:3.125rem;left:13.3125rem;width:34.4375rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDVkUEDeq3vIyO1EMt2DzRCGE7I4Bscp { top:2.9375rem;left:45.3125rem;width:2.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9vnybNCtOSFPSa7rim6wmoXWWLpwiyC { top:14.875rem;left:0rem;width:35rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeyPfnlo0IWxTVVnVzaQ38RKnQZNXI9e { top:26.875rem;left:0rem;width:36.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHPbp1Grpiv78SIPsiWLss7RSWBbuDoZ { top:34.25rem;left:0rem;width:36.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61ESdUJIOHND7F17A1pPEiGM1nlwDgb { top:28.5rem;left:0rem;width:0.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4dTEmqD2FJJATO121DSC0XZEM6ZfbvD { top:32.6875rem;left:20.75rem;width:3.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpikikTpPARuWpIHaXCT7VGenr2V6NuM { top:28.375rem;left:0rem;width:35rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOlgxkfnLR9sikP9HOxv14EJNeWzcyoX { top:16.1875rem;left:0rem;width:33.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Tw28Dfw2sOoTx5XetpTLXKEyUhI1qK { top:29.8125rem;left:0rem;width:7.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWRZ9Aomz4Eup8a87AwizxKyld8S86d8 { top:17.25rem;left:16.5rem;width:31.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvJII3WqDvUwg7uqz5xUOT94vaQqL8MI { top:18.5625rem;left:14.625rem;width:20.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI29HXpvpcuBBZ6N6eikKc80WHZRwR4h { top:19.875rem;left:32.125rem;width:15.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9JZ0Mow3QusiSwo80v2urPtEJDU6lpq { top:21.125rem;left:23.875rem;width:13.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byMvQvdtKqH1fKo0CCp3gzkFJa1b9UcF { top:22.5625rem;left:21.5rem;width:26.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxwdrD1RRoPFyWpixr8hRS4ydTPWSvM { top:27.875rem;left:20.25rem;width:27.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5wEwrxuiGAcrHrKVN9f78C22BTzCbb { top:29.3125rem;left:23.875rem;width:5.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsTBlWoMWA9suqAkn5wVFIwomJd243HM { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7f04bekirlMJ7utn2END830JCmKF8Jq { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rzf4AdguHbe9SI7nMfN4wa6WzveHDPS1 { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8MNXsSSJbE5VxQDsDCIJN5XfmwaDKmt { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3QZ2zFLq7OVCs2U66fBnVHd3vVRI8CO { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4sz32hWTdsNwPxawM6dllreH3LyNbaT { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1GWtRnZtwKH8GArRJhWimaWXcTkNtFh { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbHp4GIKOJaqhsFrqXBF0mtE9GlLciiI { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDdsTRogib6bnsFViRcO67yPykhVLDrX { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7ZvdvRX06A2gkZrh19hX1bczhQNDZhS { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DadAtFGOrsIumpq9rvyuTyVTu8enqqdq { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzvkI231Wz0xEVK8zBLQfwXVWgugCr5O { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNGMSgEgP1nRHfXKgiKDlUnWyC9atlTI { top:22.5rem;left:1.25rem;width:43.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH { display:block; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLcBkArFG1AfZqVlz92dTfMnr3VKzoqQ { top:3.8125rem;left:0rem;width:38.75rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSDeHnVTpOdWz8q7yWo47szQFxMz35Qn { width:25rem;height:0.1875rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBGi7sIq1yBwBswaMm4GDaU3f7yxAbB { top:17.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6WHPseaUM3UxkwUU9b7MW64TGchJevX { top:2.375rem;left:0rem;width:18.75rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgexLoWq7AHITrVsGDhgX75qEXXSW5iq { width:21rem;height:3.4375rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG5NmUkbnw1BGFPK9yIz07KoJCsZmBqT { display:block; }
 }@media only screen and (max-width: 763px) { #X2cKLkMDs8ZprkKLUSbT2qkZxplxhfWc { top:22.5rem;left:0rem;width:38.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOqsOu5c5fTDISGxHLhf5bfmNamC1uF { top:21.4375rem;left:9.921875rem;width:3.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv5C3aG4O4DzfoqtwadO1PiAEN3Vt75T { top:0.9375rem;left:16rem;width:31.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDFb1K3P5q41GgJvZoBiDCcznB1ip8ln { top:2.4375rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15ae4393-ae9f-4583-9c5f-46a6f38473ae/17.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:44.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15ae4393-ae9f-4583-9c5f-46a6f38473ae/17.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container.adaptive-delivery-prevent-bg, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container.lazyload, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.75rem;height:10.125rem;top:12.75rem;left:0.62421876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { width:19.375rem;height:4rem;top:5.8125rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { width:18.0625rem;height:2.5rem;top:2rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsrBs29BfwzDPi65RNzhT93xKLOsKgRR { width:9.375rem;height:0.1875rem;top:10.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqte6GbFRAQidhMI648BI0hEB7ZX6aD6 { width:20rem;height:20rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5ko66GCKxtn7eur43OxLZUkl7SxzWy { width:1.8125rem;height:1.8125rem;top:8.112500190735rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA { display:block; }#l6lgJuEZtgvQLHCxJneiL1KT5ffA0PFA > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRvb02PtfLVLMQNM5gUH0C8vk5Wrsr3n { width:18.75rem;height:6.25rem;top:2.130859375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIaTgdEzgtthSTkCI5VfXI2Z5EticpM0 { width:18.75rem;height:13.75rem;top:17.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keDqtwFXX570op6Rtz3KWFrhAE9Owhm5 { width:5.25rem;height:7rem;top:9.3750009536744rem;left:7.3750005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz { display:block; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz { background-color: transparent; background-image: none; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container > .video-iframe-container { display: none; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row > .video-iframe-container { display: none; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container { width:20rem;height:66.908203125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15ae4393-ae9f-4583-9c5f-46a6f38473ae/17.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container.adaptive-delivery-prevent-bg, #K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container.lazyload, #K1R0CSwHPze9UOCT02ozvhb4pmq0NQIz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Vf8GHNZoedpVdJKwO7S0B4a35zxTH52F { width:17rem;height:3rem;top:35.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqLTKiT4DZU1librmHkz5ruMp8T8ppGd { display:block; }
 }@media only screen and (max-width: 763px) { #WEQNQIFmTJfqz7pMzBV5OKDTNOUskJ9A { width:20rem;height:25.25rem;top:41.658205032349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1JxNTJtphks7dIDeGUmNaPOysg6qBI4 { width:16.6875rem;height:1.875rem;top:28.125rem;left:3.3125rem;font-size:1.25rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NQPl4aJReSmEAv49U0spJFs4RCRe0Msp { width:20rem;height:24.375rem;top:2.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zIU2SRNbGpTTSsA7EE6AxSBMT7w6l53e { width:17.875rem;height:3.75rem;top:30.6875rem;left:2.125rem;font-size:1.25rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #shFcR7nvLfzJMdfIUmxBSaAIZKvm9Rl1 { width:2.0625rem;height:2.0625rem;top:28.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQq3GoboCuMkTaJQ6B8rw8rK98qtr6ae { width:2.0625rem;height:2.0625rem;top:30.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG313Zh4RbWrnlywfFvglhMcS1b4Sae1 { width:20rem;height:11.213235294118rem;top:5.1875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eUQQ5gdNkADHUgLKF0f0x2CPOQcM72WI { width:20rem;height:11.2125rem;top:9.0625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #c3KrNQtyh1paQ6lXK8UP5seuMbpzZKkV { width:20rem;height:11.2125rem;top:11.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 { display:block; }#HlvxRpqyQtTU1ICMIgTMCmQysTE9Z9d2 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HErs6VA7R4RtEyK1gxp3CgGbeLG9w0Qy { width:19.375rem;height:0;top:1.640625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #s7D2w9l56KpI1h2LCywFdJItTC5EoMAl { width:20rem;height:4.5rem;top:3.068359375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hphmT2W5umyJotlPADn8qWSiJJKgNfPo { display:block; }#hphmT2W5umyJotlPADn8qWSiJJKgNfPo > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xddRNKHFo47FzgseuhIN3PpfLVF1OieO { width:20rem;height:4.875rem;top:6.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUVzG5uqOhJE9S42ROtvJJi8Lm5n7StW { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmiWWBbI5HC6koEdBikxub9ETflc4kGC { width:5rem;height:5rem;top:14.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x92mB4vaFcZXzWpdIoRRpdECtqRchetT { width:5rem;height:5rem;top:30.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk0cl20yTQKvkVKbHJ27qnKFh4P0AHpC { width:18.4375rem;height:6.5rem;top:20.5rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMmh5J4n2u2SibLmfbBqGS4Z1aAtnMQs { width:18.3125rem;height:6.5rem;top:35.9375rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0dHVqTiP0LEtihIQXGXusZhI6lWKia { width:5rem;height:5rem;top:47.15625rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkK07NSvDHZxsSqQfCDEWisVf76awZSK { width:18.3125rem;height:0;top:48.6875rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx { display:block; }#H1rfimFVbGRwXQ6k1cBqi7WqFgNO1nBx > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dezd4UEbipoa1oB7MGXJLr185iop4eZC { width:17.875rem;height:8.125rem;top:0rem;left:1.0617187619209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sP8DxDK78Xax5QP54QWLpfs1PKlaXkTr { width:17.875rem;height:6.5rem;top:16.75rem;left:1.0617187619209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlOlTxdToRQmxldXZTeNK0wTxH3pCVe4 { width:18.375rem;height:4.875rem;top:31.32265663147rem;left:0.81171876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdCOZTzoXrUne6NGLHsTsvoTgq94138Z { width:5rem;height:5rem;top:10.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6NdnlDCMJ0wBKgT5n4DVhrsDBuXbpPp { width:5rem;height:5rem;top:25.155468940735rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa { display:block; }#qnD6GxAiri5hmSOLTTL4O4vNlZ0FZUBa > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmUhPEEU4xKk7VGhqcW9lWaGvAfpxMO9 { width:20rem;height:2.25rem;top:3.1744794845581rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A { display:block; }#U4ieMHR3OPxZnmDCO7QwTPFOvlzzhV1A > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBghEwW4pMz8lBQKWg8bqksoc82Hfcpa { width:16.25rem;height:2.75rem;top:14.5rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I9mwVPzThtdx05m227gopTZyTyaKLxB4 { width:3.125rem;height:3.125rem;top:1.25rem;left:8.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBw9PPDLTH2gJ5fXe936ZT2WtrfnxBMo { width:16.25rem;height:4.125rem;top:22.812500357628rem;left:1.8750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vtI6Nce3rZi1WILxpf0xCRAm7J7Qbpco { width:3.125rem;height:3.125rem;top:18.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2l82bFswXSTKPPlvmNqd0JrylaJUfmm { width:3.125rem;height:3.125rem;top:10.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTrzDwwQyD4OXEawTG1ZhhQ2phfAGsL { width:16.25rem;height:2.75rem;top:5.4999995231628rem;left:1.8750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS { display:block; }#uJzAW1ehi3zJ5vNRn3qTMSzqyTwS6nmS > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1VfJQT4pcM5PpAoTFfRkWRkVTr8T5Dr { width:3.125rem;height:3.125rem;top:0.75rem;left:8.7750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqs8mk2uohX9ZRl7L8mbWXSeT9yMOZXR { width:3.125rem;height:3.125rem;top:10.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8WVXUCGwUx3gnbTiDMkmncA1QLG2o8s { width:4.25rem;height:4.25rem;top:19.687500357628rem;left:7.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwDtNNV9lgQ1bUKDPieMotwF4yadT4O8 { width:16.25rem;height:2.75rem;top:14.8125rem;left:1.8750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QWV4lVtmo9FxkRb3azyFBmsvNTXH4cam { width:16rem;height:4.125rem;top:5.125rem;left:2.0000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GTEc7xBT0NNewukqQyurRwG91n9iFLJ4 { width:17.875rem;height:4.5rem;top:25.312500357628rem;left:1.0617187619209rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob { display:block; }#sxxRgFHDN8SSEDmwl0J5Pw71CWTqA4ob > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUTDReywWwzHFW1xnx3byqsF8aVt7zXu { width:18.75rem;height:0;top:2.4227437973023rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #r9lk0lCPzDFg2yNdDSvMgNTwtJTzWWS5 { width:12.5rem;height:2.5rem;top:6.8046884536744rem;left:3.7500001192093rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LqMmFV6EolvLum3pAQTwMLIIpKGCZQZP { display:block; }
 }@media only screen and (max-width: 763px) { #aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW { display:block; }#aG3fQRhC9Vr93Uns96SLiUcCvKeW9HqW > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3g7d2FeTXOd207LulFFqPk4F7TSH65C { width:20rem;height:8.125rem;top:10.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuttKsoaegdI9IowIPOcmOt40fJisRUX { width:9.375rem;height:0.0625rem;top:8.623046875rem;left:5.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByDUIVWuLTIu7VeaUQSTHXUr0k5Fy99y { width:19.75rem;height:4.3125rem;top:2.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 { background-color:#ffffff;background-image:none;display:block; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container { background-color: transparent; background-image: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container > .video-iframe-container { display: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row > .video-iframe-container { display: none; }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .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); }#eVQJBwSC20gcX7WVk5qZBNiqWUgMLqK3 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqh2RKw9JUV34k2uPrK663lBqrlPuVuI { width:18.75rem;height:3.625rem;top:1.5598945617676rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fftgiLImkm7UXnHUI3I20MqMKTw4QoL5 { width:20rem;height:20rem;top:10.602865219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ0U2InpZDMRUQLRGr6IAJqoVE1pPRE2 { width:20rem;height:2.25rem;top:6.6087245941163rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"amsterdam one";display:block; }
 }@media only screen and (max-width: 763px) { #PWzJhmlOgyR2Z7wXJ3ZxShT5A1p3sAf1 { width:18.75rem;height:11.8125rem;top:15.123699188233rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"montserrat 500-700";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AJgKJQ6Z2LCsAVWCxsfOpzesBZLMa8GI { width:12.5rem;height:2.5625rem;top:33.311199188233rem;left:3.7500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKAVOpvOtMt8vhTlJytDWizUs2Rwoqt { display:block; }
 }@media only screen and (max-width: 763px) { #Vh19vI886KQBAi38mIsMJQg6TME4khXc { width:10.9375rem;height:10.9375rem;top:42.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsdZzRlI6tvKaZEtbATsvVK5CNMJm9C5 { top:38rem;left:0.62265628576279rem;width:2.3125rem;height:2.3125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U6hKsI365isUVTHgLKISNlnEmWhPsApn { background-color:#ffffff;background-image:none;display:block; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container { background-color: transparent; background-image: none; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container > .video-iframe-container { display: none; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row > .video-iframe-container { display: none; }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .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); }#U6hKsI365isUVTHgLKISNlnEmWhPsApn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hletyU2DZcBrPKuLhNEGEmLL2ONvZqnF { width:20rem;height:11.23178807947rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnZ4nQIBPQ3G6vdCSlsd55G4XHtVw3A { width:1.8125rem;height:2.3125rem;top:0.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5B67nT3iDswoUh80LTft3nDbQpT76mD { width:20rem;height:0.25rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQZBhvlOuKHl24TXzTEsnXpgFKX3vwVU { width:20rem;height:0.25rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #csDGTtka56MV4rh0b61qiZ3t3KOiMxtD { width:20rem;height:0.25rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRGZmLWduoHOFVSvc8wSsqNTrbu9HRRf { width:20rem;height:0.25rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws6Uz1HsLR0OV9KT2SDaeaRL4LNRPmql { width:18.125rem;height:0.1875rem;top:6.15625rem;left:0.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #FVTbq9Utus4rJdVaAuoaSFoM6qgFEw9O { width:18.75rem;height:0.1875rem;top:8.4375rem;left:0.4375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ePFbKzd0MnAvBb0mgxK6gM9QnkBxSeCK { width:19.375rem;height:0.1875rem;top:9.2701826095581rem;left:0.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #saiLIWXoC3e4iiO9c4wR6m4wOQSTO2Ec { width:13.0625rem;height:0.1875rem;top:5.3964853286743rem;left:6.9375001192094rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #wA1rqRkV5ceTeOAhQi6c2bMg3MvnNdFp { width:3.125rem;height:0.1875rem;top:10.082682609558rem;left:0.3125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #fcfbuxddnVlspkWZG4URaivHNnzB8B0O { display:block; }#fcfbuxddnVlspkWZG4URaivHNnzB8B0O > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuTJd39S9tI5vAKBpsihGgLw2KmXsf6s { width:19.125rem;height:29.1875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtogakoFeJHRcUgX7bT2ntR1IJlL9M2H { width:18.4375rem;height:1.5rem;top:10.3125rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr { width:17.625rem;height:23.5625rem;top:13.125rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#g0p6tlTSg0PUpMzT3KVeRCFsTRn1F7lr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1d1251de-024d-4f72-b864-2d75c1451858/Projektbeznazwy13.svg); }
 }@media only screen and (max-width: 763px) { #KR1aDtEsBengSg00C8Uhx8pHnlSaTkQk { width:19.125rem;height:26.125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK { width:17rem;height:20.5rem;top:44.5rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#GQXPTHQL537JlGgmUNKCh5Fri1W2ePGK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b1d0b547-7a80-42c3-a771-34b606611192/4.png); }
 }@media only screen and (max-width: 763px) { #hxnHpcHtV1uFhxf7h3sH8mLnlfxAGRU6 { width:18.4375rem;height:1.5rem;top:42.0625rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGZAtnl7x5Wi6as8q8qF9n0qNzMgyymG { width:19.1875rem;height:30.75rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZECyU8am8lvTm7DMyZq4MJXLzicIXNm { width:18.4375rem;height:1.5rem;top:71.625rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkxSTp60r5CiJIkINrxRqbW5leKu2rZV { width:17.375rem;height:21.875rem;top:75.6875rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#qkxSTp60r5CiJIkINrxRqbW5leKu2rZV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/12450dbc-63f7-47e4-9582-5d4fb4b2e4fd/Projektbeznazwy7.webp); }
 }@media only screen and (max-width: 763px) { #HrzOHTLgakrT9lC1ltzqdzJpT7TptDlK { width:20rem;height:4.375rem;top:1.5299491882324rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 { background-color:#f6f2f2;background-image:none;display:block; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container { background-color: transparent; background-image: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container > .video-iframe-container { display: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row > .video-iframe-container { display: none; }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .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); }#qOEERaSElTPUzLUdtpS51VgTTe9PaQL5 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4dQ8Ei71kDJLcViHA2FRrAWDaha3LVe { width:15.6875rem;height:6.5625rem;top:4.5185546875rem;left:2.15625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QLcTPpypiHwB9aoE4Bt5EEMiw0XNVPPy { width:18.5625rem;height:9.1875rem;top:12.9052734375rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"montserrat 500-700";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MyW8i844OdsnsG5IqJOI7qUCRqPanpma { top:0.8310546875rem;left:0rem;width:7.9990234375rem;height:7.9990234375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 { display:block; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 { background-color: transparent; background-image: none; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container > .video-iframe-container { display: none; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row > .video-iframe-container { display: none; }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .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); }#DDpoEAX2wzsa8MAzXSoLqrpEV2wFrZK1 > .row .container { width:20rem;height:124.0625rem;background-color:#f3f3f3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnpoxQXa8mqATofHkAsMwCKChrQRqE3X { width:18.75rem;height:7.375rem;top:20.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sp2Fp1cuwAFtcMKfm0wTT66NzN0OPwg5 { width:18.75rem;height:4.375rem;top:1.1318359375rem;left:0.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xmZLG8IOhtmhPvIAdTIvmrZy19ZXwL00 { width:16.25rem;height:2.75rem;top:56.9375rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #udywu4HeFTJqu4oG6iMQkcIUKoP5v77G { width:18.875rem;height:6.25rem;top:14.125rem;left:0.68750011920931rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sd28DuGPWGSL3rF5R8SpxZInfqMCo7DO { width:18.75rem;height:0;top:29.546875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sVvmTrBIuLUeqyaMMZD3Le1fXhC7gbpH { width:18.75rem;height:0;top:41.375rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #c5o8CblLOgb8DBTz9eeHGmwvqRzGTHAu { width:18.75rem;height:0;top:53.875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #mzSUHvkSLTZSe3Ew8RHH3cq3lUEbez4K { width:18.75rem;height:0;top:66.5rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #wWkurbGJx3B9bSvBmhTuI2GNeVBS9KlE { width:18.75rem;height:0;top:79.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #V0O1T7B9OADaPePWlvL5sP1LKigrVcF9 { width:1.875rem;height:1.875rem;top:7.95546913147rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUexwN2hGBuhADpyDZ1T4TQ4duq1F8J { width:1.875rem;height:1.875rem;top:54.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKB3Lhd6XQwMWzyGpQVetVoDtc7GJQBc { width:20rem;height:1.625rem;top:115.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LOhhGCtD6kl3739SlVT7rygZ50hXDl1z { width:19.25rem;height:8.75rem;top:60.375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FW3c0PeXknAuv5HhNtFE1Ttw0HyMHl6R { width:20rem;height:2.75rem;top:10.82265663147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ssT6Vwo1HGTFB4zvRgBSPeRFUTMd0Rdt { width:20rem;height:13.625rem;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhyAMcODyFiAePHXmLT9Q60vGxP5R8v3 { width:20rem;height:13.625rem;top:62.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdHhlUEIHpbDioV2T5sd0tiTkMucBLxT { width:20rem;height:2.75rem;top:73.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J652hCEpIERMQtKSi8kZiSw9u0DSTHIS { width:1.875rem;height:1.875rem;top:70.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4aXSEN2bxFET8V7FsrX9yOgToLqVrdi { width:20rem;height:5rem;top:77.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #peM01IdL5pCDzZCaMmTeX7hdGShCRWMS { width:20rem;height:13.625rem;top:113.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4h7W88B5tHpkim54Tu0yoWdonSGGGg8 { width:20rem;height:1.375rem;top:102.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #idpslI6w5NwbKk2q5pbaqL9XJwWCJSsu { width:1.875rem;height:1.875rem;top:84.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxL0kyuLDh3TrXq46VEEiLI60S9wLA5z { width:20rem;height:7.5rem;top:104.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UfeRmECKSbCIricIsv12Btk04shV71ua { width:20rem;height:13.625rem;top:97.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQu4MJewaPQdRDJgJMvVGiHSresS9pik { width:20rem;height:2.75rem;top:87.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z9pgHM970JLcXTQ5QJtMsGi60LiwvPLU { width:1.875rem;height:1.875rem;top:99.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TSMumxuug2UuQ9EXELWontHz0xOSqK { width:20rem;height:6.25rem;top:91.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1VUeDz0RikfGHOQZpLoSs21pyH30RBn { width:17.125rem;height:2.8125rem;top:118.875rem;left:1.4375rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KxeeUTPIgT9bdsgyhlwETRtTw5lpKNrT { display:block; }
 }@media only screen and (max-width: 763px) { #J4gdgwnvSu7u5gZ0RATPglHWbUwxLDwL { width:20rem;height:15.4375rem;top:79rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvICutndotDC3RQgP0hEWAsOoJVTdxtM { width:1.875rem;height:1.875rem;top:38.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbJVAlab9yi3A2KrNa4CbIXmxnmZZUsK { width:20rem;height:1.375rem;top:41.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UeGvkevE1TZve3Hvwpq3ToZf9cTym8kZ { width:20rem;height:8.75rem;top:43.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xiGpXVXk3gJlAHuT1rkMT8N1Q8uJbNJf { width:5.1875rem;height:5.1875rem;top:141.9375rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIJO2HCinKa0grTiWI9NvQz2E6RQbicv { width:20rem;height:14.625rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9HytmFvG4CL4Q95T8hoTPnggAixNdST { width:20rem;height:8.75rem;top:27.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pbTJeeR9qBBzxp4eciIwkEU3sEW57prC { width:20rem;height:1.375rem;top:25.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IRyq0Sg2bU2JgE4WLN02Z52WkabfHB4R { width:1.875rem;height:1.875rem;top:22.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy { background-color:#ffffff;background-image:none;display:block; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container { background-color: transparent; background-image: none; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container > .video-iframe-container { display: none; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row > .video-iframe-container { display: none; }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .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); }#Km7qN9aqFXXabHGTo6VbqhfzZ1SKNhiy > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNlEKrXyP4NPRL4TLWaOgQB0rofVAcq6 { width:20rem;height:6.5rem;top:2.7000007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNNn44OBudZA5ATG31RlfJpDgdtDReGN { top:0rem;left:0.71171873807906rem;width:2.3125rem;height:2.3125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mkbR2QV8hBBlz4rz36kTtXRUtR08Kz90 { width:20rem;height:12.020725388601rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvSVaiDZ9xmWbHpb2SWNzpXTJM0l6T2W { width:20rem;height:7.4176776429809rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO2R7sAIh4hZWbRorlVlNopKwQJHMg0W { width:20rem;height:12.788632326821rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCcrqy7WrXFJP20NHogSskg5Zo4JcTlX { width:1.4375rem;height:1.875rem;top:2.7000007629394rem;left:18.451135946404rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtlPQamaZVXsTKD6mwvxGk8N1s5BomQi { width:1.4375rem;height:1.8125rem;top:10.5625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zObr4wcREfJwLogIQzfC7h9vhulvaxDX { width:1.4375rem;height:1.8125rem;top:33.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCKIuiXPWShcqEJtGGxmbAsTDhkQT4E5 { width:1.4375rem;height:1.8125rem;top:19.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPAhfXqJHa4mZPM67bmq0MSNnUtkVTU { width:20rem;height:0.25rem;top:26.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5E6VuVN9eDobfQlKLC57N2SpG6eTBbQ { width:20rem;height:0.25rem;top:34.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzBVP9aSC8qPO76NaS7RJwmInvG9U0It { width:16.875rem;height:0.25rem;top:31.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3AZ4AoPueUBsqqoRCHUhNVwBQigFb7s { width:11.875rem;height:0.25rem;top:33.4375rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Be9uH69P8SKxoWxrwWEDGSwEca77QsuT { width:20rem;height:0.25rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW9BAp8V3owuXZt8hm8xNfHQLpIto0P3 { width:20rem;height:0.25rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7MiAk3hNemxJCVm1TMLdD4MdmqBts0T { width:20rem;height:0.25rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrDbN6T96ThSFKHKJFqD0O3kdKkhW5Du { width:20rem;height:0.25rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Es0ioiUi0VnzTt1qX7RJ60bAgThseCqk { width:20rem;height:0.25rem;top:27.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkK3qQKXlfawORV8LpvfmJJ9fwtBwpTJ { width:20rem;height:0.25rem;top:28.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud58XQMSPwK7uIFzE8tkIQSCefMoqrEt { width:20rem;height:0.25rem;top:30.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9AUzKPZ0IOTRauKBzH5zUThsH7zbHI1 { width:20rem;height:0.25rem;top:25.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDDPp6nLGgFCOHD3MtUVG0A0HlTlUTtG { width:20rem;height:0.25rem;top:27.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJWr7fxb9WhEo3pwt2k9DLLbBOBAp2ap { width:19.375rem;height:0.1875rem;top:7.125rem;left:0.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #BwgKS0v2E1tLrqcAqkK2TAOMpcqirLnT { width:19.375rem;height:0.1875rem;top:16rem;left:0.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #DTGMKuJhma7XTQRfHzA6aixBQcaODVud { width:19.375rem;height:0.1875rem;top:16.875rem;left:0.3125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #e8IMQtTznHixOX1qF6tLQ6QhKi22HC6v { width:16.875rem;height:0.1875rem;top:26.1875rem;left:0.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #U2pvdX2vkyxmRJ1H6W9I8h6SU8pMFv1k { width:19.375rem;height:0.1875rem;top:27.625rem;left:0.3125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #UaDK1uenTWuqBgeme6n9znZf6SPWGocg { width:19.375rem;height:0.1875rem;top:28.5rem;left:0.3125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #nw5V9MB24g8yhGDDbOpxb4TzNc5ycGa8 { width:19.375rem;height:0.1875rem;top:39.603515625rem;left:0.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dpTAw6KzRBhm8FeNImUNoKV0bKROqlJr { width:19.375rem;height:0.1875rem;top:40.3125rem;left:0.3125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Cv7itGsVkrRaGQdVXoeJNxD14C2R9O2J { width:15.625rem;height:0.1875rem;top:41.125rem;left:0.3359375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Nhv70ardDoW3iV788IXSMsAfZMgTiHaL { width:6.875rem;height:0.1875rem;top:29.1875rem;left:0.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #gXwHh4PwsSTA9UAimk67tmOqzsS863mZ { width:2.5rem;height:0.1875rem;top:17.645833253861rem;left:0.2734375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #qisSb51TaLsv2akWxT1qtdd3SWwo7OBv { display:block; }#qisSb51TaLsv2akWxT1qtdd3SWwo7OBv > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smA49VqHfmlnSigLPdUUhkBUKTHVwPE5 { width:20rem;height:3.625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRkGtnEq7TXDuA2KNzIcSdiQuO9UTHiX { width:9.375rem;height:9.375rem;top:14.5625rem;left:5.3125000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs { display:block; }#L5HwA0i705m2V4T7h5Eq3CTArTEHH8Gs > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPETVrwSg7ZN4rGOBiQKQrPQgotPMKSE { width:18.75rem;height:3.75rem;top:5.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrzPGcmqgI2Z19Wq5u4Jx3RwKT4rTFH4 { width:18.25rem;height:6.875rem;top:10.250061035156rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DMC8cFs76OQLf9sgTpVa1a5k1B5Hx4GX { width:18.75rem;height:4.125rem;top:28.625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hPXhVZAzbqJ0r8LPTFNcPO9b4Lbg6abw { width:18.75rem;height:3.75rem;top:23.6875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJTvToNWHp8BZMvhKJAof8DqnTZn7t0N { width:18.75rem;height:5.5rem;top:44.125rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TfbckQTxh5P8gSG77zJHQrTRalXGdQdx { width:3.125rem;height:3.875rem;top:19.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwUlaFsoxOSrch8w21L2Foa1VSV5whO4 { width:19.6875rem;height:3.75rem;top:39.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pug74tkBrWcX6LUyqAHmidSaGsDvhBzb { width:18.75rem;height:0;top:13.75rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #OpqGihTdvTQoGPrn14e9ii9TW9a131EA { width:18.75rem;height:0;top:42.6572265625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #tU1xWJ32E61gydc8WhqiNoTQkIlTsBSp { width:18.75rem;height:0;top:99.8125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #aMOqdURIT2zCShVkO9KBkKJcOBmLS2PL { width:3.125rem;height:3.875rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknLxgogPNDlTQZkurT99rshGlH2TpnJ { width:3.125rem;height:3.875rem;top:35.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8EtlMC9zW466MNoLFrZteN79TfWGGR { width:3.125rem;height:3.875rem;top:52.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wooTwP22cfJKL90KFoV7dWUp59JTzGaP { width:20rem;height:3.75rem;top:56.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLHc9wLxFSoh5TK8fAzxSbyxNXSX7Z1v { width:20rem;height:5.5rem;top:61.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LaJzhZWwvfo0uMpHzTmdGSucRcxTtl01 { width:3.125rem;height:3.875rem;top:70.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOGvo37TPn0SfBQAGp5O1U6eytGGa3dc { width:20rem;height:1.875rem;top:74rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJO9h0NlXuTULezRZqpLK1RZCBfEDZqK { width:20rem;height:2.75rem;top:77.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XebUa8z9CnSFphnGtJwNUVBzmSy87rvf { width:20rem;height:20rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 { display:block; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 { background-color: transparent; background-image: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e5246; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container > .video-iframe-container { display: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row > .video-iframe-container { display: none; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e5246; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container { width:20rem;height:130.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15ae4393-ae9f-4583-9c5f-46a6f38473ae/17.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container.adaptive-delivery-prevent-bg, #lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container.lazyload, #lRuVDJnQGckkJy1b5E2aCip4OtrEEHi8 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ep9Q8hgnSCMm0MEoWaHJqalPDXWrX5xu { width:18.75rem;height:2.5625rem;top:1.6874985694885rem;left:0.62421876192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIzgJvHp6e4S8inaciBzFEE1PKXBLovN { width:18.75rem;height:3.875rem;top:6.4257817268369rem;left:0.62421876192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD32iiVLOJSc336pcwi7UgFfKpKENy50 { width:18.75rem;height:5.5rem;top:21.312499523163rem;left:0.62421876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #scDFQQgmvUtCELGidltzEmZs5y0VPlGg { width:3.125rem;height:3.125rem;top:12.875000953674rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC8TK38rESeIn7L0TMu5PBhrWbiLhFD0 { width:18.75rem;height:3rem;top:16.804687023163rem;left:0.62421876192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #PAKJafeTbt0JmNmHwWygUIBEuhH0vsQC { width:18.75rem;height:4.125rem;top:65rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DTEyIIBonbKhigBsM3HVBH1CKr0bzAFg { width:18.75rem;height:3rem;top:60.25rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #N2lO6A9fphlRJC8qhqhL2CUWMx4I2J78 { width:18.75rem;height:4.125rem;top:34.437500953674rem;left:0.62421876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TyT7ZFIr7fazVif8QHTfpmUNviIXuv8W { width:18.75rem;height:1.5rem;top:31.5625rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HgT3MHDztaFppMzW0JdQ1WX4JDr7gK8T { width:18.75rem;height:9.625rem;top:81.478126525881rem;left:0.62421876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QiUpDTp66mvX6sPHrTHV0u4DKGtnscaq { width:18.75rem;height:4.5rem;top:75.81250190735rem;left:0.62421876192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fql8Zli9NzVBhtxTKPZ22RVnIRaHSdFy { width:18.75rem;height:5.5rem;top:49.0625rem;left:0.62421876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m5fdx97GWEZIXqJAU67pZzS2dSxocC6m { width:18.75rem;height:3rem;top:44.812500953674rem;left:0.62421876192093rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #erNsTIcUz6AD0gHp2hfZT3xe6ZVabiLp { width:19.1875rem;height:3.875rem;top:94.25rem;left:0.40625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FDuDMxPXRyDFxcpCc0P1JZcdyfP6BmNI { width:18.75rem;height:0;top:16.75rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #JNPNJCEXtUO56e2cnaSH9NxuDTnazK1F { width:18.75rem;height:0;top:60.875rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #FhCDRfDV7JcETHNlVr5kot1cHC99X0UA { width:18.75rem;height:0;top:91.125rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #G0ytLMByTFugsUdFn1DSVh5oRe6skgwa { width:18.75rem;height:0;top:39.206250190735rem;left:0.62421876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #s6yEe3HJmr8aFruyrIvQOo2hxngMnlqa { width:18.75rem;height:0;top:81.25rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #UPUw7kTqRziPxILIy9uoku4ip5MyA3m6 { width:18.75rem;height:0;top:22.0234375rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #AZL8I9mVy8Bw22zEhQVKPms7s7HBcbcJ { width:19.0625rem;height:11rem;top:99.375rem;left:0.46875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W9Gd7lThW1QmsH4zbuQ9cgdhp2h12b24 { width:20rem;height:3.875rem;top:113.74998474121rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svMA96zrW7w0ixBySE0rrrgsTFVXVbd4 { width:20rem;height:4.75rem;top:117.6484375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oXKr4mKekkNchw4zCO9v0Zgr7lLmfN7T { width:19rem;height:3.25rem;top:124.75rem;left:0.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AIEkobmHFh4aQ0cqmPEBm4S1y753yvW4 { display:block; }
 }@media only screen and (max-width: 763px) { #F5bOhIFUNP9bgTQbQqPKiEPflJU5pcyZ { width:4.125rem;height:4.125rem;top:118.478515625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzoVngF9NHTm5NI37tpHBVwekUITf4W3 { width:4.125rem;height:4.125rem;top:129.228515625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTRM9iwr0e7aO3XayrfiBvRAtRfXs8Iq { width:4.125rem;height:4.125rem;top:80.22812485695rem;left:7.9375005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFJHMNFSPzFsSI5xI9GLgOTt5vTpDd1l { width:4.125rem;height:4.125rem;top:123.853515625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8Gta7JafJvmvAyJWvuPurv5OLNVE4Rm { width:10.9375rem;height:10.9375rem;top:84.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTyqHUhhPXAEee60ivJNxN5VKiIynvHl { width:3.125rem;height:3.125rem;top:26.625rem;left:8.4375005364419rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #lkGt1sB4dPfoLiVATHS8IJCpEGRLh2dP { width:3.125rem;height:3.125rem;top:40.000000953674rem;left:8.4375005364419rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zbens7uqoRlwHJAWLTgSIk8SMBnfuGyE { width:3.125rem;height:3.125rem;top:56.3125rem;left:8.4375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #n9rIw73QvspVenJls1QaPf0QbB9FTw0O { width:3.125rem;height:3.125rem;top:71.06250190735rem;left:8.4375005364419rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT { background-color:#ffffff;background-image:none;display:block; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container { background-color: transparent; background-image: none; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container > .video-iframe-container { display: none; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row > .video-iframe-container { display: none; }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .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); }#h2ry4eABihyMIGUhFsLF8nTwnAZ48rtT > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpdk4VQftd9JSsBBaVNCdRuT2Jzz3R40 { top:0rem;left:0rem;width:2.3125rem;height:2.3125rem;z-index:15015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ROiyN5rKxLtX4D91Df7eC5RE5y8NTTwg { width:20rem;height:14.37037037037rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBB1FxuTS7FxBssDTJemkqTarfZBHSpa { width:1.4375rem;height:1.8125rem;top:1.5rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVQV9EalnT8Mox8tKGeiUxh1kRzTHJaM { width:20rem;height:0.25rem;top:18.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8tkRx0idK69IQwQWwTIyRyJAEiksdXV { width:20rem;height:0.25rem;top:19.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #etCo4pqVSeJV81PQIXO9kXWhOVJLDUlt { width:20rem;height:0.25rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T43w2s5swiXDaECqC3Dw1tG1ERNgtzFp { width:20rem;height:0.25rem;top:29.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IabZHWMt7CkBKQWEwquE7ASKAVbaC3Se { width:20rem;height:0.25rem;top:21.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTuq5bIRODKOz2UltO7BTCvpKzr3773u { width:4.375rem;height:0.25rem;top:31.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIMbkR6IJZplZllu8xhrnkT0OrADqEIi { width:18.75rem;height:0.1875rem;top:9.2076826095581rem;left:0.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ck6LuHvZUfbVJgJ8VRTmgmaWI8KQWTAB { width:19.375rem;height:0.1875rem;top:9.9576826095581rem;left:0.25rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #uWIPfe71czgpSTtgSJK6XwNsZ27PBeGV { width:17.5rem;height:0.1875rem;top:11.520833015442rem;left:0.5rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #demsU9ISJG2Zm74LrDT8rchrr49OJ6DG { width:6.25rem;height:0.1875rem;top:12.333333015442rem;left:0.625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #RI68VQbTOaEnerBKnnZaqgUqpEQF69TQ { width:9.375rem;height:0.1875rem;top:10.750000953674rem;left:0.4375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #kGDEFGcwOKsxAebB55JLAxTz8TGmIupm { display:block; }#kGDEFGcwOKsxAebB55JLAxTz8TGmIupm > .row .container { width:20rem;height:431.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPqTH4JdNkEXHfbRSx8ErA1LR7bOI1Zi { width:20rem;height:3.625rem;top:1.9891424179077rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzB9AiXyFGwdNsu218gfT8C4s6u1JvOX { width:19.375rem;height:0;top:1.25rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #rUA93CGqpG8n5RttW8HswmQcBt5ZcX2K { width:20rem;height:26.875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCFV5Kb8BOS629EwEWlA1bbTKFiVwEoD { width:15.5625rem;height:4.3125rem;top:8.0397138595581rem;left:0.486328125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS { width:19.4375rem;height:18.125rem;top:13.911437988281rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#R40ddfwfdRxGy9Ef0CV5tyNxELvc69OS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #iSGV8KQXXqmw9EOCt5LmAFoo9CcUh7tI { width:20rem;height:28.5625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 { width:20rem;height:21.875rem;top:39.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#JSc13sMmq7f29O1JF2WT4VgesXTcD3b4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #Ml1lyLGaXKBU6y0QyJATZU2duteWFATJ { width:13.125rem;height:1.4375rem;top:36.25rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVOFm75Nm4J4cHoOWFeoH20ICBmAdeUN { width:20rem;height:23.9375rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCGPRH0P0UDnKEpOWeRPEmeexTlMIOX { width:13rem;height:4.3125rem;top:66.625rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpK2q515tMlK7eHGJnPoew9qkpqWBT0t { width:20rem;height:22.6875rem;top:90.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN { width:20rem;height:18.125rem;top:121.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#APBB9yf0rrRyNRU5gJKCGiEnwb1SOFZN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #dKqdGf0OmVHE98AIIlqH1kSglJcZytSx { width:13.3125rem;height:1.4375rem;top:92.424484252931rem;left:0.486328125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aGgpOSgIeZ3U4Da0LiTHwrPo7Ri3cZO5 { width:20rem;height:27.3125rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbb4K8EeWqFcxGy9BtTbchbwd8vPrlV { width:15.125rem;height:4.3125rem;top:115.8125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEdvmRh8e6cH5Tsl57ci6owtJ05hfrfp { width:20rem;height:27.4375rem;top:143rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc { width:20rem;height:19.375rem;top:149.12500572204rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#EuyUmWEd1c3BmVE1IqAqhPSmWWTLrLOc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #IBcRWUZfioAMaJymLMAbd9zlf2kyRiBi { width:13.875rem;height:2.875rem;top:144.75rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vybLp140JcceCssgf64NSccoFTz83EHp { width:14.1875rem;height:1.4375rem;top:203.5rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAaoSabZIwLFKZnOsp67sOMc9vttTimK { width:20rem;height:16.875rem;top:206.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#aAaoSabZIwLFKZnOsp67sOMc9vttTimK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA { width:20rem;height:14.375rem;top:234.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#mLV0sDUx1Cfs6IJUTN0BRZhBZuc9DSCA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #z5R0rZpV0rLep7MTSRbDvSqG1xer0RNJ { width:15.1875rem;height:4.3125rem;top:229.0625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qiDN7aAncCyFVukcoWZR9oWzXKCTv4xB { width:13.5rem;height:2.875rem;top:268.9375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF { width:20rem;height:16.875rem;top:273.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#DM5Z9dGn1Pip9r0TuuhQHyxxHzn0PKhF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #UJuTPQl47SCHw57KAsvfW00NDzEoBAMX { width:2.8125rem;height:3.75rem;top:36.25rem;left:16.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vZ479JgSp4WKXmZw2pwkUu1rJZGt91pu { width:2.875rem;height:3.8125rem;top:91.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZb3kGz5Rth2GvwwTU4nTZE6pSWAXM8R { width:2.875rem;height:3.8125rem;top:115.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMqHk0bfaDUtKAlWv4xF4wDqEZw3hCQZ { width:2.875rem;height:3.8125rem;top:144.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqfh8TLTfR0nknTsa4MRhFFaZDR8ZhQ5 { width:2.875rem;height:3.8125rem;top:173.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoisdAcSEyRD8naeyQ8KGbMxvPxnfC6u { width:20rem;height:27.5rem;top:171.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXHMEgnSTKl2tH8q0fThC83aqSzZGNU7 { width:12.5625rem;height:4.3125rem;top:173.625rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fOb4BFBnv5VrLBXg51UL1epA1HxqfNQE { width:2.875rem;height:3.8125rem;top:202.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw { width:20rem;height:18.125rem;top:179.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#zoRacGJxFd3dSk6DwAMMi58OPLtO1pIw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #WHBqaNNsfb4INaW6rT4IXEHTZczVydXO { width:20rem;height:25.6875rem;top:201.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfbc85fl57re5mavTLrcsdvUQnb4BgJE { width:2.875rem;height:3.8125rem;top:229.0625rem;left:16.048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbrwtXHDgkKcLoVvWJlfMLHO29d3ovpw { width:20rem;height:37.875rem;top:227.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxmbvc6VbA4qNhSwWTD9Han8Rewh1oLB { width:2.875rem;height:3.8125rem;top:268.0625rem;left:16.048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTqVzdZ07WVTpJZlx1T6rhUHTvruMp4 { width:20rem;height:24.5rem;top:267.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC7W4GVcr13xurskIPs4sMm8AZZyCaWd { width:2.875rem;height:3.8125rem;top:294.875rem;left:16.048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXN3hgQ7Cq0sW90oB1Vd84fxtRGloinE { width:20rem;height:27.375rem;top:293.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeNS52PGmBOEHO4QwhTV2x3mGZeuTHKq { width:13.4375rem;height:4.3125rem;top:295.4375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eTy6134DeTHDbJLKMutLo5QyHzsUotGE { width:20rem;height:18.4375rem;top:300.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#eTy6134DeTHDbJLKMutLo5QyHzsUotGE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #JyC83CT0xQyWKoePp71H3aTQ11RKv9r0 { width:2.625rem;height:3.5rem;top:328.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxwgiNJAN9rJwTq0T8G4Up6zexrdiDBD { width:20rem;height:30.1875rem;top:326.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGkptJ2ni9fQI5wNa6TQyKFp4am7a6D { width:15.6875rem;height:4.3125rem;top:328.3125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 { width:20rem;height:20.625rem;top:333.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#D4Dn9LVeT1KhmitmkLP5i9sC7fRcsZp5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #icGgNetJAOOaUvF86nOBhNb2rES4XctW { width:5.8125rem;height:7.8125rem;top:369.2044375rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0ApQGcuiT1P1mxskieWKHh2etLfo4lT { width:5.8125rem;height:7.8125rem;top:369.2044375rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX { width:20rem;height:14.375rem;top:72.43750190735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#C9KBvof4Bshq2naRfPrc8o4bO0o1OTSX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #BfWcyHurTheVZWuTqgXGwbwhAxFpddgw { width:20rem;height:15.625rem;top:95.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#BfWcyHurTheVZWuTqgXGwbwhAxFpddgw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #mrDh8nUVkuwfo8M5WtXsz7eSGiGX1vQ6 { width:2.625rem;height:3.3125rem;top:295.125rem;left:13.861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eip1by7eLh8xVPvI2oq6Lx4FTXwhCNpb { width:2.625rem;height:3.5rem;top:328.3125rem;left:16.875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #WwMFCC4pI7pSWyNPZ28Cvgy0PvCv6mlb { width:2.875rem;height:3.8125rem;top:66.625005722044rem;left:16.048828721046rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #NQ50UMwrKIfOGJCgzmT5gIlWn2c3hRTN { width:13.6873125rem;height:13.6873125rem;top:247.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4viRhniv1ELZmayXHEzunOP0NS3sfT { width:20rem;height:1.625rem;top:260.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiXwLCs88gZpeHToKN2XU682HfqDvOhv { width:20rem;height:1.4375rem;top:263.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ax4mbl1QhdWiPixosVPxzbuHhlfQHPnx { width:2.8125rem;height:3.75rem;top:35.677083015442rem;left:16.047362685204rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xl9EbRripEmKQxVFMBOFbHmHgM4pngo2 { width:20rem;height:28.625rem;top:401.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqAyurKLiLUcN6aQmixidZ4fsdUvRP60 { width:15.6875rem;height:4.3125rem;top:402.4375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT { width:19.4375rem;height:19.375rem;top:408.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#RSAvysBCswN3Ld4Tgp4xt8FD3tArTBLT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #vnlpvBDg6TP97ht8pka9TbvtoTRRf4sO { width:5.75rem;height:7.7289267787016rem;top:389.9609375rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDfJAChGrcOWgd8uErVbq45EqrkHsiJg { width:5.9375rem;height:7.9791944908615rem;top:389.8671875rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOM7zesI3951FC2fySLStnck2m8tlZQ5 { width:20rem;height:40.625rem;top:358.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvOTRPMdIOBPDyM85G33pPHIkssfTyBr { width:2.8125rem;height:3.875rem;top:359.2291765213rem;left:16.812499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwRJoH3sNMXsCs4TdT0SaNuhPiyQo4P { width:15.375rem;height:2.875rem;top:360rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt { width:20rem;height:16.875rem;top:364.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#gEE9Qa8sDhx3dRBxCBf3TSeKDle6ouKt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ab5cb9e9-a674-45e3-aa34-df77695bd70c/SocialManagerkigrafikinalandingi3.png); }
 }@media only screen and (max-width: 763px) { #nPGVh0RgfVXPdcIeJuHFTTmT2mltu36V { width:2.625rem;height:3.5rem;top:359.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trgnFoWzJNRMfozynUUuLWeT1sZ6O1Zr { width:20rem;height:1.8125rem;top:322.87505149841rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJgLZB16y4HwiRsLXOO7aM71o3sPpV11 { width:13.6875rem;height:13.6875rem;top:380.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCGoWGhuy4WCKkXksy349Eo1XVaWT5EN { width:17.1875rem;height:1.625rem;top:394rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKqoL0actRfOK0VO3STQbb2G3KB3iTMw { width:20rem;height:1.4375rem;top:396.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOq2zZi49DC9SE4VC9ZsXdbi5TPocLTU { width:2.625rem;height:3.5rem;top:402.875rem;left:14.375rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #PXGzReLmdRhTKbnc7ZhVCCoWyGPsiN3y { width:2.8125rem;height:3.75rem;top:402.75rem;left:16.375rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A { display:block; }#LFNy3FMeSR7LMPaN3QlfyoUe3CgRTK8A > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze3bdBH1icUtreWsbGgECmDk0CSbO9z6 { width:5.375rem;height:5.375rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cxlun5IfedQhODpJZdZFiZTXd2TtLzox { width:17.9375rem;height:2.875rem;top:2.5rem;left:1.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrx1M2kkaKnlOrJS5VlD7bKNc76WSif { display:block; }
 }@media only screen and (max-width: 763px) { #pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC { background-color:#ffffff;background-image:none;display:block; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container { background-color: transparent; background-image: none; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container > .video-iframe-container { display: none; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row > .video-iframe-container { display: none; }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .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); }#pZx0X3ftXTCHeDx4OBgKTzXP7A41NOaC > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caK6G08n1dH9rCN0fksPdGu3LOTxJ0lU { width:20rem;height:9.6875rem;top:2.7000007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd0KxkiyqXNRqhcNMvvvltZwyo9Grgkt { top:0rem;left:0rem;width:2.3125rem;height:2.3125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TzUFg6lgBT3E09nrCvThOCPbETrosF8T { width:20rem;height:8rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTP6etukEnQCIcnxJDTIy8Gt8wfpdusl { width:20rem;height:9.347442680776rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoO45iW7D7vgcHQbTgXObdh8O7QkTBWg { width:20rem;height:7.1604938271605rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx8knoVXpLDeXXHU7nfOTeTokrV6EQWe { width:1.4375rem;height:1.8125rem;top:2.8241786956787rem;left:18.375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #flR9nBcJAadb7AAXplufhI80FEXJJTbp { width:1.4375rem;height:1.8125rem;top:13.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZLQ6OfHivlW5JrxoUsX0s0xIiaRxIIk { width:1.4375rem;height:1.8125rem;top:32.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLArI5JtDKsBhTh1RLQ9bbIUKDaFCxyz { width:1.4375rem;height:1.8125rem;top:24.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBlQMmbRA7QyeB7HalizCObbrt2aITxd { width:18.75rem;height:0.25rem;top:13.75rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTeSkThyRhTdJPhBFTx1odnfFLl3AT7G { width:18.125rem;height:0.25rem;top:13.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww49N12DZPRQU7OGTMTxMkg4oU7lkXSk { width:20rem;height:0.25rem;top:16.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTAsydZsbCcuysLc5Zg2URcSh1OzEyhr { width:20rem;height:0.25rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwddBbJp0W3T8CwXR6yG9f6HJbGhKd6X { width:20rem;height:0.25rem;top:10rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOK7WDVviwytJOvCzwyCSa6fUWUbG0Fr { width:20rem;height:0.25rem;top:11.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxrOWJ2HKietia0bQ2hsGswVgFv5QZLE { width:20rem;height:0.25rem;top:14.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVH9nKMxIpyGMeTTX4qm19iqJh18RZUS { width:20rem;height:0.25rem;top:15.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVLAt102kCTVqlSPZGmCJI8W8HTCvN1s { width:18.5625rem;height:0.25rem;top:17rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrtQcpnOCuGP2QTfWEBr7MydcqdMEuK1 { width:20rem;height:0.25rem;top:35.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzPEUNZQ064eCPZ6RmaXg7uIm7xBT2Xr { width:20rem;height:0.25rem;top:34.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbmI5qOl0vNXgfNb3OOvQDLkwAedANKZ { width:20rem;height:0.25rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATbamg5Dgk3ATd5PqGCNfTJAaxGOStO3 { width:20rem;height:0.25rem;top:33.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnK3OLFtdsxr33ZVmmZVGVMXowz3PQtX { width:16.875rem;height:0.25rem;top:32rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQLuxaLglsDkKCp0aSQ862bgrr9bxUPH { width:18.125rem;height:0.1875rem;top:6.5201826095581rem;left:0.375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #rTkbOxxOzTGBZzr1VLT3BBK3iLmBCFDI { width:17.5rem;height:0.1875rem;top:7.2623701095581rem;left:0.3125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #LKrGhqhDLU4zaAtlQqorVRKny5vQCUu1 { width:18.125rem;height:0.1875rem;top:9.6451826095581rem;left:0.5625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #lkqKzsklA6CsTNvpwSNPQ1Gc1C5d23u9 { width:6.25rem;height:0.1875rem;top:8.8326826095581rem;left:13.35416662693rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #drA0Te4o9ZxZT8hKrez1elge1fDccRNs { width:1.875rem;height:0.1875rem;top:10.333333015442rem;left:0.5rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #VxdEfa322NIBhyFV8AIVA0nupKf47cGV { width:19.375rem;height:0.1875rem;top:20.083333313465rem;left:0.375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #n0FQ1RDeTn7fBTorWU5PtVaZTUtEgMn2 { width:19.375rem;height:0.1875rem;top:20.906251251698rem;left:0.375rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8dRlH2C20uJ7JDW1qM7ssluc2EWTNZ { width:10.625rem;height:0.1875rem;top:21.708333313465rem;left:0.375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #Jq08EzLfDD25hPlRNS63hqh2CSBJdVp3 { width:9.375rem;height:0.1875rem;top:28.520833313465rem;left:10.625000596046rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #St10nwDTAumH1v1fza2gMBGqJD0mnRXf { width:19.375rem;height:0.1875rem;top:29.333333313465rem;left:0.1875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Id2qmRK2AZkw63kiUh0AqQSiqT8DUUlt { width:18.125rem;height:0.1875rem;top:36.781251430511rem;left:0.4375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #sda9ZUWJaceDIQ6MtPRUW2WapQqo9Ok8 { width:18.125rem;height:0.1875rem;top:38.458333492279rem;left:0.375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #XuhFEDmTNaoPGDTBgQTzD2ZFaGvC1RdJ { width:16.875rem;height:0.1875rem;top:37.645833492279rem;left:0.38541662693024rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #UguRNh5xyEXBDZTw30G89tzOEyMFxrfv { width:6.25rem;height:0.1875rem;top:36.020833492279rem;left:9.97916662693rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx { display:block; }#HMT8rHzmfmbmMhB1PV0CNgQ25uXU4UAx > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4DwGOSBoms0vMPMHgrNUTniSJNEmuOF { width:7.9375rem;height:7.9375rem;top:15.512513160706rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OANOp7SXHTc12DMM2XxguHy3IpRTxRBX { width:18.75rem;height:4.125rem;top:27.937500953674rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yKaASAIwIdUUsoD0WiuATtLcNvwVvwL2 { width:2.625rem;height:5.6875rem;top:15.999987602234rem;left:3.4562501907349rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hie01I5SdDw4X3aLHaM3QrePeXQTQynA { width:18.75rem;height:4.875rem;top:6.3229179382325rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJKiyzC0iXBiT9PqlJTQmfZotrieADI7 { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hquhVZRtZSXGBJxSMwhr0H4Xcz0zy7rz { width:20rem;height:3rem;top:23.450000762939rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAmIW2DP7k1xbe9S8JqTzlWSZd829obX { display:block; }#QAmIW2DP7k1xbe9S8JqTzlWSZd829obX > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcUka46ee5X2b1dw6PZPB2r6xTNH6RAm { width:7.4356875rem;height:6.375rem;top:3.9892578125rem;left:3.2495115995407rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kEKeHNn4QdOmn6MMWxfIaEy3FoWxHm { width:18.75rem;height:5.5rem;top:14.5625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SinFra60SmHfBAL14EbQZ7FK5y8KKgUE { width:18.75rem;height:1.5rem;top:11.8125rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FIa9Tf3OAHudt9m4Qcik7wE6t360oH1L { width:9.6231875rem;height:9.6231875rem;top:1.6455078125rem;left:6.49739587307rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ { display:block; }#mS9ssSCUTsSNQ23HUJ6GV7rK7u2nVcMJ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5gAD1yMVC65LIPQGeIVRVWnZL0xqVfm { width:12.5rem;height:6.5rem;top:3.7483692169189rem;left:3.1868489980697rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVweuMc1h7rJ9H3Xaq1SU26ZgtH2SgUm { width:18.75rem;height:0;top:8.625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OCmNofHKETNq3MXuWzfUKVhaf38n10zN { width:18.75rem;height:3rem;top:11.875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8Rtmf3rqnXAGA1LyfgkTwGTyOypTxoR { width:9.187rem;height:9.187rem;top:1.700439453125rem;left:8.203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnn3tXmnDVD4VSfSE55NdCcZo4Szmu1 { width:18.75rem;height:5.5rem;top:16.712487220764rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ah43pKXp3kfRopsv8e2eu2w0TzURbShG { display:block; }#Ah43pKXp3kfRopsv8e2eu2w0TzURbShG > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyCNKoRnrwxa1AwhZSpOKsp9OyLuLfFZ { width:7.434875rem;height:6.375rem;top:3.5921325683594rem;left:4.1235350370407rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFvnvOlZcJkbaP0myTfQzKB4bBDhiLeq { width:18.75rem;height:6.875rem;top:17.875024795533rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1tGM09FOiXtV81MVxdK8CQ70h7heG9d { width:18.75rem;height:3.0877125rem;top:5.875rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #tEA77ie8gvOK8CJVHSu1fxK5ayDSvLSO { width:8.75rem;height:8.75rem;top:1.74560546875rem;left:7.61962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnx4XTPuMwx2KT9J48grXtfAVmCTbLpc { width:18.75rem;height:3rem;top:12.9375rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;color:#f154ad;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #A2eQ0sltiA12dh85v3F4RmFZDK2ad5Xy { width:12.5rem;height:0;top:4.0187511444092rem;left:4.8625001907349rem;font-size:4.375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw { display:block; }#JZGwwI1aaN2Cz7vMHhDnzkqkiTdl7LMw > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9dzEUNHCH0M0vbJQGcmqShHW3a3xDvT { width:18.75rem;height:4.125rem;top:20.458988189698rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2mmbP33VQn0nLBVFNNKMPX8yDs3wgPE { width:14.625rem;height:6rem;top:12.862487792969rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aafhBMTJpVAi6CQZF2373U6poTS3ioeH { width:12rem;height:12rem;top:0.86249923706056rem;left:6.487500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVoox57rMmbPvlIB2Ri8yHDMbwwf9OeK { width:12.5rem;height:5.6875rem;top:4.0177421569824rem;left:2.6871744394303rem;font-size:4.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs { display:none; }#gKHA4BItTJ5EQc0PiTscuGJSvkIUZLQs > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WTuUsz23xktQTUtqmT1zaUcHNo9TfRyV { width:18.75rem;height:1.38125rem;top:14.625000953674rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O1gmTkHA4IWXpePdTII2WN8eisRTohFI { width:18.75rem;height:1.54375rem;top:10.3125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf { display:block; }#gbkrE2HAO1rrlZ0EX0yuhn6I02tUm7wf > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syhFBs955BmQWF2ZODFh0HckwzmLbHLz { width:17.8125rem;height:3rem;top:11.5rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExCSLZHryq45I5RQzZ93CJM09xI2rkrW { width:18.75rem;height:2.75rem;top:15.875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThdEMGp7LyD0ZbVKTSDSifLLSq9bw6a0 { width:6.1873375rem;height:8.3748125rem;top:0.93180465698244rem;left:7.7482093572619rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7TGzxKl3VXWtBXiztlryMTeaaAITxA { width:7.434875rem;height:6.375rem;top:2.29248046875rem;left:2.3738607168197rem;font-size:4.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq { display:block; }#MCk7BWSTn1zFxo1w20SQAsudUs0VnJrq > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1XShiGK2k2e6gwTsuGyTKtoP6UcxoHe { width:18.75rem;height:1.5rem;top:10.937511444092rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLT8v2uvmWndyzz8PZufXbdOU5rTiorn { width:18.75rem;height:4.125rem;top:13.687499046326rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nc0TrLpV58t0qOPtZngNzxlXTI2H4DcO { width:8.125rem;height:5.7495125rem;top:2.43896484375rem;left:7.55940759182rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdLymmOMdtL8Nudi84ZnTncuWqJWBms9 { width:12.5rem;height:5.6875rem;top:2.470703125rem;left:2.2135416269303rem;font-size:4.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk { display:block; }#iV4kc73DczbJatgzJ8o5yq8mDOAt9Svk > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBb798APUqqQuk2hGnZnXH5XqcvfFI7a { width:18.75rem;height:9.625rem;top:14.625000953674rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tX5etSxRiEp0kDlsSdiy7cxCT85DBkLM { width:18.75rem;height:3rem;top:10.3125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZNq8bkGTMRapBM9l49THrvBaSPluOhV { width:9.3125rem;height:5.6875rem;top:3.3984375rem;left:1.5937501192093rem;font-size:4.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GACQHCIxiM1B2ffOcTKoeOwKz68Ibf1d { width:9.436875rem;height:9.436875rem;top:0.92692184448244rem;left:6.74641931057rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JOsHOJTWsIXSqwT1wAOR4Wh05gzUoPyK { width:15.8125rem;height:15.8125rem;top:25.541159912109rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 { display:block; }#o95dnt8uAXGDGtWwdRtTdkZrzIfTUZX1 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIdtCyad4Ambfnd7p4AJKwgrFzVSd34C { width:18.75rem;height:0;top:41.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #eAchalGV76bLXCTBpWdgS6dSUFkae0oo { width:18.75rem;height:0;top:70.5rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #G13Hc4TE0MHffTiHToJrJP5wlSE8OWKz { width:18.875rem;height:6.5625rem;top:0.904296875rem;left:0.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsyzBMVsWcRTSTmL4g9fx2yCpL4P8Su { width:1.875rem;height:1.875rem;top:9.2500004768369rem;left:9.0625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yM0ExGTKnlMvdoSsLTsfDFDSOkPCLk { width:16.75rem;height:4.3125rem;top:11.937500476837rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TuT3SDHFUixGxwo4ObTHMIoGotHpg4 { width:1.875rem;height:1.875rem;top:26.070966720581rem;left:9.0625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuK7H6QI2b4oUJAQA1S0a8myInCc25V1 { width:1.875rem;height:1.875rem;top:18.562500476837rem;left:9.0625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #meS7FBbZKpOCsHCmiLtfPVCdyeEOZoES { width:20rem;height:2.875rem;top:21.282554626465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQH06vmM7LP8vrahOANLkivMyN8adhcd { width:20rem;height:2.875rem;top:28.957032203674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F721ooGoXaJFtWOR2kSbANWuhZdK1S6y { display:block; }#F721ooGoXaJFtWOR2kSbANWuhZdK1S6y > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smcQMputyb7p290lqXhmILvZWgX6QJSD { width:18.75rem;height:0;top:41.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #wdkusF2dkJAfTaczEonldnZafIe4IPoZ { width:18.75rem;height:0;top:70.5rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Hci4cfztnISCPeg6NeEN42kJcQRiQwmv { width:1.875rem;height:1.875rem;top:2.25rem;left:9.0625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZVmMobM3OrIAAVPvMKHnt0BlsqTU62I { width:19rem;height:4.3125rem;top:5.3750009536743rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbkwrhiIHEG1m76GaSqbQ6p1HCQQGJyO { width:1.875rem;height:1.875rem;top:11.258464813233rem;left:9.0625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3F8Ea0o0ee1dNtGVTMZIwsJkGy2JTug { width:5.8125rem;height:7.8125rem;top:18.199219703674rem;left:7.0937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaNFp910OrMSeMqdwfuzH1X4FCVDT5PQ { width:20rem;height:4.3125rem;top:13.812500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da8X8N22OhvIZ20xNpKAEcvkrk8KbMcf { width:20rem;height:4.3125rem;top:25.500000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pibPOO1Gal44wdqToUnSb1JsUFtX3NDl { display:block; }#pibPOO1Gal44wdqToUnSb1JsUFtX3NDl > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wh9AL5CBKmEcTHBugFMTDp8nLIoP2TEc { width:18.75rem;height:3.625rem;top:2.6241230964661rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMTi6tc1VsLeK9ILVZ3Cipqby1RPgxe6 { width:18.75rem;height:14.375rem;top:8.310546875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FcUPM577RIXIV5K7kpXW5nvuN6aGl8iT { width:18.75rem;height:0;top:6.3582248687744rem;left:1.2491861581802rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Zu698xKpzF7HamwR0TVlxwbKOpPzqCDc { width:4.125rem;height:4.125rem;top:33.30482421875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G { display:block; }#rGvUwfmmDs7xDzIBDbXNcoMQ4Ov3oI6G > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C16g0H2ACDRxZPU6fNfGtyEvAe1D8TU9 { width:17.5rem;height:12.375rem;top:7.0735683441163rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRLDIqgepq7Dt4Ev4FOyc5MuSiNHxoKs { width:20rem;height:12.375rem;top:29.102375030517rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up91WD3TTeSKLgtaEbQcQaQwA1sTnrie { width:20rem;height:12.375rem;top:51.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Qk3HH2DKbiZqseOpJnsoATGONT6u1h { width:20rem;height:2.5rem;top:1.3151054382324rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyBB0nh159RfaoVEwR1vCI8orGme5880 { width:20rem;height:2.5rem;top:23.458660125733rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnX8kWMwoGx6H5Jx1tlww2uDH5Uh196x { width:20rem;height:2.5rem;top:45.9375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drSCDLZlBdDsi01WICzDbOkWoT8nwMuM { display:block; }#drSCDLZlBdDsi01WICzDbOkWoT8nwMuM > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6UNzG4cWpBx5q3Qt9AD1CxM36rekU0d { width:18.75rem;height:15.8125rem;top:7.3103837966919rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZtSt1PqFK11GiRQ4ekT6zLo8coGCEvfC { width:18.75rem;height:0;top:2.4227437973023rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #KJmXqPWJyf1LLlfsMXvfhA9QukppJ9Nz { width:3.4375rem;height:4.375rem;top:1.1783857345581rem;left:8.2812494039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4MpIz3HtnnsG0KZqTKzTT56f6XNZh9f { top:1.54052734375rem;left:3.7499998807907rem;width:12.5rem;height:0.3125rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH { display:block; }#wHCKbysMo0rBOZOFwrJTVvDqDsuU8PWH > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsM779h3fTcNRcB8gBcI60rudLlQFkJz { width:20rem;height:5.4375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2dqdOrfh7U03BwqtNCCAogrWSASs0T0 { width:19.3125rem;height:22rem;top:8.0162763595581rem;left:0.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNh24ekNIte9EDmLwB16dnnMef7Xqrx8 { width:12.5rem;height:2.8125rem;top:32.012370586395rem;left:3.7500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOubTOFTCQlxlsUzLfu2SHBCsSUk16BM { display:block; }
 }@media only screen and (max-width: 763px) { #A1TrtAWVZIxUya8gWMnlrQRnlyOONuEu { width:20rem;height:20rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trOSWXdM491rcvFTAI1UC8cymSOqLfo8 { width:4.5625rem;height:4.5625rem;top:36.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiXx3T8G7Ca5WxXlglMcDXOid3tK727U { width:4.875rem;height:4.875rem;top:27.137372255326rem;left:15.041667221046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN { display:block; }#x2uAUJ37E0N7dU6Hdr07VhLJ0T5oETTN > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctMm6T4GAp2i6GeH9ycQdGL1tSuQFxvG { width:18.562rem;height:5rem;top:1.9181365966797rem;left:0.7177734375rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e { background-color:transparent;background-image:none;display:block; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container { background-color: transparent; background-image: none; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container > .video-iframe-container { display: none; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row > .video-iframe-container { display: none; }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .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); }#TTnGhQ5eVbGnhGlEXAqIfCzy7LFotg0e > .row .container { width:20rem;height:95.4921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1Zb4bydk7ulDfk4yVMIHD9H8fEqvGaP { top:0rem;left:8.34375rem;width:3.3125rem;height:3.3125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NEJxO5FliyMVUn5woOuKdp92b2LfG6Qa { width:20rem;height:95.5rem;top:-0.00868034362793rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0VFT6pOTIgXRugu0CmCqAatSTk1pXz { width:0.9375rem;height:0.9375rem;top:57.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9mIx0VRGALcTm2dJEbdDTsAd1KyeaUI { width:16.4998125rem;height:1.75rem;top:0.6875rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmOxXXuEDySBd4dAaQuPKMbOmZ1a1x7u { width:0.9375rem;height:0.9375rem;top:49.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 { width:18.874125rem;height:42.875rem;top:3.0485707521439rem;left:0.56163197755814rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#UUBBg8n1TGKyay7ktsteMKfFKwIX7OG4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5abc9375-8e42-44f3-8de0-9e9f070502ba/SocialManagerkigrafikinalandingi4.png); }
 }@media only screen and (max-width: 763px) { #vPR2x8oG5FgZPD4UhNh0ZQ4qykn4TpBv { width:16.25rem;height:1.75rem;top:46.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uH99m8kI5RKrTeaHmByH4We7iZ1Lgprm { width:20rem;height:36.6875rem;top:117.02348632813rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5Pw4Xeo2W7ZqihOWdbtWcsXxmi53vex { width:0.9375rem;height:0.9375rem;top:68.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bATo4CloJ54kHb3XQIaKum3FBzazpC5o { width:0.9375rem;height:0.9375rem;top:70.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbBSDHZInpb7lw9cThuiZ1o6UZkOlVCe { width:17.3746875rem;height:3.5rem;top:57.3125rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZQAxQF2s4qaa3GDNDNaf4yRTF3ntGH { width:17.5rem;height:1.75rem;top:48.9375rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DeZQdJdAO26kUg6hBeFWg8DirliGigew { width:16.7496875rem;height:1.75rem;top:65.75rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wo0WWuSeMG25C1059pHpPqyO1c5OuiJh { width:0.9375rem;height:0.9375rem;top:66.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnZoTMAFTXkEJ7s773ksN7mttZxora5 { width:16.3745rem;height:1.75rem;top:67.8125rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HhZqHwBTUTVzLJQHXFt7eVGITJualng0 { width:0.9375rem;height:0.9375rem;top:62.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc5F6fwteIxWHwmvBg94SMlczdBFhm0K { width:0.9375rem;height:0.9375rem;top:47.312501907349rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNwSIV8H4fSavyXbBCrXJ19x8eiNS1iw { width:15.625rem;height:3.5rem;top:61.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufsUsLtLaN4qO7EsCHXiD43MeGkExGSN { width:0.9375rem;height:0.9375rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FocZmnX95UtmEAkZvAehu8LPLiKeoabq { width:17.312rem;height:1.75rem;top:70.125rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sfRz5XQ7VNgcrFPyZXMhkgrT0vJocfhv { width:16.37325rem;height:16.37325rem;top:73.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhF7rJaSidW1lTM5gsMikJRy403okyT { width:9.18575rem;height:3.75rem;top:90.625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTPRvOwr6paGJsvZNMQ6Nkl9LnZfZ2kf { width:2.8125rem;height:2.625rem;top:76.2500038147rem;left:17.187499582768rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rigiXXA3Ik3Ub4NWghzN1pATfIdq1hbn { width:0.9375rem;height:0.9375rem;top:51.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cpVBA3GSvzn8n39GQGTGl7kJPqqayh { width:16.936875rem;height:5.25rem;top:51.375rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP { display:block; }#sr9LB1ReQDdG3Q7DhDl26VpblcO4xwdP > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwwXRpizd9eisgwA9eDbBduaBQWNarXc { width:20rem;height:2.5rem;top:2.28125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPWvhAWOhWWh7Riarod7ntTzwsnvbTMm { width:20rem;height:47.4375rem;top:222.4287109375rem;left:-0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP { background-color:#ffffff;background-image:none;display:block; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container { background-color: transparent; background-image: none; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container > .video-iframe-container { display: none; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row > .video-iframe-container { display: none; }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .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); }#pJD2k6nfQFotMNhIpeoDhWE7QFrJC0AP > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1u2s3VAG6FHJGdKLvT1FngeecdZkfb2 { top:0rem;left:8.34375rem;width:3.3125rem;height:3.3125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RiX4XlElD8f7GvKnmdHOF6XzEhNhbFT1 { width:20rem;height:7.1875rem;top:2.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSW79V6tqWySUs2q6mWAqtXTlQLggF7W { width:20rem;height:23.4375rem;top:10.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#nSW79V6tqWySUs2q6mWAqtXTlQLggF7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fea2172c-23cd-47d2-9be7-11eb403e2e8c/zapisane.webp); }
 }@media only screen and (max-width: 763px) { #eMybJKhbzq1GPUgNt8f0KxPWzTD7sadO { width:20rem;height:6.25rem;top:36.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5uBEz5yqNM9tWAb9MOowaf16D0Dhx9o { width:20rem;height:5rem;top:44.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGelKGQNdt8oQVGckvcxeWIkClVuycw { width:19.749375rem;height:9.5rem;top:72.561851501462rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#udGelKGQNdt8oQVGckvcxeWIkClVuycw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acb20ddc-61ba-44a8-aeb5-b5eb2148955b/SocialManagerkigrafikinalandingi5.png); }
 }@media only screen and (max-width: 763px) { #hzMCCgp6eF0lnPv4z00dZXLuHbNOp6WL { width:20rem;height:6.875rem;top:64.217668533325rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1O7bHbzaB9xTSHwOaKxMsmpFUyQlPUf { width:20rem;height:5rem;top:52.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWZytSMZufm7hEH3E4naVNCEaRnNA2JF { width:11.25rem;height:2.75rem;top:59.686471939087rem;left:4.3750002980232rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUEwNtsCZLIAwtTyTrHuolwR1LJlVlsL { width:18.75rem;height:0.3125rem;top:88.4482421875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #azD6EvgqrBZtJg740wkrTLzQFSJznP6Q { width:19.0625rem;height:13.75rem;top:86.875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7xGk9rNS73R7LQNPWUrQARZdb10rhod { width:3.3115234375rem;height:4.5615234375rem;top:80.2841796875rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADIqLcGbOATSmMuFZFfCKv9QU6hHnfgS { width:20rem;height:11.181906021632rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9SfT9tbcGPQnzNCGWgbxRXf0gMoW70z { width:0.9375rem;height:1.1232625rem;top:99.913192749025rem;left:11.903646051884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke3QiTebqfrksTnZlcPZQdPByT129csD { width:18.998046875rem;height:3.8115234375rem;top:102.1875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6GtlnIaxwLeKf8FE8XiwMFMKvBog1eG { display:block; }
 }@media only screen and (max-width: 763px) { #kJzspznyQzhi4XzkKN8CulLGEl0pTUOh { width:19rem;height:3.8125rem;top:107.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAss71ZLoeiTGwTFTN6GtnkRPL6eASsP { display:block; }
 }@media only screen and (max-width: 763px) { #CqaaFcxtqJTOI7dCizB4yBGBONOZx0WQ { width:20rem;height:0;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3zH11LrUqtqmyN3dplDe0E09HG6obCe { width:19.625rem;height:34.3125rem;top:50.375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar { display:none; }#n5VKHcmTViNT7HLHiAlCbbuuIRFXlDar > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZIIJRgTyoN9EhOwvbOFihDW4iv6a5x1u { width:20rem;height:4.375rem;top:0.76171684265137rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn { display:block; }#aETgG4Q95Kz4EvRdpd0K0OWEZ4urFhIn > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRz9rs0ByEXuJRUunBE1tvU1iT4LRMd1 { width:20rem;height:11rem;top:26.405435562134rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ecqddg1sHB0BbK5DCbIPXHI05WbAgHv9 { width:20rem;height:7.75rem;top:15.74951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozAm9AIL1sdFrh64HeUcAaqmKgwMJcsv { width:20rem;height:13.974625rem;top:0.87483692169187rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #UCqhNv7dlwiSNWPHWb3LDRHyLVCOyo8m { width:20rem;height:13.975220381461rem;top:111.05357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat { display:none; }#tcT3Tr4SgTEJyoLWa1LWuKAglw8FdTat > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #daWMpsUnWwfAa2KN1PTavUD4qMdI4d8K { width:20rem;height:11.04818125rem;top:14.597167015076rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNuR9UdxJc2bfiINWoiWVpIkTqkqSQtr { width:20rem;height:13.974625rem;top:0.62337207794189rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #dD6Jt4G6uz0do7iO2iz1T9irmeFTfrtC { width:20rem;height:13.975220381461rem;top:111.05357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF { display:block; }#Jkrgt7K06UiZM2AiRHV0xveXyTu3bobF > .row .container { width:20rem;height:101.935546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anqDHbbhyMtDCCUcpbbO29WGH7QPIMo4 { width:20rem;height:5.1875rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffaada;display:block; }
 }@media only screen and (max-width: 763px) { #JMxBbC1fr8rFdcobOpiMyHOgxilr5fTG { width:20rem;height:26.125rem;top:17.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bopdEmrxsDu60SQ4NoIHG6Powff5VNJ9 { width:20rem;height:6.1875rem;top:92.810871124269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbqpx30qdX668hd6JPnUNnegteWl21H3 { width:15.125rem;height:2.5rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRgkZDW7maorA82yDlwQVhrxxxTV91dI { width:20rem;height:2.4375rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffaada;display:block; }
 }@media only screen and (max-width: 763px) { #gXvvPu9tU0t2fqy3liK7pHRJ3NhFXrvW { width:20rem;height:20rem;top:44.176431655884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w81GhW2dn3gO0Fsra8vmveXOXiNzoibO { width:5.2498375rem;height:5.2498375rem;top:96.68701171875rem;left:14.74934899807rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS9oKa8sDJHMxF9cPQiID9p5zZBbS0U1 { width:3.49935rem;height:3.49935rem;top:44.176431655884rem;left:15.354003310204rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe4AbpsqPdx6emBq6XiVOaLTSE5g5XKS { width:8.8125rem;height:8.8125rem;top:62.4375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDZyX8oa4h7yyvGiEyXebeWS2buWP3k8 { top:7.4375rem;left:0rem;width:20rem;height:11.25rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #if0xQ9T8xHxcJ38ZJrmVZzJ77DpNGCe9 { width:20rem;height:11.196388261851rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wifairtrscQd2z86mF6af3xfapami9K5 { width:20rem;height:24.75rem;top:65.74951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi { background-color:transparent;background-image:none;display:block; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container { background-color: transparent; background-image: none; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container > .video-iframe-container { display: none; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row > .video-iframe-container { display: none; }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .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); }#ptTZkRQo2BSoI4baXzvMOTncUQ1hwyqi > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9AxQQB5EIlwFq6Re8IpMEN4ntRSayVd { width:20rem;height:7.2909698996656rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOMv6dvUzRvHyGPQmvIS6Toty5LOfaXv { width:1.4375rem;height:1.8125rem;top:1.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyvWiezIBX3QqlTP8mCZ0q6erTG6SEP { width:20rem;height:10.133779264214rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqyrKykrP88eW3DG4V3tpXze08vBLcTe { width:1.4375rem;height:1.8125rem;top:10.25rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1oudTdlHhUQEV2iQ99ZTSaFvRadslfp { width:20rem;height:29.678800856531rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNqwc0zDNSnEgaCn4T0qihDwXAUN61Ws { width:1.4375rem;height:1.8125rem;top:21.75rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCXnvkosmf3RfccWuAPmnXf9iUXTBSe { top:1.2916679382324rem;left:0rem;width:3.3125rem;height:3.3125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UbH6yUkL3KUon2PQ3fTKPFw8Tb77Dl3k { width:20rem;height:0.25rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBZVB3oFv63ZXTAHZoTTwcBzca1SQp5i { width:20rem;height:0.25rem;top:32.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImlD3ap5ycVStT5yMziqc1hS2QBv2c5M { width:20rem;height:0.25rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgqwuKGDsFBHW0ZhmPs2E9RZWGpxAqi5 { width:20rem;height:0.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMzGEAlPywmNV1LSnipCNwW98OtlCVDS { width:20rem;height:0.25rem;top:39.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwa3nn1ndvUrnxuhxnCiwamaLNX7ki8U { width:20rem;height:0.25rem;top:31.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UusUMEmvOGl5biZvDSF7Z561cpCkbqvG { width:7.5rem;height:0.25rem;top:35.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuOvifwZ2C3aVZX1K5sC52SDM00UkTLH { width:12.5rem;height:0.25rem;top:14.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFTTzH0ITRX75G7GR1uos9u9NBdnTh3U { width:4.375rem;height:0.25rem;top:17.125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6G4MhU3nS3QNpoTOxJMi3LDGBNTmunN { width:20rem;height:0.25rem;top:15.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtJ5Vn8NEFJmn5aKIRPkq6tFgxtfxRtb { width:20rem;height:0.25rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxFGXpNrWADZRzwMC98bz8TgDSp0TMsP { width:20rem;height:0.25rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4g5bb5h02rQRJJ0EKfiWJxe3HohpJhC { width:20rem;height:0.25rem;top:19.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8DOz1RA39CcSlLTg6A9bi6ti3H6cFBu { width:20rem;height:0.25rem;top:20.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEHImUSns5sqG7umTR3g4BayyWCT9fPV { width:20rem;height:0.25rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiDKx2KU4POqOKN4yHZwVItZiZmWs7MN { width:20rem;height:0.25rem;top:22.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlzhzH7VT6lay4D6PrG3zakrzbKC3SRA { width:20rem;height:0.25rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTd0JDagCzmnaAlGVxOhHlFwUBsvNZ8z { width:17.5rem;height:0.25rem;top:34.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhARK2CuQw6MwkhN1qMKcMsptJlI3HVs { width:20rem;height:0.25rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1iAc7Th1ADZVrL2ZKhHwLAlaw4vmuTD { width:13.75rem;height:0.1875rem;top:6.3951826095581rem;left:5.4791666269303rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #WK8FhK3Q9sleZrMOonV409XMwxAnp5Qs { width:18.75rem;height:0.1875rem;top:7.1451826095581rem;left:0.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #S8v25dM6TNu06QOBWryZsPTyvPbGn9bW { width:18.75rem;height:0.1875rem;top:7.8951826095581rem;left:0.125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #x9TMHL7T3oxAOZB0Ws2u06fFpkglDgOL { width:18.75rem;height:0.1875rem;top:15.53515625rem;left:0.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #QKXlPNMpU9TwqTLZph0Z8NzxQvUwGB1s { width:16.25rem;height:0.1875rem;top:16.25rem;left:0.4375rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #uAqfgxZZphfPrrltpUXxVHpS1TR7C8bx { width:18.75rem;height:0.1875rem;top:31.875rem;left:0.25rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #kH2P9bCBqH03GTsK7nzeyZIMI0ovGmec { width:18.75rem;height:0.1875rem;top:32.625rem;left:0.29166662693024rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #QWIgPToVWMH90vE0pd17Vg3F3K0RrcFp { width:16.875rem;height:0.1875rem;top:33.5rem;left:0.32291662693024rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #rm9mZnNKiLl3beueHoraHdTtfEDqCstm { width:18.75rem;height:0.1875rem;top:34.25rem;left:0.375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #nZOdmwxpwWZbsaNMwxtZltU2Wz0ZPV3b { width:11.875rem;height:0.1875rem;top:35.0625rem;left:0.26041662693024rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #TpHneIhbuhIXPmA0pM8TxT3rvtkTfb2F { width:15.625rem;height:0.1875rem;top:36.619792938233rem;left:1.1875001192093rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #tHoiGU4mgIJT6TG7c03BXime5TTGouZ6 { width:14.375rem;height:0.1875rem;top:37.5rem;left:0.41666662693024rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #VDd2Csl9mTXkwmDrITFxWspiGm2Z920y { width:19.375rem;height:0.1875rem;top:43.875rem;left:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #IluO1t2FsM4eJfk5QpPqTuSnUyHyLlKm { width:18.75rem;height:0.1875rem;top:45.4375rem;left:0.25rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #mRkqVpmP9TQJZr0z6TxF08luD2IpZ4XL { width:19.375rem;height:0.1875rem;top:44.625rem;left:0.26041662693024rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 { display:block; }#pRIQXHU3m7Qe6Za2pDIrmrEMzVLcman9 > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeZ726thwIVA3nH4HmLGWX0uy77kGf3I { width:15.9375rem;height:2.8125rem;top:65.662109375rem;left:2.0312501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSUTHfNIwOu14Dnwsge2l0JVz17JDdZm { display:block; }
 }@media only screen and (max-width: 763px) { #cEb6r5N0ITx6JZWFryv1pIAzvOR6B7Ts { width:20rem;height:2.4375rem;top:14.568359375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqI6sILvODJWwb725Iny0X2LFSGk9qlQ { width:20rem;height:2.5rem;top:1.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 { width:20rem;height:8.875rem;top:19.849609375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#AIHBPx1cb5xrIyHVTuQes2aBypBf5gC5 li:before{  }
 }@media only screen and (max-width: 763px) { #ea5SolhuJVhPoXCwsTSBXOQlhrR65cXk { width:20rem;height:4.125rem;top:6.6432304382325rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKkwUx1qo6bNDysbJk54nbLbuLg82Rx2 { width:20rem;height:2.4375rem;top:33.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wG1KMT59q8G8r68d6oZL5MIumuxJFvgq { width:20rem;height:13.3125rem;top:39.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#wG1KMT59q8G8r68d6oZL5MIumuxJFvgq li:before{  }
 }@media only screen and (max-width: 763px) { #iylraTSnb6N5hNTHa2Q7CcWesXWJQAzc { width:19.125rem;height:6.875rem;top:56.8125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCzpQQ968wgT4ayuDt1wyCbAoJIEKIwx { width:6.5rem;height:6.5rem;top:12.537109375rem;left:6.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #swN7qIaq2PPsplslhmsBGnVTbLWcBq9t { width:6.5rem;height:6.5rem;top:31.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMoRcgzP14upEM5nf1dLP8iIXCDJM081 { width:10.1875rem;height:0.125rem;top:58.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQnX6e2CSIROo7RpfiiXgLecGI5n3LA { width:4.125rem;height:4.125rem;top:62.787109375rem;left:15.875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgJS8LqI2prPE6BGq86frinO8MapXrJH { display:block; }#sgJS8LqI2prPE6BGq86frinO8MapXrJH > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU38vmchKs3HtWI6PbvKZ7ouWo6cXxhH { width:18.75rem;height:1.5625rem;top:3.125rem;left:0.62413197755814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azbFHK79kSCRqyzLJW97e2rkhxCNAakM { display:block; }#azbFHK79kSCRqyzLJW97e2rkhxCNAakM > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiFZMviKT4ziLf7irt3fCudptNOrUCKO { width:17.5rem;height:17.875rem;top:21.64794921875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxX64schxI2ZmA4PtZqtNK90n0sZOnP7 { width:17.5rem;height:19.25rem;top:0.75004863739012rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebBTbsRcBMh9G2TpXsTmAeXVXp12D1c1 { width:17.5rem;height:16.5rem;top:41.949871063233rem;left:1.2500001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI { display:block; }#d4G26Gp90gGW6tcBr1u3pS6k20DkHPoI > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpscLaVdeHcSX6vqfizOL8U9qDiGaTgq { width:17.5rem;height:16.5rem;top:36.698404312134rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8diy88qDnEuMHMGyTfQCyfhrRfwieA { width:17.5rem;height:17.875rem;top:0.75004863739012rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZ7xTin4Bs8TUyFnUIftouSvlIcP0s3 { width:17.5rem;height:13.75rem;top:20.82763671875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu { display:block; }#aUnIQS9TAfoSvxLmie5DFRgZJn1NUbVu > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTaP2a4RzdbZOX6rtOHbFyXI5olZ6vTn { width:17.5rem;height:9.66975rem;top:1.9375rem;left:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7grdO8kRRh9fIrBoCzDEK8zTA2c6KX1 { width:17.5rem;height:12.375rem;top:1.5738931894302rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KemXtUersaferD4cib2InhsPfsKfWWSX { background-color:transparent;background-image:none;display:block; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container { background-color: transparent; background-image: none; }#KemXtUersaferD4cib2InhsPfsKfWWSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container > .video-iframe-container { display: none; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row > .video-iframe-container { display: none; }#KemXtUersaferD4cib2InhsPfsKfWWSX > .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); }#KemXtUersaferD4cib2InhsPfsKfWWSX > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubxq8sketTBbQ5cvvZkkDoPJF6CaR0P6 { top:0rem;left:0rem;width:3.3125rem;height:3.3125rem;z-index:15017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CP0Tzs7PFmT7lTNKQskOV64aECyLV65B { width:20rem;height:7.3666666666667rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbBxJsT7iWxenwzCgMMTgUNuoJ2evwvD { width:1.4375rem;height:1.8125rem;top:1.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7qqWK0H19RTRzSUEiWaioWL2MlJidoJ { width:20rem;height:8.3277591973244rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyLHcVnDrArTTwRpDwgDlwpMPzyRvwBu { width:1.4375rem;height:1.8125rem;top:10.5625rem;left:18.312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci9Ul8e7wcNknWMicNTtZxXCr8w5RQJW { width:20rem;height:18.548094373866rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDVkUEDeq3vIyO1EMt2DzRCGE7I4Bscp { width:1.4375rem;height:1.8125rem;top:20rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9vnybNCtOSFPSa7rim6wmoXWWLpwiyC { width:20rem;height:0.25rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeyPfnlo0IWxTVVnVzaQ38RKnQZNXI9e { width:20rem;height:0.25rem;top:26.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHPbp1Grpiv78SIPsiWLss7RSWBbuDoZ { width:20rem;height:0.25rem;top:34.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z61ESdUJIOHND7F17A1pPEiGM1nlwDgb { width:0.0625rem;height:0.25rem;top:28.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4dTEmqD2FJJATO121DSC0XZEM6ZfbvD { width:3.125rem;height:0.25rem;top:32.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpikikTpPARuWpIHaXCT7VGenr2V6NuM { width:20rem;height:0.25rem;top:28.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOlgxkfnLR9sikP9HOxv14EJNeWzcyoX { width:20rem;height:0.25rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5Tw28Dfw2sOoTx5XetpTLXKEyUhI1qK { width:7.5rem;height:0.25rem;top:29.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWRZ9Aomz4Eup8a87AwizxKyld8S86d8 { width:20rem;height:0.25rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvJII3WqDvUwg7uqz5xUOT94vaQqL8MI { width:20rem;height:0.25rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MI29HXpvpcuBBZ6N6eikKc80WHZRwR4h { width:15.625rem;height:0.25rem;top:19.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9JZ0Mow3QusiSwo80v2urPtEJDU6lpq { width:13.75rem;height:0.25rem;top:21.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #byMvQvdtKqH1fKo0CCp3gzkFJa1b9UcF { width:20rem;height:0.25rem;top:22.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuxwdrD1RRoPFyWpixr8hRS4ydTPWSvM { width:20rem;height:0.25rem;top:27.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK5wEwrxuiGAcrHrKVN9f78C22BTzCbb { width:5.625rem;height:0.25rem;top:29.3125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsTBlWoMWA9suqAkn5wVFIwomJd243HM { width:19.375rem;height:0.1875rem;top:14.375rem;left:0.41666662693024rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #R7f04bekirlMJ7utn2END830JCmKF8Jq { width:19.375rem;height:0.1875rem;top:15.125rem;left:0.41666662693024rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #Rzf4AdguHbe9SI7nMfN4wa6WzveHDPS1 { width:19.375rem;height:0.1875rem;top:8.0625rem;left:0.41666662693024rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #w8MNXsSSJbE5VxQDsDCIJN5XfmwaDKmt { width:13.75rem;height:0.1875rem;top:7.1875rem;left:5.2916666269303rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #l3QZ2zFLq7OVCs2U66fBnVHd3vVRI8CO { width:3.75rem;height:0.1875rem;top:8.720703125rem;left:0.416015625rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #q4sz32hWTdsNwPxawM6dllreH3LyNbaT { width:3.75rem;height:0.1875rem;top:15.9375rem;left:0.47916662693024rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #X1GWtRnZtwKH8GArRJhWimaWXcTkNtFh { width:19.375rem;height:0.1875rem;top:28.125rem;left:0.1875rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #MbHp4GIKOJaqhsFrqXBF0mtE9GlLciiI { width:12.5rem;height:0.1875rem;top:28.9296875rem;left:0.1875rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #nDdsTRogib6bnsFViRcO67yPykhVLDrX { width:9.375rem;height:0.1875rem;top:29.6875rem;left:8.97916662693rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #K7ZvdvRX06A2gkZrh19hX1bczhQNDZhS { width:19.375rem;height:0.1875rem;top:30.5rem;left:0.3125rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #DadAtFGOrsIumpq9rvyuTyVTu8enqqdq { width:19.375rem;height:0.1875rem;top:31.3125rem;left:0.3125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #JzvkI231Wz0xEVK8zBLQfwXVWgugCr5O { width:16.875rem;height:0.1875rem;top:34.375rem;left:0.5rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #NNGMSgEgP1nRHfXKgiKDlUnWyC9atlTI { width:3.75rem;height:0.1875rem;top:35.125rem;left:0.45768225193024rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH { display:block; }#KGuKOPElvtqiinvkQrzh5kU2bO0VXzGH > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLcBkArFG1AfZqVlz92dTfMnr3VKzoqQ { width:18.75rem;height:0;top:2.6241230964661rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vSDeHnVTpOdWz8q7yWo47szQFxMz35Qn { width:9.375rem;height:0.1875rem;top:13.249132156372rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBGi7sIq1yBwBswaMm4GDaU3f7yxAbB { width:18.75rem;height:4.875rem;top:14.187500953674rem;left:0.62413197755814rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L6WHPseaUM3UxkwUU9b7MW64TGchJevX { width:18.75rem;height:9.0625rem;top:2.4227437973023rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #RgexLoWq7AHITrVsGDhgX75qEXXSW5iq { width:12.5rem;height:2.5625rem;top:30.346354961395rem;left:3.7500001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG5NmUkbnw1BGFPK9yIz07KoJCsZmBqT { display:block; }
 }@media only screen and (max-width: 763px) { #X2cKLkMDs8ZprkKLUSbT2qkZxplxhfWc { width:20rem;height:2.4375rem;top:25.785157680511rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySOqsOu5c5fTDISGxHLhf5bfmNamC1uF { width:3.5625rem;height:4.5rem;top:20.431641578674rem;left:8.2187505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv5C3aG4O4DzfoqtwadO1PiAEN3Vt75T { width:20rem;height:20rem;top:35.242839813233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDFb1K3P5q41GgJvZoBiDCcznB1ip8ln { width:5.1875rem;height:5.1875rem;top:36.552083492279rem;left:14.812500596046rem;display:block; }
 }