.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,242,222;--color-primary-1:242,221,212;--color-primary-2:242,165,30;--color-primary-3:145,99,18;--color-primary-4:48,33,6;--color-secondary-0:228,243,220;--color-secondary-1:165,215,139;--color-secondary-2:75,174,22;--color-secondary-3:38,87,11;--color-secondary-4:11,26,3;--color-tertiary-0:255,255,255;--color-tertiary-1:151,167,214;--color-tertiary-2:81,109,186;--color-tertiary-3:38,73,169;--color-tertiary-4:9,30,90;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/34126f9e-f22d-4a67-9ffb-a83cb633d4b6/Zdjciegwnenastronzapisu42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#XwiEEEvoMUaXbHgIGnwIZsmkwJmSbm2Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15026;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.6458339691163rem;left:15.375rem;overflow:hidden;display:block; }
#psG0IJkxxOh23dLVAOEiJfoSTfKW6dxD { color:#fffaf0;display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:18.333333969116rem;left:0.4375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufxnBUOBao4VSgGxuNkUiu8TXDr9xglQ { color:#fffaf0;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:23.166667938233rem;left:0.71875rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7MNRTl3w3eKVZHPGldLZ90Dprcnvben { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:43.875rem;left:9.90625rem;display:block; }
#fNOWsEBIEO1G1boeFIwMvhLiifCn5Zym { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#wHQCo4yvdGExU3W1WR6ieIl4zfKvrW6E { color:#f3b807;display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:33.3125rem;left:2.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IErxoFWfXDoyGynQy5cOeIeGXxPPUP0p { position:absolute;display:block;z-index:15007;background-color:rgba(11,171,193,0.8);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: none;height:33.25rem;width:39.375rem;top:6.7291669845581rem;left:0rem;display:block; }
#itIIUmP9NSn679x1WclRU7pASnThaLfP { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/34126f9e-f22d-4a67-9ffb-a83cb633d4b6/Zdjciegwnenastronzapisu42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#itIIUmP9NSn679x1WclRU7pASnThaLfP.adaptive-delivery-prevent-bg, #itIIUmP9NSn679x1WclRU7pASnThaLfP.lazyload, #itIIUmP9NSn679x1WclRU7pASnThaLfP.lazyloading { background-image: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { background-color: transparent; background-image: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container > .video-iframe-container { display: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container { display: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .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); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { border-width: 0; border-radius: 0; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#HhGTpHwygaSS0VINQvc01kVaM69U3dS4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.6875rem;width:8.6875rem;position:absolute;display:block;z-index:15026;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.6458339691163rem;left:15.375rem;overflow:hidden;display:block; }
#HlTFucNkpOr0dMDoqIssQlDSasCT9zfI { color:#fffaf0;display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:18.333333969116rem;left:0.4375rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntB5SHBQo96Al0pm7vOKkMfJuiT1TcPJ { color:#fffaf0;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:24.978515625rem;left:0.71875rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWiZy7tilKRDMk5ZVDt11thorS7Oogm1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:43.875rem;left:9.90625rem;display:block; }
#vTBuO2UVhfORapW64hV5foNGSp8aJ3rF { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#azpsT8S5MTA9UhKLHJbTid53gx1ICPFZ { position:absolute;display:block;z-index:15007;background-color:rgba(11,171,193,0.8);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: none;height:33.25rem;width:39.375rem;top:6.7291669845581rem;left:0rem;display:block; }
#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi { background-color:#0babc1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container { background-color: transparent; background-image: none; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container > .video-iframe-container { display: none; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row > .video-iframe-container { display: none; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .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); }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container { border-width: 0; border-radius: 0; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#FPBwbZysPNaSy0SS3RposHbAndzc0LOR { color:#fffaf0;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:2.6041641235351rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k > .row .container { border-width: 0; border-radius: 0; }#T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:none; }#eI1P0CIQwXhkh7T1UmblwSduhblN7vfe { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:26.3125rem;width:46.875rem;top:5.625rem;left:14.03125rem;display:block; }
#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu { background-color:#fffaf0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container { background-color: transparent; background-image: none; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container > .video-iframe-container { display: none; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row > .video-iframe-container { display: none; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .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); }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container { border-width: 0; border-radius: 0; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;overflow:visible;position:relative;display:block; }#w8NhN42hgG1wxgsfuKyOg1fAwQo3QTJM { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container { background-color: transparent; background-image: none; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container > .video-iframe-container { display: none; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row > .video-iframe-container { display: none; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .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); }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container { border-width: 0; border-radius: 0; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#EVsT74S5sQsTaGUNnVGyCT3T4xgRh8TQ { 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:2.3125rem;width:2.3125rem;top:1.39453125rem;left:11.34375rem;overflow:hidden;display:block; }
#PLGppTbtubiKDkC8WitVNm1EwvELnzdz { color:#47545a;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:6.270835876465rem;left:2.15625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#rq2PrWdi8u8EVBxJoD4KU1gZFdfghePm { 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:2.3125rem;width:2.3125rem;top:1.3528671264649rem;left:36.34375rem;overflow:hidden;display:block; }
#B1gthwCWPzp2gu93ADkuVb1K3Kllghg0 { color:#47545a;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.2291641235351rem;left:26.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#M5pfi3o7buiefFqe56RkSwf4N6CvKwDS { 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:2.3125rem;width:2.3125rem;top:1.3528671264649rem;left:61.34375rem;overflow:hidden;display:block; }
#fnGx0wAbpl26oE46rmf6z6kII7pHmUWy { color:#47545a;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:6.2291641235351rem;left:52.84375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/bb6f3d3c-504b-43f5-a594-bddf0aac4153/Wykorzystanenalandingu2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm.adaptive-delivery-prevent-bg, #xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm.lazyload, #xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm.lazyloading { background-image: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container { background-color: transparent; background-image: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container > .video-iframe-container { display: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row > .video-iframe-container { display: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .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); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container { border-width: 0; border-radius: 0; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#lyHy7fDXrM19NUydeeIlXD0rHn7RZRTt { color:#fffaf0;display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15007;line-height:01.3;letter-spacing:0;top:5.625rem;left:47.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9lWylfPzE6QIRaxPX8E4LC32vcHhNJa { color:#fffaf0;display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:01.3;letter-spacing:0;top:11.915367126465rem;left:48.1875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOBgDiuHiTbUSarc3TVPPszHLmAhwJCA { color:#fffaf0;display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:17.375rem;left:48.1875rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR { background-color:#fffaf0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR > .row .container { border-width: 0; border-radius: 0; }#vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;overflow:visible;position:relative;display:none; }#y1Jir3WBnUI8UM2sNTONPbciuOaCSuph { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiucLc1JT608Dv9Rd0T09ETuLJTGsifU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#RiucLc1JT608Dv9Rd0T09ETuLJTGsifU > .row .container { border-width: 0; border-radius: 0; }#RiucLc1JT608Dv9Rd0T09ETuLJTGsifU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiucLc1JT608Dv9Rd0T09ETuLJTGsifU > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:none; }#r8WCUdWFzSl2rBDUS9Jiu9TAffSXwPet { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:50.125rem;width:21.875rem;top:3.7289123535156rem;left:2.5rem;display:block; }
#om3V7CVTNl1oo9nHu8QAvLn1eU3dwXQT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:50.0625rem;width:21.875rem;top:3.75rem;left:26.531251907349rem;display:block; }
#ldVVvpFLvhAAIQMV9fzw23Bn4rLyLvdO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:50.0625rem;width:21.875rem;top:3.7289123535156rem;left:50.500001907349rem;display:block; }
#scwMzDDt2S3wIrr3UMs6c5JFOhKNC3we { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;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:5.1875rem;width:20.625rem;top:4.3541870117188rem;left:3.125rem;display:block; }
#uryGhGniiJrWpGLxcFRWqfuTCGzsUUIf { position:absolute;display:block;z-index:15002;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;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:6.6875rem;width:20.625rem;top:4.3328247070312rem;left:27.156251907349rem;display:block; }
#vTa9GOTToXRudyImPeIoEF0o8V4PMh52 { position:absolute;display:block;z-index:15003;background-color:#ba7291;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;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:5.1875rem;width:20.625rem;top:4.3333435058594rem;left:51.125rem;display:block; }
#vgT2wdCOEVpNaGp2EbJvLCLhrnP4p00n { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.728515625rem;left:4.0625rem;height:2.4375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPm48qrQOMp3lXE58dzwKVR4gxMfSZMx { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.978515625rem;left:28.125rem;height:4.7125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlchEZVQQ5vUSzOqz1uqVrO3a4is7xOR { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5729370117188rem;left:52.09375rem;height:2.84375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfEt3FTTosTvyWOPMh1aeg4aa8uguK8W { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:3.46875rem;height:27.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDEBIDph03rTC1tL7pJLy7cy9TE8GH5M { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6664375rem;height:4.29140625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:47.5810546875rem;left:4.1044921875rem;display:block; }
#wfRK0fhhC0BXp8piLFAhr6onT6Z6BQwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4mSsPXTBhoX20ZQt9LQq0Qn034nyORM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6664375rem;height:4.29140625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:47.5810546875rem;left:28.1669921875rem;display:block; }
#Sf3OC1mOHWBzZdaxygNk9Ni2ehZwiufU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0yXnmXiov6svUFq08NyT3k92gBu3NCy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.664875rem;height:4.28984375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:47.58203125rem;left:52.10546875rem;display:block; }
#wBP50QPr0K97sINooimG3E4OVmXqZVCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDEua2oHUe7iPTwPsxIinTlylJmtPTua { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:27.5rem;height:27.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWZpMOA7pAUvvaBUisQHO0GNPPU0QRFC { color:#47545a;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.01953125rem;left:51.4375rem;height:26rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cd1L6WtdmCpdyBoprHsMVt5blhSovrck { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:39.3125rem;left:4.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uOcD0FbgCx71AJiXuMqWBfaEOM7tbl6J { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:42.8125rem;left:4.0625rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sdHaHfelXWTUsuCJyXeISxBLwf57Gtrs { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:39.3125rem;left:28.125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k4oQaBwQ1nTy0lqL1wEZSQVZaEPP0E3T { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:39.3125rem;left:52.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#maUivFmPXZSpuyuA4syKdQXFqQ3WZ3JX { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:43.03125rem;left:28.125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yfoWtW9akvLN49uSQTeHn8nDyg3FbUsS { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:43.3125rem;left:52.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pgN62X0cCCiDCyVlJar0bJb2am2fwChu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container { background-color: transparent; background-image: none; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container > .video-iframe-container { display: none; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row > .video-iframe-container { display: none; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .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); }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container { border-width: 0; border-radius: 0; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#t1FJMu6GDOyzUbsarbqpHTfamwKNKk1Q { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:37.1875rem;width:75rem;top:5.625rem;left:-0.0625rem;display:block; }
#cEOGEZdfNHB5MsZc1WsTELXTopF7l58F { position:absolute;display:block;z-index:15003;background-color:#0babc1;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: none;height:5.1875rem;width:25.4375rem;top:8.3255310058594rem;left:47.15625rem;display:block; }
#NRZerZlSKpm5RF0fK6Np5UWL6sI1WTKd { display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5442810058594rem;left:47.21875rem;height:2.84375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOHEzBnBKILcbX7Qecmb49sNx7XpbBp6 { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.954437255859rem;left:47.28125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jd1MEHBRwuN58PKT5ak1qeEvuJtTES6b { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.954437255859rem;left:47.28125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#LTKSaOobbW7T98NsZSrpDRqAvpzR134I { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.66536525rem;height:4.29036475rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:35.997406005859rem;left:50.54167175293rem;display:block; }
#CgoR4hSFFbymAGNqtxAgWapu54k9n3N1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRB3Dg6reKRF6VaD8T7wsZHK18Do24HR { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.125rem;left:47.25rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#SEHbw8Dnl3cUMpWHUe6KrnxKUD9OLikS { color:#0babc1;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.875rem;left:47.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QPZfvTGqmVRCd4WZDLCs6zyB6J5EcNJy { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.875rem;left:47.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#hR6U8u1EBtDWXVPSSAda6Mw1uQvhvIMT { color:#0babc1;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.375rem;left:47.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#KlG38DZEqOlcc58IVQdbTNZsrdWAFDUD { 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:27.9375rem;width:46.4375rem;top:11.180999755859rem;left:0rem;overflow:hidden;display:block; }
#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL { background-color:#fffaf0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container { background-color: transparent; background-image: none; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container > .video-iframe-container { display: none; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row > .video-iframe-container { display: none; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .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); }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container { border-width: 0; border-radius: 0; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QiPKM6yAcF8uqsTQhmE2MhaO1Wec1o8b { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:2.125rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU { background-color:#fffaf0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container { background-color: transparent; background-image: none; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container > .video-iframe-container { display: none; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row > .video-iframe-container { display: none; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .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); }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container { border-width: 0; border-radius: 0; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#UhVhX0UWtbvKZB58A2x3K6IC66L56Eiz { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:3.5625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMGGrtuTZUu5HAZwhVPr6iCFThwM1qeF { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:6.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4iaUXEbaJfDxbVS5fCGSDn3dxqi75KQ { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.25rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container { background-color: transparent; background-image: none; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container > .video-iframe-container { display: none; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row > .video-iframe-container { display: none; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .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); }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container { border-width: 0; border-radius: 0; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cNwaQpiUD0Nw660NRRAX17uon3n1V1ze { 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:2.3125rem;width:2.3125rem;top:1.4791717529297rem;left:8.21875rem;overflow:hidden;display:block; }
#IiVVaH3SExA9ft2o7owKLTGnWkc1JIdD { color:#47545a;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:8.79167175293rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3mzoTCNmilkC2PmpKi93QZ04pdPrpqn { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:6.1666717529297rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSKJzm1H3iKNsdky6SAJBLwdMTzU0yyW { 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:2.3125rem;width:2.3125rem;top:1.4375rem;left:26.96875rem;overflow:hidden;display:block; }
#w2Xwa87k6Uk7SZdAhCV0HSZoluHkg04L { 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:2.3125rem;width:2.3125rem;top:1.4375rem;left:45.71875rem;overflow:hidden;display:block; }
#sUUvJQO85TlHC6AUvtz1W20nxKJonxEy { 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:2.3125rem;width:2.3125rem;top:1.4375rem;left:64.46875rem;overflow:hidden;display:block; }
#ldRSnkXEPKV0P12uWydZbSCcwLw9sg4K { color:#47545a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:8.88542175293rem;left:18.75rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCQz46F8NdlqtW8GqvzSdz5Kz96MmT20 { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:6.125rem;left:18.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4uav9gBEhTeeNUy2BAXGFZ9VmMVo0hb { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:6.125rem;left:37.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lf2mvCrMTJHNdCW06Qo3qS3slD3nhsMP { color:#47545a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:8.75rem;left:37.5rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyZCLCO18C0Pqq0KMor4msUlshvrBKU2 { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.166015625rem;left:56.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMXCUcwtJGZVafEhAU3Mv7ZMTvW5P8Vm { color:#47545a;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:10.352874755859rem;left:56.25rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH { background-color:#fffaf0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container { background-color: transparent; background-image: none; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container > .video-iframe-container { display: none; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row > .video-iframe-container { display: none; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .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); }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container { border-width: 0; border-radius: 0; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Tnpd2cGKluPBMer4T8sZVWrTCrVgxNTT { color:#0babc1;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:7.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsi8tAX3fFoQUA6Z3NHseCoacmVb7Vxl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:8.4375rem;left:28.125rem;display:block; }
#ndT6bWc4mx6yohmo4xVdlIx2x8hnJUR7 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 { background-color:#fffaf0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 > .row .container { border-width: 0; border-radius: 0; }#v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#akWNH6WvaRRrxrk9Oy8cLR9eRVrfvNuO { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fbbl52QAKda5r9vmd71qzSHSmhf6Cax0 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tq2vMmWbvyEv1XfLHpqtNwpH9Pvk7yoU { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.125rem;left:6.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXKwcyCn1K2E15NK3yFfGW9H3i8wFLU0 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQqK6pt06XGUnyunbt38v3CiC0adWSDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mQqK6pt06XGUnyunbt38v3CiC0adWSDt > .row .container { border-width: 0; border-radius: 0; }#mQqK6pt06XGUnyunbt38v3CiC0adWSDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQqK6pt06XGUnyunbt38v3CiC0adWSDt > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:none; }#hTCJAVAbS7cVHBZnVbpa3wWlRkSLB42v { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4992198944094rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIzFz4ql9DtTdyKuT0AaxpASCePxUvQK { background-color:transparent;background-image:none;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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;box-sizing:border-box;color:#0babc1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.2356758125rem;height:3.17578125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:14.540405273438rem;left:18.881511688233rem;display:block; }
#Twreuqk3xKHy2KdGD77GOmrHzcZrR2hM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp > .row .container { border-width: 0; border-radius: 0; }#tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:none; }#t1SQbz4cDpdKxCKwAIlRnHAR4xpbPgk3 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#T0mInaHfLUbgBtpUUtoHf3aTmzG5qKcK { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:18.875rem;width:62.5rem;top:0.0625rem;left:6.25rem;display:block; }
#RobSZX6m03FVLk09sHymI18EZ29leL7D { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJScvePPByuVpS4qAPLke90AHbV2goVO { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:5.2916870117188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fw8tzRsLXfrikZlVVqLF1zlZg3WkO72v { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#W7Mmp1Hnl2lNi1i1bumXKAaHAOlM5eNm { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#tL2NZATUvB3rsM6vVs6nkDXNTxLermPm { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#FgKGpGinxt6PRF8qWgmF5zalaNme5cBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FgKGpGinxt6PRF8qWgmF5zalaNme5cBv > .row .container { border-width: 0; border-radius: 0; }#FgKGpGinxt6PRF8qWgmF5zalaNme5cBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgKGpGinxt6PRF8qWgmF5zalaNme5cBv > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:none; }#ZJnT6DtQkbPvR2O3S8CbVaD01TmxSRGx { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tHb68LucKCNhFOTBUg1DDTEVJVpTAXaf { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:18.875rem;width:62.5rem;top:0.0625rem;left:6.25rem;display:block; }
#PO6JRtuhltHCoRWTRQkzucQVmVGvlUUf { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSceiukOsSHnTJ9rFHG3Az0IHqA3deiE { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:5.2916870117188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thvT20336FskmEko634iNcPzJrKPQIJR { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#WQGm5QtQU7H6sRgXh7qX9b9duMCEVzm5 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#AIIQx1RAvcViSmaqi9Fx05utz55s72Pi { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO > .row .container { border-width: 0; border-radius: 0; }#FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:none; }#vH3cFTG7oDC2Mcu1UmqNXTI4pE8IEuTI { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lzn8zGdhk0mVDcNZLe9VIezbcfr6veIK { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:18.875rem;width:62.5rem;top:0.0625rem;left:6.25rem;display:block; }
#m5n2oERbqNOH3BWpKrIkGTWAauUsoihi { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xkn5vWyFc5xkTp9mAhXmJXKP46Q0JHl7 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:5.2916870117188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qamLVPULR9m3CGA0ZkvhMLcCtoTEVqBS { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#fkRFPy2ua8I36REJarRQxbAqWqDJeTyq { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#HtSzN3Qg2aZ1290cBBR5Gpwy0OGU1cEl { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#xhHT5knHesEJNWh1PGeU7479zTZ44isl { background-color:#fffaf0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xhHT5knHesEJNWh1PGeU7479zTZ44isl > .row .container { border-width: 0; border-radius: 0; }#xhHT5knHesEJNWh1PGeU7479zTZ44isl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xhHT5knHesEJNWh1PGeU7479zTZ44isl > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;overflow:visible;position:relative;display:none; }#NT4ToPb8ZM9pfxGtcBJNAJSKqPlP2C0r { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTf6aKxlh3tqlFvRgShnqZw1NHFAMN97 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZTEcytW6Ncrzk2PVdJ78tnayCwnDGnX { color:#47545a;display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:4.15625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXuCl6AA7C1C9Re9aPRgTc2Oq5FxReCd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:24.1875rem;left:23.25rem;display:block; }
#cWysZaQuPqbE8BXtqqCnkm4Iwmz78cbB { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fa029c37-7ab7-423c-a2e0-09331e0c5791/AgniLiveBackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p.adaptive-delivery-prevent-bg, #zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p.lazyload, #zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p.lazyloading { background-image: none; }#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p > .row .container { border-width: 0; border-radius: 0; }#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:none; }#gJA2nInmvgBzCHOxK7GL9MD80rLWW5aG { display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:68rem;left:22.40625rem;height:4.5rem;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrtUy5zhLGUIehwXpvKF3hg27skHIaDt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.1875rem;width:63.9375rem;top:54.851543426514rem;left:5.53125rem;display:block; }
#CamUTKTqH2GIU59Ct07BAnWPmJ70tt1A { display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.572998046875rem;left:2.25rem;height:2.75rem;color:#a54870;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uknAF6bFwC5PkVkEHANvLyGaLJkUJtVT { 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:18.875rem;width:25.0625rem;top:48.435777664184rem;left:24.96875rem;overflow:hidden;display:block; }
#UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt > .row .container { border-width: 0; border-radius: 0; }#UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:none; }#DZvRPDtvaaap3DdTl7agI5vavK3ZFgZB { 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:2.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#U4ZglQl0t3ADf2h2E8caU5EFU1BPQTJg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.8125005960463rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7lIDEdJDcPbNo9yD4ikdtFrITemAUUn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zno7EhMNbtvVFI7OdcgoocgqZN3mhy30 { display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6546678543091rem;left:15.15625rem;height:2.4375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7doEEp6L89QcWVwOiHBao7cKl2O8Amt { position:absolute;display:block;z-index:15007;background-color:#0babc1;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:3.75rem;width:41.4375rem;top:1.9991989135743rem;left:16.78125rem;display:block; }
#zKQJvWKMHXf58lPU5ObKGgk2fXnMfoTO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:102.9375rem;width:63.9375rem;top:53.728271484375rem;left:5.53125rem;display:none; }
#vBvQpi76DNWP2Hp2A7BOpzUT3dhEdNRa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.425rem;height:3.675rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.124210357666rem;left:23.28750038147rem;display:block; }
#KenPXWK3leWisV70hvFeXN1PT1cg8r7H { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/oy385Phh/G_o_wne_na_www_6_.png");background-position:bottom 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:none; }#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc.adaptive-delivery-prevent-bg, #JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc.lazyload, #JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc.lazyloading { background-image: none; }#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc > .row .container { border-width: 0; border-radius: 0; }#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:none; }#ON5DJLUnRxeh9HWsISQcf1MH3xrnkfpF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:33.4375rem;width:31.25rem;top:10.958343505859rem;left:37.5rem;display:block; }
#Xbr2tWu44sVqykEJmDRxilhzmmdzR3b7 { color:#0babc1;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.625rem;left:40.53125rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#obiK7nZnm39KfEyBzR1SffHtwwQGOfxh { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.9375rem;left:39.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ebGEa4T4eSFvMu7UTkTtI0zHGgxa2yr8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:4.5rem;width:31.25rem;top:39.979187011719rem;left:37.5rem;display:block; }
#yCUleHqZVzamZmwBTDqXeFpPBcSnCxn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.833343505859rem;left:40.53125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#r2NgRNdDH2nhviPc9F9GHbuaLTN95coJ { color:#fd4336;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.770843505859rem;left:5.3958339691162rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rzdqOpsLeqcI6fDbMPK9JyZtlwyvTQv3 { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl > .row .container { border-width: 0; border-radius: 0; }#cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:none; }#aPlNUADZFI0BbHKa9w45aTyETs0S7zuk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:37.1875rem;width:75rem;top:5.625rem;left:-0.0625rem;display:block; }
#bC1lxakm1Z9uzOe6HqlQtdGN3wu4RGlq { position:absolute;display:block;z-index:15003;background-color:#0babc1;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: none;height:5.1875rem;width:25.4375rem;top:8.3255310058594rem;left:47.15625rem;display:block; }
#HGORSSi5IFu6ACk8t95pocXH1qSfnvhF { display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5442810058594rem;left:47.21875rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQi7uNIdOFlERD8GDN8p7DhvwDDiwNkT { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.954437255859rem;left:47.28125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oubH8xwMdAHo1C1ULhXiqNBihWXLrGN2 { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.954437255859rem;left:47.28125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#Hv6a6zCpf9MbprmSTsP01hKzZdW1is6A { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.66536525rem;height:4.29036475rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:35.997406005859rem;left:50.54167175293rem;display:block; }
#uqNxthkkvyz7AsuKibJynrfpzaAsvAxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5mwq0kyii04I3XwJzn9x5L69HkRmTtW { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.005218505859rem;left:47.15625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#epsQKIy45Z8STRWpiGNfLhXy6TCDIN7f { color:#0babc1;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.747406005859rem;left:47.28125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UIFAGeQZyJVpmTMw9eo14AAvDW1KwCCD { color:#47545a;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.755218505859rem;left:47.28125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#vO9e5SawPd9EDrnvD0ISRt5IFMfHvlDl { color:#0babc1;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.252624511719rem;left:47.28125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#XceMV2xGzxqNhoRoimTWO8U3CXxXS0Xq { 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:27.9375rem;width:46.4375rem;top:11.180999755859rem;left:0rem;overflow:hidden;display:block; }
#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { background-color: transparent; background-image: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container > .video-iframe-container { display: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container { display: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .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); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { border-width: 0; border-radius: 0; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#K7LCTdsmUmW26qxrXR0HOZEZTLzNxgSv { display:block;width:55.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.625rem;left:9.84375rem;height:7.3125rem;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvaxAqw482CJnJqmzcVsE5Jb3U3L2uzC { display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:19.83203125rem;left:33.8125rem;height:27.225rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hi1FIO9cDhlJdQSzD8Wa9Cktzo8aptk2 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTIus13dV9xnAf0shr5ulblma2f0TarA { display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.375rem;left:8.59375rem;height:4.21875rem;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vw6uBVyZTgBK4duyT2Kp5NOIZUna0Tuw { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kQ4Tqv4BfreiPfFUXSdX26JnMcCtwodD { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VADicOkbem1eqkyNHF1X6JewHrFmK64Z { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HITfZeNLxFL1R6UeWcthmGwEf5ptU4Fn { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KOyHAugUw0368pU4l6dH8BWK7qUWZXIU { 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:28.9375rem;width:31.5625rem;top:19.873718261719rem;left:0rem;overflow:hidden;display:block; }
#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container { background-color: transparent; background-image: none; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container > .video-iframe-container { display: none; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row > .video-iframe-container { display: none; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .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); }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container { border-width: 0; border-radius: 0; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#UNlp6mTIrKaN2nGxrIGQI8T7tRcehvGu { color:#47545a;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.9rem;font-style:normal;display:block; }
#V2FihUh6xQhrtC6CPPG8yD4qREhGCRZc { 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:3.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#TdL1xMIxefKXmVFJ6302x79IEfktVuKO { 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:9.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#QwsVbOG4RsM53JSB68cMRCZMTtFKK2GB { 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:9.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#nDfRnxvDmuJHeBERV9Tf9t2S8HWS5Lg8 { 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.875rem;width:9.375rem;top:5.1250114440918rem;left:20.6875rem;overflow:hidden;display:block; }
#S1i9TXphuUcWDRWQKbQRpkOZgw7EE5Jh { 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:9.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container { background-color: transparent; background-image: none; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container > .video-iframe-container { display: none; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row > .video-iframe-container { display: none; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .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); }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container { border-width: 0; border-radius: 0; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#D45rKH3FxB9U4T2xbeHw0XegZmeOkyoh { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFnIU55Qla1A3duNskSu9DxafWCA72RR { background-color:transparent;background-image:none;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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;box-sizing:border-box;color:#0babc1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.2356758125rem;height:3.17578125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:14.540405273438rem;left:18.881511688233rem;display:block; }
#F8e4oB5hOEXvUPTAfEzvViFzBXT0SEsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container { background-color: transparent; background-image: none; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container > .video-iframe-container { display: none; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row > .video-iframe-container { display: none; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .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); }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container { border-width: 0; border-radius: 0; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#DTsMyWfanWI6vBV8ONZwgMMef4QGJvry { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yQIQGw4VKbE0CfWdu6PqIm9ntamWWnTG { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:18.875rem;width:62.5rem;top:0.0625rem;left:6.25rem;display:block; }
#Dgpe1nhgV0VSefuykFd65pGp1cRS5KdR { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRJV4eNGoHOWsotFQnQv6vIdHLbq8xVD { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:5.2916870117188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2SXb5o3nrsGVpsL6BW7HLJniAgvDV4T { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#ZUTTpVlV8yqKnhuysQO9FiDcPomM9aVW { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#u9mccAHfg2XGaQ1AFaItg6hiqynki0q7 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container { background-color: transparent; background-image: none; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container > .video-iframe-container { display: none; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row > .video-iframe-container { display: none; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .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); }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container { border-width: 0; border-radius: 0; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#dQz5Khnh8KmSKvWt7nN3yW5knfzfk60a { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#KvfcbQAt4ErWDqEcIxTFCzRi8fJucoLm { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:20.6875rem;width:62.5rem;top:3.6875rem;left:6.25rem;display:block; }
#eH6TyC6TfiqAm6FNdEm1EHP7Wla68npK { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJMCncW8TC8Z4OA6LlfDWXzZeBka2Zk0 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.3645935058594rem;left:12.78125rem;height:11.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmtr3JfiwMEE654zEtFMdyIJehlcuNmd { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#TrNixANzrAo5LhQI5hcA4fHQVtsgTgpy { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#ZmkQtcRTVwS5QDHDbTH3rC5BLMEm5D3N { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container { background-color: transparent; background-image: none; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container > .video-iframe-container { display: none; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row > .video-iframe-container { display: none; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .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); }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container { border-width: 0; border-radius: 0; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#Ww77aCrH3lmLrgKOaUODfg2xXc2hG4us { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#v3oQiPAh0VWE3LkapPrNUshiw7PGqUrU { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:28.4375rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#TU1ApZrhMumvqnpUP5UZRaCQIpDtQ1A7 { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyC4v1DXTnqSoiIkSBCmakv1qly7W5NG { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.4674682617188rem;left:12.78125rem;height:19.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKALITiqcn72pEdnyAoRT0ahgLclfhfC { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#UK9r42SuUwTFgIEzQsn5rIVrzdv4BLog { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#kgLeeZl9d3JdfzZ0enC4JyvdBBLql9sc { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container { background-color: transparent; background-image: none; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container > .video-iframe-container { display: none; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row > .video-iframe-container { display: none; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .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); }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container { border-width: 0; border-radius: 0; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#G8PAT9XW6uZc3iuD74sNtxZMCf1pahh5 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#m88PPCgwVOe1ELGAmyIpVRUwEcbmgVsr { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:18.6875rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#g8wcHSkK9GAxKazFx2khq5n2JwbtJFCu { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDSwOyA1yqTxG5w891WIygWrTixItqrZ { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.3841552734375rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npWhENwcQTOdwvshVticJ9Vs4W8GPiEd { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#FQ9bXgIxKtLT7iebQtaoJrkcKTWqnp2Z { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#QCKdHOZVoNTcuXbgugdBe4iGXarLVrLd { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container { background-color: transparent; background-image: none; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container > .video-iframe-container { display: none; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row > .video-iframe-container { display: none; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .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); }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container { border-width: 0; border-radius: 0; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#QZiferh4auKVag9fdHlZIqnZm4U6mHL3 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#n9yv4Jr7qPw54xhCNxvBU334AcuPs1rI { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:18.6875rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#E0F3q18nmiwV7LXiwwk4ffJOmTl5JJka { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0TR84gV0koizTn5Ni5To25xtd4r5XX6 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.4244995117188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMm6A4k38O7fMM2Tsmim0PhP8CTfJSJk { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#uKRzP7h3zWoyTx4a0TisgZ5k7Xs3Lo8y { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#KXpzGHdRp489ENp1l7RmAqPEJhpskHld { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container { background-color: transparent; background-image: none; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container > .video-iframe-container { display: none; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row > .video-iframe-container { display: none; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .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); }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container { border-width: 0; border-radius: 0; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#aHXeCPdCIDQaEnTRirTclFHkeEn3AANe { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#CacImzr1Oxd0MVoloL6lPVAaJ695p5bC { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:25.0625rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#WBHL8hltGEKSpnLW0BmaLNUSIOd9te5J { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElZHHorfgrMvZMhlgIrK7cX8fsETG0CM { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.73828125rem;left:12.78125rem;height:15.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vt13RdwmCK9HXQTiXGvHb5w22E7LsHhm { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#milwJVDBxiyqAS9NaTgclMGmiZTpMCUT { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#UMvuB550KsltQLkpa8duE3PvNg1Kyhm1 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container { background-color: transparent; background-image: none; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container > .video-iframe-container { display: none; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row > .video-iframe-container { display: none; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .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); }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container { border-width: 0; border-radius: 0; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#ByrGXaUTfGOMGrldNDz2gD1TtOGiDSWy { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#dqNU6dwVzTpPt2A4Lv6tAszkUm5br661 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:17.5rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#RsGVfchqR0N7qylnqCy7Tkr4m4TsnyMb { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofC7EafdkOTirQpIbe0tWFKuLbwTm9eU { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.7903442382812rem;left:12.78125rem;height:7.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqWkoCTBMpHvWUcJvo7gAKdg3VmJ18zT { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#qeIyX6CMIrhsH8tiZS6ATxtv135HPvkS { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#k2APRTpT3aRrJLd0LTsRKdmfwgwEMwuk { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container { background-color: transparent; background-image: none; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container > .video-iframe-container { display: none; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row > .video-iframe-container { display: none; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .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); }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container { border-width: 0; border-radius: 0; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#dyXmqg2EkCgzT6JnkLoEK4xrQ7ayEoNz { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#QaUyhwTh1xKSEGmG1G63c6zOwTdwi3KE { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:26.5rem;width:62.5rem;top:3.6666870117188rem;left:6.25rem;display:block; }
#Hx5l0u9RAq4kB9c4C6InsPlGTHLz39Jy { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiqTRTObnboptBN3TRJa1d8qWZi2LC4X { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.4153442382812rem;left:12.78125rem;height:17.2125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuwKVGN4aRxGvg7BxTKU4r0TctossJpN { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#R9onvIFU0pThhD7Z7OKzgHkk9PMcn0tf { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#Ub6ngHcXVUr2CctROHsePsXOTHToibyx { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container { background-color: transparent; background-image: none; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container > .video-iframe-container { display: none; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row > .video-iframe-container { display: none; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .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); }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container { border-width: 0; border-radius: 0; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#fU8ICNtkX9Afq1QdtwNZ64LTqrCEo52I { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#JkCvEGL4QNh9fntUEMFydAVwAaHEsiz2 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:17.5rem;width:62.5rem;top:3.6666870117188rem;left:6.25rem;display:block; }
#IIH97mDkicFzIrTTFgQkIr1o02ln2gDH { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTLNzvtFa68iQHHoZefnVnkhUQWPAdd7 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5416870117188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNlVloIUPooTZinvV4HKxhhafQeftKF1 { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#Ocxcd0T043VmnxVgBxL4JqW56O9lqGIR { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#WJa0rDhzelpOJkoZKeruuiDb2GiKaMoL { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container { background-color: transparent; background-image: none; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container > .video-iframe-container { display: none; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row > .video-iframe-container { display: none; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .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); }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container { border-width: 0; border-radius: 0; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#VVwI750sFZQSkZBhXu61OCO0gTapa3J0 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OFr9291N0RRSq9ISsAkThiHdhBE9mTJO { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:19rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#kpzonf9xphQ6L96SnR8VzGW5gtWRKUKR { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmGQLt13mWZ7OZQ3CsCQxyl6F709X0wf { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.6237182617188rem;left:12.78125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewyDn7cmIO9cTU0a3Rsdx1d6mhWVKL4V { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#vAyUhwpoai3p3plNcilTUT6fFBWJLUXw { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#PabZx6My07qDwCAN6UyEubXtuzBdfHK9 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container { background-color: transparent; background-image: none; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container > .video-iframe-container { display: none; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row > .video-iframe-container { display: none; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .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); }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container { border-width: 0; border-radius: 0; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#BThiLyf48d3ThlVpTxDNCZBgOcmtOIFZ { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#vyuElor9EaE1a1IGfVJcFV7AiHrLKsMe { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;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:23.25rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#u2FIy67bbL9SLPkXflGyxc5HwyFqUaEu { color:#0babc1;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpM6bg8Cuq3eTyTitxuZi7QHC1a6MSW0 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.8333740234375rem;left:12.78125rem;height:13.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnsmMdkp6ZfQ4G7T4l1P9FaRXSmg2nmx { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#lyyTkcdCnANJm9SwNAFTAmfhgQGs9qDy { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#qrEa1AIRg1u1DD8uuvWFpQhicJUUQZXT { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#QWMyXpQADUCmDXRaN39mIdFVJbtOVcsS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:29.08203125rem;left:28.125rem;display:block; }
#ifCFoSZTu7vxOO5PDPeLKtpSA25hSQGd { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/0166e0c7-be49-4146-bb42-9292143e9d14/Zdjciegwnenastronzapisu72.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC.adaptive-delivery-prevent-bg, #gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC.lazyload, #gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC.lazyloading { background-image: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container { background-color: transparent; background-image: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container > .video-iframe-container { display: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row > .video-iframe-container { display: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .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); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container { border-width: 0; border-radius: 0; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#oaRRytdgVRfOv8BnqzQnMwRIhKPKmQX6 { color:rgba(var(--color-primary-2),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:10.791687011719rem;left:47.0625rem;height:22.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/ad75c827-96b7-43b8-afa5-63e2f2943f29/To32.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8.adaptive-delivery-prevent-bg, #PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8.lazyload, #PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8.lazyloading { background-image: none; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container { background-color: transparent; background-image: none; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container > .video-iframe-container { display: none; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row > .video-iframe-container { display: none; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .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); }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container { border-width: 0; border-radius: 0; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;overflow:visible;position:relative;display:block; }#RTubz4sSLeyK9rwaxILbDoVpMXvn4ppZ { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBkBiozCbMPa7aTcQoXZAWVepTgg6EiW { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);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;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.2356758125rem;height:3.17578125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:11.104187011719rem;left:18.881511688233rem;display:block; }
#Ray4XTDiy2g8dQOXyS4DbwvPQG603FSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s > .row .container { border-width: 0; border-radius: 0; }#DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#F5o798bV54wSWEmLJu7ZGrlceAxEN83t { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#TPmlHq0Mw3ip9oTyVpdLkGAJlIOLT6qu { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI > .row .container { border-width: 0; border-radius: 0; }#hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:none; }#UHa3z1TTlE7T1fvPvnJxxt9cyK87W8bb { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.75rem;height:1.9125rem;color:#47545a;font-style:normal;display:block; }
#GxWDminOST15XqI18NSeGsGJMabktcdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container { background-color: transparent; background-image: none; }#GxWDminOST15XqI18NSeGsGJMabktcdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container > .video-iframe-container { display: none; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row > .video-iframe-container { display: none; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .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); }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container { border-width: 0; border-radius: 0; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#J1FA09FP2sCKTIJpfsDCUtAL4XwF7r3P { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#zcd0NTTmgSPsyma3gUDdEZAIg8Dg1x0V { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container { background-color: transparent; background-image: none; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container > .video-iframe-container { display: none; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row > .video-iframe-container { display: none; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .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); }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container { border-width: 0; border-radius: 0; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#KsxFq6dW4X0ezklTRvb6sRZTsv1Pd02y { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.75rem;height:1.9125rem;color:#47545a;font-style:normal;display:block; }
#kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 > .row .container { border-width: 0; border-radius: 0; }#kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#VmpCN9i7TmZg7ecfPSeoTQxT3hZfHl3y { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#t9T9CqW1toukOaTTVnUr2mempepRHKJZ { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eerEKuBwtOuw96NwynC6UPGOuiBmuI3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#eerEKuBwtOuw96NwynC6UPGOuiBmuI3N > .row .container { border-width: 0; border-radius: 0; }#eerEKuBwtOuw96NwynC6UPGOuiBmuI3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eerEKuBwtOuw96NwynC6UPGOuiBmuI3N > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#aIK66iophMOmk0WTLKAxS3BhVhxfxlQy { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.75rem;height:3.825rem;color:#47545a;font-style:normal;display:block; }
#esPZd19UVNFuzywysVRr8UxaT9XTkkMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#esPZd19UVNFuzywysVRr8UxaT9XTkkMX > .row .container { border-width: 0; border-radius: 0; }#esPZd19UVNFuzywysVRr8UxaT9XTkkMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esPZd19UVNFuzywysVRr8UxaT9XTkkMX > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:none; }#HsU6HIV9ycrBk6KGKnUT20TmNIBM2nGm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#e0zWza50coywkl7RaHxKu3xA6N6HoU2F { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 > .row .container { border-width: 0; border-radius: 0; }#RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:none; }#Gp3nlSE5wlEAVpIvOQ4U60OTfr3heo0X { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.75rem;height:7.65rem;color:#47545a;font-style:normal;display:block; }
#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container { background-color: transparent; background-image: none; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container > .video-iframe-container { display: none; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row > .video-iframe-container { display: none; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .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); }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container { border-width: 0; border-radius: 0; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#lHCV1XJBRZsD07FIEnMVFC6atD8cbd1q { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#C4lwQxNrCZISQU8LHF12iPU8o6vm8psI { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container { background-color: transparent; background-image: none; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container > .video-iframe-container { display: none; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row > .video-iframe-container { display: none; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .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); }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container { border-width: 0; border-radius: 0; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#H1BeBTcTS2CI2qdngNGyfmGebvJicBs0 { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.75rem;height:7.65rem;color:#47545a;font-style:normal;display:block; }
#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container { background-color: transparent; background-image: none; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container > .video-iframe-container { display: none; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row > .video-iframe-container { display: none; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .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); }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container { border-width: 0; border-radius: 0; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#dD30ycKTH0bxbGQEHwv9kCxierLe334R { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#Ui4303UpkPTOMgQqampWJ64rBeRsciF9 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container { background-color: transparent; background-image: none; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container > .video-iframe-container { display: none; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row > .video-iframe-container { display: none; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .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); }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container { border-width: 0; border-radius: 0; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#Lm3OaTFFayFWuuIM0UZtzzLTX9PGvU3T { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.75rem;height:11.475rem;color:#47545a;font-style:normal;display:block; }
#X9Preh317eL5JLpUosB9ms6lPnFvoElP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container { background-color: transparent; background-image: none; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container > .video-iframe-container { display: none; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row > .video-iframe-container { display: none; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .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); }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container { border-width: 0; border-radius: 0; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#JTeOWUwCaTTtQcADfUnApAUsRxIzMikp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:60rem;top:0.875rem;left:7.5rem;display:block; }
#oaUTVAG33BTQsJR2c8N0tfapAp6pcPQE { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container { background-color: transparent; background-image: none; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container > .video-iframe-container { display: none; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row > .video-iframe-container { display: none; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .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); }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container { border-width: 0; border-radius: 0; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#Ri01POSIRgJJhL2lmvrP0nhvTSWzXUFz { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.65625rem;left:7.5625rem;height:1.9125rem;color:#47545a;font-style:normal;display:block; }
#NKS4P6EThRLRFwUt5UAMET1T63LHEw4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#NKS4P6EThRLRFwUt5UAMET1T63LHEw4N > .row .container { border-width: 0; border-radius: 0; }#NKS4P6EThRLRFwUt5UAMET1T63LHEw4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKS4P6EThRLRFwUt5UAMET1T63LHEw4N > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:none; }#O0X3Vv6TMiisU0WCOu3l0c3g5LFxFfxu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:50.5625rem;width:75rem;top:5.75rem;left:0rem;display:block; }
#G9SN1NvAN6qaJEdcdpVFF9lz6feOqZbk { 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:36.4375rem;width:56.25rem;top:18.164893150329rem;left:9.375rem;overflow:hidden;display:block; }
#G5dSIhOxmtxTAmip2yNNUhuGMo5PpmXn { color:#0babc1;display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:9.375rem;left:18.21875rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTQSmFOPCZVvKtA31quSA5ZARwzREZcQ { color:#0babc1;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:15.540344238281rem;left:18.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 { background-color:#0babc1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container { background-color: transparent; background-image: none; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container > .video-iframe-container { display: none; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row > .video-iframe-container { display: none; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .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); }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container { border-width: 0; border-radius: 0; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;overflow:visible;position:relative;display:block; }#doChF3F8dPXJEz0HBINO70252WsDakKP { color:#fffaf0;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf0;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; }#o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 > .row .container { border-width: 0; border-radius: 0; }#o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:none; }#gGM3h3TOonoGp3sUpiMds4aklbmEmTHb { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.604187011719rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;color:#0babc1;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.104187011719rem;left:24.494792938233rem;z-index:15061; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #vJPc5LIrGVOW2WEzkGBstOyhBTqurpLS { display:flex;position:relative;top:0rem;left:0rem; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #KUU2QXFMWilfaH9m1B0x38fQKpKeVULk { width:auto; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #TU8BtIJt1XoDZHysTOug4eE6VTc1dRLw {  }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #EpzmSHzAdE5iy8ry0TgGhgDnhWQZex5y { display:flex;position:relative;top:0rem;left:0rem; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #DFCp41WfUccPHgBkuSNK20B6TGshvtCi {  }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #FiJwpmnlrBnmch1ZuT2fx4b2LW5TKvop {  }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #qeWQT7agFwbCwtnEOVDAvlhK5SJcGZ8F { display:flex;position:relative;top:0rem;left:0rem; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #Ikx1O2ykxM3VXLqCLNvuzEqsQNKUCSnF {  }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #x5ZRWXkw06N5GIg6Cxcf5mTTtIqIL49O {  }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #vfmyW1cl9GdOgNAmewe1NAPLEa4380lr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #We3hSTKF2Oeg3TPS40gxaS7vC7e4nlsH {  }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #yXdTl5fTpzgPAANvtBMtw95xg93cyfF8 {  }
#CiKPTdAW4vRMrUdSRekcI0u0V74EvtHo { color:#0babc1;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#BFywTbDhxSLCfC6xhnDn6LIeRKD1SSgV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:36.45703125rem;left:28.125rem;display:block; }
#TROzeiLDprXZyrSObGbX52zg90MCwxtF { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI { background-color:#fffaf0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { background-color: transparent; background-image: none; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container > .video-iframe-container { display: none; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row > .video-iframe-container { display: none; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .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); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { border-width: 0; border-radius: 0; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T5bWBhWoFmABH8hp5o0LtENCCJOvpTqG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15024;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:35.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/34126f9e-f22d-4a67-9ffb-a83cb633d4b6/Zdjciegwnenastronzapisu42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XwiEEEvoMUaXbHgIGnwIZsmkwJmSbm2Q { width:4.3125rem;height:4.3125rem;top:2.4156250953674rem;left:10.531250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psG0IJkxxOh23dLVAOEiJfoSTfKW6dxD { top:7.6539063453675rem;left:1.7500001192093rem;width:21.875rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ufxnBUOBao4VSgGxuNkUiu8TXDr9xglQ { top:13.841406822204rem;left:2.4062501192093rem;width:20.5625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7MNRTl3w3eKVZHPGldLZ90Dprcnvben { width:18.41175rem;height:2.853125rem;top:23.4921875rem;left:3.4437502622604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNOWsEBIEO1G1boeFIwMvhLiifCn5Zym { display:block; }
 }@media only screen and (max-width: 1199px) { #wHQCo4yvdGExU3W1WR6ieIl4zfKvrW6E { top:20.04140663147rem;left:2.4062501192093rem;width:20.5625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IErxoFWfXDoyGynQy5cOeIeGXxPPUP0p { width:25.375rem;height:26.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itIIUmP9NSn679x1WclRU7pASnThaLfP { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/34126f9e-f22d-4a67-9ffb-a83cb633d4b6/Zdjciegwnenastronzapisu42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#itIIUmP9NSn679x1WclRU7pASnThaLfP.adaptive-delivery-prevent-bg, #itIIUmP9NSn679x1WclRU7pASnThaLfP.lazyload, #itIIUmP9NSn679x1WclRU7pASnThaLfP.lazyloading { background-image: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { background-color: transparent; background-image: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container > .video-iframe-container { display: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container { display: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .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); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HhGTpHwygaSS0VINQvc01kVaM69U3dS4 { width:4.3125rem;height:4.3125rem;top:2.4156250953674rem;left:10.531250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlTFucNkpOr0dMDoqIssQlDSasCT9zfI { top:7.6539063453675rem;left:1.7500001192093rem;width:21.875rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntB5SHBQo96Al0pm7vOKkMfJuiT1TcPJ { top:15.091406822204rem;left:2.4062501192093rem;width:20.5625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vWiZy7tilKRDMk5ZVDt11thorS7Oogm1 { width:18.3366875rem;height:2.778125rem;top:21.8671875rem;left:3.4804686307907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTBuO2UVhfORapW64hV5foNGSp8aJ3rF { display:block; }
 }@media only screen and (max-width: 1199px) { #azpsT8S5MTA9UhKLHJbTid53gx1ICPFZ { width:25.375rem;height:24.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi { display:block; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FPBwbZysPNaSy0SS3RposHbAndzc0LOR { top:3.0000002384186rem;left:2.0625001192093rem;width:43.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k { display:none; }#T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eI1P0CIQwXhkh7T1UmblwSduhblN7vfe { width:46.875rem;height:26.3125rem;top:5.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu { display:block; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w8NhN42hgG1wxgsfuKyOg1fAwQo3QTJM { top:3.2695314884186rem;left:3.3437501192093rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEPuQAB2CBkVOK4uLOzOT5vim74MRpST { display:block; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container { width:47.75rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EVsT74S5sQsTaGUNnVGyCT3T4xgRh8TQ { width:2.3125rem;height:2.3125rem;top:2.4375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLGppTbtubiKDkC8WitVNm1EwvELnzdz { width:14.1875rem;height:9.75rem;top:6.5rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rq2PrWdi8u8EVBxJoD4KU1gZFdfghePm { width:2.3125rem;height:2.3125rem;top:2.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1gthwCWPzp2gu93ADkuVb1K3Kllghg0 { width:14.5625rem;height:9.75rem;top:6.5rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5pfi3o7buiefFqe56RkSwf4N6CvKwDS { width:2.3125rem;height:2.3125rem;top:2.4375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnGx0wAbpl26oE46rmf6z6kII7pHmUWy { width:14.4375rem;height:6.5rem;top:6.5rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm { display:block; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lyHy7fDXrM19NUydeeIlXD0rHn7RZRTt { top:1.5625rem;left:26.000000357628rem;width:18.4375rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9lWylfPzE6QIRaxPX8E4LC32vcHhNJa { top:5.9562501907349rem;left:25.875000357628rem;width:18.6875rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOBgDiuHiTbUSarc3TVPPszHLmAhwJCA { width:21.75rem;height:19.5rem;top:9.436718940735rem;left:25.875000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR { display:none; }#vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #y1Jir3WBnUI8UM2sNTONPbciuOaCSuph { top:5.20703125rem;left:3.3437501192093rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiucLc1JT608Dv9Rd0T09ETuLJTGsifU { display:none; }#RiucLc1JT608Dv9Rd0T09ETuLJTGsifU > .row .container { width:47.75rem;height:101.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #r8WCUdWFzSl2rBDUS9Jiu9TAffSXwPet { width:21.875rem;height:47.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #om3V7CVTNl1oo9nHu8QAvLn1eU3dwXQT { width:21.875rem;height:47.3125rem;top:3.7171845436096rem;left:25.399999976158rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldVVvpFLvhAAIQMV9fzw23Bn4rLyLvdO { width:21.875rem;height:46.5625rem;top:52.620306491852rem;left:14.518750548362rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scwMzDDt2S3wIrr3UMs6c5JFOhKNC3we { width:20.625rem;height:5.1875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uryGhGniiJrWpGLxcFRWqfuTCGzsUUIf { width:20.625rem;height:6.6875rem;top:3.6859345436096rem;left:25.875000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTa9GOTToXRudyImPeIoEF0o8V4PMh52 { width:20.625rem;height:5.1875rem;top:52.621869087219rem;left:14.993749976158rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgT2wdCOEVpNaGp2EbJvLCLhrnP4p00n { width:17.3125rem;height:2.03125rem;top:6.0398440361023rem;left:1.8062499761581rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPm48qrQOMp3lXE58dzwKVR4gxMfSZMx { width:19.6875rem;height:4.0625rem;top:5.1875rem;left:27rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlchEZVQQ5vUSzOqz1uqVrO3a4is7xOR { width:25.375rem;height:2.03125rem;top:54.349218726158rem;left:12.768750548362rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfEt3FTTosTvyWOPMh1aeg4aa8uguK8W { width:18.75rem;height:24.8625rem;top:11.299997329712rem;left:1.5625001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDEBIDph03rTC1tL7pJLy7cy9TE8GH5M { width:17.5rem;height:3.375rem;top:45.424214839935rem;left:2.1875001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfRK0fhhC0BXp8piLFAhr6onT6Z6BQwt { display:block; }
 }@media only screen and (max-width: 1199px) { #F4mSsPXTBhoX20ZQt9LQq0Qn034nyORM { width:17.5rem;height:3.375rem;top:45.423432826996rem;left:27.587499976158rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sf3OC1mOHWBzZdaxygNk9Ni2ehZwiufU { display:block; }
 }@media only screen and (max-width: 1199px) { #S0yXnmXiov6svUFq08NyT3k92gBu3NCy { width:17.4rem;height:3.275rem;top:93.311725616456rem;left:16.756250739097rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBP50QPr0K97sINooimG3E4OVmXqZVCC { display:block; }
 }@media only screen and (max-width: 1199px) { #gDEua2oHUe7iPTwPsxIinTlylJmtPTua { width:18.75rem;height:24.8625rem;top:11.299216747284rem;left:26.962499976158rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWZpMOA7pAUvvaBUisQHO0GNPPU0QRFC { width:18.75rem;height:23.4rem;top:59.061722755432rem;left:16.081249594688rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cd1L6WtdmCpdyBoprHsMVt5blhSovrck { width:15.625rem;height:2.8125rem;top:37.247655391693rem;left:3.1250001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOcD0FbgCx71AJiXuMqWBfaEOM7tbl6J { width:15.625rem;height:2.8125rem;top:40.881249904632rem;left:3.1250001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdHaHfelXWTUsuCJyXeISxBLwf57Gtrs { width:15.625rem;height:2.8125rem;top:36.161712169648rem;left:28.524999976158rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4oQaBwQ1nTy0lqL1wEZSQVZaEPP0E3T { width:15.625rem;height:2.8125rem;top:84.922657012938rem;left:17.643749594688rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #maUivFmPXZSpuyuA4syKdQXFqQ3WZ3JX { width:15.625rem;height:2.8125rem;top:40.881244182587rem;left:28.524999976158rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfoWtW9akvLN49uSQTeHn8nDyg3FbUsS { width:15.625rem;height:2.8125rem;top:88.422664642331rem;left:17.643749594688rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgN62X0cCCiDCyVlJar0bJb2am2fwChu { display:block; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t1FJMu6GDOyzUbsarbqpHTfamwKNKk1Q { width:47.75rem;height:37.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEOGEZdfNHB5MsZc1WsTELXTopF7l58F { width:35.25rem;height:5.1875rem;top:2.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRZerZlSKpm5RF0fK6Np5UWL6sI1WTKd { width:25.375rem;height:3.25rem;top:3.8125rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOHEzBnBKILcbX7Qecmb49sNx7XpbBp6 { width:25.1875rem;height:4.0625rem;top:11.1875rem;left:22.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jd1MEHBRwuN58PKT5ak1qeEvuJtTES6b { width:25.1875rem;height:2.03125rem;top:15.1875rem;left:22.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTKSaOobbW7T98NsZSrpDRqAvpzR134I { width:36.375rem;height:3.375rem;top:33.750000715256rem;left:5.6874998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgoR4hSFFbymAGNqtxAgWapu54k9n3N1 { display:block; }
 }@media only screen and (max-width: 1199px) { #uRB3Dg6reKRF6VaD8T7wsZHK18Do24HR { width:25.1875rem;height:2.84375rem;top:19.25rem;left:22.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEHbw8Dnl3cUMpWHUe6KrnxKUD9OLikS { width:25.1875rem;height:3.25rem;top:28.9375rem;left:22.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPZfvTGqmVRCd4WZDLCs6zyB6J5EcNJy { width:25.1875rem;height:2.84375rem;top:22rem;left:22.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hR6U8u1EBtDWXVPSSAda6Mw1uQvhvIMT { width:25.1875rem;height:2.84375rem;top:26.5rem;left:22.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlG38DZEqOlcc58IVQdbTNZsrdWAFDUD { width:25.125rem;height:15.0625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL { display:block; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QiPKM6yAcF8uqsTQhmE2MhaO1Wec1o8b { top:3.0195350646973rem;left:3.3437501192093rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU { display:block; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container { width:47.75rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UhVhX0UWtbvKZB58A2x3K6IC66L56Eiz { top:3.0195350646973rem;left:3.3437501192093rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMGGrtuTZUu5HAZwhVPr6iCFThwM1qeF { width:47.75rem;height:2.84375rem;top:10.125003814698rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4iaUXEbaJfDxbVS5fCGSDn3dxqi75KQ { width:47.75rem;height:2.84375rem;top:5.8906192779541rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez { display:block; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cNwaQpiUD0Nw660NRRAX17uon3n1V1ze { width:2.3125rem;height:2.3125rem;top:2.1226534843445rem;left:40.625002264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiVVaH3SExA9ft2o7owKLTGnWkc1JIdD { width:10.5625rem;height:11.7rem;top:12rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #F3mzoTCNmilkC2PmpKi93QZ04pdPrpqn { width:10.4375rem;height:1.625rem;top:6.3125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSKJzm1H3iKNsdky6SAJBLwdMTzU0yyW { width:2.3125rem;height:2.3125rem;top:2.1234345436096rem;left:28.687500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2Xwa87k6Uk7SZdAhCV0HSZoluHkg04L { width:2.3125rem;height:2.3125rem;top:2.1242156028748rem;left:16.750000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUUvJQO85TlHC6AUvtz1W20nxKJonxEy { width:2.3125rem;height:2.3125rem;top:2.1249966621399rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldRSnkXEPKV0P12uWydZbSCcwLw9sg4K { width:11.4375rem;height:7.3125rem;top:12rem;left:12.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xCQz46F8NdlqtW8GqvzSdz5Kz96MmT20 { width:10.0625rem;height:1.625rem;top:6.3125rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f4uav9gBEhTeeNUy2BAXGFZ9VmMVo0hb { width:12.125rem;height:3.25rem;top:6.3125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lf2mvCrMTJHNdCW06Qo3qS3slD3nhsMP { width:10.6875rem;height:7.3125rem;top:12rem;left:24.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WyZCLCO18C0Pqq0KMor4msUlshvrBKU2 { width:10.875rem;height:4.875rem;top:6.3125rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMXCUcwtJGZVafEhAU3Mv7ZMTvW5P8Vm { width:10.8125rem;height:5.85rem;top:11.99999666214rem;left:36.375002264976rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GaISfpXCWZtB8zRuhdf67gEP2oacrZoH { display:block; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnpd2cGKluPBMer4T8sZVWrTCrVgxNTT { width:47.75rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsi8tAX3fFoQUA6Z3NHseCoacmVb7Vxl { width:18.3366875rem;height:2.778125rem;top:7.9296875rem;left:14.707031607628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndT6bWc4mx6yohmo4xVdlIx2x8hnJUR7 { display:block; }
 }@media only screen and (max-width: 1199px) { #v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 { display:none; }#v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 > .row .container { width:47.75rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #akWNH6WvaRRrxrk9Oy8cLR9eRVrfvNuO { top:1.95703125rem;left:3.34375rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fbbl52QAKda5r9vmd71qzSHSmhf6Cax0 { width:47.75rem;height:2.03125rem;top:9.1874880790712rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tq2vMmWbvyEv1XfLHpqtNwpH9Pvk7yoU { width:47.75rem;height:4.0625rem;top:11.968738079071rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FXKwcyCn1K2E15NK3yFfGW9H3i8wFLU0 { width:47.75rem;height:2.84375rem;top:4.8007817268372rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQqK6pt06XGUnyunbt38v3CiC0adWSDt { display:none; }#mQqK6pt06XGUnyunbt38v3CiC0adWSDt > .row .container { width:47.75rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hTCJAVAbS7cVHBZnVbpa3wWlRkSLB42v { top:2.8125rem;left:3.7792966961861rem;width:40.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIzFz4ql9DtTdyKuT0AaxpASCePxUvQK { width:18.53125rem;height:3.13020825rem;top:8.625rem;left:14.609375rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #Twreuqk3xKHy2KdGD77GOmrHzcZrR2hM { display:block; }
 }@media only screen and (max-width: 1199px) { #tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp { display:none; }#tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp > .row .container { width:47.75rem;height:21rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #t1SQbz4cDpdKxCKwAIlRnHAR4xpbPgk3 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T0mInaHfLUbgBtpUUtoHf3aTmzG5qKcK { width:40.5625rem;height:17.25rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RobSZX6m03FVLk09sHymI18EZ29leL7D { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #aJScvePPByuVpS4qAPLke90AHbV2goVO { width:35.5rem;height:9.03125rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw8tzRsLXfrikZlVVqLF1zlZg3WkO72v { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W7Mmp1Hnl2lNi1i1bumXKAaHAOlM5eNm { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #tL2NZATUvB3rsM6vVs6nkDXNTxLermPm { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #FgKGpGinxt6PRF8qWgmF5zalaNme5cBv { display:none; }#FgKGpGinxt6PRF8qWgmF5zalaNme5cBv > .row .container { width:47.75rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZJnT6DtQkbPvR2O3S8CbVaD01TmxSRGx { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tHb68LucKCNhFOTBUg1DDTEVJVpTAXaf { width:40.5625rem;height:17.25rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PO6JRtuhltHCoRWTRQkzucQVmVGvlUUf { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #nSceiukOsSHnTJ9rFHG3Az0IHqA3deiE { width:35.5rem;height:9.03125rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #thvT20336FskmEko634iNcPzJrKPQIJR { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WQGm5QtQU7H6sRgXh7qX9b9duMCEVzm5 { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #AIIQx1RAvcViSmaqi9Fx05utz55s72Pi { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO { display:none; }#FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO > .row .container { width:47.75rem;height:22.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vH3cFTG7oDC2Mcu1UmqNXTI4pE8IEuTI { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lzn8zGdhk0mVDcNZLe9VIezbcfr6veIK { width:40.5625rem;height:17.25rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5n2oERbqNOH3BWpKrIkGTWAauUsoihi { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #Xkn5vWyFc5xkTp9mAhXmJXKP46Q0JHl7 { width:35.5rem;height:9.03125rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qamLVPULR9m3CGA0ZkvhMLcCtoTEVqBS { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fkRFPy2ua8I36REJarRQxbAqWqDJeTyq { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #HtSzN3Qg2aZ1290cBBR5Gpwy0OGU1cEl { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #xhHT5knHesEJNWh1PGeU7479zTZ44isl { display:none; }#xhHT5knHesEJNWh1PGeU7479zTZ44isl > .row .container { width:47.75rem;height:20.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NT4ToPb8ZM9pfxGtcBJNAJSKqPlP2C0r { top:3.0195350646973rem;left:3.3437501192093rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTf6aKxlh3tqlFvRgShnqZw1NHFAMN97 { width:47.75rem;height:2.03125rem;top:6.953125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZTEcytW6Ncrzk2PVdJ78tnayCwnDGnX { width:47.75rem;height:4.0625rem;top:9.84375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXuCl6AA7C1C9Re9aPRgTc2Oq5FxReCd { width:18.3366875rem;height:2.778125rem;top:15.554687976837rem;left:14.667969107628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWysZaQuPqbE8BXtqqCnkm4Iwmz78cbB { display:block; }
 }@media only screen and (max-width: 1199px) { #zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p { display:none; }#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p > .row .container { width:47.75rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gJA2nInmvgBzCHOxK7GL9MD80rLWW5aG { width:20.375rem;height:3.09375rem;top:28.031250953674rem;left:13.687500357628rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrtUy5zhLGUIehwXpvKF3hg27skHIaDt { width:40.625rem;height:27.1875rem;top:23.558601379394rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CamUTKTqH2GIU59Ct07BAnWPmJ70tt1A { width:26.3125rem;height:1.8333333730698rem;top:18.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uknAF6bFwC5PkVkEHANvLyGaLJkUJtVT { width:14.1875rem;height:10.6875rem;top:16.3125rem;left:16.781250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt { display:none; }#UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DZvRPDtvaaap3DdTl7agI5vavK3ZFgZB { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 1199px) { #U4ZglQl0t3ADf2h2E8caU5EFU1BPQTJg { width:47.746875rem;height:3.25rem;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7lIDEdJDcPbNo9yD4ikdtFrITemAUUn { width:47.748046875rem;height:8.125rem;top:70.6875rem;left:0.001953125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zno7EhMNbtvVFI7OdcgoocgqZN3mhy30 { width:26.3125rem;height:1.7875rem;top:2.875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7doEEp6L89QcWVwOiHBao7cKl2O8Amt { width:37.5rem;height:3.75rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKQJvWKMHXf58lPU5ObKGgk2fXnMfoTO { width:40.625rem;height:70.125rem;top:21.122396469116rem;left:3.5624998211861rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vBvQpi76DNWP2Hp2A7BOpzUT3dhEdNRa { width:29.3625rem;height:2.8rem;top:13.9375rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KenPXWK3leWisV70hvFeXN1PT1cg8r7H { display:block; }
 }@media only screen and (max-width: 1199px) { #JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc { display:none; }#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc > .row .container { width:47.75rem;height:50.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ON5DJLUnRxeh9HWsISQcf1MH3xrnkfpF { width:31.25rem;height:33.4375rem;top:10.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xbr2tWu44sVqykEJmDRxilhzmmdzR3b7 { width:25.1875rem;height:2.4375rem;top:12.5625rem;left:11.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obiK7nZnm39KfEyBzR1SffHtwwQGOfxh { width:25.1875rem;height:1.625rem;top:30.4375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebGEa4T4eSFvMu7UTkTtI0zHGgxa2yr8 { width:31.25rem;height:4.5rem;top:39.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCUleHqZVzamZmwBTDqXeFpPBcSnCxn6 { width:25.1875rem;height:2.4375rem;top:41rem;left:11.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2NgRNdDH2nhviPc9F9GHbuaLTN95coJ { width:31.25rem;height:2.4375rem;top:16.0625rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzdqOpsLeqcI6fDbMPK9JyZtlwyvTQv3 { top:5.20703125rem;left:3.3437501192093rem;width:41.0625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl { display:none; }#cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aPlNUADZFI0BbHKa9w45aTyETs0S7zuk { width:47.75rem;height:37.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bC1lxakm1Z9uzOe6HqlQtdGN3wu4RGlq { width:35.25rem;height:5.1875rem;top:2.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGORSSi5IFu6ACk8t95pocXH1qSfnvhF { width:25.375rem;height:3.25rem;top:3.8125rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sQi7uNIdOFlERD8GDN8p7DhvwDDiwNkT { width:25.1875rem;height:4.0625rem;top:11.1875rem;left:22.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oubH8xwMdAHo1C1ULhXiqNBihWXLrGN2 { width:25.1875rem;height:2.03125rem;top:15.1875rem;left:22.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hv6a6zCpf9MbprmSTsP01hKzZdW1is6A { width:36.375rem;height:3.375rem;top:33.750000715256rem;left:5.6874998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqNxthkkvyz7AsuKibJynrfpzaAsvAxK { display:block; }
 }@media only screen and (max-width: 1199px) { #f5mwq0kyii04I3XwJzn9x5L69HkRmTtW { width:25.1875rem;height:2.84375rem;top:19.25rem;left:22.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epsQKIy45Z8STRWpiGNfLhXy6TCDIN7f { width:25.1875rem;height:3.25rem;top:28.9375rem;left:22.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIFAGeQZyJVpmTMw9eo14AAvDW1KwCCD { width:25.1875rem;height:2.84375rem;top:22rem;left:22.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vO9e5SawPd9EDrnvD0ISRt5IFMfHvlDl { width:25.1875rem;height:2.84375rem;top:26.5rem;left:22.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XceMV2xGzxqNhoRoimTWO8U3CXxXS0Xq { width:25.125rem;height:15.0625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT { background-color:#fffaf0;background-image:none;display:block; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { background-color: transparent; background-image: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container > .video-iframe-container { display: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container { display: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .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); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { width:47.75rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K7LCTdsmUmW26qxrXR0HOZEZTLzNxgSv { width:25.375rem;height:4.0625rem;top:6.3932495117188rem;left:11.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvaxAqw482CJnJqmzcVsE5Jb3U3L2uzC { width:39.4375rem;height:21.0375rem;top:44.12890625rem;left:4.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hi1FIO9cDhlJdQSzD8Wa9Cktzo8aptk2 { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QTIus13dV9xnAf0shr5ulblma2f0TarA { width:25.75rem;height:2.25rem;top:3.0807495117188rem;left:11rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Vw6uBVyZTgBK4duyT2Kp5NOIZUna0Tuw { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #kQ4Tqv4BfreiPfFUXSdX26JnMcCtwodD { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VADicOkbem1eqkyNHF1X6JewHrFmK64Z { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #HITfZeNLxFL1R6UeWcthmGwEf5ptU4Fn { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KOyHAugUw0368pU4l6dH8BWK7qUWZXIU { width:31.5625rem;height:28.9375rem;top:12.583343505859rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 { display:block; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UNlp6mTIrKaN2nGxrIGQI8T7tRcehvGu { width:17.5rem;height:2.03125rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #V2FihUh6xQhrtC6CPPG8yD4qREhGCRZc { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdL1xMIxefKXmVFJ6302x79IEfktVuKO { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwsVbOG4RsM53JSB68cMRCZMTtFKK2GB { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfRnxvDmuJHeBERV9Tf9t2S8HWS5Lg8 { width:9.375rem;height:3.875rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1i9TXphuUcWDRWQKbQRpkOZgw7EE5Jh { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE { display:block; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D45rKH3FxB9U4T2xbeHw0XegZmeOkyoh { top:2.8125rem;left:3.7792966961861rem;width:40.1875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFnIU55Qla1A3duNskSu9DxafWCA72RR { width:18.53125rem;height:3.13020825rem;top:8.625rem;left:14.609375rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #F8e4oB5hOEXvUPTAfEzvViFzBXT0SEsT { display:block; }
 }@media only screen and (max-width: 1199px) { #rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR { display:block; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container { width:47.75rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DTsMyWfanWI6vBV8ONZwgMMef4QGJvry { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yQIQGw4VKbE0CfWdu6PqIm9ntamWWnTG { width:40.5625rem;height:17.25rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dgpe1nhgV0VSefuykFd65pGp1cRS5KdR { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #aRJV4eNGoHOWsotFQnQv6vIdHLbq8xVD { width:35.5rem;height:10.8375rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2SXb5o3nrsGVpsL6BW7HLJniAgvDV4T { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZUTTpVlV8yqKnhuysQO9FiDcPomM9aVW { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #u9mccAHfg2XGaQ1AFaItg6hiqynki0q7 { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W { display:block; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dQz5Khnh8KmSKvWt7nN3yW5knfzfk60a { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KvfcbQAt4ErWDqEcIxTFCzRi8fJucoLm { width:40.5625rem;height:19rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eH6TyC6TfiqAm6FNdEm1EHP7Wla68npK { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #aJMCncW8TC8Z4OA6LlfDWXzZeBka2Zk0 { width:35.5rem;height:12.64375rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmtr3JfiwMEE654zEtFMdyIJehlcuNmd { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TrNixANzrAo5LhQI5hcA4fHQVtsgTgpy { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #ZmkQtcRTVwS5QDHDbTH3rC5BLMEm5D3N { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu { display:block; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ww77aCrH3lmLrgKOaUODfg2xXc2hG4us { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v3oQiPAh0VWE3LkapPrNUshiw7PGqUrU { width:40.5625rem;height:27.875rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TU1ApZrhMumvqnpUP5UZRaCQIpDtQ1A7 { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #IyC4v1DXTnqSoiIkSBCmakv1qly7W5NG { width:35.5rem;height:19.86875rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKALITiqcn72pEdnyAoRT0ahgLclfhfC { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UK9r42SuUwTFgIEzQsn5rIVrzdv4BLog { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #kgLeeZl9d3JdfzZ0enC4JyvdBBLql9sc { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ { display:block; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G8PAT9XW6uZc3iuD74sNtxZMCf1pahh5 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #m88PPCgwVOe1ELGAmyIpVRUwEcbmgVsr { width:40.5625rem;height:16.6875rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8wcHSkK9GAxKazFx2khq5n2JwbtJFCu { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #KDSwOyA1yqTxG5w891WIygWrTixItqrZ { width:35.5rem;height:10.8375rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npWhENwcQTOdwvshVticJ9Vs4W8GPiEd { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FQ9bXgIxKtLT7iebQtaoJrkcKTWqnp2Z { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #QCKdHOZVoNTcuXbgugdBe4iGXarLVrLd { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo { display:block; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container { width:47.75rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QZiferh4auKVag9fdHlZIqnZm4U6mHL3 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n9yv4Jr7qPw54xhCNxvBU334AcuPs1rI { width:40.5625rem;height:15.4375rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0F3q18nmiwV7LXiwwk4ffJOmTl5JJka { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #L0TR84gV0koizTn5Ni5To25xtd4r5XX6 { width:35.5rem;height:9.03125rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMm6A4k38O7fMM2Tsmim0PhP8CTfJSJk { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uKRzP7h3zWoyTx4a0TisgZ5k7Xs3Lo8y { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #KXpzGHdRp489ENp1l7RmAqPEJhpskHld { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 { display:block; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aHXeCPdCIDQaEnTRirTclFHkeEn3AANe { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CacImzr1Oxd0MVoloL6lPVAaJ695p5bC { width:40.5625rem;height:20.6875rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBHL8hltGEKSpnLW0BmaLNUSIOd9te5J { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #ElZHHorfgrMvZMhlgIrK7cX8fsETG0CM { width:35.5rem;height:14.45rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vt13RdwmCK9HXQTiXGvHb5w22E7LsHhm { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #milwJVDBxiyqAS9NaTgclMGmiZTpMCUT { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #UMvuB550KsltQLkpa8duE3PvNg1Kyhm1 { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T { display:block; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ByrGXaUTfGOMGrldNDz2gD1TtOGiDSWy { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dqNU6dwVzTpPt2A4Lv6tAszkUm5br661 { width:40.5625rem;height:14.25rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RsGVfchqR0N7qylnqCy7Tkr4m4TsnyMb { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #ofC7EafdkOTirQpIbe0tWFKuLbwTm9eU { width:35.5rem;height:7.225rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqWkoCTBMpHvWUcJvo7gAKdg3VmJ18zT { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qeIyX6CMIrhsH8tiZS6ATxtv135HPvkS { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #k2APRTpT3aRrJLd0LTsRKdmfwgwEMwuk { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #GlitcVvoaLL7eXTJmOih3Px5dVANoBEp { display:block; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dyXmqg2EkCgzT6JnkLoEK4xrQ7ayEoNz { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QaUyhwTh1xKSEGmG1G63c6zOwTdwi3KE { width:40.5625rem;height:24rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hx5l0u9RAq4kB9c4C6InsPlGTHLz39Jy { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #fiqTRTObnboptBN3TRJa1d8qWZi2LC4X { width:35.5rem;height:18.0625rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GuwKVGN4aRxGvg7BxTKU4r0TctossJpN { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R9onvIFU0pThhD7Z7OKzgHkk9PMcn0tf { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #Ub6ngHcXVUr2CctROHsePsXOTHToibyx { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ { display:block; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fU8ICNtkX9Afq1QdtwNZ64LTqrCEo52I { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JkCvEGL4QNh9fntUEMFydAVwAaHEsiz2 { width:40.5625rem;height:16.875rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIH97mDkicFzIrTTFgQkIr1o02ln2gDH { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #iTLNzvtFa68iQHHoZefnVnkhUQWPAdd7 { width:35.5rem;height:9.03125rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNlVloIUPooTZinvV4HKxhhafQeftKF1 { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ocxcd0T043VmnxVgBxL4JqW56O9lqGIR { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #WJa0rDhzelpOJkoZKeruuiDb2GiKaMoL { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR { display:block; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VVwI750sFZQSkZBhXu61OCO0gTapa3J0 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OFr9291N0RRSq9ISsAkThiHdhBE9mTJO { width:40.5625rem;height:16.625rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpzonf9xphQ6L96SnR8VzGW5gtWRKUKR { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #VmGQLt13mWZ7OZQ3CsCQxyl6F709X0wf { width:35.5rem;height:9.03125rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewyDn7cmIO9cTU0a3Rsdx1d6mhWVKL4V { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vAyUhwpoai3p3plNcilTUT6fFBWJLUXw { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #PabZx6My07qDwCAN6UyEubXtuzBdfHK9 { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO { display:block; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BThiLyf48d3ThlVpTxDNCZBgOcmtOIFZ { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vyuElor9EaE1a1IGfVJcFV7AiHrLKsMe { width:40.5625rem;height:22.25rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2FIy67bbL9SLPkXflGyxc5HwyFqUaEu { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 1199px) { #xpM6bg8Cuq3eTyTitxuZi7QHC1a6MSW0 { width:35.5rem;height:14.45rem;top:7.25rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnsmMdkp6ZfQ4G7T4l1P9FaRXSmg2nmx { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lyyTkcdCnANJm9SwNAFTAmfhgQGs9qDy { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #qrEa1AIRg1u1DD8uuvWFpQhicJUUQZXT { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #QWMyXpQADUCmDXRaN39mIdFVJbtOVcsS { width:18.41175rem;height:2.853125rem;top:27.242188453674rem;left:14.631249785423rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifCFoSZTu7vxOO5PDPeLKtpSA25hSQGd { display:block; }
 }@media only screen and (max-width: 1199px) { #gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC { display:block; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oaRRytdgVRfOv8BnqzQnMwRIhKPKmQX6 { top:3.375rem;left:22.500000357628rem;width:25.25rem;height:19.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 { display:block; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container { width:47.75rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RTubz4sSLeyK9rwaxILbDoVpMXvn4ppZ { top:3.5195446014404rem;left:3.3437501192093rem;width:41.0625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBkBiozCbMPa7aTcQoXZAWVepTgg6EiW { width:18.45625rem;height:3.0546875rem;top:12.519544601441rem;left:14.609375357628rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #Ray4XTDiy2g8dQOXyS4DbwvPQG603FSo { display:block; }
 }@media only screen and (max-width: 1199px) { #DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s { display:none; }#DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F5o798bV54wSWEmLJu7ZGrlceAxEN83t { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPmlHq0Mw3ip9oTyVpdLkGAJlIOLT6qu { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI { display:none; }#hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UHa3z1TTlE7T1fvPvnJxxt9cyK87W8bb { width:45.3125rem;height:1.9125rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxWDminOST15XqI18NSeGsGJMabktcdy { display:block; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J1FA09FP2sCKTIJpfsDCUtAL4XwF7r3P { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcd0NTTmgSPsyma3gUDdEZAIg8Dg1x0V { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO { display:block; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KsxFq6dW4X0ezklTRvb6sRZTsv1Pd02y { width:45.3125rem;height:1.9125rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 { display:none; }#kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VmpCN9i7TmZg7ecfPSeoTQxT3hZfHl3y { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9T9CqW1toukOaTTVnUr2mempepRHKJZ { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eerEKuBwtOuw96NwynC6UPGOuiBmuI3N { display:none; }#eerEKuBwtOuw96NwynC6UPGOuiBmuI3N > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aIK66iophMOmk0WTLKAxS3BhVhxfxlQy { width:45.3125rem;height:5.7375rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esPZd19UVNFuzywysVRr8UxaT9XTkkMX { display:none; }#esPZd19UVNFuzywysVRr8UxaT9XTkkMX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HsU6HIV9ycrBk6KGKnUT20TmNIBM2nGm { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0zWza50coywkl7RaHxKu3xA6N6HoU2F { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 { display:none; }#RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 > .row .container { width:47.75rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Gp3nlSE5wlEAVpIvOQ4U60OTfr3heo0X { width:45.3125rem;height:7.65rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 { display:block; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lHCV1XJBRZsD07FIEnMVFC6atD8cbd1q { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4lwQxNrCZISQU8LHF12iPU8o6vm8psI { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho { display:block; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H1BeBTcTS2CI2qdngNGyfmGebvJicBs0 { width:45.3125rem;height:9.5625rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 { display:block; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dD30ycKTH0bxbGQEHwv9kCxierLe334R { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ui4303UpkPTOMgQqampWJ64rBeRsciF9 { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC { display:block; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container { width:47.75rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lm3OaTFFayFWuuIM0UZtzzLTX9PGvU3T { width:45.3125rem;height:11.475rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9Preh317eL5JLpUosB9ms6lPnFvoElP { display:block; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JTeOWUwCaTTtQcADfUnApAUsRxIzMikp { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oaUTVAG33BTQsJR2c8N0tfapAp6pcPQE { width:31.3125rem;height:1.9125rem;top:0.83333587646487rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK { display:block; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ri01POSIRgJJhL2lmvrP0nhvTSWzXUFz { width:45.3125rem;height:1.9125rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKS4P6EThRLRFwUt5UAMET1T63LHEw4N { display:none; }#NKS4P6EThRLRFwUt5UAMET1T63LHEw4N > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #O0X3Vv6TMiisU0WCOu3l0c3g5LFxFfxu { width:47.75rem;height:42.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9SN1NvAN6qaJEdcdpVFF9lz6feOqZbk { width:43.0625rem;height:27.9375rem;top:16.125024557114rem;left:2.3437501192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5dSIhOxmtxTAmip2yNNUhuGMo5PpmXn { top:5.4375rem;left:12.9375rem;width:21.875rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTQSmFOPCZVvKtA31quSA5ZARwzREZcQ { top:11.625rem;left:13.625rem;width:20.5625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 { display:block; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container { width:47.75rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #doChF3F8dPXJEz0HBINO70252WsDakKP { top:3.39453125rem;left:3.3437501192093rem;width:41.0625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 { display:none; }#o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 > .row .container { width:47.75rem;height:35.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gGM3h3TOonoGp3sUpiMds4aklbmEmTHb { width:47.749125rem;height:1.86875rem;top:12.187883377075rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW { width:20.9375rem;height:8.2925rem;display:flex;top:16.26953125rem;left:13.201823234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #vJPc5LIrGVOW2WEzkGBstOyhBTqurpLS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #KUU2QXFMWilfaH9m1B0x38fQKpKeVULk {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #TU8BtIJt1XoDZHysTOug4eE6VTc1dRLw {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #EpzmSHzAdE5iy8ry0TgGhgDnhWQZex5y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #DFCp41WfUccPHgBkuSNK20B6TGshvtCi {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #FiJwpmnlrBnmch1ZuT2fx4b2LW5TKvop {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #qeWQT7agFwbCwtnEOVDAvlhK5SJcGZ8F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #Ikx1O2ykxM3VXLqCLNvuzEqsQNKUCSnF {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #x5ZRWXkw06N5GIg6Cxcf5mTTtIqIL49O {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #vfmyW1cl9GdOgNAmewe1NAPLEa4380lr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #We3hSTKF2Oeg3TPS40gxaS7vC7e4nlsH {  }
 }@media only screen and (max-width: 1199px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #yXdTl5fTpzgPAANvtBMtw95xg93cyfF8 {  }
 }@media only screen and (max-width: 1199px) { #CiKPTdAW4vRMrUdSRekcI0u0V74EvtHo { width:47.75rem;height:7.5rem;top:2.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFywTbDhxSLCfC6xhnDn6LIeRKD1SSgV { width:18.41175rem;height:2.853125rem;top:27.242188453674rem;left:14.631249785423rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TROzeiLDprXZyrSObGbX52zg90MCwxtF { display:block; }
 }@media only screen and (max-width: 1199px) { #gAg57gI30xGLThKOrPTyk5QO7vdl0wcI { background-color:#fff2de;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;display:block; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { background-color: transparent; background-image: none; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container > .video-iframe-container { display: none; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row > .video-iframe-container { display: none; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .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); }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { border-width: 0; border-radius: 0; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T5bWBhWoFmABH8hp5o0LtENCCJOvpTqG { width:3.125rem;height:3.125rem;top:3.65625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0babc1;background-image:url("https://images.assets-landingi.com/uc/34126f9e-f22d-4a67-9ffb-a83cb633d4b6/Zdjciegwnenastronzapisu42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XwiEEEvoMUaXbHgIGnwIZsmkwJmSbm2Q { width:4.375rem;height:4.375rem;top:11.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psG0IJkxxOh23dLVAOEiJfoSTfKW6dxD { width:20rem;height:2.0625rem;top:17.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufxnBUOBao4VSgGxuNkUiu8TXDr9xglQ { width:20rem;height:3.75rem;top:21.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MNRTl3w3eKVZHPGldLZ90Dprcnvben { width:18.75rem;height:3.75rem;top:30.375rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #fNOWsEBIEO1G1boeFIwMvhLiifCn5Zym { display:block; }
 }@media only screen and (max-width: 763px) { #wHQCo4yvdGExU3W1WR6ieIl4zfKvrW6E { width:20rem;height:1.5rem;top:26.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IErxoFWfXDoyGynQy5cOeIeGXxPPUP0p { width:20rem;height:22.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itIIUmP9NSn679x1WclRU7pASnThaLfP { background-color:#0babc1;background-image:url("https://images.assets-landingi.com/uc/34126f9e-f22d-4a67-9ffb-a83cb633d4b6/Zdjciegwnenastronzapisu42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#itIIUmP9NSn679x1WclRU7pASnThaLfP.adaptive-delivery-prevent-bg, #itIIUmP9NSn679x1WclRU7pASnThaLfP.lazyload, #itIIUmP9NSn679x1WclRU7pASnThaLfP.lazyloading { background-image: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { background-color: transparent; background-image: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container > .video-iframe-container { display: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row > .video-iframe-container { display: none; }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .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); }#itIIUmP9NSn679x1WclRU7pASnThaLfP > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhGTpHwygaSS0VINQvc01kVaM69U3dS4 { width:4.375rem;height:4.375rem;top:11.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlTFucNkpOr0dMDoqIssQlDSasCT9zfI { width:20rem;height:2.0625rem;top:17.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntB5SHBQo96Al0pm7vOKkMfJuiT1TcPJ { width:20rem;height:3.75rem;top:21.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWiZy7tilKRDMk5ZVDt11thorS7Oogm1 { width:18.75rem;height:3.75rem;top:26.75rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #vTBuO2UVhfORapW64hV5foNGSp8aJ3rF { display:block; }
 }@media only screen and (max-width: 763px) { #azpsT8S5MTA9UhKLHJbTid53gx1ICPFZ { width:20rem;height:22.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi { display:block; }#u91kmI1vMca2J8xNlXh7HC2S9FGHrhTi > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPBwbZysPNaSy0SS3RposHbAndzc0LOR { width:19.125rem;height:7.475rem;top:1.2265625rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k { display:none; }#T1F7yIK6E45KdhJ6VwHGE71p0lOZc51k > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eI1P0CIQwXhkh7T1UmblwSduhblN7vfe { height:10.946rem;width:19.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu { display:block; }#Pw8AtGPA5iI7mapxMi2JxibAK06Z2hAu > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8NhN42hgG1wxgsfuKyOg1fAwQo3QTJM { width:20rem;height:2.03125rem;top:2.2265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEPuQAB2CBkVOK4uLOzOT5vim74MRpST { display:block; }#zEPuQAB2CBkVOK4uLOzOT5vim74MRpST > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVsT74S5sQsTaGUNnVGyCT3T4xgRh8TQ { width:2.3125rem;height:2.3125rem;top:25.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLGppTbtubiKDkC8WitVNm1EwvELnzdz { width:20rem;height:4.14375rem;top:4.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2PrWdi8u8EVBxJoD4KU1gZFdfghePm { width:2.3125rem;height:2.3125rem;top:1.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1gthwCWPzp2gu93ADkuVb1K3Kllghg0 { width:20rem;height:5.525rem;top:16.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5pfi3o7buiefFqe56RkSwf4N6CvKwDS { width:2.3125rem;height:2.3125rem;top:12.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGx0wAbpl26oE46rmf6z6kII7pHmUWy { width:19.3125rem;height:2.7625rem;top:29.0625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm { background-color:#0babc1;background-image:url("https://images.assets-landingi.com/uc/bb6f3d3c-504b-43f5-a594-bddf0aac4153/Wykorzystanenalandingu2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm.adaptive-delivery-prevent-bg, #xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm.lazyload, #xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm.lazyloading { background-image: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container { background-color: transparent; background-image: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container > .video-iframe-container { display: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row > .video-iframe-container { display: none; }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .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); }#xdZTTol090QNKw0NWwBNiR7ZiIHeqKKm > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyHy7fDXrM19NUydeeIlXD0rHn7RZRTt { width:20rem;height:2.03125rem;top:12rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9lWylfPzE6QIRaxPX8E4LC32vcHhNJa { width:20rem;height:1.625rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBgDiuHiTbUSarc3TVPPszHLmAhwJCA { width:20rem;height:16.575rem;top:18.59375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR { display:none; }#vsBCFD01TtXf1R9COw6zKJfOT8TZN5AR > .row .container { width:20rem;height:5.671875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y1Jir3WBnUI8UM2sNTONPbciuOaCSuph { width:20rem;height:4.0625rem;top:1.6093754768372rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiucLc1JT608Dv9Rd0T09ETuLJTGsifU { display:none; }#RiucLc1JT608Dv9Rd0T09ETuLJTGsifU > .row .container { width:20rem;height:136.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r8WCUdWFzSl2rBDUS9Jiu9TAffSXwPet { width:20rem;height:43.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om3V7CVTNl1oo9nHu8QAvLn1eU3dwXQT { width:20rem;height:40rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldVVvpFLvhAAIQMV9fzw23Bn4rLyLvdO { width:20rem;height:43.6875rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scwMzDDt2S3wIrr3UMs6c5JFOhKNC3we { width:20rem;height:5.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uryGhGniiJrWpGLxcFRWqfuTCGzsUUIf { width:20rem;height:5.1875rem;top:47.1875rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTa9GOTToXRudyImPeIoEF0o8V4PMh52 { width:20rem;height:5.1875rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgT2wdCOEVpNaGp2EbJvLCLhrnP4p00n { width:18.75rem;height:2.6rem;top:3.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPm48qrQOMp3lXE58dzwKVR4gxMfSZMx { width:18.75rem;height:4.875rem;top:47.53125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlchEZVQQ5vUSzOqz1uqVrO3a4is7xOR { width:18.75rem;height:2.4375rem;top:93.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfEt3FTTosTvyWOPMh1aeg4aa8uguK8W { width:20rem;height:22.1rem;top:8.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDEBIDph03rTC1tL7pJLy7cy9TE8GH5M { width:18.625rem;height:3.75rem;top:38.75rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRK0fhhC0BXp8piLFAhr6onT6Z6BQwt { display:block; }
 }@media only screen and (max-width: 763px) { #F4mSsPXTBhoX20ZQt9LQq0Qn034nyORM { width:18.625rem;height:3.75rem;top:84.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3OC1mOHWBzZdaxygNk9Ni2ehZwiufU { display:block; }
 }@media only screen and (max-width: 763px) { #S0yXnmXiov6svUFq08NyT3k92gBu3NCy { width:18.625rem;height:3.75rem;top:129.4375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBP50QPr0K97sINooimG3E4OVmXqZVCC { display:block; }
 }@media only screen and (max-width: 763px) { #gDEua2oHUe7iPTwPsxIinTlylJmtPTua { width:20rem;height:22.1rem;top:53.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWZpMOA7pAUvvaBUisQHO0GNPPU0QRFC { width:20rem;height:20.71875rem;top:98.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd1L6WtdmCpdyBoprHsMVt5blhSovrck { width:18.75rem;height:2.8125rem;top:31.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOcD0FbgCx71AJiXuMqWBfaEOM7tbl6J { width:18.75rem;height:2.8125rem;top:35.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdHaHfelXWTUsuCJyXeISxBLwf57Gtrs { width:18.75rem;height:2.8125rem;top:75.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4oQaBwQ1nTy0lqL1wEZSQVZaEPP0E3T { width:18.75rem;height:2.8125rem;top:121.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maUivFmPXZSpuyuA4syKdQXFqQ3WZ3JX { width:18.75rem;height:2.8125rem;top:79.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfoWtW9akvLN49uSQTeHn8nDyg3FbUsS { width:18.75rem;height:2.8125rem;top:125.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgN62X0cCCiDCyVlJar0bJb2am2fwChu { display:block; }#pgN62X0cCCiDCyVlJar0bJb2am2fwChu > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1FJMu6GDOyzUbsarbqpHTfamwKNKk1Q { width:20rem;height:49.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOGEZdfNHB5MsZc1WsTELXTopF7l58F { width:20rem;height:4.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZerZlSKpm5RF0fK6Np5UWL6sI1WTKd { width:20rem;height:2.03125rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOHEzBnBKILcbX7Qecmb49sNx7XpbBp6 { width:20rem;height:3.25rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1MEHBRwuN58PKT5ak1qeEvuJtTES6b { width:20rem;height:1.625rem;top:26.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKSaOobbW7T98NsZSrpDRqAvpzR134I { width:18.625rem;height:4.25rem;top:43.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgoR4hSFFbymAGNqtxAgWapu54k9n3N1 { display:block; }
 }@media only screen and (max-width: 763px) { #uRB3Dg6reKRF6VaD8T7wsZHK18Do24HR { width:20rem;height:2.03125rem;top:30.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEHbw8Dnl3cUMpWHUe6KrnxKUD9OLikS { width:20rem;height:2.6rem;top:39.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPZfvTGqmVRCd4WZDLCs6zyB6J5EcNJy { width:20rem;height:2.03125rem;top:32.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6U8u1EBtDWXVPSSAda6Mw1uQvhvIMT { width:20rem;height:2.19375rem;top:36.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlG38DZEqOlcc58IVQdbTNZsrdWAFDUD { width:20rem;height:11.9898125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL { display:block; }#nRu7M5cM3sKxbBdIOUc3FJOXstvXMalL > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiPKM6yAcF8uqsTQhmE2MhaO1Wec1o8b { width:20rem;height:2.03125rem;top:1.9140625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU { display:block; }#TTBcxyX3SStdGJbcU5ZRL3NGugLovhTU > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhVhX0UWtbvKZB58A2x3K6IC66L56Eiz { width:20rem;height:2.03125rem;top:1.6640625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGGrtuTZUu5HAZwhVPr6iCFThwM1qeF { width:20rem;height:3.25rem;top:7.6999969482425rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4iaUXEbaJfDxbVS5fCGSDn3dxqi75KQ { width:20rem;height:1.625rem;top:3.6640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez { display:block; }#hxVBvyNThKcE8TpEnJVf7stiK0yhE2ez > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNwaQpiUD0Nw660NRRAX17uon3n1V1ze { width:2.3125rem;height:2.3125rem;top:0.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVVaH3SExA9ft2o7owKLTGnWkc1JIdD { width:17.4375rem;height:5.525rem;top:6.8125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3mzoTCNmilkC2PmpKi93QZ04pdPrpqn { width:18.75rem;height:1.625rem;top:3.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKJzm1H3iKNsdky6SAJBLwdMTzU0yyW { width:2.3125rem;height:2.3125rem;top:15.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Xwa87k6Uk7SZdAhCV0HSZoluHkg04L { width:2.3125rem;height:2.3125rem;top:30.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUUvJQO85TlHC6AUvtz1W20nxKJonxEy { width:2.3125rem;height:2.3125rem;top:44.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldRSnkXEPKV0P12uWydZbSCcwLw9sg4K { width:17.5rem;height:4.14375rem;top:22.3125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCQz46F8NdlqtW8GqvzSdz5Kz96MmT20 { width:18.75rem;height:1.625rem;top:19.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4uav9gBEhTeeNUy2BAXGFZ9VmMVo0hb { width:18.75rem;height:1.625rem;top:33.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2mvCrMTJHNdCW06Qo3qS3slD3nhsMP { width:17.5rem;height:5.525rem;top:36.4375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZCLCO18C0Pqq0KMor4msUlshvrBKU2 { width:18.75rem;height:3.25rem;top:48.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMXCUcwtJGZVafEhAU3Mv7ZMTvW5P8Vm { width:17.5rem;height:2.7625rem;top:52.6875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaISfpXCWZtB8zRuhdf67gEP2oacrZoH { display:block; }#GaISfpXCWZtB8zRuhdf67gEP2oacrZoH > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnpd2cGKluPBMer4T8sZVWrTCrVgxNTT { width:20rem;height:2.7625rem;top:1.625rem;left:0rem;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dsi8tAX3fFoQUA6Z3NHseCoacmVb7Vxl { width:18.75rem;height:3.125rem;top:5.625rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #ndT6bWc4mx6yohmo4xVdlIx2x8hnJUR7 { display:block; }
 }@media only screen and (max-width: 763px) { #v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 { display:none; }#v1NyMgNINwlwbgn8TUom4BUh3fi6faP3 > .row .container { width:20rem;height:19.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akWNH6WvaRRrxrk9Oy8cLR9eRVrfvNuO { width:20rem;height:2.03125rem;top:2.2265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbbl52QAKda5r9vmd71qzSHSmhf6Cax0 { width:15rem;height:3.25rem;top:7.125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq2vMmWbvyEv1XfLHpqtNwpH9Pvk7yoU { width:20rem;height:4.875rem;top:12.07421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXKwcyCn1K2E15NK3yFfGW9H3i8wFLU0 { width:20rem;height:1.625rem;top:4.76171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQqK6pt06XGUnyunbt38v3CiC0adWSDt { display:none; }#mQqK6pt06XGUnyunbt38v3CiC0adWSDt > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTCJAVAbS7cVHBZnVbpa3wWlRkSLB42v { width:20rem;height:1.625rem;top:2.3124885559082rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dIzFz4ql9DtTdyKuT0AaxpASCePxUvQK { width:18.75rem;height:3.125rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twreuqk3xKHy2KdGD77GOmrHzcZrR2hM { display:block; }
 }@media only screen and (max-width: 763px) { #tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp { display:none; }#tBK3fiZ8GaxZbUlDUqIq6hNNRbJWeQRp > .row .container { width:20rem;height:17.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t1SQbz4cDpdKxCKwAIlRnHAR4xpbPgk3 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #T0mInaHfLUbgBtpUUtoHf3aTmzG5qKcK { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #RobSZX6m03FVLk09sHymI18EZ29leL7D { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJScvePPByuVpS4qAPLke90AHbV2goVO { width:18.125rem;height:14.45rem;top:0.68746471405031rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8tzRsLXfrikZlVVqLF1zlZg3WkO72v { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #W7Mmp1Hnl2lNi1i1bumXKAaHAOlM5eNm { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tL2NZATUvB3rsM6vVs6nkDXNTxLermPm { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgKGpGinxt6PRF8qWgmF5zalaNme5cBv { display:none; }#FgKGpGinxt6PRF8qWgmF5zalaNme5cBv > .row .container { width:20rem;height:18.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZJnT6DtQkbPvR2O3S8CbVaD01TmxSRGx { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #tHb68LucKCNhFOTBUg1DDTEVJVpTAXaf { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #PO6JRtuhltHCoRWTRQkzucQVmVGvlUUf { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSceiukOsSHnTJ9rFHG3Az0IHqA3deiE { width:18.125rem;height:14.45rem;top:0.68746471405031rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thvT20336FskmEko634iNcPzJrKPQIJR { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #WQGm5QtQU7H6sRgXh7qX9b9duMCEVzm5 { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIIQx1RAvcViSmaqi9Fx05utz55s72Pi { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO { display:none; }#FzDCPSTwzFLUZKAfN7L8SunCp5vkr9fO > .row .container { width:20rem;height:19.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vH3cFTG7oDC2Mcu1UmqNXTI4pE8IEuTI { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #lzn8zGdhk0mVDcNZLe9VIezbcfr6veIK { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5n2oERbqNOH3BWpKrIkGTWAauUsoihi { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xkn5vWyFc5xkTp9mAhXmJXKP46Q0JHl7 { width:18.125rem;height:14.45rem;top:0.68746471405031rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamLVPULR9m3CGA0ZkvhMLcCtoTEVqBS { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #fkRFPy2ua8I36REJarRQxbAqWqDJeTyq { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtSzN3Qg2aZ1290cBBR5Gpwy0OGU1cEl { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhHT5knHesEJNWh1PGeU7479zTZ44isl { display:none; }#xhHT5knHesEJNWh1PGeU7479zTZ44isl > .row .container { width:20rem;height:19.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NT4ToPb8ZM9pfxGtcBJNAJSKqPlP2C0r { width:20rem;height:2.03125rem;top:2.2265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTf6aKxlh3tqlFvRgShnqZw1NHFAMN97 { width:20rem;height:1.625rem;top:4.9140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTEcytW6Ncrzk2PVdJ78tnayCwnDGnX { width:20rem;height:4.875rem;top:8.01171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuCl6AA7C1C9Re9aPRgTc2Oq5FxReCd { width:18.75rem;height:3.125rem;top:14.13671875rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #cWysZaQuPqbE8BXtqqCnkm4Iwmz78cbB { display:block; }
 }@media only screen and (max-width: 763px) { #zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p { display:none; }#zT6EAyN2xvbvxcT8HLhE1WnEGZyU7O0p > .row .container { width:20rem;height:35.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gJA2nInmvgBzCHOxK7GL9MD80rLWW5aG { width:20rem;height:2.8125rem;top:31.661701202392rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtUy5zhLGUIehwXpvKF3hg27skHIaDt { width:18.75rem;height:7.125rem;top:28.099853515625rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #CamUTKTqH2GIU59Ct07BAnWPmJ70tt1A { width:20rem;height:0;top:28.778686523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #uknAF6bFwC5PkVkEHANvLyGaLJkUJtVT { width:12.5rem;height:9.375rem;top:21.280381977558rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt { display:none; }#UXH8Bs8FJvpkJ3abJ00qtdPcUAtAnDJt > .row .container { width:20rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZvRPDtvaaap3DdTl7agI5vavK3ZFgZB { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4ZglQl0t3ADf2h2E8caU5EFU1BPQTJg { width:18.125rem;height:4.3875rem;top:7.4124999046325rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lIDEdJDcPbNo9yD4ikdtFrITemAUUn { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #zno7EhMNbtvVFI7OdcgoocgqZN3mhy30 { width:18.75rem;height:1.38125rem;top:3.0382809638977rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7doEEp6L89QcWVwOiHBao7cKl2O8Amt { width:18.125rem;height:3.75rem;top:1.8562421798706rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKQJvWKMHXf58lPU5ObKGgk2fXnMfoTO { width:18.75rem;height:19.875rem;top:0rem;left:0.62343752384186rem;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vBvQpi76DNWP2Hp2A7BOpzUT3dhEdNRa { width:17.1125rem;height:3.55rem;top:13.987500309944rem;left:1.4062501192093rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #KenPXWK3leWisV70hvFeXN1PT1cg8r7H { display:block; }
 }@media only screen and (max-width: 763px) { #JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc { display:none; }#JxlsIt7gVKIsKKgBaJ8COT2tv9QJCCkc > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ON5DJLUnRxeh9HWsISQcf1MH3xrnkfpF { width:20rem;height:37.5625rem;top:6.0765628814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbr2tWu44sVqykEJmDRxilhzmmdzR3b7 { width:20rem;height:1.625rem;top:8.32656288147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obiK7nZnm39KfEyBzR1SffHtwwQGOfxh { width:20rem;height:1.38125rem;top:17.489062309265rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGEa4T4eSFvMu7UTkTtI0zHGgxa2yr8 { width:20rem;height:4.5rem;top:39.189062833786rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCUleHqZVzamZmwBTDqXeFpPBcSnCxn6 { width:20rem;height:1.625rem;top:40.626563072204rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2NgRNdDH2nhviPc9F9GHbuaLTN95coJ { width:20rem;height:2.4375rem;top:12.926557540894rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzdqOpsLeqcI6fDbMPK9JyZtlwyvTQv3 { width:20rem;height:2.03125rem;top:3.5265626907349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl { display:none; }#cak6vzTUrTQLTr9IWtsxi7CiikA1h9nl > .row .container { width:20rem;height:52.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPlNUADZFI0BbHKa9w45aTyETs0S7zuk { width:20rem;height:49.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC1lxakm1Z9uzOe6HqlQtdGN3wu4RGlq { width:20rem;height:4.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGORSSi5IFu6ACk8t95pocXH1qSfnvhF { width:20rem;height:2.03125rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQi7uNIdOFlERD8GDN8p7DhvwDDiwNkT { width:20rem;height:3.25rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubH8xwMdAHo1C1ULhXiqNBihWXLrGN2 { width:20rem;height:1.625rem;top:26.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6a6zCpf9MbprmSTsP01hKzZdW1is6A { width:18.625rem;height:4.25rem;top:43.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNxthkkvyz7AsuKibJynrfpzaAsvAxK { display:block; }
 }@media only screen and (max-width: 763px) { #f5mwq0kyii04I3XwJzn9x5L69HkRmTtW { width:20rem;height:2.03125rem;top:30.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epsQKIy45Z8STRWpiGNfLhXy6TCDIN7f { width:20rem;height:2.6rem;top:39.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIFAGeQZyJVpmTMw9eo14AAvDW1KwCCD { width:20rem;height:2.03125rem;top:32.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9e5SawPd9EDrnvD0ISRt5IFMfHvlDl { width:20rem;height:2.19375rem;top:36.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XceMV2xGzxqNhoRoimTWO8U3CXxXS0Xq { width:20rem;height:11.9898125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT { background-color:#fffaf0;background-image:none;display:block; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { background-color: transparent; background-image: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container > .video-iframe-container { display: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row > .video-iframe-container { display: none; }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .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); }#cydqVrsG3K9JSuouNsLIHMcoPZ2h4pbT > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7LCTdsmUmW26qxrXR0HOZEZTLzNxgSv { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvaxAqw482CJnJqmzcVsE5Jb3U3L2uzC { width:18.125rem;height:36.3375rem;top:30.14453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:block; }
 }@media only screen and (max-width: 763px) { #hi1FIO9cDhlJdQSzD8Wa9Cktzo8aptk2 { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #QTIus13dV9xnAf0shr5ulblma2f0TarA { width:20rem;height:1.78125rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw6uBVyZTgBK4duyT2Kp5NOIZUna0Tuw { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #kQ4Tqv4BfreiPfFUXSdX26JnMcCtwodD { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #VADicOkbem1eqkyNHF1X6JewHrFmK64Z { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #HITfZeNLxFL1R6UeWcthmGwEf5ptU4Fn { width:18.75rem;height:5.34375rem;top:24.291625976562rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KOyHAugUw0368pU4l6dH8BWK7qUWZXIU { width:20rem;height:18.336633663366rem;top:2.3541564941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 { display:block; }#FHTVARo3wqbfQkQ1ElDTxTD8vXQ4wIk4 > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNlp6mTIrKaN2nGxrIGQI8T7tRcehvGu { width:12.5rem;height:2.03125rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FihUh6xQhrtC6CPPG8yD4qREhGCRZc { width:5.625rem;height:2.125rem;top:6.4991321563719rem;left:1.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdL1xMIxefKXmVFJ6302x79IEfktVuKO { width:5.625rem;height:5.625rem;top:4.7491321563721rem;left:12.812500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwsVbOG4RsM53JSB68cMRCZMTtFKK2GB { width:5.625rem;height:5.625rem;top:4.7491321563721rem;left:7.1874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfRnxvDmuJHeBERV9Tf9t2S8HWS5Lg8 { width:5.125rem;height:2.125rem;top:8.6241321563719rem;left:11.186632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1i9TXphuUcWDRWQKbQRpkOZgw7EE5Jh { width:5.125rem;height:5.125rem;top:8.6241321563719rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE { display:block; }#VBd9SehOBbBtTb6J0cuGlrx3ffoWgRfE > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D45rKH3FxB9U4T2xbeHw0XegZmeOkyoh { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MFnIU55Qla1A3duNskSu9DxafWCA72RR { width:18.75rem;height:3.125rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8e4oB5hOEXvUPTAfEzvViFzBXT0SEsT { display:block; }
 }@media only screen and (max-width: 763px) { #rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR { display:block; }#rZhLSkJC4mwA2H9Cnpn2iCVmX2cOJHiR > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTsMyWfanWI6vBV8ONZwgMMef4QGJvry { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #yQIQGw4VKbE0CfWdu6PqIm9ntamWWnTG { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dgpe1nhgV0VSefuykFd65pGp1cRS5KdR { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRJV4eNGoHOWsotFQnQv6vIdHLbq8xVD { width:18.125rem;height:14.45rem;top:0.68746471405031rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2SXb5o3nrsGVpsL6BW7HLJniAgvDV4T { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZUTTpVlV8yqKnhuysQO9FiDcPomM9aVW { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9mccAHfg2XGaQ1AFaItg6hiqynki0q7 { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W { display:block; }#e3QEk4GB8VfO0wQM5qWIeaahr3DV7A7W > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQz5Khnh8KmSKvWt7nN3yW5knfzfk60a { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #KvfcbQAt4ErWDqEcIxTFCzRi8fJucoLm { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH6TyC6TfiqAm6FNdEm1EHP7Wla68npK { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJMCncW8TC8Z4OA6LlfDWXzZeBka2Zk0 { width:18.125rem;height:19.86875rem;top:0.5625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmtr3JfiwMEE654zEtFMdyIJehlcuNmd { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #TrNixANzrAo5LhQI5hcA4fHQVtsgTgpy { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmkQtcRTVwS5QDHDbTH3rC5BLMEm5D3N { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu { display:block; }#rx8yr6XNH5WP3FtXEPw9JLKvZ2wuXLNu > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww77aCrH3lmLrgKOaUODfg2xXc2hG4us { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #v3oQiPAh0VWE3LkapPrNUshiw7PGqUrU { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU1ApZrhMumvqnpUP5UZRaCQIpDtQ1A7 { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyC4v1DXTnqSoiIkSBCmakv1qly7W5NG { width:18.125rem;height:32.5125rem;top:0rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKALITiqcn72pEdnyAoRT0ahgLclfhfC { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #UK9r42SuUwTFgIEzQsn5rIVrzdv4BLog { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgLeeZl9d3JdfzZ0enC4JyvdBBLql9sc { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ { display:block; }#g0LXSr4pOL12IxmkoEfdk2t572HFLHPQ > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8PAT9XW6uZc3iuD74sNtxZMCf1pahh5 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #m88PPCgwVOe1ELGAmyIpVRUwEcbmgVsr { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8wcHSkK9GAxKazFx2khq5n2JwbtJFCu { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDSwOyA1yqTxG5w891WIygWrTixItqrZ { width:18.125rem;height:14.45rem;top:1.187536239624rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npWhENwcQTOdwvshVticJ9Vs4W8GPiEd { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #FQ9bXgIxKtLT7iebQtaoJrkcKTWqnp2Z { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCKdHOZVoNTcuXbgugdBe4iGXarLVrLd { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo { display:block; }#hMZXK0haKnM1M7BHTu9cqcmVOIcA4Juo > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZiferh4auKVag9fdHlZIqnZm4U6mHL3 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #n9yv4Jr7qPw54xhCNxvBU334AcuPs1rI { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0F3q18nmiwV7LXiwwk4ffJOmTl5JJka { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0TR84gV0koizTn5Ni5To25xtd4r5XX6 { width:18.125rem;height:10.8375rem;top:0.8125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMm6A4k38O7fMM2Tsmim0PhP8CTfJSJk { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #uKRzP7h3zWoyTx4a0TisgZ5k7Xs3Lo8y { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXpzGHdRp489ENp1l7RmAqPEJhpskHld { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 { display:block; }#XMoGEpkQAKCnJxxt0l7PQZGoQkL5Ig15 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHXeCPdCIDQaEnTRirTclFHkeEn3AANe { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #CacImzr1Oxd0MVoloL6lPVAaJ695p5bC { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBHL8hltGEKSpnLW0BmaLNUSIOd9te5J { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElZHHorfgrMvZMhlgIrK7cX8fsETG0CM { width:18.125rem;height:18.0625rem;top:0.6875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt13RdwmCK9HXQTiXGvHb5w22E7LsHhm { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #milwJVDBxiyqAS9NaTgclMGmiZTpMCUT { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMvuB550KsltQLkpa8duE3PvNg1Kyhm1 { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T { display:block; }#kILtIqdPFgcGK4MBsZk2XGumyGTMzR7T > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByrGXaUTfGOMGrldNDz2gD1TtOGiDSWy { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dqNU6dwVzTpPt2A4Lv6tAszkUm5br661 { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsGVfchqR0N7qylnqCy7Tkr4m4TsnyMb { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofC7EafdkOTirQpIbe0tWFKuLbwTm9eU { width:16.375rem;height:10.8375rem;top:0.9375rem;left:1.8125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqWkoCTBMpHvWUcJvo7gAKdg3VmJ18zT { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #qeIyX6CMIrhsH8tiZS6ATxtv135HPvkS { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2APRTpT3aRrJLd0LTsRKdmfwgwEMwuk { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlitcVvoaLL7eXTJmOih3Px5dVANoBEp { display:block; }#GlitcVvoaLL7eXTJmOih3Px5dVANoBEp > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyXmqg2EkCgzT6JnkLoEK4xrQ7ayEoNz { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #QaUyhwTh1xKSEGmG1G63c6zOwTdwi3KE { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hx5l0u9RAq4kB9c4C6InsPlGTHLz39Jy { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiqTRTObnboptBN3TRJa1d8qWZi2LC4X { width:18.125rem;height:28.9rem;top:0.6875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuwKVGN4aRxGvg7BxTKU4r0TctossJpN { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #R9onvIFU0pThhD7Z7OKzgHkk9PMcn0tf { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ub6ngHcXVUr2CctROHsePsXOTHToibyx { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ { display:block; }#wi7Iw8K1eIq7HSSLrduAvV8KUL3NIbNZ > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fU8ICNtkX9Afq1QdtwNZ64LTqrCEo52I { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #JkCvEGL4QNh9fntUEMFydAVwAaHEsiz2 { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIH97mDkicFzIrTTFgQkIr1o02ln2gDH { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTLNzvtFa68iQHHoZefnVnkhUQWPAdd7 { width:16.375rem;height:14.45rem;top:0.0625rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNlVloIUPooTZinvV4HKxhhafQeftKF1 { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Ocxcd0T043VmnxVgBxL4JqW56O9lqGIR { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJa0rDhzelpOJkoZKeruuiDb2GiKaMoL { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR { display:block; }#kb8ZTr5Lg4M0e0dvMcNKn1UXytABDmVR > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVwI750sFZQSkZBhXu61OCO0gTapa3J0 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OFr9291N0RRSq9ISsAkThiHdhBE9mTJO { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpzonf9xphQ6L96SnR8VzGW5gtWRKUKR { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmGQLt13mWZ7OZQ3CsCQxyl6F709X0wf { width:16.375rem;height:14.45rem;top:0.0625rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewyDn7cmIO9cTU0a3Rsdx1d6mhWVKL4V { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #vAyUhwpoai3p3plNcilTUT6fFBWJLUXw { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PabZx6My07qDwCAN6UyEubXtuzBdfHK9 { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO { display:block; }#al9Zyv8s2LpKKO1NaSfEt8Fw2iyKInzO > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BThiLyf48d3ThlVpTxDNCZBgOcmtOIFZ { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #vyuElor9EaE1a1IGfVJcFV7AiHrLKsMe { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2FIy67bbL9SLPkXflGyxc5HwyFqUaEu { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpM6bg8Cuq3eTyTitxuZi7QHC1a6MSW0 { width:16.375rem;height:27.09375rem;top:0.0625rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnsmMdkp6ZfQ4G7T4l1P9FaRXSmg2nmx { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #lyyTkcdCnANJm9SwNAFTAmfhgQGs9qDy { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrEa1AIRg1u1DD8uuvWFpQhicJUUQZXT { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWMyXpQADUCmDXRaN39mIdFVJbtOVcsS { width:18.675rem;height:3.675rem;top:30.1875rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #ifCFoSZTu7vxOO5PDPeLKtpSA25hSQGd { display:block; }
 }@media only screen and (max-width: 763px) { #gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC { background-color:#fffaf0;background-image:url("https://images.assets-landingi.com/uc/0166e0c7-be49-4146-bb42-9292143e9d14/Zdjciegwnenastronzapisu72.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC.adaptive-delivery-prevent-bg, #gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC.lazyload, #gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC.lazyloading { background-image: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container { background-color: transparent; background-image: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container > .video-iframe-container { display: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row > .video-iframe-container { display: none; }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .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); }#gM9tcP75pVQ0mDTTHDBRg7C4ZvNXpmSC > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaRRytdgVRfOv8BnqzQnMwRIhKPKmQX6 { width:16.125rem;height:12.75rem;top:10.8125rem;left:1.9375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 { display:block; }#PnuOAk98rT64R7Gh6kJWBqn63JJcg4H8 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTubz4sSLeyK9rwaxILbDoVpMXvn4ppZ { width:20rem;height:4.0625rem;top:2.2265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkBiozCbMPa7aTcQoXZAWVepTgg6EiW { width:18.675rem;height:3.05rem;top:7.65625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ray4XTDiy2g8dQOXyS4DbwvPQG603FSo { display:block; }
 }@media only screen and (max-width: 763px) { #DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s { display:none; }#DT9V8NiMtr90LP6PBJJxrwf4OMHJGf1s > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F5o798bV54wSWEmLJu7ZGrlceAxEN83t { width:20rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPmlHq0Mw3ip9oTyVpdLkGAJlIOLT6qu { width:20rem;height:1.9125rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI { display:none; }#hv67SQWKWm17BiuDZsOtIh3xbb9CzBBI > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHa3z1TTlE7T1fvPvnJxxt9cyK87W8bb { width:20rem;height:1.6875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWDminOST15XqI18NSeGsGJMabktcdy { display:block; }#GxWDminOST15XqI18NSeGsGJMabktcdy > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1FA09FP2sCKTIJpfsDCUtAL4XwF7r3P { width:20rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcd0NTTmgSPsyma3gUDdEZAIg8Dg1x0V { width:20rem;height:1.9125rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO { display:block; }#aTbD9aDlsdV4qCUlJb18HZBrrTC5JfUO > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsxFq6dW4X0ezklTRvb6sRZTsv1Pd02y { width:20rem;height:1.6875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 { display:none; }#kCC5plgPGpgN7w7ZgKmoSvgi0uAx78t1 > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VmpCN9i7TmZg7ecfPSeoTQxT3hZfHl3y { width:20rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9T9CqW1toukOaTTVnUr2mempepRHKJZ { width:20rem;height:1.9125rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eerEKuBwtOuw96NwynC6UPGOuiBmuI3N { display:none; }#eerEKuBwtOuw96NwynC6UPGOuiBmuI3N > .row .container { width:20rem;height:11.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIK66iophMOmk0WTLKAxS3BhVhxfxlQy { width:20rem;height:8.4375rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esPZd19UVNFuzywysVRr8UxaT9XTkkMX { display:none; }#esPZd19UVNFuzywysVRr8UxaT9XTkkMX > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HsU6HIV9ycrBk6KGKnUT20TmNIBM2nGm { width:20rem;height:3.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0zWza50coywkl7RaHxKu3xA6N6HoU2F { width:20rem;height:3.825rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 { display:none; }#RqLU4mhh8SQOQzSMyATGOSH4B8kXP2T9 > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gp3nlSE5wlEAVpIvOQ4U60OTfr3heo0X { width:20rem;height:11.8125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 { display:block; }#NAKJKS9HHdqDTkRpChRUbaT55XXPlzi1 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHCV1XJBRZsD07FIEnMVFC6atD8cbd1q { width:20rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4lwQxNrCZISQU8LHF12iPU8o6vm8psI { width:20rem;height:1.9125rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho { display:block; }#w1ghcsTd9CVwFCkFntTETecdJI4Om4Ho > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1BeBTcTS2CI2qdngNGyfmGebvJicBs0 { width:20rem;height:11.8125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 { display:block; }#KIiqAfwLaEH8BTamRUdADXQNh7PhMIB0 > .row .container { width:20rem;height:4.6039123535156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD30ycKTH0bxbGQEHwv9kCxierLe334R { width:20rem;height:3.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4303UpkPTOMgQqampWJ64rBeRsciF9 { width:20rem;height:3.825rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC { display:block; }#NrHmWKDCb04A3OhHLnBBBr1i6R15c2eC > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lm3OaTFFayFWuuIM0UZtzzLTX9PGvU3T { width:20rem;height:13.5rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Preh317eL5JLpUosB9ms6lPnFvoElP { display:block; }#X9Preh317eL5JLpUosB9ms6lPnFvoElP > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTeOWUwCaTTtQcADfUnApAUsRxIzMikp { width:20rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaUTVAG33BTQsJR2c8N0tfapAp6pcPQE { width:20rem;height:1.9125rem;top:0.79166793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK { display:block; }#o7LCekdBaOaBQW2WiDfMu9Rg7nCZ0NEK > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ri01POSIRgJJhL2lmvrP0nhvTSWzXUFz { width:20rem;height:3.375rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKS4P6EThRLRFwUt5UAMET1T63LHEw4N { display:none; }#NKS4P6EThRLRFwUt5UAMET1T63LHEw4N > .row .container { width:20rem;height:27.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O0X3Vv6TMiisU0WCOu3l0c3g5LFxFfxu { width:20rem;height:24.1875rem;top:1.2492065429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9SN1NvAN6qaJEdcdpVFF9lz6feOqZbk { width:18.4375rem;height:12rem;top:11.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5dSIhOxmtxTAmip2yNNUhuGMo5PpmXn { width:20rem;height:1.71875rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTQSmFOPCZVvKtA31quSA5ZARwzREZcQ { width:14.375rem;height:3rem;top:7.6250004768369rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 { display:block; }#as4MS205xqTC5WXdvFsaFQFT0XmCH7m7 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doChF3F8dPXJEz0HBINO70252WsDakKP { width:20rem;height:7.475rem;top:2.2265625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 { display:none; }#o6khSbyLXXOdo6hm12h0VDEqM9Z000o0 > .row .container { width:20rem;height:27.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gGM3h3TOonoGp3sUpiMds4aklbmEmTHb { width:20rem;height:1.86875rem;top:7.129687309265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW { width:14.625rem;height:5.4375rem;display:flex;top:10.998438835144rem;left:2.4835938215256rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #vJPc5LIrGVOW2WEzkGBstOyhBTqurpLS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #KUU2QXFMWilfaH9m1B0x38fQKpKeVULk {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #TU8BtIJt1XoDZHysTOug4eE6VTc1dRLw {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #EpzmSHzAdE5iy8ry0TgGhgDnhWQZex5y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #DFCp41WfUccPHgBkuSNK20B6TGshvtCi {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #FiJwpmnlrBnmch1ZuT2fx4b2LW5TKvop {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #qeWQT7agFwbCwtnEOVDAvlhK5SJcGZ8F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #Ikx1O2ykxM3VXLqCLNvuzEqsQNKUCSnF {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #x5ZRWXkw06N5GIg6Cxcf5mTTtIqIL49O {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #vfmyW1cl9GdOgNAmewe1NAPLEa4380lr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #We3hSTKF2Oeg3TPS40gxaS7vC7e4nlsH {  }
 }@media only screen and (max-width: 763px) { #LEkTCs12KrALdotLR7h6HV21Rbq3Z6SW #yXdTl5fTpzgPAANvtBMtw95xg93cyfF8 {  }
 }@media only screen and (max-width: 763px) { #CiKPTdAW4vRMrUdSRekcI0u0V74EvtHo { width:20rem;height:3.75rem;top:2.6421880722046rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFywTbDhxSLCfC6xhnDn6LIeRKD1SSgV { width:18.675rem;height:3.675rem;top:19.748438835144rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #TROzeiLDprXZyrSObGbX52zg90MCwxtF { display:block; }
 }@media only screen and (max-width: 763px) { #gAg57gI30xGLThKOrPTyk5QO7vdl0wcI { display:block; }#gAg57gI30xGLThKOrPTyk5QO7vdl0wcI > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5bWBhWoFmABH8hp5o0LtENCCJOvpTqG { width:2.1875rem;height:2.1875rem;top:3.6028442382812rem;left:8.90625rem;display:block; }
 }