.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:253,177,101;--color-primary-1:255,247,81;--color-primary-2:255,151,3;--color-primary-3:237,106,17;--color-primary-4:250,103,3;--color-secondary-0:225,219,219;--color-secondary-1:155,135,136;--color-secondary-2:55,15,17;--color-secondary-3:28,8,9;--color-secondary-4:8,2,3;--color-tertiary-0:255,255,255;--color-tertiary-1:255,109,116;--color-tertiary-2:255,12,24;--color-tertiary-3:153,7,14;--color-tertiary-4:56,10,22;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fdf7eb;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { background-color: transparent; background-image: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { border-width: 0; border-radius: 0; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { background-color:#28a745;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:2.9375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.8125rem;left:20.312501907349rem;display:block; }
#fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4rem;left:5.5625rem;display:none; }
#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { background-color: transparent; background-image: none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container > .video-iframe-container { display: none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container { display: none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .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); }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { border-width: 0; border-radius: 0; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.8125rem;left:39.175001144409rem;display:block; }
#XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZotULm0Gpp67MaE70V1TatbpFTTPbTv { background-color:rgba(var(--color-primary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:32.925001144409rem;display:block; }
#KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:53.6875rem;display:block; }
#GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApvT79zAQbKTdG4AkkRz7CeMU9FnXCwD { background-color:#5a9260;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.8125rem;left:47.749219894409rem;display:block; }
#JTcOqWOOuST5n6qCUJszbqaruTMF9TOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { border-width: 0; border-radius: 0; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:none; }#iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:29.3125rem;display:block; }
#cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { background-color:rgba(var(--color-primary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:43.875rem;display:block; }
#Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:53.6875rem;display:block; }
#ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zThMTAEnQvsH4RaFzafy6cW3WT71EeVB { background-color:rgba(var(--color-primary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:43.875rem;display:none; }
#vIzFzTEZePSlDx21u2HPOt7zPe3dpFbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/849cd45e-c448-4369-9714-8d764f37957d/Dominika_Scheibinger15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.adaptive-delivery-prevent-bg, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyload, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyloading { background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { background-color: transparent; background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.43); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.43); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .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); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { border-width: 0; border-radius: 0; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { color:#fdf7eb;display:block;width:54.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:7.125rem;left:2.53125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pf0akoXUKALSxBb71TUVCQVEDgHFnNnJ { color:#fdf7eb;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:14.8125rem;left:14.906251907349rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbfl5TvsoNsa56HoMB0vMvTU9ihD6SqT { box-sizing:content-box;height:3.375rem;width:26.3125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.875rem;left:16.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:25.3125rem;left:6.375rem;overflow:hidden;display:block; }
#D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:25.3125rem;left:35.3125rem;overflow:hidden;display:block; }
#h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.8125rem;left:6.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { box-sizing:content-box;height:3.9375rem;width:9.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.8125rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.8125rem;left:35.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.1;letter-spacing:0;top:36.1875rem;left:35.9375rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { color:rgba(var(--color-secondary-2),1);display:block;width:4.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;top:36.1875rem;left:8.3125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:17.6875rem;top:0.75rem;left:20.937501907349rem;overflow:hidden;display:block; }
#pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { position:absolute;display:block;z-index:15060;height:4.4375rem;width:7.9375rem;top:3.5000891685486rem;left:8.62437915802rem;display:block; }
#IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { position:absolute;display:block;z-index:15003;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:11.9375rem;width:7.9375rem;top:25.3125rem;left:16.125rem;overflow:hidden;display:block; }
#GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { color:rgba(var(--color-secondary-2),1);display:block;width:9.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.1;letter-spacing:0;top:36.1875rem;left:15.4375rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.8125rem;left:15.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:25.3125rem;left:25.6875rem;overflow:hidden;display:block; }
#Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { color:rgba(var(--color-secondary-2),1);display:block;width:7.1875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.1;letter-spacing:0;top:36.1875rem;left:26.3125rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#I9WrJdBNCwgxLz4GaBs3A2gkbZzamqaW { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:38.25rem;left:6.375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyUL72Pow3PCC1OVpGfqEGqy7zo0ssRZ { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:38.25rem;left:16rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APWO2wKyNr2oaR8V2pTB8k9nglA0xAl7 { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.25rem;left:35.3125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nu20C2FSdUKoPmosOgdLDB6PMlztXZJu { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:38.25rem;left:25.6875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmuQxK8iaVwNBnHKNMmqlegbJfcPPVAD { box-sizing:content-box;height:3.9375rem;width:9rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.75rem;left:44.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Gx2ugRVgGoQAVv1ZgcKy7HgakvqRxk27 { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:38.25rem;left:44.9375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWXJGJ9sT39QUgOb71FTU095GqX4ygV5 { position:absolute;display:block;z-index:15007;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:7.9375rem;top:25.3125rem;left:44.9375rem;overflow:hidden;display:block; }
#cDQmqISec3Kz3rILuzp3fPbNNx9A8eND { color:rgba(var(--color-secondary-2),1);display:block;width:9.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.1;letter-spacing:0;top:36.1875rem;left:44.3125rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#BBDL9i4CEzFm2ash45JLErguZSRxAGKq { color:#fdf7eb;display:block;width:54.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:11.125rem;left:2.5625rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HgJAZuERrD9xXic3SomnG9b456xUBeM1 { color:#fff000;display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:17.875rem;left:14.375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#vVlnT79rLA7C59mhQ9qX3trdaRFETRCr { color:#fff000;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:20.1875rem;left:14.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAPfaiod9PxdylXmVULI5zUxEB0VQenB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.4375rem;left:9.3125rem; }
#QW9rysy78BhybnFFk0Ddbh3dhldTV0My { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { background-color: transparent; background-image: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .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); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { border-width: 0; border-radius: 0; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:60rem;height:27.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mhT41UASBc89F1hXTAr9qb910ghCapTc { position:absolute;display:block;z-index:15015;background-color:#fdf7eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:20rem;top:0.5rem;left:0rem;display:block; }
#T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),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:0.4375rem;width:48.6875rem;top:0.0625rem;left:-28.6875rem;display:block; }
#BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { position:absolute;display:block;z-index:15017;background-color:#fdf7eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:20rem;top:0.498046875rem;left:40rem;display:block; }
#oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),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:0.4375rem;width:49.625rem;top:0.0625rem;left:40rem;display:block; }
#Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:20.0625rem;top:0.5rem;left:20rem;overflow:hidden;display:block; }
#TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:0.0625rem;left:20rem;display:block; }
#NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"chunk five ex";font-size:3.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1875rem;left:41.8125rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { 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:13.375rem;width:20.125rem;top:13.75rem;left:0.032814025878906rem;overflow:hidden;display:block; }
#A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { color:rgba(var(--color-secondary-2),1);display:block;width:20.25rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.1875rem;left:43.000001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O99sKsHC1aAypfQFFHWksexZ2nffhW7s { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:5.8125rem;left:41.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { color:rgba(var(--color-secondary-2),1);display:block;width:20.125rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.7375001907349rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EZNerApp1STd3X1GTp9fkdUATfTrNv7m { position:absolute;display:block;z-index:15016;background-color:#fdf7eb;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:13.3125rem;width:20.6875rem;top:13.750000476837rem;left:19.562501907349rem;display:block; }
#qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.4375rem;left:22.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:16.987501144409rem;left:20.000001907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:20.125rem;top:13.6875rem;left:40rem;overflow:hidden;display:block; }
#u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XChCb26FQfaDbuzy8REgD3Im7C2amO57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { border-width: 0; border-radius: 0; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { color:rgba(var(--color-secondary-2),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.3564453125rem;left:3rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWKTdRirIltiVebdmT3gWvHDr0m9poXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { background-color: transparent; background-image: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container > .video-iframe-container { display: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container { display: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .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); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { border-width: 0; border-radius: 0; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:60rem;position:relative;display:block; }#CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.75rem;width:56.5625rem;top:21.5625rem;left:1.71875rem;display:block; }
#XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { color:#370f11;display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5625rem;left:1.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { color:#370f11;display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { color:#370f11;display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:15.5625rem;top:10.16250038147rem;left:22.218751907349rem;overflow:hidden;display:block; }
#ObG6hEUDwHkbud8V1yidkZXXdPGPtV0L { color:#370f11;display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:16.0625rem;left:11.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { border-width: 0; border-radius: 0; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:none; }#xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15rem;left:1.8125rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.375rem;left:1.9375rem;height:7.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{  }
#v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.875rem;left:1.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPX5OdeouR8FyIz9JymBKUygQcaChtlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { border-width: 0; border-radius: 0; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:none; }#w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { border-width: 0; border-radius: 0; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:none; }#P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:7.0625rem;left:0rem;height:13.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { color:rgba(var(--color-secondary-2),1);display:block;width:30.0625rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { color:rgba(var(--color-primary-3),1);display:block;width:5.75rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:29.875rem;top:2.375rem;left:30rem;overflow:hidden;display:block; }
#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { border-width: 0; border-radius: 0; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:none; }#bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { color:rgba(var(--color-secondary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9296875rem;left:0rem;height:14.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { color:rgba(var(--color-secondary-2),1);display:block;width:26.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8125rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:30.0625rem;top:0.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { border-width: 0; border-radius: 0; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:none; }#hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { color:rgba(var(--color-secondary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9296875rem;left:0rem;height:14.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { color:rgba(var(--color-secondary-2),1);display:block;width:23.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8125rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:30.0625rem;top:1.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { background-color: transparent; background-image: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .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); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { border-width: 0; border-radius: 0; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { color:#fdf7eb;display:block;width:20.3125rem;position:absolute;font-family:"chunk five ex";font-size:2.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.0500431060791rem;left:19.843751907349rem;height:11.2125rem;text-align:center;text-align-last:center;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.4999971389771rem;left:0.0625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { background-color: transparent; background-image: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .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); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { border-width: 0; border-radius: 0; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { color:rgba(var(--color-secondary-2),1);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.9375rem;left:18.5rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.75rem;left:18.625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.9375rem;width:15.875rem;top:1.625rem;left:0.75rem;overflow:hidden;display:block; }
#g1B7i5l8u4FbUiVZvH6uGRcB5qVsazk9 { background-color:rgba(var(--color-primary-0),0.74);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:22.5rem;left:18.5rem;display:block; }
#BLFaBwTBuIo37p2aRlqXxXeuM8zUuJBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RO1rdTN60BWE8kOglSspi792EzICZQfd { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5rem;left:18.5rem;display:block; }
#m7PeIRrVe6oCdc66qNVA21rxsZtieTbc { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10rem;left:18.5rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLw0V34nsRh9uPIIB18yglJV76lKKrly { color:rgba(var(--color-secondary-2),1);display:block;width:39.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:11.8125rem;left:18.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 { color:rgba(var(--color-secondary-2),1);display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:16.5rem;left:18.5rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { box-sizing:content-box;height:21.1875rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:#fdf7eb;background-image:none;top:1.75rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { border-width: 0; border-radius: 0; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:none; }#fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { color:rgba(var(--color-secondary-2),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.0000009536743rem;left:18.562501907349rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.9375rem;left:18.5625rem;height:2.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.9375rem;left:0.75rem;overflow:hidden;display:block; }
#lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5000009536744rem;left:18.562501907349rem;display:block; }
#FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UxSD5tErP4FInvI92eDNbfMkIWzo7bb1 { color:rgba(var(--color-secondary-2),1);display:block;width:38.5rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:12.637499809265rem;left:18.562501907349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvbTxLKXTFkva2zPk6ULrG5SD3KAyvba { color:rgba(var(--color-secondary-2),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:16.625rem;left:18.562501907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AuMQDsQ2MtMe82k589MxPiH1QLFUiJLT { background-color:rgba(var(--color-primary-0),0.74);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.25rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:20.21249961853rem;left:18.500001907349rem;display:block; }
#kbaXmuWqsDfPAlThHzx7ivXk9nHVmUk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJMqqHU2mbSOnTWFp7OxsTFQAMWk8FMR { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:10.300000190735rem;left:18.562501907349rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { background-color: transparent; background-image: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .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); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { border-width: 0; border-radius: 0; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#SMSxgcITli8HKKv0VCAG02DMl1UfJJWQ { color:rgba(var(--color-secondary-2),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4.5rem;left:18.5625rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOkpF9B0EcZI6hAhU2L1f2NpLHnCFRkT { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.4375rem;left:18.5625rem;height:2.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXLdwW5ksgwD1BJ0NspcC9orGIR9SDBS { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.875rem;width:15.875rem;top:1.4375rem;left:0.75rem;overflow:hidden;display:block; }
#aGMMhoSbvezeZDhUMW78ZpBVzlPbvLBa { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.125rem;left:18.5625rem;display:block; }
#o0wChLNU7C8aTA7rfhAyLN4W5w0qOvGN { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dzgZm23nuiNJCXoxKrqLIgEC8H7W1kHi { color:rgba(var(--color-secondary-2),1);display:block;width:40.6875rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:11rem;left:18.5625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ci6MJ0asU4OlqgWLzDeMR4VUiPzTpTVw { background-color:rgba(var(--color-primary-0),0.74);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:23.625rem;left:18.6875rem;display:block; }
#C51Lq4ZXQIe6adUDUfWls17QnHp0rBa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciZSTwSKZw3KeTKOqvDtJZDU1V0D5Qno { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:9.0625rem;left:18.5625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE { color:rgba(var(--color-secondary-2),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:15.5625rem;left:18.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { background-color: transparent; background-image: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .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); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { border-width: 0; border-radius: 0; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { color:rgba(var(--color-secondary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.4375rem;left:18.5rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.1875rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.875rem;width:15.875rem;top:1.5625rem;left:0.75rem;overflow:hidden;display:block; }
#kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:#fdf7eb;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VqNZwo3PCVwodXyT3E7MPQeu4eKTNocN { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.8125rem;left:18.5rem;display:block; }
#QcaTJM8kk3ZLRRZ1hzc7ts9Q34QxIor1 { color:rgba(var(--color-secondary-2),1);display:block;width:34.1875rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:11rem;left:18.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pmUreue0lcL59rwePH7bGXsrhP7UofUq { background-color:rgba(var(--color-primary-0),0.74);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:22.375rem;left:18.500001907349rem;display:block; }
#HT2fGIGZS8OeQluEOlbJ27LRuSyZnwnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBTiyR69mVd14G53fwNo4CxTr0O76T65 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:8.9375rem;left:18.5rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ { color:rgba(var(--color-secondary-2),1);display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:15.25rem;left:18.500001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { background-color: transparent; background-image: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .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); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { border-width: 0; border-radius: 0; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#MNScdkHCeAEtHShELegw2OMpx99TTDkw { color:rgba(var(--color-secondary-2),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.468751907349rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.875rem;width:15.875rem;top:1.6859378814698rem;left:0.75rem;overflow:hidden;display:block; }
#VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qM8aICCQTzhwhspTm88B1wV4go6tiuPG { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.25rem;left:18.468751907349rem;display:block; }
#TGVfMTK7dMWllOwIgKT4CNCkJAuyDUhx { color:rgba(var(--color-secondary-2),1);display:block;width:38.5rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:11.25rem;left:18.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HKQZpKdy7pvxhlP820VqGOXWMTD4wyEo { background-color:rgba(var(--color-primary-0),0.74);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:22.875rem;left:18.468751907349rem;display:block; }
#SyTdabEgKMzT4XM4Am0VDLVCmySx8yX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxbWxKkNi3H7Mckb9UOP8gSUiA1kfPx8 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:9rem;left:18.5rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH { color:rgba(var(--color-secondary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:15.75rem;left:18.5rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { background-color: transparent; background-image: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .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); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { border-width: 0; border-radius: 0; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#QGNQtqbsXH7S35axCXXQLQo90UNWSR9B { color:rgba(var(--color-secondary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.4375rem;left:18.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7Tph39v6pQecb3i8aiQCrcnmaBREFMH { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.1875rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SisxE1WvhNs0TTzzhW4aTdA5CsrE8o02 { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.9375rem;width:15.875rem;top:1.875rem;left:0.6875rem;overflow:hidden;display:block; }
#uwyQqdwt9RRquuGcvg0uBpNgIOyD3xCS { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:#fdf7eb;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#asOdbloGn7mNmoLPkaZtJKGdJ3iMsTpx { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.6875rem;left:18.5rem;display:block; }
#XrSUaQIbCkdVUPPbw8sQTt12crb4gIho { color:rgba(var(--color-secondary-2),1);display:block;width:39.375rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:11.5625rem;left:18.5rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQ9uGMavba2E9DGRkL15D16rMkxXBTqM { background-color:rgba(var(--color-primary-0),0.74);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:24.212501525879rem;left:18.500001907349rem;display:block; }
#BGlrNi9pczIMiJrISplOmTgC3fT03P3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3GaekL8Ru1zscfMv13Dd9ZTgtC82FoA { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:9.4375rem;left:18.5rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 { color:rgba(var(--color-secondary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:15.75rem;left:18.5rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { background-color: transparent; background-image: none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container > .video-iframe-container { display: none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container { display: none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .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); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { border-width: 0; border-radius: 0; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:60rem;position:relative;display:block; }#ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);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: 0.0625rem 0.5625rem 4.625rem rgba(var(--color-secondary-2),0.1) ;height:72.0625rem;width:60rem;top:0rem;left:0rem;display:none; }
#wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:11.4375rem;left:6.125rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { position:absolute;display:block;z-index:15037;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:10.875rem;left:22.9375rem;display:block; }
#QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { 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:1.5625rem;width:1.5625rem;top:11.5625rem;left:23.625rem;overflow:hidden;display:block; }
#OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { position:absolute;display:block;z-index:15039;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:34.375rem;left:22.9375rem;display:block; }
#L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:35rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { position:absolute;display:block;z-index:15043;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:39.125rem;left:22.9375rem;display:block; }
#Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:39.75rem;left:23.625rem;overflow:hidden;display:block; }
#pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { position:absolute;display:block;z-index:15045;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:75.6875rem;left:22.9375rem;display:block; }
#udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:76.25rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { position:absolute;display:block;z-index:15043;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:23.625rem;left:22.9375rem;display:block; }
#v4vtm763G3mTbBTEseUeT060wgXbewzg { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:24.375rem;left:23.625rem;overflow:hidden;display:block; }
#qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { color:rgba(var(--color-secondary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:13.6875rem;left:29.6875rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:60.9375rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { position:absolute;display:block;z-index:15036;background-color:#fdf7eb;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:68.3125rem;width:0.125rem;top:8rem;left:24.375rem;display:block; }
#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:24rem;left:27.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
#woznlyd3dDwqA539DlWhcycUEqDDEfnr { color:rgba(var(--color-secondary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:52.3125rem;left:29.6875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:34.9375rem;left:23.5rem; }
#wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:60.875rem;left:23.5rem; }
#Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { position:absolute;display:block;z-index:15040;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:60.375rem;left:22.9375rem;display:block; }
#Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:76.3125rem;left:23.5625rem; }
#p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { color:rgba(var(--color-secondary-2),1);display:block;width:55.75rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.005859375rem;left:2.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { color:#ffab54;display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:67.6875rem;left:8.8125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:26.375rem;left:29.6875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:42rem;left:29.6875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:39.4375rem;left:27.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:11.25rem;left:27.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
#rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:39.375rem;left:6.0625rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:65.375rem;left:6.0625rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:50rem;left:27.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:65.375rem;left:27.5rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
#yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:67.625rem;left:29.6875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mMrwWaLbXt7TW0VIHixkKoupou6nsND7 { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:20.1875rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fzbUtEf71tTXc2ffbuuAhEk3Q1VZ9Xir { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:6.5625rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MOnErH3ipIT7En95eBnutT6JMvOuOK19 { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:6.875rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DLFhKwJsR5z63olKTvO5bkmwK53425zs { position:absolute;display:block;z-index:15042;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:6.3125rem;left:22.9375rem;display:block; }
#SnNqKdTw4H2vTNGRQHzewegD7xAJGpDB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:6.9375rem;left:23.5625rem; }
#GQWK9krnknIaeNNdSFb74aWPtczp4siA { position:absolute;display:block;z-index:15041;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:19.625rem;left:22.9375rem;display:block; }
#G9Zv5M9GfOiBkcRoGLVLH1wGNFJhumVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:20.1875rem;left:23.5rem; }
#n85rngbAgQwDyP6rXIohly5sEH8uTIZT { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:23.9375rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RUdEKblMGh8mKTf0qpVpFiADwoZMT2Ma { position:absolute;display:block;z-index:15045;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:30.625rem;left:22.9375rem;display:block; }
#TXB7Qwm3IPn6gBvMLXxPnvhRXqlyA0ld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:31.1875rem;left:23.5rem; }
#pDm8TwFsGLZPuOn0PrefUVXex6AwKqya { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:31.1875rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TfdVPcRlcTGr0TLdCKfTuMk7EPb8qzq4 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:34.625rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fxKMTgddUI3cBZADvLOBJARvscpcHyu7 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:41.5rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MqOUkOXruHXXoVNb7drpEsbQLU6zhXWP { position:absolute;display:block;z-index:15049;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:46.125rem;left:22.9375rem;display:block; }
#UCw2T7SJdPBTgplVuvadRcsPpgd9TQNE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:46.6875rem;left:23.5rem; }
#umlqqVCCG5Tt42RHbIH4Fo7eP7WcnE05 { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:46.6875rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vLZXaczeRK9Gnb3Q9eeEM7rUsaysGdCQ { position:absolute;display:block;z-index:15044;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:49.75rem;left:22.9375rem;display:block; }
#Xuoqq0wybh7zzewJNPtViA8rOtDbPx4C { 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:1.5625rem;width:1.5625rem;top:50.375rem;left:23.6875rem;overflow:hidden;display:block; }
#X7snphcS4tUItMcKy94bakinQuyCApEW { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:50.125rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XUTCSeFgX5Ker2ZQ0u3LtGva1QKr6m7p { position:absolute;display:block;z-index:15052;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:56.75rem;left:22.9375rem;display:block; }
#TN8vLoJ9ITUDtibgwXSRXUvia3DIamip { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:57.3125rem;left:23.5rem; }
#auBV3vL5evJuOuv7XkshQn5uiD4MsPdh { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:57.3125rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#odJk9ZLLtlM8l5qHmFqQzmNdy3u7wKqO { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:60.5625rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cFmOAW0uN3eztL9soGrDMH0OITICmw1D { position:absolute;display:block;z-index:15045;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:65rem;left:22.9375rem;display:block; }
#T8SZzNQDKzeTzPLN7LJnH3yCPv380itd { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:65.5625rem;left:23.6875rem;overflow:hidden;display:block; }
#HJrsQka52GUxVuUf415uEAdqdEC6TVWL { position:absolute;display:block;z-index:15056;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:71.875rem;left:22.9375rem;display:block; }
#enquCu72vv3Hsal4bJLvGqs3PXxal2WC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:72.4375rem;left:23.5rem; }
#ZJuSXMAIGFII5zGxQRk2y2vpuphePpQs { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:72.4375rem;left:29.6875rem;height:1.78125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qfTtTI6FbwnFJm62x87qmUmV680NpzHV { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:75.9375rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#370f11;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; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { border-width: 0; border-radius: 0; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { color:rgba(var(--color-primary-3),1);display:block;width:22.0625rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.4375rem;left:10.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { color:#fdf7eb;display:block;width:12.3125rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.375rem;left:35.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { color:rgba(var(--color-primary-3),1);display:block;width:20.5625rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.5625rem;left:11.5625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN9V098kkxwdDMCTbITIkgT384TxCAqs { color:#fdf7eb;display:block;width:12.3125rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:1.5rem;left:35.625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#raFc9fWk623fnMcNTczqxL3ryK7vAB9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { background-color: transparent; background-image: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container > .video-iframe-container { display: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container { display: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .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); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { border-width: 0; border-radius: 0; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { color:#370f11;display:block;width:40.1875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:9.90625rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWZKOKKleNWfiaKCiHGD0h633el3mH3L { color:#370f11;display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.88671875rem;left:3.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgW88V5oFNor6RTSc5fbdxbBH20C156r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { background-color: transparent; background-image: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container > .video-iframe-container { display: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container { display: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .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); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { border-width: 0; border-radius: 0; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { position:absolute;display:block;z-index:15000;height:20.875rem;width:60rem;top:0rem;left:0rem;display:block; }
#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { border-width: 0; border-radius: 0; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { border-width: 0; border-radius: 0; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:60rem;position:relative;display:none; }#HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:20.8125rem;top:1.28125rem;left:5.28125rem;overflow:hidden;display:block; }
#W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { 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:19.5rem;width:24.4375rem;top:2.09375rem;left:32.78125rem;overflow:hidden;display:block; }
#wuenJDypzpbGXT406IoNwqIbdLNXEFQU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:21.375rem;top:23.8125rem;left:5rem;overflow:hidden;display:block; }
#KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:24.75rem;top:23.8125rem;left:32.625rem;overflow:hidden;display:block; }
#nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { 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.5rem;width:29.0625rem;top:44.21875rem;left:30.46875rem;overflow:hidden;display:block; }
#dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { 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:6.1875rem;width:22.5625rem;top:49.03125rem;left:4.40625rem;overflow:hidden;display:block; }
#OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { 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:4.4375rem;width:29.25rem;top:49.90625rem;left:30.375rem;overflow:hidden;display:block; }
#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { border-width: 0; border-radius: 0; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:none; }#T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:20.8125rem;top:1.28125rem;left:5.28125rem;overflow:hidden;display:block; }
#ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { 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:19.5rem;width:24.4375rem;top:2.09375rem;left:32.78125rem;overflow:hidden;display:block; }
#oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:21.375rem;top:23.8125rem;left:5rem;overflow:hidden;display:block; }
#sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:24.75rem;top:23.8125rem;left:32.625rem;overflow:hidden;display:block; }
#VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { position:absolute;display:block;z-index:15005;height:1.875rem;width:56.75rem;top:47.75rem;left:1.59375rem;display:block; }
#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,247,235,0.89);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; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { border-width: 0; border-radius: 0; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:none; }#LGTt78Rs0KNFnfWWV3tclZlUiRqyAAVg { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.3671875rem;left:0.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,247,235,0.89);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; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { border-width: 0; border-radius: 0; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:none; }#Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:16.873266220092rem;left:20rem;height:1.4000375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdnHgteVhXJx9KPw68k9D8bDWehb39vg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:3.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1;letter-spacing:0;top:14.406251907349rem;left:23.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:16.874111175537rem;left:40rem;height:4.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.5625rem;left:24.90625rem;overflow:hidden;display:block; }
#gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:23.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#ApOV180LUMpX5xDnprfFLBCym8SvaF24 { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1;letter-spacing:0;top:14.405381202697rem;left:43.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VsuXbWGgExrybhWlniVdG29fqSkns5J9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.4375rem;left:44.6875rem;overflow:hidden;display:block; }
#EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:43.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1;letter-spacing:0;top:14.406251907349rem;left:3.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:16.873266220092rem;left:0rem;height:4.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { border-width: 0; border-radius: 0; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:none; }#iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:53.9375rem;top:3.0625rem;left:3rem;display:block; }
#zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.684028208256rem;left:22.34375rem;display:block; }
#GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .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; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.9175rem;padding-right:0.7975rem;padding-bottom:0.9175rem;padding-left:0.7975rem;display:block;align-items:center;width:4.785625rem;min-width:4.785625rem;height:4.93125rem;position:relative;font-family:"open sans";font-size:3.67rem;font-weight:700;line-height:78.9px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.57375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.378125rem;height:1.949375rem;position:relative;font-family:"open sans";font-size:1.37625rem;font-weight:400;line-height:31.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { 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:rgba(var(--color-tertiary-0),0);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:29.5rem;height:9.2890625rem;padding-top:1.14625rem;padding-right:1.13875rem;padding-bottom:1.14625rem;padding-left:1.13875rem;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:7.1032987236975rem;left:14.110244750976rem;z-index:15004; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP { width:auto; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
#TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { color:#fdf7eb;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5798780620098rem;left:2.25rem;height:5.524675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L064orHKVwJN1NslUxfqrGBC2LF4xxOq { box-sizing:content-box;height:14.3125rem;width:45.5625rem;position:absolute;display:block;z-index:15000;background-color:#fdf7eb;background-image:none;top:5.1241316795349rem;left:7.21875rem;display:block; }
#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { border-width: 0; border-radius: 0; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:none; }#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .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; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d31111;background-image:none;color:#fdf7eb;padding-top:0.951875rem;padding-right:0.8475rem;padding-bottom:0.951875rem;padding-left:0.8475rem;display:block;align-items:center;width:5.085rem;min-width:5.085rem;height:5.11625rem;position:relative;font-family:arial;font-size:3.8075rem;font-weight:700;line-height:81.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.595rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.78rem;height:2.0225rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.4275rem;font-weight:700;line-height:32.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR { 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:#fdf7eb;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:31.125rem;height:9.6375rem;padding-top:0.11875rem;padding-right:0.12125rem;padding-bottom:0.11875rem;padding-left:0.12125rem;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:17.3125rem;left:14.3125rem;z-index:15004; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #NPIPCOkyvPwQxFfmzWSlsA2JLI9a7ooz { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #L716AsGO21O5RmsBr0HVQb4k2ZtixltM { width:auto; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zdiVIAnhcZ4CJtLETJCsgK4DXRGEodL3 {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #hT5RuMI7ThlTmZP1FJJQ1caZp72GzmXK { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #IlPLvXMiWFBLSp8aaTrArgSmHnbzUCCO {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #r1m1KCda6UtrTb1zRGdHc2o2CgfcNlD3 {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zC7WofF1UqnPyG5cgbrXicGRkT1zDhZk { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #EH4NPpCpnfDRaaJtG4xW4ZpQDyPGzxIs {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #UFB5qXabWSPB23G77oFJwG2zyCE7o9EN {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #up8TZ5uUUgbvVWVtsfHBy6pKDd9TrECN { display:flex;position:relative;top:0rem;left:0rem; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #RpRn00XCMtogf1J2U4nxvw3lUbuR9THB {  }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #pc33hsVye5n4eItn9qfi9n6RPv4eSqpu {  }
#Szky1l2KoBw4DmmdLCV7zy8mr0fDGAka { color:rgba(var(--color-secondary-2),1);display:block;width:51.9375rem;position:absolute;font-family:"chunk five ex";font-size:3rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.40625rem;left:4.03125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWyVVu5F1LCfFTIVe4ZOnATlmNZA2Trt { color:rgba(var(--color-secondary-2),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.125rem;height:1.64994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKhA4aTDfGTV5zJVeWkSPC7IO1n9hJV5 { color:rgba(var(--color-secondary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5rem;left:13.25rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPAWTw6T7mKXUovw5FyxAhcS8NNWgJrI { color:rgba(var(--color-secondary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.5rem;left:7.3125rem;height:1.64994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSnazSVfAbfyMZwKCxAOnhQmevhsyUpS { color:rgba(var(--color-secondary-2),1);display:block;width:51.9375rem;position:absolute;font-family:"chunk five ex";font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:5.3125rem;left:4.03125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#370f11;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; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { background-color: transparent; background-image: none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container > .video-iframe-container { display: none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row > .video-iframe-container { display: none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .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); }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { border-width: 0; border-radius: 0; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .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; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff000;background-image:none;color:#370f11;padding-top:0.951875rem;padding-right:0.8475rem;padding-bottom:0.951875rem;padding-left:0.8475rem;display:block;align-items:center;width:5.085rem;min-width:5.085rem;height:5.11625rem;position:relative;font-family:arial;font-size:3.8075rem;font-weight:700;line-height:81.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-text.counter-label { background-color:;background-image:none;color:#fff000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.595rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.78rem;height:2.0225rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.4275rem;font-weight:700;line-height:32.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh { 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:#370f11;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:31.125rem;height:9.6375rem;padding-top:0.11875rem;padding-right:0.12125rem;padding-bottom:0.11875rem;padding-left:0.12125rem;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:5.2802734375rem;left:14.314453125rem;z-index:15004; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #SDWvLQvIScPi8giqPDTVUwkfuKPWKCUr { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #c9dCxLfrA5Hm9pFmO2OoRL60Qqfwct15 { width:auto; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #cCOC62uRMEuhRaAHlz4JkWBEJUm88hfm {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pSJFOgW8wxXRPLU6o5NaM91KdGAp1TwW { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #UavfF6H1itqwcWp1Mmta0dwXRrcIzNcB {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #R0KX4Clp78l5eNQlzsUIeFTiXEtldpCG {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #Mva7aAHlrHzfQ6fflhezgXphoUAyBXhm { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #w9yaCLekZuWQsg7qSQFikDccCgvhhMro {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #sFAu9gRGru9MmG6HcGRMKMFADIsN8MJT {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pTb96pL4mNzGpEMCsL7G6ONUumHI7O2v { display:flex;position:relative;top:0rem;left:0rem; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #iE5g1sEZMN2FI66F9V12fywmcbnayTpn {  }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #IF3LZ4dcuIbqR4E9fe39kEhhz5Pm8lEC {  }
#gQSvFBgpinTpG8ddTAL9phuNdKHlRGEl { color:#fff000;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.9374876022339rem;left:7.28125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container { background-color: transparent; background-image: none; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container > .video-iframe-container { display: none; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row > .video-iframe-container { display: none; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .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); }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container { border-width: 0; border-radius: 0; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#xkS2gWUAzZRabRllBp3wf2OWs0x6Ud8f { position:absolute;display:block;z-index:15010;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.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);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:33.5rem;width:19.75rem;top:8.75rem;left:7.625rem;display:block; }
#IPAlZnflpTGHezKiSOOUBv3wiFAbMfIr { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:10.3125rem;left:9.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fu57KUtJtd5gQh5mSq3HU3kVaxWW6Oan { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:12.124975681305rem;left:13.4375rem;overflow:hidden;display:block; }
#KP0bTU5P0Z6Tqb9l3RttAZ8FoQpcoAr0 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:15.375rem;left:10.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsCE4euV1xKximtT3iE22XciMeM4WXb5 { color:rgba(var(--color-secondary-2),1);display:block;width:10.9375rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:17.6875rem;left:11.8125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyLSUMh80SZGRl6XoKq2DzvFFisJ0752 { color:rgba(var(--color-secondary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1;letter-spacing:0;top:15.8125rem;left:21.8125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItU2e28Kwp2SADd4pcXo8cyisQmORGR0 { color:#370f11;display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:19.6875rem;left:22.5rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe { color:rgba(var(--color-secondary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:22.5625rem;left:8.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#V2MC2l4RGnpGMPZUgJnqEo5oPG1DTwEz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.9375rem;left:11.25rem;display:block; }
#S1n9VlOe0IcF1CxytTNvyVwKPcLc48Iz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsvRmFP2Zgy0UJ1ABwWfRbZM0oSvfS4L { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5rem;left:7.625rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FiongG2FggRdaiFGKCZkPu6z7WP7XDIk { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tX2fZNXVFCDEyeCW6dfn96Db5yzdq7wD { color:rgba(var(--color-secondary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:52.875rem;left:7.625rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTbQtLwdDQkk9Pllvw8bT7sZIVKc9fnT { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:10.3125rem;left:33.4375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#deKImuuKutOLAiv4EC7u9RcZkScVuTPB { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:12.1875rem;left:37.875rem;overflow:hidden;display:block; }
#vBICfbD8WnvfbEABINCufCA6vnky2n5q { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15039;line-height:1;letter-spacing:0;top:15.375rem;left:35.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtiUBCGpxTfwe8M6f31Bzi96qhpcTemC { color:rgba(var(--color-secondary-2),1);display:block;width:10.9375rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:17.6875rem;left:36.5rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:22.5625rem;left:32.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
#EO1gZDUgEsmH1pDQXyFBPXpnHh5r55wS { color:rgba(var(--color-secondary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1;letter-spacing:0;top:15.8125rem;left:46.4375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrZDtcsV3yfgA1rMSfc43XzQvlRiZduJ { color:#370f11;display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:19.6875rem;left:47.1875rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fqwVyNWP2t5ZqGP9Oh07CaVUXQCGemqw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:47.25rem;left:36.031251907349rem;display:block; }
#p2lkwQawaRKocPir8TPnA8F5AU3sTOVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udNJwlwoUG6na8SXf28K14a10BXV8VrB { position:absolute;display:block;z-index:15011;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.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);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:42.5625rem;width:19.75rem;top:8.75rem;left:32.062501907349rem;display:block; }
#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e293d8b-a5b2-437d-83df-bca56f1d32c7/Tytu12.jpg");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; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N.adaptive-delivery-prevent-bg, #D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N.lazyload, #D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N.lazyloading { background-image: none; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N > .row .container { border-width: 0; border-radius: 0; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:none; }#UQeltiPLaC4eXUdUDDT6WZUwqvbDcLnO { background-color:#ee9c70;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#370f11;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.25rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:25.1875rem;left:24.6875rem;display:block; }
#q50012tf8XDqrhL7Lhnvkdm8rc6KqHmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRqgl20Hct7E39kh7obCTehlLKE4nJHq { color:#fdf7eb;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.25rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v40QrNKBPukcELNl8PgeZW5FFPnE8KVF { color:#fdf7eb;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9rem;left:3.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1xT4GTx16zkLRv2I6t1lO8Ra6wuNoP1 { color:#ee9c70;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.6875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgrslcnBMIxIw2Gmv5LmxX4S0JBCJn7m { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.25rem;left:11.9375rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahSgcVWT7AKdJVquJMGeniH2H1MGFNEQ { 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:6.875rem;width:6.875rem;top:14.0625rem;left:13.0625rem;overflow:hidden;display:block; }
#cxdv1ybFF2PLI1Gx2rzi2Taz5hTSR2vc { 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:6.875rem;width:6.875rem;top:14.0625rem;left:26.125rem;overflow:hidden;display:block; }
#ruI9NKbsKT0rZrQ17eB048abqyBp0aic { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:21.25rem;left:22.625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dl66PyrGI3cbOELhN0FXb30QVNv5Vl7T { 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:6.875rem;width:6.875rem;top:14.0625rem;left:38.8125rem;overflow:hidden;display:block; }
#TxGrc500dCUK4qzO8eeW9KpgvIB9bqny { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.25rem;left:36.5rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { border-width: 0; border-radius: 0; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:none; }#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fdf7eb;background-image:none;vertical-align:top; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:rgba(var(--color-secondary-2),1); }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);height:auto;line-height:1.2;overflow:hidden; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger.adaptive-delivery-prevent-bg, #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger.lazyload, #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-trigger.lazyloading { background-image: none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT { box-sizing:content-box;height:auto;width:53.75rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.1250001192093rem;left:1.59375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #D5Clz8TXLCWA4PW3Bk4SRwtJusegPMID { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #u4aOBUhQUuUDh4ab5IZkMTfe7Ih8lOvC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #rNnpPJufkLPZla5LSarlVf5TIz57qQId { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fqiPRTKhQqI8xFAtSc3WSzTGL0BN3Vd0 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ZIRnI1hq0TogTPIVACw4MhIKiJlKLvJ6 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #X8BDM6zpGWZak6rp7eMBuPqTq3pPTGyX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #SBk2Bdipxpo0yvHemZvk1HHVgPQxuZHM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #XCsFrohO5TIadR2MpNBxxZMNFdd1P28Q { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BXffwMp80WU6UVlIrc5GDuqhS36wAF10 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ep5SfLnbCdPERkog2Lw5LmIKpbpBRcrz { display:none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fsZsPTPCs6TIUBqZHqt9Wmgd3pGzb0gq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ui1z4aXc8ELTA9OoBrSk2fs6BXmWQkob { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yafEB4a4BWG63q3TkXP5gaag1Wqa9OTS { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IEim3Z8G0TQEQAA8nO3ElTvd7WTtZwPM {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #URvoqMXI4mJGAov7dlPfn2d2Np84NKM5 { display:none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #hgRUemMTZusTkK4LQlX3RgTfEZBuDQWk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #Rx4hbnIXdPnIrxsBao8Jm8vAwQ5WlalQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BAFXKlq39v3215GITT8WF5OKcRM9rNHU { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #F9Zmh4S3pPSP8OpNvsTXnTc6WKbdPKm5 {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #P4bhuonSgT5JqQrxOZZ2WJVD16VeZV1O { display:none; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IkumhuFFp76JX0J5TfsnRX5DrMLeakHv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #CstUelbWOgDfKnUkoLzTlkw5l2qaTQ2T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fiJ2lh5Z2TnJCQBQTFJXzic6Rl2bvITg { display:block;position:relative; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yIMXcNby8pJul4ks3p6aQ0wGS4uXosiS {  }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #EFdiAX9vR1DVfXMFNvyvKM4gTNr3tTRu { display:none; }
#lgu79CLPDwQoTeSaJ7QRql1UsCJN26FO { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.1362848281861rem;left:0.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bih1nBlIH3eigTQJzycdulLvNodl2AWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { background-color: transparent; background-image: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container > .video-iframe-container { display: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container { display: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .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); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { border-width: 0; border-radius: 0; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { color:#fdf7eb;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.060546875rem;left:0rem;height:2.2500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { background-color:#fdf7eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.8125rem;left:21.28125rem;display:block; }
#T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { color:#fdf7eb;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.4365234375rem;left:6.1875rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { background-color:#fdf7eb;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { background-color: transparent; background-image: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container > .video-iframe-container { display: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container { display: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .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); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { border-width: 0; border-radius: 0; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33rem;left:16.1875rem;height:1.38139375rem;font-style:normal;display:block; }
#FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { color:rgba(var(--color-secondary-2),1);display:block;width:29.5rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:32.9375rem;left:39.8125rem; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:32.6875rem;left:41.75rem; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-form-header {  }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container:first-of-type{padding-top:0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container:last-of-type{padding-bottom:0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { background-color:#fdf7eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:9.4687504768369rem;left:16.187501907349rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.125rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { background-color:#fdf7eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:9.4687504768369rem;left:16.187501907349rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR { position:relative; }
#eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { color:rgba(var(--color-secondary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:5rem;left:6.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#ybdxTTb5mWuqmZ9NGPW7X8SehrmSbliN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:32.940626144409rem;left:44.125rem; }
#ybdxTTb5mWuqmZ9NGPW7X8SehrmSbliN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { background-color: transparent; background-image: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container > .video-iframe-container { display: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container { display: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .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); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { border-width: 0; border-radius: 0; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#qXILCumovTi9Umyktdc0vyPR75uOrfbW { color:rgba(var(--color-secondary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:2.8125rem;left:16.125rem;height:1.12526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:0.75rem;left:19.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyykpi492cm9RLrJwcI7xCr6OINZECb2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:0.75rem;left:27.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.8125rem;left:31.3125rem;height:1.12526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { display:none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { width:19.375rem;height:2.9375rem;top:0.8125rem;left:14.187501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block; }
 }@media only screen and (max-width: 763px) { #Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { width:12.5rem;height:1.25rem;top:4rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { width:8.6875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { width:7.875rem;height:2.0625rem;top:0.8125rem;left:33.050001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block; }
 }@media only screen and (max-width: 763px) { #MZotULm0Gpp67MaE70V1TatbpFTTPbTv { width:5.625rem;height:2.0625rem;top:0.8125rem;left:26.800001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block; }
 }@media only screen and (max-width: 763px) { #nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { width:6.3125rem;height:2.0625rem;top:0.8125rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block; }
 }@media only screen and (max-width: 763px) { #ApvT79zAQbKTdG4AkkRz7CeMU9FnXCwD { width:5.625rem;height:2.0625rem;top:0.8125rem;left:41.624219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcOqWOOuST5n6qCUJszbqaruTMF9TOi { display:block; }
 }@media only screen and (max-width: 763px) { #ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { display:none; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { width:8.6875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { width:7.875rem;height:3.4375rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block; }
 }@media only screen and (max-width: 763px) { #hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { width:5.625rem;height:2.0625rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { width:6.3125rem;height:3.4375rem;top:0rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block; }
 }@media only screen and (max-width: 763px) { #KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zThMTAEnQvsH4RaFzafy6cW3WT71EeVB { width:5.625rem;height:2.0625rem;top:0.6875rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIzFzTEZePSlDx21u2HPOt7zPe3dpFbG { display:block; }
 }@media only screen and (max-width: 763px) { #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { width:47.75rem;height:3rem;top:7.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0akoXUKALSxBb71TUVCQVEDgHFnNnJ { width:30.1875rem;height:1.625rem;top:14.8125rem;left:8.7812519073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfl5TvsoNsa56HoMB0vMvTU9ihD6SqT { width:26.3125rem;height:3.375rem;top:10.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { width:7.9375rem;height:10.6875rem;top:25.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { width:7.9375rem;height:10.6875rem;top:25.3125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { width:9rem;height:3.9375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { width:9.125rem;height:3.9375rem;top:35.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { width:9rem;height:3.9375rem;top:35.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { width:7.0625rem;height:2.0625rem;top:36.1875rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { width:4.5625rem;height:2.0625rem;top:36.1875rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { width:17.6875rem;height:6.375rem;top:0.75rem;left:14.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { width:7.9375rem;height:4.4375rem;top:3.5rem;left:2.49937915802rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { width:7.9375rem;height:11.9375rem;top:25.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { width:9.625rem;height:2.0625rem;top:36.1875rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { width:9rem;height:3.9375rem;top:35.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { width:7.9375rem;height:10.6875rem;top:25.3125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { width:7.1875rem;height:2.0625rem;top:36.1875rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9WrJdBNCwgxLz4GaBs3A2gkbZzamqaW { width:8.4375rem;height:1rem;top:38.25rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyUL72Pow3PCC1OVpGfqEGqy7zo0ssRZ { width:8.4375rem;height:1rem;top:38.25rem;left:9.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APWO2wKyNr2oaR8V2pTB8k9nglA0xAl7 { width:8.4375rem;height:1rem;top:38.25rem;left:29.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu20C2FSdUKoPmosOgdLDB6PMlztXZJu { width:8.4375rem;height:1rem;top:38.25rem;left:19.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuQxK8iaVwNBnHKNMmqlegbJfcPPVAD { width:9rem;height:3.9375rem;top:35.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2ugRVgGoQAVv1ZgcKy7HgakvqRxk27 { width:8.4375rem;height:1rem;top:38.25rem;left:38.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWXJGJ9sT39QUgOb71FTU095GqX4ygV5 { width:7.9375rem;height:10.625rem;top:25.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDQmqISec3Kz3rILuzp3fPbNNx9A8eND { width:9.625rem;height:2.0625rem;top:36.1875rem;left:38.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBDL9i4CEzFm2ash45JLErguZSRxAGKq { width:47.75rem;height:2.8125rem;top:11.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJAZuERrD9xXic3SomnG9b456xUBeM1 { width:34.5625rem;height:2.25rem;top:17.875rem;left:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVlnT79rLA7C59mhQ9qX3trdaRFETRCr { width:35.0625rem;height:1.625rem;top:20.1875rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAPfaiod9PxdylXmVULI5zUxEB0VQenB { width:7.125rem;height:7.125rem;top:16.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW9rysy78BhybnFFk0Ddbh3dhldTV0My { display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT41UASBc89F1hXTAr9qb910ghCapTc { width:20rem;height:13.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { width:47.75rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { width:20rem;height:13.375rem;top:0.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { width:47.75rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { width:20.0625rem;height:13.1875rem;top:0.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { width:20rem;height:0.4375rem;top:0.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { width:16.4375rem;height:4.6875rem;top:2.1875rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { width:20.125rem;height:13.375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { width:20.25rem;height:1.625rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { width:14rem;height:3.25rem;top:8.1875rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O99sKsHC1aAypfQFFHWksexZ2nffhW7s { width:16.4375rem;height:2.4375rem;top:5.8125rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { width:20.125rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZNerApp1STd3X1GTp9fkdUATfTrNv7m { width:20.6875rem;height:13.3125rem;top:13.75rem;left:13.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { width:15.9375rem;height:1.625rem;top:21.4375rem;left:15.937501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { width:19.25rem;height:4.5rem;top:16.9375rem;left:13.875001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { width:20.125rem;height:13.375rem;top:13.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XChCb26FQfaDbuzy8REgD3Im7C2amO57 { display:none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { width:47.75rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { width:47.75rem;height:14rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWKTdRirIltiVebdmT3gWvHDr0m9poXh { display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { width:47.75rem;height:26.803314917127rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { width:47.75rem;height:1.31214375rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { width:47.75rem;height:2.875rem;top:12.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { width:15.5625rem;height:2.25rem;top:10.125rem;left:16.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObG6hEUDwHkbud8V1yidkZXXdPGPtV0L { width:37.75rem;height:3.5rem;top:16.0625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { display:none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { width:47.75rem;height:8.75rem;top:15rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { width:47.75rem;height:7.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{  }
 }@media only screen and (max-width: 763px) { #v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { width:47.75rem;height:1.75rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPX5OdeouR8FyIz9JymBKUygQcaChtlk { display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { width:47.75rem;height:2.599875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { width:28.625rem;height:13.25rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { width:30.0625rem;height:4.1875rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { width:5.75rem;height:3.5746625rem;top:1.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { width:29.875rem;height:20.5rem;top:2.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { width:29.1875rem;height:14.9375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { width:26.9375rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { width:4.625rem;height:3.5746625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { width:30.0625rem;height:21rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { width:29.1875rem;height:14.9375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { width:23.9375rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { width:4.625rem;height:3.5746625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { width:30.0625rem;height:21rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { width:20.3125rem;height:11.1875rem;top:3rem;left:13.718751907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.375rem;top:2.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { display:none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { width:37.625rem;height:1.1875rem;top:4.9375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { width:39rem;height:2.6875rem;top:1.75rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { width:15.875rem;height:23.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1B7i5l8u4FbUiVZvH6uGRcB5qVsazk9 { width:10.625rem;height:2.25rem;top:22.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFaBwTBuIo37p2aRlqXxXeuM8zUuJBw { display:block; }
 }@media only screen and (max-width: 763px) { #RO1rdTN60BWE8kOglSspi792EzICZQfd { width:8.5625rem;height:0.0625rem;top:8.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7PeIRrVe6oCdc66qNVA21rxsZtieTbc { width:37.5rem;height:1.5625rem;top:10rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLw0V34nsRh9uPIIB18yglJV76lKKrly { width:39.9375rem;height:3.5625rem;top:11.8125rem;left:7.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 { width:38.375rem;height:4.1875rem;top:16.5rem;left:9.375rem;font-size:1rem;display:block; }#W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { width:47.75rem;height:21.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { display:none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { width:38.125rem;height:2.75rem;top:5rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { width:39rem;height:2.5rem;top:1.9375rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { width:15.375rem;height:20.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { width:8.5625rem;height:0.0625rem;top:8.5rem;left:12.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxSD5tErP4FInvI92eDNbfMkIWzo7bb1 { width:38.5rem;height:3.875rem;top:12.625rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvbTxLKXTFkva2zPk6ULrG5SD3KAyvba { width:39.125rem;height:1.5625rem;top:16.625rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuMQDsQ2MtMe82k589MxPiH1QLFUiJLT { width:11.9375rem;height:2.25rem;top:20.1875rem;left:12.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaXmuWqsDfPAlThHzx7ivXk9nHVmUk7 { display:block; }
 }@media only screen and (max-width: 763px) { #lJMqqHU2mbSOnTWFp7OxsTFQAMWk8FMR { width:37.5rem;height:1.5625rem;top:10.25rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU { display:none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SMSxgcITli8HKKv0VCAG02DMl1UfJJWQ { width:38.125rem;height:2.75rem;top:4.5rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOkpF9B0EcZI6hAhU2L1f2NpLHnCFRkT { width:39rem;height:2.5rem;top:1.4375rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXLdwW5ksgwD1BJ0NspcC9orGIR9SDBS { width:15.875rem;height:23.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGMMhoSbvezeZDhUMW78ZpBVzlPbvLBa { width:7.5rem;height:0.0625rem;top:8.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wChLNU7C8aTA7rfhAyLN4W5w0qOvGN { width:47.75rem;height:22.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzgZm23nuiNJCXoxKrqLIgEC8H7W1kHi { width:40.6875rem;height:3.5625rem;top:11rem;left:7.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci6MJ0asU4OlqgWLzDeMR4VUiPzTpTVw { width:10.625rem;height:2.25rem;top:23.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51Lq4ZXQIe6adUDUfWls17QnHp0rBa8 { display:block; }
 }@media only screen and (max-width: 763px) { #ciZSTwSKZw3KeTKOqvDtJZDU1V0D5Qno { width:37.5rem;height:1.5625rem;top:9.0625rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE { width:40.5625rem;height:;top:15.5625rem;left:7.1875rem;font-size:1rem;display:block; }#OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { display:none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { width:37.8125rem;height:2.375rem;top:4.4375rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { width:39rem;height:2.6875rem;top:1.1875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { width:15.875rem;height:23.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { width:47.75rem;height:22.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqNZwo3PCVwodXyT3E7MPQeu4eKTNocN { width:7.5rem;height:0.0625rem;top:7.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaTJM8kk3ZLRRZ1hzc7ts9Q34QxIor1 { width:34.1875rem;height:3.5625rem;top:11rem;left:12.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUreue0lcL59rwePH7bGXsrhP7UofUq { width:10.625rem;height:2.25rem;top:22.375rem;left:12.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2fGIGZS8OeQluEOlbJ27LRuSyZnwnG { display:block; }
 }@media only screen and (max-width: 763px) { #cBTiyR69mVd14G53fwNo4CxTr0O76T65 { width:37.5rem;height:1.5625rem;top:8.9375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ { width:38.8125rem;height:;top:15.25rem;left:8.9375rem;font-size:1rem;display:block; }#oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { display:none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MNScdkHCeAEtHShELegw2OMpx99TTDkw { width:41rem;height:2.375rem;top:4.875rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { width:15.875rem;height:23.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { width:47.75rem;height:22.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8aICCQTzhwhspTm88B1wV4go6tiuPG { width:8.5625rem;height:0.0625rem;top:8.25rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVfMTK7dMWllOwIgKT4CNCkJAuyDUhx { width:38.5rem;height:3.5625rem;top:11.25rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKQZpKdy7pvxhlP820VqGOXWMTD4wyEo { width:10.625rem;height:2.25rem;top:22.875rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTdabEgKMzT4XM4Am0VDLVCmySx8yX2 { display:block; }
 }@media only screen and (max-width: 763px) { #BxbWxKkNi3H7Mckb9UOP8gSUiA1kfPx8 { width:37.5rem;height:1.5625rem;top:9rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH { width:40.625rem;height:;top:15.75rem;left:7.125rem;font-size:1rem;display:block; }#Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S { display:none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QGNQtqbsXH7S35axCXXQLQo90UNWSR9B { width:38.375rem;height:3.5625rem;top:4.4375rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Tph39v6pQecb3i8aiQCrcnmaBREFMH { width:39rem;height:2.6875rem;top:1.1875rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SisxE1WvhNs0TTzzhW4aTdA5CsrE8o02 { width:15.875rem;height:23.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwyQqdwt9RRquuGcvg0uBpNgIOyD3xCS { width:47.75rem;height:22.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asOdbloGn7mNmoLPkaZtJKGdJ3iMsTpx { width:7.5rem;height:0.0625rem;top:8.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrSUaQIbCkdVUPPbw8sQTt12crb4gIho { width:39.375rem;height:3.5625rem;top:11.5625rem;left:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9uGMavba2E9DGRkL15D16rMkxXBTqM { width:10.625rem;height:2.25rem;top:24.1875rem;left:12.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGlrNi9pczIMiJrISplOmTgC3fT03P3L { display:block; }
 }@media only screen and (max-width: 763px) { #a3GaekL8Ru1zscfMv13Dd9ZTgtC82FoA { width:37.5rem;height:1.5625rem;top:9.4375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 { width:40.625rem;height:;top:15.75rem;left:7.125rem;font-size:1rem;display:block; }#yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { width:47.75rem;height:72.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { width:15.25rem;height:2.125rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { width:3rem;height:3rem;top:10.875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { width:1.5625rem;height:1.5625rem;top:11.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { width:3rem;height:3rem;top:34.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { width:23.0625rem;height:1.75rem;top:35rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { width:3rem;height:3rem;top:39.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { width:1.5625rem;height:1.5625rem;top:39.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { width:3rem;height:3rem;top:75.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { width:23.0625rem;height:1.75rem;top:76.25rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { width:3rem;height:3rem;top:23.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vtm763G3mTbBTEseUeT060wgXbewzg { width:1.5625rem;height:1.5625rem;top:24.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { width:28.4375rem;height:5.3125rem;top:13.6875rem;left:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { width:23.0625rem;height:1.75rem;top:60.9375rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { width:0.125rem;height:68.3125rem;top:8rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { width:30.9375rem;height:2.25rem;top:24rem;left:16.8125rem;font-size:1.125rem;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
 }@media only screen and (max-width: 763px) { #woznlyd3dDwqA539DlWhcycUEqDDEfnr { width:22.875rem;height:3.5625rem;top:52.3125rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { width:1.9375rem;height:1.9375rem;top:34.9375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { width:1.9375rem;height:1.9375rem;top:60.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { width:3rem;height:3rem;top:60.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { width:1.75rem;height:1.75rem;top:76.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { width:47.75rem;height:3.375rem;top:1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { width:12.5rem;height:2.4375rem;top:67.6875rem;left:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { width:28.0625rem;height:3.5625rem;top:26.375rem;left:19.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { width:26.3125rem;height:3.5625rem;top:42rem;left:21.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { width:30.9375rem;height:2.25rem;top:39.4375rem;left:16.8125rem;font-size:1.125rem;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
 }@media only screen and (max-width: 763px) { #dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { width:30.9375rem;height:2.25rem;top:11.25rem;left:16.8125rem;font-size:1.125rem;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
 }@media only screen and (max-width: 763px) { #rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { width:15.25rem;height:2.125rem;top:39.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { width:15.25rem;height:2.125rem;top:65.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { width:30.9375rem;height:2.25rem;top:50rem;left:16.8125rem;font-size:1.125rem;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
 }@media only screen and (max-width: 763px) { #clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { width:30.9375rem;height:2.25rem;top:65.375rem;left:16.8125rem;font-size:1.125rem;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
 }@media only screen and (max-width: 763px) { #yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { width:30.3125rem;height:3.5625rem;top:67.625rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMrwWaLbXt7TW0VIHixkKoupou6nsND7 { width:23.0625rem;height:1.75rem;top:20.1875rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzbUtEf71tTXc2ffbuuAhEk3Q1VZ9Xir { width:12.5rem;height:2.4375rem;top:6.5625rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOnErH3ipIT7En95eBnutT6JMvOuOK19 { width:23.0625rem;height:1.75rem;top:6.875rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFhKwJsR5z63olKTvO5bkmwK53425zs { width:3rem;height:3rem;top:6.3125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnNqKdTw4H2vTNGRQHzewegD7xAJGpDB { width:1.6875rem;height:1.6875rem;top:6.9375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWK9krnknIaeNNdSFb74aWPtczp4siA { width:3rem;height:3rem;top:19.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Zv5M9GfOiBkcRoGLVLH1wGNFJhumVm { width:1.9375rem;height:1.9375rem;top:20.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85rngbAgQwDyP6rXIohly5sEH8uTIZT { width:12.5rem;height:2.4375rem;top:23.9375rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUdEKblMGh8mKTf0qpVpFiADwoZMT2Ma { width:3rem;height:3rem;top:30.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXB7Qwm3IPn6gBvMLXxPnvhRXqlyA0ld { width:1.9375rem;height:1.9375rem;top:31.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDm8TwFsGLZPuOn0PrefUVXex6AwKqya { width:23.0625rem;height:1.75rem;top:31.1875rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfdVPcRlcTGr0TLdCKfTuMk7EPb8qzq4 { width:12.5rem;height:2.4375rem;top:34.625rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxKMTgddUI3cBZADvLOBJARvscpcHyu7 { width:12.5rem;height:2.4375rem;top:41.5rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqOUkOXruHXXoVNb7drpEsbQLU6zhXWP { width:3rem;height:3rem;top:46.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCw2T7SJdPBTgplVuvadRcsPpgd9TQNE { width:1.9375rem;height:1.9375rem;top:46.6875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlqqVCCG5Tt42RHbIH4Fo7eP7WcnE05 { width:23.0625rem;height:1.75rem;top:46.6875rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLZXaczeRK9Gnb3Q9eeEM7rUsaysGdCQ { width:3rem;height:3rem;top:49.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuoqq0wybh7zzewJNPtViA8rOtDbPx4C { width:1.5625rem;height:1.5625rem;top:50.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7snphcS4tUItMcKy94bakinQuyCApEW { width:12.5rem;height:2.4375rem;top:50.125rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUTCSeFgX5Ker2ZQ0u3LtGva1QKr6m7p { width:3rem;height:3rem;top:56.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8vLoJ9ITUDtibgwXSRXUvia3DIamip { width:1.9375rem;height:1.9375rem;top:57.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBV3vL5evJuOuv7XkshQn5uiD4MsPdh { width:23.0625rem;height:1.75rem;top:57.3125rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJk9ZLLtlM8l5qHmFqQzmNdy3u7wKqO { width:12.5rem;height:2.4375rem;top:60.5625rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFmOAW0uN3eztL9soGrDMH0OITICmw1D { width:3rem;height:3rem;top:65rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8SZzNQDKzeTzPLN7LJnH3yCPv380itd { width:1.5625rem;height:1.5625rem;top:65.5625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJrsQka52GUxVuUf415uEAdqdEC6TVWL { width:3rem;height:3rem;top:71.875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enquCu72vv3Hsal4bJLvGqs3PXxal2WC { width:1.9375rem;height:1.9375rem;top:72.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJuSXMAIGFII5zGxQRk2y2vpuphePpQs { width:23.0625rem;height:1.75rem;top:72.4375rem;left:23.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTtTI6FbwnFJm62x87qmUmV680NpzHV { width:12.5rem;height:2.4375rem;top:75.9375rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { display:none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { width:22.0625rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { width:12.3125rem;height:2.8125rem;top:7.375rem;left:19.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { width:20.5625rem;height:7.3125rem;top:1.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9V098kkxwdDMCTbITIkgT384TxCAqs { width:12.3125rem;height:7.3125rem;top:1.5rem;left:19.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raFc9fWk623fnMcNTczqxL3ryK7vAB9i { display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { width:40.125rem;height:2.8125rem;top:1.4375rem;left:3.7808933258057rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZKOKKleNWfiaKCiHGD0h633el3mH3L { width:47.75rem;height:1.5rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgW88V5oFNor6RTSc5fbdxbBH20C156r { display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { width:47.75rem;height:20.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { width:20.8125rem;height:21.125rem;top:1.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { width:24.4375rem;height:19.5rem;top:2.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuenJDypzpbGXT406IoNwqIbdLNXEFQU { width:21.375rem;height:23.0625rem;top:23.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { width:24.75rem;height:18.125rem;top:23.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { width:29.0625rem;height:3.5rem;top:44.1875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { width:22.5625rem;height:6.1875rem;top:49rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { width:29.25rem;height:4.4375rem;top:49.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { width:20.8125rem;height:21.125rem;top:1.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { width:24.4375rem;height:19.5rem;top:2.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { width:21.375rem;height:23.0625rem;top:23.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { width:24.75rem;height:18.125rem;top:23.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { width:47.75rem;height:1.875rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { display:block; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGTt78Rs0KNFnfWWV3tclZlUiRqyAAVg { width:47.75rem;height:2.000175rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { display:block; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { width:20rem;height:1.4000375rem;top:16.8125rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnHgteVhXJx9KPw68k9D8bDWehb39vg { width:10.1875rem;height:13.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { width:12.625rem;height:2.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { width:13.25rem;height:1.125rem;top:14.375rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { width:20rem;height:4.2001125rem;top:16.8125rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { width:10.1875rem;height:13.625rem;top:1.5625rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { width:12.625rem;height:2.1875rem;top:13.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOV180LUMpX5xDnprfFLBCym8SvaF24 { width:13.25rem;height:1.125rem;top:14.375rem;left:34.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXbWGgExrybhWlniVdG29fqSkns5J9 { width:10.1875rem;height:13.625rem;top:1.4375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { width:12.625rem;height:2.1875rem;top:13.875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { width:13.25rem;height:1.125rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { width:20rem;height:4.2001125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { display:block; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { width:47.75rem;height:5.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { width:15.3125rem;height:4.125rem;top:18.625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .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; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .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; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:7.7999992370606rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
 }@media only screen and (max-width: 763px) { #TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { width:47.75rem;height:3.89915rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L064orHKVwJN1NslUxfqrGBC2LF4xxOq { width:45.5625rem;height:14.3125rem;top:5.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 { display:none; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .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; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .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; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR { width:18rem;height:5.0625rem;display:flex;top:3.125rem;left:7.7999992370606rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #NPIPCOkyvPwQxFfmzWSlsA2JLI9a7ooz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #L716AsGO21O5RmsBr0HVQb4k2ZtixltM {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zdiVIAnhcZ4CJtLETJCsgK4DXRGEodL3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #hT5RuMI7ThlTmZP1FJJQ1caZp72GzmXK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #IlPLvXMiWFBLSp8aaTrArgSmHnbzUCCO {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #r1m1KCda6UtrTb1zRGdHc2o2CgfcNlD3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zC7WofF1UqnPyG5cgbrXicGRkT1zDhZk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #EH4NPpCpnfDRaaJtG4xW4ZpQDyPGzxIs {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #UFB5qXabWSPB23G77oFJwG2zyCE7o9EN {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #up8TZ5uUUgbvVWVtsfHBy6pKDd9TrECN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #RpRn00XCMtogf1J2U4nxvw3lUbuR9THB {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #pc33hsVye5n4eItn9qfi9n6RPv4eSqpu {  }
 }@media only screen and (max-width: 763px) { #Szky1l2KoBw4DmmdLCV7zy8mr0fDGAka { width:47.75rem;height:2.000175rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyVVu5F1LCfFTIVe4ZOnATlmNZA2Trt { width:47.75rem;height:1.04980625rem;top:10.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhA4aTDfGTV5zJVeWkSPC7IO1n9hJV5 { width:33.5rem;height:1.29971875rem;top:28.5rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAWTw6T7mKXUovw5FyxAhcS8NNWgJrI { width:45.4375rem;height:1.1998375rem;top:14.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnazSVfAbfyMZwKCxAOnhQmevhsyUpS { width:47.75rem;height:2.000175rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 { display:none; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .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; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .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; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh { width:18rem;height:5.0625rem;display:flex;top:3.125rem;left:7.7999992370606rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #SDWvLQvIScPi8giqPDTVUwkfuKPWKCUr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #c9dCxLfrA5Hm9pFmO2OoRL60Qqfwct15 {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #cCOC62uRMEuhRaAHlz4JkWBEJUm88hfm {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pSJFOgW8wxXRPLU6o5NaM91KdGAp1TwW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #UavfF6H1itqwcWp1Mmta0dwXRrcIzNcB {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #R0KX4Clp78l5eNQlzsUIeFTiXEtldpCG {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #Mva7aAHlrHzfQ6fflhezgXphoUAyBXhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #w9yaCLekZuWQsg7qSQFikDccCgvhhMro {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #sFAu9gRGru9MmG6HcGRMKMFADIsN8MJT {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pTb96pL4mNzGpEMCsL7G6ONUumHI7O2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #iE5g1sEZMN2FI66F9V12fywmcbnayTpn {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #IF3LZ4dcuIbqR4E9fe39kEhhz5Pm8lEC {  }
 }@media only screen and (max-width: 763px) { #gQSvFBgpinTpG8ddTAL9phuNdKHlRGEl { width:45.4375rem;height:1.75rem;top:1.875rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 { display:block; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkS2gWUAzZRabRllBp3wf2OWs0x6Ud8f { width:19.75rem;height:33.5rem;top:8.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPAlZnflpTGHezKiSOOUBv3wiFAbMfIr { width:16.5625rem;height:3.125rem;top:10.3125rem;left:6.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu57KUtJtd5gQh5mSq3HU3kVaxWW6Oan { width:9.875rem;height:9.875rem;top:12.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP0bTU5P0Z6Tqb9l3RttAZ8FoQpcoAr0 { width:16.5625rem;height:1.875rem;top:15.375rem;left:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCE4euV1xKximtT3iE22XciMeM4WXb5 { width:10.9375rem;height:3.4375rem;top:17.6875rem;left:8.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLSUMh80SZGRl6XoKq2DzvFFisJ0752 { width:4.375rem;height:1rem;top:15.8125rem;left:18.750001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItU2e28Kwp2SADd4pcXo8cyisQmORGR0 { width:2.875rem;height:1rem;top:19.6875rem;left:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe { width:18.9375rem;height:;top:22.5625rem;left:4.9375rem;font-size:0.9375rem;display:block; }#qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #V2MC2l4RGnpGMPZUgJnqEo5oPG1DTwEz { width:13.0625rem;height:2.8125rem;top:37.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1n9VlOe0IcF1CxytTNvyVwKPcLc48Iz { display:block; }
 }@media only screen and (max-width: 763px) { #MsvRmFP2Zgy0UJ1ABwWfRbZM0oSvfS4L { width:44.1875rem;height:1.75rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiongG2FggRdaiFGKCZkPu6z7WP7XDIk { width:47.75rem;height:2.375rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX2fZNXVFCDEyeCW6dfn96Db5yzdq7wD { width:44.5rem;height:3.625rem;top:52.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbQtLwdDQkk9Pllvw8bT7sZIVKc9fnT { width:18.25rem;height:3.125rem;top:10.3125rem;left:24.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKImuuKutOLAiv4EC7u9RcZkScVuTPB { width:9.875rem;height:9.875rem;top:12.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBICfbD8WnvfbEABINCufCA6vnky2n5q { width:16.5625rem;height:1.875rem;top:15.375rem;left:26.125001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtiUBCGpxTfwe8M6f31Bzi96qhpcTemC { width:10.9375rem;height:3.4375rem;top:17.6875rem;left:27.312501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 { width:18.1875rem;height:;top:22.5625rem;left:23.875rem;font-size:0.9375rem;display:block; }#V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #EO1gZDUgEsmH1pDQXyFBPXpnHh5r55wS { width:4.375rem;height:1rem;top:15.8125rem;left:37.250001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrZDtcsV3yfgA1rMSfc43XzQvlRiZduJ { width:2.875rem;height:1rem;top:19.6875rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqwVyNWP2t5ZqGP9Oh07CaVUXQCGemqw { width:13.0625rem;height:2.8125rem;top:47.25rem;left:26.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2lkwQawaRKocPir8TPnA8F5AU3sTOVT { display:block; }
 }@media only screen and (max-width: 763px) { #udNJwlwoUG6na8SXf28K14a10BXV8VrB { width:19.75rem;height:42.5625rem;top:8.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N { display:none; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQeltiPLaC4eXUdUDDT6WZUwqvbDcLnO { width:10.625rem;height:2.25rem;top:25.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50012tf8XDqrhL7Lhnvkdm8rc6KqHmb { display:block; }
 }@media only screen and (max-width: 763px) { #NRqgl20Hct7E39kh7obCTehlLKE4nJHq { width:47.75rem;height:2.25rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v40QrNKBPukcELNl8PgeZW5FFPnE8KVF { width:47.75rem;height:3rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xT4GTx16zkLRv2I6t1lO8Ra6wuNoP1 { width:47.75rem;height:2.25rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgrslcnBMIxIw2Gmv5LmxX4S0JBCJn7m { width:9.1875rem;height:1.25rem;top:21.25rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSgcVWT7AKdJVquJMGeniH2H1MGFNEQ { width:6.875rem;height:6.875rem;top:14.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxdv1ybFF2PLI1Gx2rzi2Taz5hTSR2vc { width:6.875rem;height:6.875rem;top:14.0625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruI9NKbsKT0rZrQ17eB048abqyBp0aic { width:13.875rem;height:1.25rem;top:21.25rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl66PyrGI3cbOELhN0FXb30QVNv5Vl7T { width:6.875rem;height:6.875rem;top:14.0625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxGrc500dCUK4qzO8eeW9KpgvIB9bqny { width:11.5625rem;height:1.25rem;top:21.25rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn { display:none; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #D5Clz8TXLCWA4PW3Bk4SRwtJusegPMID {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #u4aOBUhQUuUDh4ab5IZkMTfe7Ih8lOvC {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #rNnpPJufkLPZla5LSarlVf5TIz57qQId {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fqiPRTKhQqI8xFAtSc3WSzTGL0BN3Vd0 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ZIRnI1hq0TogTPIVACw4MhIKiJlKLvJ6 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #X8BDM6zpGWZak6rp7eMBuPqTq3pPTGyX {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #SBk2Bdipxpo0yvHemZvk1HHVgPQxuZHM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #XCsFrohO5TIadR2MpNBxxZMNFdd1P28Q {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BXffwMp80WU6UVlIrc5GDuqhS36wAF10 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ep5SfLnbCdPERkog2Lw5LmIKpbpBRcrz {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fsZsPTPCs6TIUBqZHqt9Wmgd3pGzb0gq {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ui1z4aXc8ELTA9OoBrSk2fs6BXmWQkob {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yafEB4a4BWG63q3TkXP5gaag1Wqa9OTS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IEim3Z8G0TQEQAA8nO3ElTvd7WTtZwPM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #URvoqMXI4mJGAov7dlPfn2d2Np84NKM5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #hgRUemMTZusTkK4LQlX3RgTfEZBuDQWk {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #Rx4hbnIXdPnIrxsBao8Jm8vAwQ5WlalQ {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BAFXKlq39v3215GITT8WF5OKcRM9rNHU {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #F9Zmh4S3pPSP8OpNvsTXnTc6WKbdPKm5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #P4bhuonSgT5JqQrxOZZ2WJVD16VeZV1O {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IkumhuFFp76JX0J5TfsnRX5DrMLeakHv {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #CstUelbWOgDfKnUkoLzTlkw5l2qaTQ2T {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fiJ2lh5Z2TnJCQBQTFJXzic6Rl2bvITg {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yIMXcNby8pJul4ks3p6aQ0wGS4uXosiS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #EFdiAX9vR1DVfXMFNvyvKM4gTNr3tTRu {  }
 }@media only screen and (max-width: 763px) { #lgu79CLPDwQoTeSaJ7QRql1UsCJN26FO { width:47.75rem;height:2.25rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bih1nBlIH3eigTQJzycdulLvNodl2AWE { display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { width:47.75rem;height:2.000175rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:17.4375rem;height:3.4375rem;top:24.8125rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { width:47.625rem;height:9.80025rem;top:6.375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { width:23.0625rem;height:1.38139375rem;top:33rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { width:29.5rem;height:2.599875rem;top:1.3125rem;left:9.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { top:32.9375rem;left:33.6875rem;width:1.5rem;height:1.5rem;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { top:32.6875rem;left:35.625rem;width:2rem;height:2rem;display:block; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { width:26.125rem;height:auto;top:9.4375rem;left:10.062501907349rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { width:26.125rem;height:auto;top:9.4375rem;left:10.062501907349rem; }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR {  }
 }@media only screen and (max-width: 763px) { #eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { width:47.625rem;height:2.800075rem;top:5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybdxTTb5mWuqmZ9NGPW7X8SehrmSbliN { width:1.5rem;height:1.5rem;top:32.9375rem;left:38rem;display:block; }
#ybdxTTb5mWuqmZ9NGPW7X8SehrmSbliN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { display:block; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXILCumovTi9Umyktdc0vyPR75uOrfbW { width:15.375rem;height:1.125rem;top:2.8125rem;left:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { width:7.6875rem;height:1.21848125rem;top:0.75rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyykpi492cm9RLrJwcI7xCr6OINZECb2 { width:13.1875rem;height:1.21848125rem;top:0.75rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { width:12.5625rem;height:1.125rem;top:2.8125rem;left:25.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #848484;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { background-color: transparent; background-image: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { border-width: 0; border-radius: 0; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { width:17.0625rem;height:2.4375rem;top:0.66875001043081rem;left:1.4687500596046rem;font-size:1.125rem;color:#fdf7eb;z-index:15048;background-color:#28a745;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) { #fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block; }
 }@media only screen and (max-width: 763px) { #Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { top:-33.749645233154rem;left:-28.573594212532rem;width:12.5rem;height:1.1375rem;z-index:15049;font-size:0.875rem;font-family:ubuntu;color:#5b5b5b;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { width:6.9375rem;height:2.625rem;top:1.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { width:7.875rem;height:3.4375rem;top:5.25rem;left:6.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block; }
 }@media only screen and (max-width: 763px) { #MZotULm0Gpp67MaE70V1TatbpFTTPbTv { width:5.625rem;height:2.0625rem;top:10.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block; }
 }@media only screen and (max-width: 763px) { #nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { width:6.3125rem;height:3.4375rem;top:15.125rem;left:6.875rem;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) { #GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block; }
 }@media only screen and (max-width: 763px) { #ApvT79zAQbKTdG4AkkRz7CeMU9FnXCwD { width:5.625rem;height:2.0625rem;top:19.812232971191rem;left:7.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JTcOqWOOuST5n6qCUJszbqaruTMF9TOi { display:block; }
 }@media only screen and (max-width: 763px) { #ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { display:block; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { width:6.9366875rem;height:2.6242875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { width:7.875rem;height:3.4375rem;top:6.125rem;left:12.125000536442rem;z-index:14999;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block; }
 }@media only screen and (max-width: 763px) { #hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { width:5.9375rem;height:2.0625rem;top:4.4375rem;left:14.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { width:6.31175rem;height:3.4375rem;top:10.875rem;left:13.687500536442rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block; }
 }@media only screen and (max-width: 763px) { #KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { display:flex;top:0.6875rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #zThMTAEnQvsH4RaFzafy6cW3WT71EeVB { width:5.9375rem;height:2.0625rem;top:9.1875rem;left:14.062500536442rem;z-index:15010;background-color:#5a9260;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) { #vIzFzTEZePSlDx21u2HPOt7zPe3dpFbG { display:block; }
 }@media only screen and (max-width: 763px) { #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/199ddf38-0355-431a-9d28-a83f1e58ecc1/4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.adaptive-delivery-prevent-bg, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyload, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyloading { background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { background-color: transparent; background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .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); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { width:17.625rem;height:5.7rem;top:4.6875rem;left:1.1875rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #pf0akoXUKALSxBb71TUVCQVEDgHFnNnJ { width:18.0625rem;height:1.2rem;top:13.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hbfl5TvsoNsa56HoMB0vMvTU9ihD6SqT { width:18.75rem;height:2.6875rem;top:11rem;left:0.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { width:5.625rem;height:7.5625rem;top:23.6875rem;left:0.375rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { width:5.5625rem;height:7.5rem;top:23.6875rem;left:13.875rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { width:6.1875rem;height:3.1875rem;top:30.5625rem;left:13.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { width:6.1875rem;height:3.1875rem;top:30.625rem;left:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { width:6.1875rem;height:3.1875rem;top:30.5625rem;left:6.875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { width:5.125rem;height:1.7875rem;top:30.75rem;left:14.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { width:6.0625rem;height:0.8125rem;top:31.125rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { width:10.375rem;height:3.75rem;top:0.66874980926512rem;left:4.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { display:flex;top:0.5419921875rem;left:16.900301337242rem;width:2.1875rem;height:2.1875rem;z-index:15058;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { width:7.9375rem;height:4.4375rem;top:1.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { width:5.5625rem;height:8.4375rem;top:34.8125rem;left:3.6875rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { width:4.125rem;height:1.7875rem;top:42.1875rem;left:4.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { width:6.1875rem;height:3.1875rem;top:41.9375rem;left:3.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { width:5.5625rem;height:7.5rem;top:23.6875rem;left:7.125rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { width:5.25rem;height:1.7875rem;top:30.8125rem;left:7.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I9WrJdBNCwgxLz4GaBs3A2gkbZzamqaW { width:6.3125rem;height:1.25rem;top:32.25rem;left:0.125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tyUL72Pow3PCC1OVpGfqEGqy7zo0ssRZ { width:3.25rem;height:0.625rem;top:44.0625rem;left:5.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #APWO2wKyNr2oaR8V2pTB8k9nglA0xAl7 { width:5.3125rem;height:0.625rem;top:32.5625rem;left:14.125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Nu20C2FSdUKoPmosOgdLDB6PMlztXZJu { width:6.5625rem;height:0.625rem;top:32.625rem;left:6.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WmuQxK8iaVwNBnHKNMmqlegbJfcPPVAD { width:6.3125rem;height:3.1875rem;top:41.875rem;left:10.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2ugRVgGoQAVv1ZgcKy7HgakvqRxk27 { width:5.8125rem;height:0.625rem;top:44rem;left:10.375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rWXJGJ9sT39QUgOb71FTU095GqX4ygV5 { width:5.5625rem;height:7.5rem;top:34.75rem;left:10.4375rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cDQmqISec3Kz3rILuzp3fPbNNx9A8eND { width:5.6875rem;height:1.7875rem;top:42.125rem;left:10.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15062;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BBDL9i4CEzFm2ash45JLErguZSRxAGKq { width:20rem;height:2.25rem;top:11.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #HgJAZuERrD9xXic3SomnG9b456xUBeM1 { width:14.4375rem;height:3.025rem;top:16.456250667572rem;left:4.6117187142372rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;color:#fff000;display:block; }
 }@media only screen and (max-width: 763px) { #vVlnT79rLA7C59mhQ9qX3trdaRFETRCr { width:15.4375rem;height:2.4rem;top:20.375rem;left:2.2812500596046rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAPfaiod9PxdylXmVULI5zUxEB0VQenB { display:flex;width:5.5625rem;height:5.5625rem;top:15.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #QW9rysy78BhybnFFk0Ddbh3dhldTV0My { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { background-color: transparent; background-image: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .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); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { border-width: 0; border-radius: 0; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT41UASBc89F1hXTAr9qb910ghCapTc { width:20rem;height:5.25rem;top:32.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { width:20rem;height:5.625rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { width:0.4375rem;height:13.25rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { width:20rem;height:13.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { width:0.4375rem;height:13.25rem;top:81.8125rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { width:1.5625rem;height:1.625rem;top:52.875rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { width:20rem;height:1.35rem;top:16.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { width:19.375rem;height:1.35rem;top:54.4375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O99sKsHC1aAypfQFFHWksexZ2nffhW7s { width:5.5625rem;height:1.625rem;top:52.875rem;left:8rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { width:20rem;height:1.5rem;top:14.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { top:38.0625rem;left:0rem;width:20rem;height:0.3125rem;z-index:15049;background-color:#f16255;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EZNerApp1STd3X1GTp9fkdUATfTrNv7m { width:20rem;height:5.6875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { width:14.375rem;height:1.35rem;top:35.3125rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { width:20rem;height:1.5rem;top:33.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { width:19.75rem;height:13.1875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { top:18.9375rem;left:0rem;width:20rem;height:0.3125rem;z-index:15051;background-color:#ff9703;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { top:0rem;left:0rem;width:20rem;height:0.3125rem;z-index:15049;background-color:#f16255;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XChCb26FQfaDbuzy8REgD3Im7C2amO57 { display:none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { width:20rem;height:32.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { width:19.0625rem;height:3.6rem;top:1.4375rem;left:0.46875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { width:20rem;height:24rem;top:6.6220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kWKTdRirIltiVebdmT3gWvHDr0m9poXh { display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { height:11.2241875rem;width:20rem;top:19.062500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { width:20rem;height:1.3125rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { width:13.75rem;height:4.2rem;top:1rem;left:3.125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { width:18.1875rem;height:3.3rem;top:10rem;left:0.90546876192094rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { width:13.1875rem;height:1.8125rem;top:8.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObG6hEUDwHkbud8V1yidkZXXdPGPtV0L { width:18.625rem;height:3.9375rem;top:13.842968463898rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { display:none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { width:20rem;height:39.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { width:19.0625rem;height:2.400125rem;top:0.8125rem;left:0.46875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { width:20rem;height:16rem;top:21.609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { width:19.625rem;height:13.425rem;top:6.3544921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{  }
 }@media only screen and (max-width: 763px) { #v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { width:20rem;height:3.2rem;top:4.3369140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CPX5OdeouR8FyIz9JymBKUygQcaChtlk { display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { width:19.0625rem;height:2.400125rem;top:0.76953125rem;left:0.46875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { width:20rem;height:35.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { width:20rem;height:16rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { width:17.3125rem;height:3.3rem;top:0.9482421875rem;left:2.6875rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { width:1.625rem;height:3.3rem;top:0.6484375rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { width:20rem;height:13.7216875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { width:20rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { width:20rem;height:17.6rem;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { width:16.5rem;height:3.3rem;top:0.5625rem;left:2.8125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { width:2.375rem;height:3.3rem;top:0rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { width:20rem;height:13.96975rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { width:20rem;height:17.6rem;top:6.62109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { width:16.9375rem;height:3.3rem;top:0.875rem;left:3.0625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { width:4.625rem;height:3.3rem;top:0.25rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { width:20rem;height:13.96975rem;top:25.189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { background-color:#370f11;background-image:none;display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { background-color: transparent; background-image: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .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); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { width:10.875rem;height:6.825rem;top:1.3046875rem;left:4.5625rem;font-size:1.75rem;color:#fdf7eb;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { background-color:#ffffff;background-image:none;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:2rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { background-color:#fdf7eb;background-image:none;display:block; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { background-color: transparent; background-image: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .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); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { width:20rem;height:2.1rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { width:20rem;height:1.8rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { width:9.0625rem;height:13.625rem;top:0.6015625rem;left:5.2187500596046rem;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #g1B7i5l8u4FbUiVZvH6uGRcB5qVsazk9 { width:9.875rem;height:2.25rem;top:33.9375rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFaBwTBuIo37p2aRlqXxXeuM8zUuJBw { display:block; }
 }@media only screen and (max-width: 763px) { #RO1rdTN60BWE8kOglSspi792EzICZQfd { width:6.5625rem;height:0.0625rem;top:20.5rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7PeIRrVe6oCdc66qNVA21rxsZtieTbc { width:20rem;height:1.4rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLw0V34nsRh9uPIIB18yglJV76lKKrly { width:20rem;height:2.7rem;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 { width:20rem;height:5.875rem;top:26.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }#W2Q8uECEC800mGW30zw8dQZtnQ5S79n0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { width:20rem;height:0.125rem;top:1.28125rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { background-color:#ffffff;background-image:none;display:none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { width:20rem;height:40.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { width:19.25rem;height:3.15rem;top:17.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { width:20rem;height:1.8rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { width:7.1875rem;height:0.0625rem;top:24.3125rem;left:6.7062502503394rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { width:20rem;height:15.25rem;top:0.4375rem;left:0rem;background-color:rgba(255,255,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UxSD5tErP4FInvI92eDNbfMkIWzo7bb1 { width:20rem;height:4.95rem;top:25.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lvbTxLKXTFkva2zPk6ULrG5SD3KAyvba { width:20rem;height:1.05rem;top:31.450000762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AuMQDsQ2MtMe82k589MxPiH1QLFUiJLT { width:11.9375rem;height:2.25rem;top:34.437501907349rem;left:4.0312500596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaXmuWqsDfPAlThHzx7ivXk9nHVmUk7 { display:block; }
 }@media only screen and (max-width: 763px) { #lJMqqHU2mbSOnTWFp7OxsTFQAMWk8FMR { width:20rem;height:1.575rem;top:37.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU { background-color:#ffffff;background-image:none;display:block; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { background-color: transparent; background-image: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row > .video-iframe-container { display: none; }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .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); }#A266Qf4hZIQ7AMoQqsl6zHDCGtTcOrZU > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMSxgcITli8HKKv0VCAG02DMl1UfJJWQ { width:19.25rem;height:3.15rem;top:17.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xOkpF9B0EcZI6hAhU2L1f2NpLHnCFRkT { width:20rem;height:1.8rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXLdwW5ksgwD1BJ0NspcC9orGIR9SDBS { width:9.0625rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGMMhoSbvezeZDhUMW78ZpBVzlPbvLBa { width:6.5625rem;height:0.0625rem;top:22.25rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0wChLNU7C8aTA7rfhAyLN4W5w0qOvGN { width:20rem;height:15.25rem;top:0.4375rem;left:0rem;background-color:rgba(255,255,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dzgZm23nuiNJCXoxKrqLIgEC8H7W1kHi { width:20rem;height:4.05rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ci6MJ0asU4OlqgWLzDeMR4VUiPzTpTVw { width:9.875rem;height:2.25rem;top:38.000000476837rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51Lq4ZXQIe6adUDUfWls17QnHp0rBa8 { display:block; }
 }@media only screen and (max-width: 763px) { #ciZSTwSKZw3KeTKOqvDtJZDU1V0D5Qno { width:20rem;height:1.4rem;top:23.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE { width:19.875rem;height:6.925rem;top:29.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }#OoIpz8XqlXv4XxtpOkLUn0icZVxSqqSE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { background-color:#fdf7eb;background-image:none;display:block; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { background-color: transparent; background-image: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .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); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { width:19.625rem;height:4.2rem;top:17.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { width:20rem;height:1.65rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { width:9.0625rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { width:20rem;height:27.6875rem;top:0.3125rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VqNZwo3PCVwodXyT3E7MPQeu4eKTNocN { width:6.5625rem;height:0.0625rem;top:22.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaTJM8kk3ZLRRZ1hzc7ts9Q34QxIor1 { width:19.75rem;height:4.05rem;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pmUreue0lcL59rwePH7bGXsrhP7UofUq { width:9.875rem;height:2.25rem;top:38.5rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2fGIGZS8OeQluEOlbJ27LRuSyZnwnG { display:block; }
 }@media only screen and (max-width: 763px) { #cBTiyR69mVd14G53fwNo4CxTr0O76T65 { width:20rem;height:1.4rem;top:23.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ { width:19.125rem;height:6.925rem;top:30.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }#oXtw7fQrd5U3APBfvXQU0TWTInwmQqSZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { background-color:#ffffff;background-image:none;display:block; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { background-color: transparent; background-image: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .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); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNScdkHCeAEtHShELegw2OMpx99TTDkw { width:20rem;height:3.15rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { width:20rem;height:1.65rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { width:9.0625rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { width:20rem;height:24.375rem;top:0.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qM8aICCQTzhwhspTm88B1wV4go6tiuPG { width:6.5625rem;height:0.0625rem;top:22.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVfMTK7dMWllOwIgKT4CNCkJAuyDUhx { width:20rem;height:2.7rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HKQZpKdy7pvxhlP820VqGOXWMTD4wyEo { width:9.875rem;height:2.25rem;top:38.075029373169rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTdabEgKMzT4XM4Am0VDLVCmySx8yX2 { display:block; }
 }@media only screen and (max-width: 763px) { #BxbWxKkNi3H7Mckb9UOP8gSUiA1kfPx8 { width:20rem;height:1.4rem;top:23.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH { width:20rem;height:7.975rem;top:28.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }#Aa1uQffFtEZswBkR8m5sTGqZfscAAGpH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S { background-color:#fdf7eb;background-image:none;display:block; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { background-color: transparent; background-image: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row > .video-iframe-container { display: none; }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .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); }#Iovph9LTT4TQMBI0AJbNaRoqB4z4yr7S > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGNQtqbsXH7S35axCXXQLQo90UNWSR9B { width:19.625rem;height:4.2rem;top:17.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7Tph39v6pQecb3i8aiQCrcnmaBREFMH { width:20rem;height:1.65rem;top:15.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SisxE1WvhNs0TTzzhW4aTdA5CsrE8o02 { width:9.0625rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwyQqdwt9RRquuGcvg0uBpNgIOyD3xCS { width:20rem;height:27.6875rem;top:0.3125rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #asOdbloGn7mNmoLPkaZtJKGdJ3iMsTpx { width:6.5625rem;height:0.0625rem;top:23.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrSUaQIbCkdVUPPbw8sQTt12crb4gIho { width:19.75rem;height:4.05rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9uGMavba2E9DGRkL15D16rMkxXBTqM { width:9.875rem;height:2.25rem;top:41rem;left:5.0625000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGlrNi9pczIMiJrISplOmTgC3fT03P3L { display:block; }
 }@media only screen and (max-width: 763px) { #a3GaekL8Ru1zscfMv13Dd9ZTgtC82FoA { width:20rem;height:1.4rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 { width:20rem;height:9.025rem;top:30.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }#yC3Iz2xeZEh152FgXCG5gLy1phomgGL2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { background-color:#ffffff;background-image:none;display:block; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { background-color: transparent; background-image: none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container > .video-iframe-container { display: none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container { display: none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .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); }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { width:20rem;height:61.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { width:12.875rem;height:1.375rem;top:9.3125rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { width:2.375rem;height:2.375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { width:1.25rem;height:1.25rem;top:9.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { width:2.375rem;height:2.375rem;top:74.125rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:#fdf7eb;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) { #L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { width:16.875rem;height:1.3125rem;top:33.75rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { width:2.375rem;height:2.375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { width:1.25rem;height:1.25rem;top:21rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { width:2.375rem;height:2.375rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { width:14.5rem;height:1.3125rem;top:75.9375rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { width:2.375rem;height:2.375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vtm763G3mTbBTEseUeT060wgXbewzg { width:1.25rem;height:1.25rem;top:36.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { width:15.625rem;height:3.9375rem;top:12.9375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { width:16.8125rem;height:1.3125rem;top:59.375rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { width:0.125rem;height:68.75rem;top:5.8625011444092rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { width:16.8125rem;height:1.6875rem;top:22.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
 }@media only screen and (max-width: 763px) { #woznlyd3dDwqA539DlWhcycUEqDDEfnr { width:16.0625rem;height:2.625rem;top:51.25rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { display:flex;width:1.5rem;height:1.5rem;top:57.8125rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { display:flex;width:1.5rem;height:1.5rem;top:32.25rem;left:0.5625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { width:2.375rem;height:2.375rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { display:flex;width:1.5rem;height:1.5rem;top:74.5625rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { width:20rem;height:3rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { width:12.5rem;height:1.625rem;top:62.9375rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { width:16rem;height:3.9375rem;top:24.375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { width:16.4375rem;height:2.625rem;top:40.9375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { width:17.9375rem;height:1.6875rem;top:39.1875rem;left:1.375rem;font-size:1.125rem;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
 }@media only screen and (max-width: 763px) { #dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { width:17.1875rem;height:1.6875rem;top:11.1875rem;left:1.375rem;font-size:1.125rem;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
 }@media only screen and (max-width: 763px) { #rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { width:15.25rem;height:1.375rem;top:35.875rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { width:15.25rem;height:1.375rem;top:61.5625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { width:16.5625rem;height:1.6875rem;top:49.5625rem;left:1.375rem;font-size:1.125rem;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
 }@media only screen and (max-width: 763px) { #clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { width:15.375rem;height:1.6875rem;top:64.9375rem;left:1.375rem;font-size:1.125rem;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
 }@media only screen and (max-width: 763px) { #yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { width:16.8125rem;height:3.9375rem;top:66.625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMrwWaLbXt7TW0VIHixkKoupou6nsND7 { width:5.5625rem;height:1.3125rem;top:17.9375rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzbUtEf71tTXc2ffbuuAhEk3Q1VZ9Xir { width:12.5rem;height:1.625rem;top:5.125rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOnErH3ipIT7En95eBnutT6JMvOuOK19 { width:14.625rem;height:1.3125rem;top:6.75rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLFhKwJsR5z63olKTvO5bkmwK53425zs { width:2.375rem;height:2.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnNqKdTw4H2vTNGRQHzewegD7xAJGpDB { display:flex;width:1.4375rem;height:1.4375rem;top:5.25rem;left:0.4375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GQWK9krnknIaeNNdSFb74aWPtczp4siA { width:2.375rem;height:2.375rem;top:17.4375rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Zv5M9GfOiBkcRoGLVLH1wGNFJhumVm { display:flex;width:1.5rem;height:1.5rem;top:17.875rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #n85rngbAgQwDyP6rXIohly5sEH8uTIZT { width:12.5rem;height:1.625rem;top:20.8125rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RUdEKblMGh8mKTf0qpVpFiADwoZMT2Ma { width:2.375rem;height:2.375rem;top:28.875rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXB7Qwm3IPn6gBvMLXxPnvhRXqlyA0ld { display:flex;width:1.5rem;height:1.5rem;top:29.3125rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #pDm8TwFsGLZPuOn0PrefUVXex6AwKqya { width:7.8125rem;height:1.3125rem;top:29.375rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfdVPcRlcTGr0TLdCKfTuMk7EPb8qzq4 { width:12.5rem;height:1.625rem;top:32.1875rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fxKMTgddUI3cBZADvLOBJARvscpcHyu7 { width:12.5rem;height:1.625rem;top:37.25rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MqOUkOXruHXXoVNb7drpEsbQLU6zhXWP { width:2.375rem;height:2.375rem;top:44.125rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCw2T7SJdPBTgplVuvadRcsPpgd9TQNE { display:flex;width:1.5rem;height:1.5rem;top:44.5625rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #umlqqVCCG5Tt42RHbIH4Fo7eP7WcnE05 { width:7.25rem;height:1.3125rem;top:44.625rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLZXaczeRK9Gnb3Q9eeEM7rUsaysGdCQ { width:2.375rem;height:2.375rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuoqq0wybh7zzewJNPtViA8rOtDbPx4C { width:1.25rem;height:1.25rem;top:47.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7snphcS4tUItMcKy94bakinQuyCApEW { width:12.5rem;height:1.625rem;top:47.5625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XUTCSeFgX5Ker2ZQ0u3LtGva1QKr6m7p { width:2.375rem;height:2.375rem;top:54.4375rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8vLoJ9ITUDtibgwXSRXUvia3DIamip { display:flex;width:1.5rem;height:1.5rem;top:54.875rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #auBV3vL5evJuOuv7XkshQn5uiD4MsPdh { width:7.3125rem;height:1.3125rem;top:55rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odJk9ZLLtlM8l5qHmFqQzmNdy3u7wKqO { width:12.5rem;height:1.625rem;top:57.8125rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cFmOAW0uN3eztL9soGrDMH0OITICmw1D { width:2.375rem;height:2.375rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8SZzNQDKzeTzPLN7LJnH3yCPv380itd { width:1.25rem;height:1.25rem;top:61.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJrsQka52GUxVuUf415uEAdqdEC6TVWL { width:2.375rem;height:2.375rem;top:71.125rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #enquCu72vv3Hsal4bJLvGqs3PXxal2WC { display:flex;width:1.5rem;height:1.5rem;top:71.5625rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ZJuSXMAIGFII5zGxQRk2y2vpuphePpQs { width:6.25rem;height:1.3125rem;top:71.6875rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfTtTI6FbwnFJm62x87qmUmV680NpzHV { width:12.5rem;height:1.625rem;top:74.4375rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { display:none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { width:20rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { width:14.8115rem;height:1.625rem;top:4.4375rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { width:9.6230625rem;height:1.625rem;top:10.0625rem;left:5.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { width:11.124rem;height:4.0625rem;top:0.9375rem;left:4.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN9V098kkxwdDMCTbITIkgT384TxCAqs { width:8.3105625rem;height:4.0625rem;top:6.5625rem;left:5.8125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raFc9fWk623fnMcNTczqxL3ryK7vAB9i { display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { width:20rem;height:2.400125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZKOKKleNWfiaKCiHGD0h633el3mH3L { width:15.125rem;height:2.4rem;top:4.0226554870606rem;left:2.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgW88V5oFNor6RTSc5fbdxbBH20C156r { display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { top:0rem;left:0rem;width:20rem;height:23.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { width:20rem;height:2.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { width:17.75rem;height:18rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { width:17.3125rem;height:13.8125rem;top:53.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuenJDypzpbGXT406IoNwqIbdLNXEFQU { width:17.375rem;height:18.75rem;top:19.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { width:17.3125rem;height:12.625rem;top:39.6875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { width:20rem;height:2.375rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { width:20rem;height:5.484375rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { width:20rem;height:3.03418125rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { width:20rem;height:70rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { width:17.75rem;height:18rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { width:17.3125rem;height:13.8125rem;top:53.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { width:17.375rem;height:18.75rem;top:19.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { width:17.3125rem;height:12.625rem;top:39.6875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { width:20rem;height:1.375rem;top:68.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { background-color:#fdf7eb;background-image:none;display:none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LGTt78Rs0KNFnfWWV3tclZlUiRqyAAVg { width:20rem;height:2.000175rem;top:1.4374661445618rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { background-color:#fdf7eb;background-image:none;display:none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { width:20rem;height:1.4000375rem;top:14.562500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnHgteVhXJx9KPw68k9D8bDWehb39vg { width:9.3125rem;height:12.5rem;top:37.4375rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { width:12.625rem;height:2.1875rem;top:11.8125rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { width:13.25rem;height:1.125rem;top:12.3125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { width:20rem;height:3.59765625rem;top:32.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { width:9.125rem;height:12.25rem;top:0.11802864074707rem;left:5.3124998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { width:12.625rem;height:2.1875rem;top:49rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ApOV180LUMpX5xDnprfFLBCym8SvaF24 { width:13.25rem;height:1.125rem;top:29.75rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXbWGgExrybhWlniVdG29fqSkns5J9 { width:9.3125rem;height:12.5rem;top:17.493055343628rem;left:5.3124998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { width:12.625rem;height:2.1875rem;top:29.1875rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { width:13.25rem;height:1.125rem;top:49.5625rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { width:20rem;height:3.59765625rem;top:52rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { display:none; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { width:18.0625rem;height:4.4375rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { width:12.375rem;height:2.875rem;top:14.528645515442rem;left:3.8124998211861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .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; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { display:flex;width:15.5rem;height:4.18055625rem;top:8.0000009536744rem;left:1.4687500596046rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
 }@media only screen and (max-width: 763px) { #TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { width:14.9375rem;height:5.848725rem;top:0.95662498474119rem;left:2.5312500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L064orHKVwJN1NslUxfqrGBC2LF4xxOq { width:18.5625rem;height:7.1875rem;top:8.0000009536744rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 { display:none; }#RzTZnvf0FTwsDZsEX0qCcqO3wOXbJ685 > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .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; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .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; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR .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; }
#XwLVvZfICUXydk0BKnIFKw7klVm1BqaR { width:18rem;height:5.0625rem;display:flex;top:12.0625rem;left:0.875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #NPIPCOkyvPwQxFfmzWSlsA2JLI9a7ooz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #L716AsGO21O5RmsBr0HVQb4k2ZtixltM {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zdiVIAnhcZ4CJtLETJCsgK4DXRGEodL3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #hT5RuMI7ThlTmZP1FJJQ1caZp72GzmXK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #IlPLvXMiWFBLSp8aaTrArgSmHnbzUCCO {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #r1m1KCda6UtrTb1zRGdHc2o2CgfcNlD3 {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #zC7WofF1UqnPyG5cgbrXicGRkT1zDhZk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #EH4NPpCpnfDRaaJtG4xW4ZpQDyPGzxIs {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #UFB5qXabWSPB23G77oFJwG2zyCE7o9EN {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #up8TZ5uUUgbvVWVtsfHBy6pKDd9TrECN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #RpRn00XCMtogf1J2U4nxvw3lUbuR9THB {  }
 }@media only screen and (max-width: 763px) { #XwLVvZfICUXydk0BKnIFKw7klVm1BqaR #pc33hsVye5n4eItn9qfi9n6RPv4eSqpu {  }
 }@media only screen and (max-width: 763px) { #Szky1l2KoBw4DmmdLCV7zy8mr0fDGAka { width:17.75rem;height:2.000175rem;top:0.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyVVu5F1LCfFTIVe4ZOnATlmNZA2Trt { width:20rem;height:2.0996125rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhA4aTDfGTV5zJVeWkSPC7IO1n9hJV5 { width:20rem;height:1.29980625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPAWTw6T7mKXUovw5FyxAhcS8NNWgJrI { width:20rem;height:1.1998375rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnazSVfAbfyMZwKCxAOnhQmevhsyUpS { width:20rem;height:2.000175rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 { display:block; }#F7A3m1hH99fDkTpMIXL47yrTM3mNU3Z2 > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .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; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .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; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh .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; }
#xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh { width:18rem;height:5.0625rem;display:flex;top:3.4375rem;left:0.876953125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #SDWvLQvIScPi8giqPDTVUwkfuKPWKCUr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #c9dCxLfrA5Hm9pFmO2OoRL60Qqfwct15 {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #cCOC62uRMEuhRaAHlz4JkWBEJUm88hfm {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pSJFOgW8wxXRPLU6o5NaM91KdGAp1TwW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #UavfF6H1itqwcWp1Mmta0dwXRrcIzNcB {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #R0KX4Clp78l5eNQlzsUIeFTiXEtldpCG {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #Mva7aAHlrHzfQ6fflhezgXphoUAyBXhm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #w9yaCLekZuWQsg7qSQFikDccCgvhhMro {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #sFAu9gRGru9MmG6HcGRMKMFADIsN8MJT {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #pTb96pL4mNzGpEMCsL7G6ONUumHI7O2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #iE5g1sEZMN2FI66F9V12fywmcbnayTpn {  }
 }@media only screen and (max-width: 763px) { #xo6HXBTS1CpT4tPRpn1WH9dc6zwK77Mh #IF3LZ4dcuIbqR4E9fe39kEhhz5Pm8lEC {  }
 }@media only screen and (max-width: 763px) { #gQSvFBgpinTpG8ddTAL9phuNdKHlRGEl { width:20rem;height:1.2rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 { display:block; }#lxP1w4IpGQS6n6NwWrcERAy6nsVhvlV5 > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkS2gWUAzZRabRllBp3wf2OWs0x6Ud8f { width:18.4375rem;height:29.0625rem;top:5.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPAlZnflpTGHezKiSOOUBv3wiFAbMfIr { width:16.5625rem;height:2.25rem;top:7.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu57KUtJtd5gQh5mSq3HU3kVaxWW6Oan { width:9.875rem;height:9.875rem;top:7.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP0bTU5P0Z6Tqb9l3RttAZ8FoQpcoAr0 { width:16.5625rem;height:1.625rem;top:10.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCE4euV1xKximtT3iE22XciMeM4WXb5 { width:10.9375rem;height:2.5rem;top:12.4375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLSUMh80SZGRl6XoKq2DzvFFisJ0752 { width:4.375rem;height:0.875rem;top:10.875rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItU2e28Kwp2SADd4pcXo8cyisQmORGR0 { width:2.875rem;height:1.05rem;top:13.8125rem;left:13.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe { width:16.6875rem;height:13.1875rem;top:16.1875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#qMrBGOSgSWtaV2NaSXKPfnqXGTSL6eUe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #V2MC2l4RGnpGMPZUgJnqEo5oPG1DTwEz { width:13.0625rem;height:2.8125rem;top:30.625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1n9VlOe0IcF1CxytTNvyVwKPcLc48Iz { display:block; }
 }@media only screen and (max-width: 763px) { #MsvRmFP2Zgy0UJ1ABwWfRbZM0oSvfS4L { width:20rem;height:1.2rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiongG2FggRdaiFGKCZkPu6z7WP7XDIk { width:20rem;height:2rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX2fZNXVFCDEyeCW6dfn96Db5yzdq7wD { width:19.5rem;height:4.5rem;top:75.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xTbQtLwdDQkk9Pllvw8bT7sZIVKc9fnT { width:18.25rem;height:2.5rem;top:37.9375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKImuuKutOLAiv4EC7u9RcZkScVuTPB { width:9.875rem;height:9.875rem;top:38.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBICfbD8WnvfbEABINCufCA6vnky2n5q { width:16.5625rem;height:1.625rem;top:41.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtiUBCGpxTfwe8M6f31Bzi96qhpcTemC { width:10.9375rem;height:2.5rem;top:43.6875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 { width:17.125rem;height:22.075rem;top:47.5rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }#V9hhc9JT3PZwgWVruhrTcLONxddU6rh8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd27c2b0e6230dcb4bd93d0d7d803fe21a5e82f6.svg); }
 }@media only screen and (max-width: 763px) { #EO1gZDUgEsmH1pDQXyFBPXpnHh5r55wS { width:4.375rem;height:0.875rem;top:42.1875rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrZDtcsV3yfgA1rMSfc43XzQvlRiZduJ { width:2.875rem;height:1.05rem;top:45rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqwVyNWP2t5ZqGP9Oh07CaVUXQCGemqw { width:13.0625rem;height:2.8125rem;top:70.5625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2lkwQawaRKocPir8TPnA8F5AU3sTOVT { display:block; }
 }@media only screen and (max-width: 763px) { #udNJwlwoUG6na8SXf28K14a10BXV8VrB { width:18.4375rem;height:37.625rem;top:36.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e293d8b-a5b2-437d-83df-bca56f1d32c7/Tytu12.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N.adaptive-delivery-prevent-bg, #D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N.lazyload, #D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N.lazyloading { background-image: none; }#D9k1xWqzWAChXr3vFaS3TaEiPTvbmm4N > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQeltiPLaC4eXUdUDDT6WZUwqvbDcLnO { width:10.625rem;height:2.25rem;top:37.76171875rem;left:4.6875000596046rem;font-size:0.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50012tf8XDqrhL7Lhnvkdm8rc6KqHmb { display:block; }
 }@media only screen and (max-width: 763px) { #NRqgl20Hct7E39kh7obCTehlLKE4nJHq { width:20rem;height:6rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v40QrNKBPukcELNl8PgeZW5FFPnE8KVF { width:20rem;height:6rem;top:11.349999904633rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xT4GTx16zkLRv2I6t1lO8Ra6wuNoP1 { width:20rem;height:2rem;top:8.2750000953675rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgrslcnBMIxIw2Gmv5LmxX4S0JBCJn7m { width:9.1875rem;height:1.1375rem;top:25.4375rem;left:0.71796876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahSgcVWT7AKdJVquJMGeniH2H1MGFNEQ { width:6.25rem;height:6.25rem;top:19.086719036103rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxdv1ybFF2PLI1Gx2rzi2Taz5hTSR2vc { width:6.25rem;height:6.25rem;top:19.086719036103rem;left:11.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruI9NKbsKT0rZrQ17eB048abqyBp0aic { width:9.3125rem;height:1.1375rem;top:25.437499523163rem;left:9.9054685235025rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl66PyrGI3cbOELhN0FXb30QVNv5Vl7T { width:6.25rem;height:6.25rem;top:27.874219417572rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxGrc500dCUK4qzO8eeW9KpgvIB9bqny { width:11.5625rem;height:1.1375rem;top:34.124219894409rem;left:4.2187500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn { display:none; }#DKTmVGxuWavH9rsoTTZt0t7MfJfF3XNn > .row .container { width:20rem;height:27.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1;overflow:hidden; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-desc-text { font-size:0.875rem;height:auto; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT { display:flex;height:auto;width:17.5625rem;top:6.1865234375rem;left:0rem;gap:0.1875rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
#tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #D5Clz8TXLCWA4PW3Bk4SRwtJusegPMID {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #u4aOBUhQUuUDh4ab5IZkMTfe7Ih8lOvC {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #rNnpPJufkLPZla5LSarlVf5TIz57qQId {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fqiPRTKhQqI8xFAtSc3WSzTGL0BN3Vd0 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ZIRnI1hq0TogTPIVACw4MhIKiJlKLvJ6 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #X8BDM6zpGWZak6rp7eMBuPqTq3pPTGyX {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #SBk2Bdipxpo0yvHemZvk1HHVgPQxuZHM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #XCsFrohO5TIadR2MpNBxxZMNFdd1P28Q {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BXffwMp80WU6UVlIrc5GDuqhS36wAF10 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ep5SfLnbCdPERkog2Lw5LmIKpbpBRcrz {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fsZsPTPCs6TIUBqZHqt9Wmgd3pGzb0gq {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #ui1z4aXc8ELTA9OoBrSk2fs6BXmWQkob {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yafEB4a4BWG63q3TkXP5gaag1Wqa9OTS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IEim3Z8G0TQEQAA8nO3ElTvd7WTtZwPM {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #URvoqMXI4mJGAov7dlPfn2d2Np84NKM5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #hgRUemMTZusTkK4LQlX3RgTfEZBuDQWk {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #Rx4hbnIXdPnIrxsBao8Jm8vAwQ5WlalQ {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #BAFXKlq39v3215GITT8WF5OKcRM9rNHU {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #F9Zmh4S3pPSP8OpNvsTXnTc6WKbdPKm5 {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #P4bhuonSgT5JqQrxOZZ2WJVD16VeZV1O {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #IkumhuFFp76JX0J5TfsnRX5DrMLeakHv {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #CstUelbWOgDfKnUkoLzTlkw5l2qaTQ2T {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #fiJ2lh5Z2TnJCQBQTFJXzic6Rl2bvITg {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #yIMXcNby8pJul4ks3p6aQ0wGS4uXosiS {  }
 }@media only screen and (max-width: 763px) { #tmy8tyoCdAEhqIXp655PFTlcuyrRmfBT #EFdiAX9vR1DVfXMFNvyvKM4gTNr3tTRu {  }
 }@media only screen and (max-width: 763px) { #lgu79CLPDwQoTeSaJ7QRql1UsCJN26FO { width:20rem;height:4rem;top:1.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bih1nBlIH3eigTQJzycdulLvNodl2AWE { display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { width:20rem;height:2.000175rem;top:1.177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:13rem;height:2.5rem;top:29.873046875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { width:20rem;height:24rem;top:4.37109375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { position:relative;z-index:auto;display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { width:15.25rem;height:2.76278125rem;top:33.0625rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { width:15.5rem;height:4.80025rem;top:0.92578125rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { width:1.5rem;height:1.5rem;top:36.6875rem;left:6.875rem;font-size:0.75rem;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { width:2rem;height:2rem;top:36.4375rem;left:9rem;font-size:1rem;display:block; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { width:17.4375rem;height:auto;top:10.0625rem;left:0rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { width:17.4375rem;height:auto;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR {  }
 }@media only screen and (max-width: 763px) { #eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { width:20rem;height:2.800075rem;top:6.4521484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybdxTTb5mWuqmZ9NGPW7X8SehrmSbliN { display:flex;width:1.5625rem;height:1.5625rem;top:36.6875rem;left:11.5625rem;font-size:1.0625rem; }
#ybdxTTb5mWuqmZ9NGPW7X8SehrmSbliN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { display:block; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXILCumovTi9Umyktdc0vyPR75uOrfbW { width:19.625rem;height:0.9375rem;top:3.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { width:7.624rem;height:1.21875rem;top:1.125rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyykpi492cm9RLrJwcI7xCr6OINZECb2 { width:10.8125rem;height:1.21875rem;top:1.125rem;left:8.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { width:13.125rem;height:0.9375rem;top:4.25rem;left:3.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }