.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:252,244,216;--color-primary-1:247,221,138;--color-primary-2:241,198,60;--color-primary-3:237,184,11;--color-primary-4:111,64,0;--color-secondary-0:249,220,220;--color-secondary-1:236,140,140;--color-secondary-2:216,24,24;--color-secondary-3:108,12,12;--color-secondary-4:32,4,4;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a { position:relative;display:block; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a { background-color: transparent; background-image: none; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row .container > .video-iframe-container { display: none; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row > .video-iframe-container { display: none; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .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); }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a { border-width: 0; border-radius: 0; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kugGdy5uT2i3pX1bZf0ZfTElem7obsFL { 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:4.875rem;width:12.0625rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e46cf496-f241-4d7d-a391-6f8b8ab0bc9d/Projektbeznazwy10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { border-width: 0; border-radius: 0; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;overflow:visible;position:relative;display:block; }#pi2WsuvVwbPz1tG22m3CPQbisE6BfqTI { color:rgba(var(--color-primary-2),0.52);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.54296875rem;font-style:normal;display:block; }
#J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.66796875rem;left:0rem;height:9.8994375rem;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; }
#OH2nsdeExg0sm4ercH54llnmUfRUUM9t { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.625rem 0.625rem 1.25rem rgba(79,52,14,0.11) ;height:41.5rem;width:21.875rem;top:3.53125rem;left:38rem;display:block; }
#OZskFgVqVRi5Rm4WKoSbzCBqSewcoVS5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:22rem;top:3.53125rem;left:38rem;display:block; }
#yd2rtkFbFV39TWQ3xnTrZTxx7IGcwQ63 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3017578125rem;left:39.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-form-header {  }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.3125rem;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; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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:19.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-text {padding-top: 0; padding-bottom: 0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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:19.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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:19.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-select {padding-top: 0; padding-bottom: 0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-button { 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: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:#f2f9ff;width:19.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-container:first-of-type{padding-top:0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-container:last-of-type{padding-bottom:0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac  { 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;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.83984375rem;left:38.1875rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac {display:block;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac { 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;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.83984375rem;left:38.1875rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #yTVr3EmKGulTfEkTOBqpOHOfTTGz8884 { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #GTd2CtSDdQn1eWnWhzlxHLH5MJDSNz7c { position:relative;display:block; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #JsUl3VIOroDsNyHRSTTEkOkXkQZXtZzV { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #PvLI0oJa0PthzZuRR5XuLzbxK8peXhuw { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #tP0XZLx0piI5pZNA16iQD5TSsruJG9Wr { position:relative;display:block; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #TJn9vpLlrCoNR5VVrCzEirdLJaDeyvgk { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #pQnBT7aaet1mf8DV3Ud7xwv9ReWyeGGz { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #D1vkbyINTdl5rgkgpQsVggx1oqSWuqdx { position:relative;display:block; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #fxSQD8dLGTtgVkoa7MznsaExvEXhSt1f { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #oTueW9iy3LcH6WbgIF4kmzvQXfJoADD1 { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #u0bowEJLXBqP6DPffqgMJ6A2OuONBDIp { position:relative;z-index:2; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #NhfN5F3zyza9ACLIWmw4AJFVke6isRkm { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #IZIBJnMzNrMtgoWxsw1wVJ3L9Jpa2PEx { position:relative; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #MvDPLyQ518Or8z1xbuh1mJt0ArQ4CSBh { position:relative; }
#i9ax6Lq6hU7c6ASqhBw4kGpe3O4uGDJE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:29.5rem;left:3.8125rem;height:2.9746125rem;display:block; }
#aElT2X1iz3NTiZ5IKHMlD5ubqavgD5Jm { box-sizing:content-box;color:rgba(var(--color-primary-3),1);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:block;z-index:15012;top:28.8125rem;left:0rem;display:block; }
#NlnmHVwe36wJswVIq2CG6R3N3L5BZCqI { box-sizing:content-box;color:#e3962c;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:block;z-index:15011;top:16.4375rem;left:47.5rem;display:none; }
#PLDQW1mp4NWzA6KAtTcm1I1Dm5sI6Pl9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.6875rem;width:21.875rem;top:44.90625rem;left:38.125rem;display:none; }
#ok64LGx9vgB7wKhKG8nWNBugN5c6a59Q { color:rgba(var(--color-tertiary-0),0.3);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.5rem;left:39.6875rem;height:4.375rem;text-align:center;text-align-last:center;display:none; }
#Kmvyg8fUfPbTHbQCNicnlcW4Sw76igDe { color:rgba(var(--color-primary-3),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:6.824225rem;font-style:normal;display:block; }
#iBsdMDXpPd2MkAvzrSEzQ7pBQsw3SHZ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:33.75rem;left:3.8125rem;height:2.9746125rem;display:block; }
#Xzute0VPhEt19CVrhJVLS9VOFRTZoDLX { box-sizing:content-box;color:rgba(var(--color-primary-3),1);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:block;z-index:15014;top:33.0625rem;left:0rem;display:block; }
#aGBQAI0wP5AfTrXcNyzVzK7lZBI7Clbe { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:38.25rem;left:3.8125rem;height:2.9746125rem;display:block; }
#rD62t63CP8bpkkNT3hZsqBml4UXZfc99 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);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:block;z-index:15016;top:37.5625rem;left:0rem;display:block; }
#Wf5UPgycT2sWpUtWuufXeG0y5OtfVzD1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.6875rem;width:22.125rem;top:41.625rem;left:38rem;display:block; }
#oBGkQ1HTl0ODdBB5G5KOOACxoBXwwGir { color:rgba(var(--color-tertiary-4),0.3);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:43.5625rem;left:39.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#NrENBSdNOHvAuTOBTidDJsEt3MqPaPmQ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);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:block;z-index:15018;top:42.1875rem;left:0rem;display:block; }
#d2kCVbeX3dtNPgmildB5Q49DoyeOSTqf { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:42.875rem;left:3.8125rem;height:2.9746125rem;display:block; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .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; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;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; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;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:4.91796875rem;left:40.7783203125rem;z-index:15024; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #IKTIuhbW2aXBTl4NLG1wIZv8Wwitcgfr { display:flex;position:relative;top:0rem;left:0rem; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #CBCPGizTc5qewECROeDdXz7DP6S51dI6 { width:auto; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #yIadPZksVMSimFyLpbBu360hlBlT4myx {  }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #EN2R79WuiRQ1H7Xo8Ure21AO4yCxNwUT { display:flex;position:relative;top:0rem;left:0rem; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #q7pgGwIdkznMSnq8mip8DKbUI8bzd8Xs {  }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #FSB4FQiTgPGbVI1wS0qXhUooRrxKd0dT {  }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #sJ4xQAZKuhJzT41uw5lM49v4HykR8V9d { display:flex;position:relative;top:0rem;left:0rem; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #VkSMvWVkuKHEz2qVRMJT7zQTghtZhXxK {  }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #hckOZlTlpO0TMKyNotBIpr1EHrxtA5h4 {  }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #fdQksvUMUszL2qKU6f8UZfOCBZRnZxMh { display:flex;position:relative;top:0rem;left:0rem; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #cqEfQkRtJGSxLwHCrDkALB3GXJMMwTIU {  }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #kqBN632ISEdAE4pTE31qnUmf5DTaRUEB {  }
#RpcExmUvzvSICa8CLh3D3QMBrPmMEbqO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4rem;left:39.5625rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#HcmzgcJEwXZPWi0kp2rbHsXLZslwX0BM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:16.6875rem;left:4.0625rem;height:2.92383125rem;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;overflow:hidden;display:block; }
#FiG9iA1yGO5oTSvwn0iVU4BT8BO8MiLr { box-sizing:content-box;height:3.75rem;width:16.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375rem;left:0rem;display:block; }
#evXCKoF4aJm2EHqUxRbHXZ34PZkKl7do { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:16.75rem;left:0.5rem; }
#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { 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; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { background-color: transparent; background-image: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .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); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { border-width: 0; border-radius: 0; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh { position:relative;display:block; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh { background-color: transparent; background-image: none; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row .container > .video-iframe-container { display: none; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row > .video-iframe-container { display: none; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .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); }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh { border-width: 0; border-radius: 0; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n47Z0NfLVPQvmL40NTE0StPerx17TmW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:11.1875rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#n47Z0NfLVPQvmL40NTE0StPerx17TmW5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n47Z0NfLVPQvmL40NTE0StPerx17TmW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97aefde8f85dbd4e32b9e421850f052560b7cda5.svg); }
#lA0nGIscHxIZxJvXdGbGglrmy6RovQrQ { color:#d81818;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;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; }
#SAWm96RxlIaxsMRS4susneTW030Kgskt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:7.5rem;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;overflow:hidden;display:block; }
#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt { 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; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { background-color: transparent; background-image: none; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container > .video-iframe-container { display: none; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row > .video-iframe-container { display: none; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .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); }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { border-width: 0; border-radius: 0; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:60rem;position:relative;display:block; }#vsQBM8PM17tCn9MTTCB0luyEoqPNamae { color:#160e0a;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:5.8496125rem;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; }
#N1g7ca1IfR0ISThwwp2KH4lqFl036lDE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:25.25rem;left:0rem;height:5.75rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#N1g7ca1IfR0ISThwwp2KH4lqFl036lDE li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#N1g7ca1IfR0ISThwwp2KH4lqFl036lDE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/048d55b9-1c23-4fad-8f86-16c955964eb8/check.png); }
#FbHaZ5qufp2A89ILVTkDZp1L5OGnfagR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.14);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.375rem;width:60rem;top:36.375rem;left:0rem;display:block; }
#owsWcQ0kMTIhbqgKZR9ymqZdclXdurBd { color:rgba(var(--color-primary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.75rem;left:2.75rem;height:6.499025rem;text-align:left;text-align-last:left;display:block; }
#EcP9Oa577AkXxW671xq6XIkv1ALuu7vr { background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.25) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.375rem;left:30.5625rem;display:block; }
#RsH8OnTZTAF1lZxtz8HxpIy0plWvBA3S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzXw3CU60OZTiTvuSaaVR5rtru1QTeDB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:24.1875rem;top:0rem;left:35.8125rem;overflow:hidden;display:block; }
#RCNazGRw2QbigumeXGmBPKwp7seW7fQr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.1875rem;left:0rem;height:6rem;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;overflow:hidden;display:block; }
#h1qg1V5WWKiHhra38QMMAxk5PE77SL67 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:22.5rem;left:0rem;height:1.875rem;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;overflow:hidden;display:block; }
#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.14);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; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container { background-color: transparent; background-image: none; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container > .video-iframe-container { display: none; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row > .video-iframe-container { display: none; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .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); }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container { border-width: 0; border-radius: 0; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.14);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; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { background-color: transparent; background-image: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container > .video-iframe-container { display: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container { display: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .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); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { border-width: 0; border-radius: 0; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { font-size:0.875rem;font-family:arial;height:79.1875rem;width:60rem;position:relative;display:block; }#GDSlVBbGroZI0moATE03gBbEEdOeFaSq { color:#160e0a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;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; }
#RcSEwK4UmKzGUWS9M7abRw8I32eUTxo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.3125rem;height:1.625rem;font-style:normal;display:block; }
#hbA6rZf1iS1pzkqa10MkApXIMQxyLUB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.3125rem;left:15.3125rem;height:31.5rem;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; }
#WZQ7rEFsN8tqZ0N0lHwMcp82I1BTZIUM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.3);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:5.625rem;left:0rem;display:block; }
#Es35nf1Ak59IfhurxGofDLOTGQbqz0pf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eb20636d-3b7b-4aeb-aec1-a18744b757af/DSC08565.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(var(--color-tertiary-4),0.25) ;height:10.625rem;width:10.625rem;top:7.375rem;left:1.75rem;display:block; }#Es35nf1Ak59IfhurxGofDLOTGQbqz0pf.adaptive-delivery-prevent-bg, #Es35nf1Ak59IfhurxGofDLOTGQbqz0pf.lazyload, #Es35nf1Ak59IfhurxGofDLOTGQbqz0pf.lazyloading { background-image: none; }
#EOrtVWD8f2HuoHWed8rSrIR2ABERbAKE { background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.25) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.75rem;left:15.3125rem;display:block; }
#TnEnpeoB6xAOM5wxnIJo2TAp1AqlQmeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klMmTtRmJTfeWNcNcQTTQZkxVG7AmbkF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:66.5rem;left:0rem;overflow:hidden;display:block; }
#dzkDprEDR33KrKboXXIo3eTbeT7RanIE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:66.5rem;left:20.5rem;overflow:hidden;display:block; }
#D215CBiAys9k6ESi4rDS5VTUwzOJOKBF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:52.0625rem;left:20.5rem;overflow:hidden;display:block; }
#rQU9rXFvN6frFOUHmQHqt32JOHuvFobd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:66.5rem;left:40.9375rem;overflow:hidden;display:block; }
#TBmZmzTQTQAtpQ0EMFG2JV1zLOzfE8NL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:52.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#CqWqpCl2IDRLkw3uLIStveGZDDK9syDu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:52.0625rem;left:0rem;overflow:hidden;display:block; }
#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.14);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; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container { background-color: transparent; background-image: none; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container > .video-iframe-container { display: none; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row > .video-iframe-container { display: none; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .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); }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container { border-width: 0; border-radius: 0; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { 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; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { background-color: transparent; background-image: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .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); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { border-width: 0; border-radius: 0; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA { 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; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container { background-color: transparent; background-image: none; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container > .video-iframe-container { display: none; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row > .video-iframe-container { display: none; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .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); }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container { border-width: 0; border-radius: 0; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#i9O4yKPA9JXrh2FdJXWmDwcZAAUG4u67 { color:#160e0a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;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; }
#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 { 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; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container { background-color: transparent; background-image: none; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container > .video-iframe-container { display: none; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row > .video-iframe-container { display: none; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .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); }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container { border-width: 0; border-radius: 0; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP { 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; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container { background-color: transparent; background-image: none; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container > .video-iframe-container { display: none; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row > .video-iframe-container { display: none; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .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); }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container { border-width: 0; border-radius: 0; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:60rem;position:relative;display:block; }#KZeeIZeHFFNdchCbyQpl7w1tKAFQTEq6 { 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:28.375rem;width:16.875rem;top:29rem;left:21.5625rem;overflow:hidden;display:block; }
#TwqJzKxMVSTpVpmm2ZTlu9iJDmCfTcKX { 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:27.5625rem;width:16.875rem;top:0rem;left:21.5625rem;overflow:hidden;display:block; }
#IDqIvJpKTgvvupo7aWLlJSMF63dDN395 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:16.875rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#dUVl4WK8eNl9mwWQiEHPgWB7pTXtASUG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:16.875rem;top:12.375rem;left:2.875rem;overflow:hidden;display:block; }
#kHUp7FZyQvIx8r57N7a9IAmh5V5UW9S7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:16.875rem;top:0rem;left:2.875rem;overflow:hidden;display:block; }
#wvGfeJxXQ3paThi8D3fnpnEVxNB3IiKW { 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:29.3125rem;width:16.875rem;top:33.375rem;left:40.5rem;overflow:hidden;display:block; }
#hsAEsWkzAgekLcAMTfx4fZkg3JdqHVem { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:16.875rem;top:64.125rem;left:40.5rem;overflow:hidden;display:block; }
#K6ZrPAIryq9M5nzgb27WCqTiV7x4D7px { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:16.875rem;top:46.875rem;left:2.875rem;overflow:hidden;display:block; }
#pn4AL3smBEvaTbx2i2g1nMiQmKBO2HI2 { position:absolute;display:block;z-index:15010;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:32.9375rem;width:16.875rem;top:59.1875rem;left:21.5625rem;overflow:hidden;display:block; }
#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 { 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; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container { background-color: transparent; background-image: none; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container > .video-iframe-container { display: none; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row > .video-iframe-container { display: none; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .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); }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container { border-width: 0; border-radius: 0; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#KmTWPGz8VkR06riLvGZS6rMtD1gkbSOH { background-color:rgba(var(--color-primary-3),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(var(--color-tertiary-4),0.25) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.75rem;left:16.75rem;display:block; }
#q1BUDmr9P5XZ1qXoa74ZG0B22Tg0zBN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8KQZA8M0mvQPAxKsnFCS3kunC4ng4zL { color:#160e0a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:5.8496125rem;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;text-align:center;text-align-last:center;display:block; }
#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB { 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; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container { background-color: transparent; background-image: none; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container > .video-iframe-container { display: none; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row > .video-iframe-container { display: none; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .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); }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container { border-width: 0; border-radius: 0; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160e0a;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; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container { background-color: transparent; background-image: none; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container > .video-iframe-container { display: none; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row > .video-iframe-container { display: none; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .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); }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container { border-width: 0; border-radius: 0; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hV8EWalAlq42TLgKukGRCC6m6WyWZegx { color:rgba(247,225,197,0.59);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:1.0556625rem;display:block; }
#VL9RX1zT3rRokyB1cc0HonTBEuqbw64q { color:rgba(247,225,197,0.59);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:24.4375rem;height:1.05615rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a { display:block; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kugGdy5uT2i3pX1bZf0ZfTElem7obsFL { top:0.375rem;left:0rem;width:12.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi2WsuvVwbPz1tG22m3CPQbisE6BfqTI { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2nsdeExg0sm4ercH54llnmUfRUUM9t { width:21.875rem;height:41.5rem;top:3.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZskFgVqVRi5Rm4WKoSbzCBqSewcoVS5 { width:22rem;height:6.5rem;top:3.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2rtkFbFV39TWQ3xnTrZTxx7IGcwQ63 { top:11.25rem;left:28.875rem;width:18.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-text {padding-top: 0; padding-bottom: 0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-select {padding-top: 0; padding-bottom: 0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac  { width:19.3125rem;height:auto;top:13.8125rem;left:25.9375rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac {display:block;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac { width:19.3125rem;height:auto;top:13.8125rem;left:25.9375rem; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #yTVr3EmKGulTfEkTOBqpOHOfTTGz8884 {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #GTd2CtSDdQn1eWnWhzlxHLH5MJDSNz7c { display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #JsUl3VIOroDsNyHRSTTEkOkXkQZXtZzV {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #PvLI0oJa0PthzZuRR5XuLzbxK8peXhuw {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #tP0XZLx0piI5pZNA16iQD5TSsruJG9Wr { display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #TJn9vpLlrCoNR5VVrCzEirdLJaDeyvgk {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #pQnBT7aaet1mf8DV3Ud7xwv9ReWyeGGz {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #D1vkbyINTdl5rgkgpQsVggx1oqSWuqdx { display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #fxSQD8dLGTtgVkoa7MznsaExvEXhSt1f {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #oTueW9iy3LcH6WbgIF4kmzvQXfJoADD1 {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #u0bowEJLXBqP6DPffqgMJ6A2OuONBDIp {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #NhfN5F3zyza9ACLIWmw4AJFVke6isRkm {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #IZIBJnMzNrMtgoWxsw1wVJ3L9Jpa2PEx {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #MvDPLyQ518Or8z1xbuh1mJt0ArQ4CSBh {  }
 }@media only screen and (max-width: 763px) { #i9ax6Lq6hU7c6ASqhBw4kGpe3O4uGDJE { top:29.5rem;left:0rem;width:30.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aElT2X1iz3NTiZ5IKHMlD5ubqavgD5Jm { top:28.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlnmHVwe36wJswVIq2CG6R3N3L5BZCqI { top:16.4375rem;left:41.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLDQW1mp4NWzA6KAtTcm1I1Dm5sI6Pl9 { width:21.875rem;height:7.6875rem;top:44.875rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ok64LGx9vgB7wKhKG8nWNBugN5c6a59Q { top:1.5rem;left:28.5rem;width:19.25rem;height:4.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kmvyg8fUfPbTHbQCNicnlcW4Sw76igDe { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsdMDXpPd2MkAvzrSEzQ7pBQsw3SHZ4 { top:33.75rem;left:0rem;width:30.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzute0VPhEt19CVrhJVLS9VOFRTZoDLX { top:33.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGBQAI0wP5AfTrXcNyzVzK7lZBI7Clbe { top:38.25rem;left:0rem;width:30.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD62t63CP8bpkkNT3hZsqBml4UXZfc99 { top:37.5625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf5UPgycT2sWpUtWuufXeG0y5OtfVzD1 { width:22.125rem;height:7.6875rem;top:41.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBGkQ1HTl0ODdBB5G5KOOACxoBXwwGir { top:43.5625rem;left:28.5rem;width:19.25rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrENBSdNOHvAuTOBTidDJsEt3MqPaPmQ { top:42.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2kCVbeX3dtNPgmildB5Q49DoyeOSTqf { top:42.875rem;left:0rem;width:30.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .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; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .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; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS { display:flex;width:18rem;height:5.0625rem;top:4.125rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #IKTIuhbW2aXBTl4NLG1wIZv8Wwitcgfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #CBCPGizTc5qewECROeDdXz7DP6S51dI6 {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #yIadPZksVMSimFyLpbBu360hlBlT4myx {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #EN2R79WuiRQ1H7Xo8Ure21AO4yCxNwUT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #q7pgGwIdkznMSnq8mip8DKbUI8bzd8Xs {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #FSB4FQiTgPGbVI1wS0qXhUooRrxKd0dT {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #sJ4xQAZKuhJzT41uw5lM49v4HykR8V9d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #VkSMvWVkuKHEz2qVRMJT7zQTghtZhXxK {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #hckOZlTlpO0TMKyNotBIpr1EHrxtA5h4 {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #fdQksvUMUszL2qKU6f8UZfOCBZRnZxMh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #cqEfQkRtJGSxLwHCrDkALB3GXJMMwTIU {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #kqBN632ISEdAE4pTE31qnUmf5DTaRUEB {  }
 }@media only screen and (max-width: 763px) { #RpcExmUvzvSICa8CLh3D3QMBrPmMEbqO { top:4rem;left:28.875rem;width:18.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmzgcJEwXZPWi0kp2rbHsXLZslwX0BM { top:16.6875rem;left:0rem;width:11.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiG9iA1yGO5oTSvwn0iVU4BT8BO8MiLr { top:16.375rem;left:0rem;width:16.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evXCKoF4aJm2EHqUxRbHXZ34PZkKl7do { top:16.75rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7hdkqzHDED4NsCNz5oWMipGKksPTNJh { display:block; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n47Z0NfLVPQvmL40NTE0StPerx17TmW5 { top:4.125rem;left:0rem;width:32.5rem;height:11.1875rem;font-size:1rem;display:block; }#n47Z0NfLVPQvmL40NTE0StPerx17TmW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97aefde8f85dbd4e32b9e421850f052560b7cda5.svg); }
 }@media only screen and (max-width: 763px) { #lA0nGIscHxIZxJvXdGbGglrmy6RovQrQ { width:47.75rem;height:;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWm96RxlIaxsMRS4susneTW030Kgskt { top:15.3125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt { display:block; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsQBM8PM17tCn9MTTCB0luyEoqPNamae { width:29.75rem;height:5.8125rem;top:5.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1g7ca1IfR0ISThwwp2KH4lqFl036lDE { top:25.25rem;left:0rem;width:33.8125rem;height:5.75rem;font-size:1rem;display:block; }#N1g7ca1IfR0ISThwwp2KH4lqFl036lDE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/048d55b9-1c23-4fad-8f86-16c955964eb8/check.png); }
 }@media only screen and (max-width: 763px) { #FbHaZ5qufp2A89ILVTkDZp1L5OGnfagR { top:36.375rem;left:0rem;width:47.75rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owsWcQ0kMTIhbqgKZR9ymqZdclXdurBd { top:39.75rem;left:0rem;width:25.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcP9Oa577AkXxW671xq6XIkv1ALuu7vr { width:15.25rem;height:3.375rem;top:13.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsH8OnTZTAF1lZxtz8HxpIy0plWvBA3S { display:block; }
 }@media only screen and (max-width: 763px) { #uzXw3CU60OZTiTvuSaaVR5rtru1QTeDB { top:0rem;left:23.5625rem;width:24.1875rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCNazGRw2QbigumeXGmBPKwp7seW7fQr { top:13.1875rem;left:0rem;width:33.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1qg1V5WWKiHhra38QMMAxk5PE77SL67 { top:22.5rem;left:0rem;width:33.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd { display:block; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf8TepWsdW2a49b150imvCwDkt8kTk6J { display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDSlVBbGroZI0moATE03gBbEEdOeFaSq { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcSEwK4UmKzGUWS9M7abRw8I32eUTxo5 { width:32.75rem;height:0;top:3rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbA6rZf1iS1pzkqa10MkApXIMQxyLUB6 { width:32.8125rem;height:0;top:5.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZQ7rEFsN8tqZ0N0lHwMcp82I1BTZIUM { width:14.0625rem;height:14.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es35nf1Ak59IfhurxGofDLOTGQbqz0pf { width:10.625rem;height:10.625rem;top:5.46875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOrtVWD8f2HuoHWed8rSrIR2ABERbAKE { width:15.25rem;height:3.375rem;top:13.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEnpeoB6xAOM5wxnIJo2TAp1AqlQmeZ { display:block; }
 }@media only screen and (max-width: 763px) { #klMmTtRmJTfeWNcNcQTTQZkxVG7AmbkF { top:66.5rem;left:0rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkDprEDR33KrKboXXIo3eTbeT7RanIE { top:66.5rem;left:14.375rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D215CBiAys9k6ESi4rDS5VTUwzOJOKBF { top:52.0625rem;left:14.375rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQU9rXFvN6frFOUHmQHqt32JOHuvFobd { top:66.5rem;left:28.6875rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmZmzTQTQAtpQ0EMFG2JV1zLOzfE8NL { top:52.0625rem;left:28.6875rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqWqpCl2IDRLkw3uLIStveGZDDK9syDu { top:52.0625rem;left:0rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 { display:block; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz8felvDeUAdbdeF0voCyutM25TylCoA { display:block; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9O4yKPA9JXrh2FdJXWmDwcZAAUG4u67 { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 { display:block; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP { display:block; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZeeIZeHFFNdchCbyQpl7w1tKAFQTEq6 { top:29rem;left:15.4375rem;width:16.875rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwqJzKxMVSTpVpmm2ZTlu9iJDmCfTcKX { top:0rem;left:15.4375rem;width:16.875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDqIvJpKTgvvupo7aWLlJSMF63dDN395 { top:0rem;left:30.875rem;width:16.875rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUVl4WK8eNl9mwWQiEHPgWB7pTXtASUG { top:12.375rem;left:0rem;width:16.875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHUp7FZyQvIx8r57N7a9IAmh5V5UW9S7 { top:0rem;left:0rem;width:16.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGfeJxXQ3paThi8D3fnpnEVxNB3IiKW { top:33.375rem;left:30.875rem;width:16.875rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsAEsWkzAgekLcAMTfx4fZkg3JdqHVem { top:64.125rem;left:30.875rem;width:16.875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6ZrPAIryq9M5nzgb27WCqTiV7x4D7px { top:46.875rem;left:0rem;width:16.875rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4AL3smBEvaTbx2i2g1nMiQmKBO2HI2 { top:59.1875rem;left:15.4375rem;width:16.875rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 { display:block; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTWPGz8VkR06riLvGZS6rMtD1gkbSOH { width:15.25rem;height:3.375rem;top:13.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BUDmr9P5XZ1qXoa74ZG0B22Tg0zBN0 { display:block; }
 }@media only screen and (max-width: 763px) { #F8KQZA8M0mvQPAxKsnFCS3kunC4ng4zL { width:47.75rem;height:;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0mXXipuB22UlKAJVatzAH6h3IbOWcB { display:block; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF { display:block; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV8EWalAlq42TLgKukGRCC6m6WyWZegx { top:2rem;left:0rem;width:35.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL9RX1zT3rRokyB1cc0HonTBEuqbw64q { top:2rem;left:12.1875rem;width:35.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a { display:block; }#gxsQPCoCsZNK3ISBt0o3HruWeMGzKH4a > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kugGdy5uT2i3pX1bZf0ZfTElem7obsFL { width:12.5625rem;height:5rem;top:0.9375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/a0142f3a-5574-4d90-b7d9-27590866bd2d/biznesbg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:20rem;height:114.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi2WsuvVwbPz1tG22m3CPQbisE6BfqTI { width:20rem;height:1.3808625rem;top:2.5rem;left:0.09375rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.37);font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:20rem;height:6.2988125rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OH2nsdeExg0sm4ercH54llnmUfRUUM9t { width:20rem;height:52.6875rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZskFgVqVRi5Rm4WKoSbzCBqSewcoVS5 { width:20rem;height:8.6875rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2rtkFbFV39TWQ3xnTrZTxx7IGcwQ63 { width:18.875rem;height:2.5996125rem;top:65.625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-text {padding-top: 0; padding-bottom: 0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-select {padding-top: 0; padding-bottom: 0;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac  { width:17.5rem;height:auto;top:68.875rem;left:0rem; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac {display:block;}#SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac { width:17.5rem;height:auto;top:68.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #yTVr3EmKGulTfEkTOBqpOHOfTTGz8884 {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #GTd2CtSDdQn1eWnWhzlxHLH5MJDSNz7c { display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #JsUl3VIOroDsNyHRSTTEkOkXkQZXtZzV {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #PvLI0oJa0PthzZuRR5XuLzbxK8peXhuw {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #tP0XZLx0piI5pZNA16iQD5TSsruJG9Wr { display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #TJn9vpLlrCoNR5VVrCzEirdLJaDeyvgk {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #pQnBT7aaet1mf8DV3Ud7xwv9ReWyeGGz {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #D1vkbyINTdl5rgkgpQsVggx1oqSWuqdx { display:block; }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #fxSQD8dLGTtgVkoa7MznsaExvEXhSt1f {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #oTueW9iy3LcH6WbgIF4kmzvQXfJoADD1 {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #u0bowEJLXBqP6DPffqgMJ6A2OuONBDIp {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #NhfN5F3zyza9ACLIWmw4AJFVke6isRkm {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #IZIBJnMzNrMtgoWxsw1wVJ3L9Jpa2PEx {  }
 }@media only screen and (max-width: 763px) { #SqQNSTCVVxMH1a3GB1OuwWGTdqiC81ac #MvDPLyQ518Or8z1xbuh1mJt0ArQ4CSBh {  }
 }@media only screen and (max-width: 763px) { #i9ax6Lq6hU7c6ASqhBw4kGpe3O4uGDJE { width:16.75rem;height:4.72265625rem;top:25.8125rem;left:3.25rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aElT2X1iz3NTiZ5IKHMlD5ubqavgD5Jm { width:3.125rem;height:3.125rem;top:25.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlnmHVwe36wJswVIq2CG6R3N3L5BZCqI { width:3.125rem;height:3.125rem;top:12.75rem;left:8.4375rem;font-size:2.1875rem;z-index:14998;color:#d81818;display:block; }
 }@media only screen and (max-width: 763px) { #PLDQW1mp4NWzA6KAtTcm1I1Dm5sI6Pl9 { width:20rem;height:7.6875rem;top:100.1875rem;left:0rem;z-index:15007;background-color:#e5ad2b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ok64LGx9vgB7wKhKG8nWNBugN5c6a59Q { width:19.25rem;height:4.467775rem;top:101.875rem;left:0.375rem;font-size:0.6875rem;z-index:15013;color:rgba(var(--color-tertiary-0),0.61);display:block; }
 }@media only screen and (max-width: 763px) { #Kmvyg8fUfPbTHbQCNicnlcW4Sw76igDe { width:20rem;height:7.30956875rem;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;color:#edb80b;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsdMDXpPd2MkAvzrSEzQ7pBQsw3SHZ4 { width:16.5rem;height:6.296875rem;top:32.25rem;left:3.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xzute0VPhEt19CVrhJVLS9VOFRTZoDLX { width:3.125rem;height:3.125rem;top:31.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGBQAI0wP5AfTrXcNyzVzK7lZBI7Clbe { width:16.5rem;height:4.72265625rem;top:40.0625rem;left:3.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rD62t63CP8bpkkNT3hZsqBml4UXZfc99 { width:3.125rem;height:3.125rem;top:39.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf5UPgycT2sWpUtWuufXeG0y5OtfVzD1 { width:20rem;height:7.6875rem;top:106.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBGkQ1HTl0ODdBB5G5KOOACxoBXwwGir { width:19.25rem;height:0;top:13.375rem;left:0.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrENBSdNOHvAuTOBTidDJsEt3MqPaPmQ { width:3.125rem;height:3.125rem;top:45.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2kCVbeX3dtNPgmildB5Q49DoyeOSTqf { width:16.25rem;height:6.296875rem;top:46.375rem;left:3.75rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .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; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS .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; }
#NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS { display:flex;width:18rem;height:5.0625rem;top:57.197265625rem;left:0.4658203125rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #IKTIuhbW2aXBTl4NLG1wIZv8Wwitcgfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #CBCPGizTc5qewECROeDdXz7DP6S51dI6 {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #yIadPZksVMSimFyLpbBu360hlBlT4myx {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #EN2R79WuiRQ1H7Xo8Ure21AO4yCxNwUT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #q7pgGwIdkznMSnq8mip8DKbUI8bzd8Xs {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #FSB4FQiTgPGbVI1wS0qXhUooRrxKd0dT {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #sJ4xQAZKuhJzT41uw5lM49v4HykR8V9d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #VkSMvWVkuKHEz2qVRMJT7zQTghtZhXxK {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #hckOZlTlpO0TMKyNotBIpr1EHrxtA5h4 {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #fdQksvUMUszL2qKU6f8UZfOCBZRnZxMh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #cqEfQkRtJGSxLwHCrDkALB3GXJMMwTIU {  }
 }@media only screen and (max-width: 763px) { #NkvXsfUesn3Xnnn49WFbMlT0wbq3rqeS #kqBN632ISEdAE4pTE31qnUmf5DTaRUEB {  }
 }@media only screen and (max-width: 763px) { #RpcExmUvzvSICa8CLh3D3QMBrPmMEbqO { width:18.875rem;height:1.0556625rem;top:56.267578125rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmzgcJEwXZPWi0kp2rbHsXLZslwX0BM { width:11.8125rem;height:2.92383125rem;top:12.4375rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiG9iA1yGO5oTSvwn0iVU4BT8BO8MiLr { width:16.0625rem;height:3.75rem;top:12.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #evXCKoF4aJm2EHqUxRbHXZ34PZkKl7do { display:flex;width:2.9375rem;height:2.9375rem;top:12.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7hdkqzHDED4NsCNz5oWMipGKksPTNJh { display:block; }#n7hdkqzHDED4NsCNz5oWMipGKksPTNJh > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n47Z0NfLVPQvmL40NTE0StPerx17TmW5 { width:20rem;height:18.6875rem;top:4.47265625rem;left:0rem;font-size:1rem;display:block; }#n47Z0NfLVPQvmL40NTE0StPerx17TmW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97aefde8f85dbd4e32b9e421850f052560b7cda5.svg); }
 }@media only screen and (max-width: 763px) { #lA0nGIscHxIZxJvXdGbGglrmy6RovQrQ { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWm96RxlIaxsMRS4susneTW030Kgskt { width:20rem;height:10.5rem;top:23.16015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt { display:block; }#QxAnk8vP4LRieOGzrfQsGlZD6bvoiykt > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsQBM8PM17tCn9MTTCB0luyEoqPNamae { width:20rem;height:3.8984375rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1g7ca1IfR0ISThwwp2KH4lqFl036lDE { width:20rem;height:8.75rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }#N1g7ca1IfR0ISThwwp2KH4lqFl036lDE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/048d55b9-1c23-4fad-8f86-16c955964eb8/check.png); }
 }@media only screen and (max-width: 763px) { #FbHaZ5qufp2A89ILVTkDZp1L5OGnfagR { width:20rem;height:18.0625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owsWcQ0kMTIhbqgKZR9ymqZdclXdurBd { width:18.75rem;height:7.79880625rem;top:33.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcP9Oa577AkXxW671xq6XIkv1ALuu7vr { width:19rem;height:3.375rem;top:44.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsH8OnTZTAF1lZxtz8HxpIy0plWvBA3S { display:block; }
 }@media only screen and (max-width: 763px) { #uzXw3CU60OZTiTvuSaaVR5rtru1QTeDB { width:20rem;height:30.077519379845rem;top:189.639625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCNazGRw2QbigumeXGmBPKwp7seW7fQr { width:20rem;height:9rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1qg1V5WWKiHhra38QMMAxk5PE77SL67 { width:20rem;height:1.875rem;top:17.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd { display:block; }#R5SvvggLvuHUAkSlHXcX8TXcD3vgzdSd > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf8TepWsdW2a49b150imvCwDkt8kTk6J { display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDSlVBbGroZI0moATE03gBbEEdOeFaSq { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcSEwK4UmKzGUWS9M7abRw8I32eUTxo5 { width:20rem;height:1.4624rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbA6rZf1iS1pzkqa10MkApXIMQxyLUB6 { width:19.5625rem;height:55.5rem;top:19.1875rem;left:0.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZQ7rEFsN8tqZ0N0lHwMcp82I1BTZIUM { width:12.1875rem;height:12.1875rem;top:3.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es35nf1Ak59IfhurxGofDLOTGQbqz0pf { width:8.125rem;height:8.125rem;top:5.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOrtVWD8f2HuoHWed8rSrIR2ABERbAKE { width:20rem;height:3.375rem;top:78.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEnpeoB6xAOM5wxnIJo2TAp1AqlQmeZ { display:block; }
 }@media only screen and (max-width: 763px) { #klMmTtRmJTfeWNcNcQTTQZkxVG7AmbkF { width:9.375rem;height:6.1875rem;top:93.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkDprEDR33KrKboXXIo3eTbeT7RanIE { width:9.375rem;height:6.1875rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D215CBiAys9k6ESi4rDS5VTUwzOJOKBF { width:9.375rem;height:6.1875rem;top:85.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQU9rXFvN6frFOUHmQHqt32JOHuvFobd { width:9.375rem;height:6.1875rem;top:100.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmZmzTQTQAtpQ0EMFG2JV1zLOzfE8NL { width:9.375rem;height:6.1875rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqWqpCl2IDRLkw3uLIStveGZDDK9syDu { width:9.375rem;height:6.1875rem;top:85.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 { display:block; }#u5xwQaTEXmuNTa3xac1HsNpfAW6K1kS8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz8felvDeUAdbdeF0voCyutM25TylCoA { display:block; }#Fz8felvDeUAdbdeF0voCyutM25TylCoA > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9O4yKPA9JXrh2FdJXWmDwcZAAUG4u67 { width:20rem;height:7.796875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 { display:block; }#mJufovrNmdbaGyS7ra3hnZXTDqMCH1T4 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP { display:block; }#RouPBTs3xQPKyVXyAwLJDLRvuBgNmRQP > .row .container { width:20rem;height:281.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZeeIZeHFFNdchCbyQpl7w1tKAFQTEq6 { width:20rem;height:33.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwqJzKxMVSTpVpmm2ZTlu9iJDmCfTcKX { width:20rem;height:32.8125rem;top:38.17675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDqIvJpKTgvvupo7aWLlJSMF63dDN395 { width:16.875rem;height:31.75rem;top:117.67578125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUVl4WK8eNl9mwWQiEHPgWB7pTXtASUG { width:16.875rem;height:32.6875rem;top:83.73828125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHUp7FZyQvIx8r57N7a9IAmh5V5UW9S7 { width:16.875rem;height:10.25rem;top:72.23828125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGfeJxXQ3paThi8D3fnpnEVxNB3IiKW { width:16.875rem;height:29.3125rem;top:220.86328125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsAEsWkzAgekLcAMTfx4fZkg3JdqHVem { width:16.875rem;height:29.1875rem;top:251.42578125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6ZrPAIryq9M5nzgb27WCqTiV7x4D7px { width:16.875rem;height:34.75rem;top:150.67578125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4AL3smBEvaTbx2i2g1nMiQmKBO2HI2 { width:16.875rem;height:32.9375rem;top:186.67578125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 { display:block; }#uDZQ5AbMEQr7RxG7FrxWwBtWmNcg5mP2 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTWPGz8VkR06riLvGZS6rMtD1gkbSOH { width:20rem;height:3.375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BUDmr9P5XZ1qXoa74ZG0B22Tg0zBN0 { display:block; }
 }@media only screen and (max-width: 763px) { #F8KQZA8M0mvQPAxKsnFCS3kunC4ng4zL { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0mXXipuB22UlKAJVatzAH6h3IbOWcB { display:block; }#uy0mXXipuB22UlKAJVatzAH6h3IbOWcB > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF { display:block; }#FeKI72Tm6Zruhfr7F7O9tOkG9IPEStaF > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV8EWalAlq42TLgKukGRCC6m6WyWZegx { width:20rem;height:2.111325rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VL9RX1zT3rRokyB1cc0HonTBEuqbw64q { width:14.5625rem;height:2.111325rem;top:4.125rem;left:2.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }