.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { background-color: transparent; background-image: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container > .video-iframe-container { display: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container { display: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .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); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { border-width: 0; border-radius: 0; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#vTwLVgvT7dUHDHonzJAiqopUBSFsWN8K { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.0625rem;width:9.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#CEnlaD9Hqz7crU9m0aCpTsVvyJqvhTed { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:5.75rem;width:23.4375rem;position:absolute;display:block;z-index:15001;top:0rem;left:36.5625rem;display:block; }
#P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { display:block;width:23.4375rem;position:absolute;font-family:play;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2001953125rem;left:36.5625rem;height:4.5498rem;text-align:center;text-align-last:center;display:block; }
#z7J7dhJry9zJfNwIOXkndKtswIXh8NKb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:37.0625rem;width:23.4375rem;position:absolute;display:block;z-index:14999;top:4.375rem;left:36.5625rem;box-shadow: -2.8125rem 2.8125rem 7.1875rem rgba(0,0,0,0.59) ;display:block; }
#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a71d631e-b741-447b-9b98-0c5ab2c848b0/TOMEK25042024AFFKAMERA28AFF.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.adaptive-delivery-prevent-bg, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyload, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyloading { background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { border-width: 0; border-radius: 0; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { display:block;width:29.875rem;position:absolute;font-family:play;font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.66259765625rem;left:1rem;height:7.1494375rem;color:#ffffff;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; }
#nKxmAwS4GB01PBwN98ZAbqowHwHMUP4I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.3125rem;width:23.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:33.3125rem;left:36.625rem;display:block; }
#xJ36F1AkEnIOpC2WbGwJiAqqUVW86dtH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:3.625rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:32.1875rem;display:block; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-form-header {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:19.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-top:0.0625rem solid #b5b5b5;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.625rem;box-sizing:border-box;height:3.125rem;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem #949494 ; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-top:0.0625rem solid #b5b5b5;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.625rem;box-sizing:border-box;height:5.3125rem;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem #949494 ; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;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.625rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#0072ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:2.125rem;font-weight:bold;color:#ffffff;width:19.625rem;height:4.0625rem;overflow:hidden; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 [class*="-text"]:-moz-placeholder {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 [class*="-text"]::-moz-placeholder {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 [class*="-text"]:-ms-input-placeholder {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 [class*="-text"]::-webkit-input-placeholder {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .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:play;font-size:0.625rem;font-weight:bold;color:#040404;vertical-align:top;width:18.5625rem;float:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .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:top; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:play;font-size:0.625rem;font-weight:bold;color:#040404;float:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-container:first-of-type{padding-top:0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-container:last-of-type{padding-bottom:0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0  { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;position:absolute;z-index:15013;top:1.75rem;left:37.28125rem; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:19.625rem; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-info-text { font-size:0.625rem; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 {display:block;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;position:absolute;z-index:15013;top:1.75rem;left:37.28125rem; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #sGy1lzMEEvJqLTUMkT9GCIxn8ULMkyzg { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #sGy1lzMEEvJqLTUMkT9GCIxn8ULMkyzg .container-column{width:100%;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #OIVpqFJXwUBSTNZs6nRBHDDEW0bu3rce { position:relative;display:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #yQPewaSy2vyEebn2EBwgKrekw4IVsaV9 { position:relative;z-index:2; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #hvtHf2kKtc5Hovbmf5q6afa43XABFfyt { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #cGJKLPqNvXwcXsLNO5GXE55epH1RWSeV { position:relative;z-index:2; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #ohgkqn7f9SPPqo8ozgf2EV4Q7CXCnwUZ { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #M2389XZwopn90Ct3DkHet7yuW52Vivw0 { position:relative;z-index:2; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #CEleiCu7sMVUzTn5TGxxZTJ9Ko6KDilF { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #A36Zy3nrW4NNsRLVt2LisCzCGayU1OsL { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #fp1PmXugzxgfI44xIOlpgfciLob4Txls { position:relative;display:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #PD80IHCNacbXC2NiWCJc9OQcn4wlxNPe { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #X6bFWJlB9mANSZsRIin615wwmsrygf2s { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #oVMsB13Obkyll7IpMJ1wv6K4ssCK9fJW { position:relative;display:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #rxhSXgOwywJxUkeenUO5E8xqykiZfVWS { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #zyQ73Oe9ksrpQ0uldgSpOTXTirK5scLn { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #LaUKinyDQZWGIhphrfPwm7TRpD8DnVDM { position:relative;display:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #VvM52uwZF2JR6S59qhKRMSQJqk4uqrpJ { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #l1hp8vuqTVKJPr02PUrt9BTQeqSr52QP { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #MTMpy3hBLrTF5KKez5oolAzSkqgWEdkJ { position:relative;display:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #KHZmB3B2U6LBwNpTOPrFTGFRTQskTsgk { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #e7aALBVv4kd3ZzNlk8D4EtwIZvccLmul { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #WitZ5PwQbSbTHNoxZHsimvh9woC9ptZi { position:relative;display:none; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #chdcwQlJgN5plooUX1AG3mJ3KGo1Wm35 { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #RzlbPQ1UVdigyo7OnXiTxCIBZR3ydEDy { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #tTWduTNAmONKx0bs52zdsPndxnQpWo6w { position:relative;z-index:2; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #owtvRiinXkyDQr6Rav7gTF2rDx4H5wJR { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #r1W6T4KbcCki1eWPmC4xHSfxNnTB3b70 { position:relative; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #AQN8aDHOiLKkMKw28C9CUCh31LTHVT4A { position:relative; }
#nsqy1hOOnmWBcTV2hFlJL5ToA1irTw2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.625rem;left:1rem; }
#qyTJ8RLVsOES4fM7HB2y49KQGh7fSw60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.6875rem;left:3.0625rem; }
#ipagb6hrGHoAtFZvSGIy7PbsafTiWrU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.6875rem;left:5.125rem; }
#n3w2kx2ougTStyLl9b8kmqGTHpLLFm7o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.6875rem;left:7.1875rem; }
#uN1DGhNK8rulWIJQpEdw4qOnO6m14BaJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6875rem;left:9.25rem; }
#qU1LVmzxiiiSJoT8ZN4XbeqUwROIEM12 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:23.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:36.5625rem;display:block; }
#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { background-color: transparent; background-image: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container > .video-iframe-container { display: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container { display: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .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); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { border-width: 0; border-radius: 0; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#DGZ3emob007fJDBdb8x3u8giq9qnIhhX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.125rem;width:7.25rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.125rem;left:0.9375rem;overflow:hidden;display:block; }
#VZKF5saTTOCySKPe6kEAzTUemFaALX5F { display:block;width:20.4375rem;position:absolute;font-family:play;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.5rem;height:4.548825rem;display:block; }
#VgPb83OEb4p7amUcPgo2UVE2wpkaCwUH { display:block;width:20.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.25rem;left:9.625rem;height:1.13720625rem;display:block; }
#DTVB8euOORSPHni97H8wQ6wFAZrL77hc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:8.125rem;width:23.4375rem;position:absolute;display:block;z-index:15000;top:0rem;left:36.625rem;box-shadow: -2.8125rem 2.8125rem 7.1875rem rgba(0,0,0,0.59) ;display:block; }
#EbAQofI0NLM55PzaZFucVi6M4k7ubnyh { display:block;width:19.4375rem;position:absolute;font-family:play;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:38.625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container { background-color: transparent; background-image: none; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container > .video-iframe-container { display: none; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row > .video-iframe-container { display: none; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .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); }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container { border-width: 0; border-radius: 0; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#xvfGUTihOhduczUdMUNZ6bmQJGG52qE5 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFwlu5iWPnQHLHG5aUCwgQRGJfu99x1n { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.8115234375rem;left:1.3125rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ecD6J1FSZkz4t0o647Hh7mCQGD48Busn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:28.2490234375rem;left:1.3125rem;display:block; }
#CyXbnLuB0m3Fz0gEEh3yWJXorztfXVsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIVqve9ZzRpyXbsTqzpdDVw2aX4TxQtR { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:30.375rem;width:20.1875rem;top:5.625rem;left:33.125rem;overflow:hidden;display:block; }
#VqqQJ0KURHJ8hriJium65KO0RaTDqT5U { position:absolute;display:block;z-index:15007;background-color:#f18405;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.1875rem;left:1.3125rem;display:block; }
#s7sUey0HmUPigzcUQqTLTBImwzRp58cI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container { background-color: transparent; background-image: none; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container > .video-iframe-container { display: none; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row > .video-iframe-container { display: none; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .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); }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container { border-width: 0; border-radius: 0; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#Cxn2HTVo8sFx40zXZZnyJvDbd7o05xsS { color:#fd8c00;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30.375rem;left:55rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OHEEXCtCfFtvtku0CDmdfEOt9zb9RuoD { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.875rem;left:40.875rem;height:5.19921875rem;text-align:right;text-align-last:right;display:block; }
#RG5KlGZJGLKfdUvQexiV2yvCThlw6BT1 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:40.4375rem;left:22.125rem;height:3.8994125rem;display:block; }
#TVpW77ZKknix2wQiWlbFsUB7tJt7N92p { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.2529296875rem;left:3.5625rem;height:3.8994125rem;display:block; }
#E0NslceFZZAGErSqrPGK88B455VIfbwl { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.5rem;left:3.5rem;height:6.499rem;display:block; }
#MZtk2XBlH5TafKZ63ydZZKx8gMuLJdVI { color:#fd8c00;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:40.4375rem;left:19.3125rem;height:3.65625rem;font-style:normal;display:block; }
#oOuKM1f6TDlqpxkSO16VfD7E4JI8r2vo { color:#fd8c00;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.5625rem;left:55rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aNT1hTLLA8HwD810KEPuNVsytGQ426xM { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.875rem;height:3.8994125rem;text-align:right;text-align-last:right;display:block; }
#JbgJhwII8FBeWeTL6aHPKuqQCg7kmGxD { color:#fd8c00;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.0625rem;height:3.65625rem;font-style:normal;display:block; }
#rvF7nM1LRiWzaa564A5yFoQLlXdNGzas { color:#fd8c00;display:block;width:3.9375rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.375rem;left:1.0625rem;height:3.65625rem;font-style:normal;display:block; }
#Z2ormd54X0MMc75qLBnzw9yhO14ZqAPX { color:#000000;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:3.6875rem;left:0rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyqgJxHcUiatrDVb5BgzgThL5wfOUUM8 { position:absolute;display:block;z-index:15021;background-color:#fd8c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:12.375rem;left:23.75rem;display:block; }
#CzH6WsBeKVoNKO6AmclTG07dVooEhEwg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:43.25rem;top:9rem;left:8.375rem;overflow:hidden;display:block; }
#ILv6hQRxJ9ffiJinUUT9NAbeunhTVo2I { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.25rem;left:63.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d8620ec-19f7-4d97-803b-231ad7b54c91/TomekNowickisportowe.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG.adaptive-delivery-prevent-bg, #b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG.lazyload, #b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG.lazyloading { background-image: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container { background-color: transparent; background-image: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container > .video-iframe-container { display: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row > .video-iframe-container { display: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .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); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container { border-width: 0; border-radius: 0; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#onmP6maJREesunpnByF9UqN0VR87ws3n { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:27.5rem;width:16.9375rem;top:10.375rem;left:0.90625rem;display:block; }
#DpZtgHfyGwen5mmKipsnAFP5N3QCniWM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SzATLzed54XfStacBTal8OS6cdrRMFoG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:2.6875rem;height:6.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SzATLzed54XfStacBTal8OS6cdrRMFoG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SzATLzed54XfStacBTal8OS6cdrRMFoG li:before{  }
#CSRQFNHAERZBXKAWd5VECoTKgS7B98QX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.09765625rem;left:3.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fIa0uNVPbo3ty5721oJZR0vCesTlBq5u { position:absolute;display:block;z-index:15009;background-color:#fd8c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:15.25rem;left:0.875rem;display:block; }
#LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:3.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 li:before{  }
#MQD68zVDgZG2XTr3WnK7GBqb535q0TVK { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:27.625rem;width:16.9375rem;top:10.375rem;left:21.5625rem;display:block; }
#GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17rem;left:23.3125rem;height:10.661125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE li:before{  }
#HiuTxLuVJOZ7Nl4gn9sTV9FUmuVMSvHU { position:absolute;display:block;z-index:15016;background-color:#fd8c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:15.25rem;left:21.5rem;display:block; }
#U4NTpbPZNOXtcKps5xtr3CMJqe5Q8PGX { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.3125rem;left:22.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CHqo5tiBpdVgKvl9wcQyyGMHx2E6cc9I { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:27.9375rem;width:16.9375rem;top:10.375rem;left:42.1875rem;display:block; }
#n9K5QWPU3Itwv7lLp7zIFWMpnE9nzlwu { position:absolute;display:block;z-index:15023;background-color:#fd8c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:15.25rem;left:42.125rem;display:block; }
#eWwzstKb55HNQdBkuOh7QtuUedHclk97 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kkin9a0TsId9hh9fBPcDLhU93B23l3B6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.96875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17rem;left:43.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 li:before{  }
#IcutM5yQ7NbHiGHzaLxKRSuSaPRgaz6C { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:#fd8c00;background-image:none;top:31.875rem;left:3.125rem;display:block; }
#kR2CvISIrnlch3DrU5hzX2FiwJ1yCXpL { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15026;background-color:#fd8c00;background-image:none;top:31.875rem;left:23.75rem;display:block; }
#ghESkTTWsAX0F53Tf2Aif2sZ9kygZdhd { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#fd8c00;background-image:none;top:31.875rem;left:44.46875rem;display:block; }
#qDsG0lV6B67s58740uwc1fWTu6Huoo8G { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.3408203125rem;left:7.0625rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#exOAliB43RUIc69aroUEMEQcngq62Nx6 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:32.3408203125rem;left:27.40625rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KOobLgDH0DtVsKccol9mvXbImvs6Rrum { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.3408203125rem;left:48rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vuCZqxF4ewT54TeV3vn62Ui4isNqdAby { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:4.75rem;width:16.6875rem;top:40.0625rem;left:21.6875rem;display:block; }
#hRToA2TlG9Mwv9uFLr4OZ5Br9glsZa3V { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.125rem;left:23.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sI898Zd04ha2UvV90zWwxSZanwSOIb8z { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:4.75rem;width:16.6875rem;top:40.0625rem;left:42.375rem;display:block; }
#symwrCgwro7PC9e2eTTt8l5A7QkwK9bm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:41.125rem;left:44.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOKlyqgw7eL2asvrqlsxtKnGbqv2kt12 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:4.75rem;width:16.6875rem;top:40.0625rem;left:1.0625rem;display:block; }
#NEFCDaOxQ22MAhcgbPZPTF3AhsHr2LFw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:41.125rem;left:3.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb { position:relative;display:block; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb { background-color: transparent; background-image: none; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row .container > .video-iframe-container { display: none; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row > .video-iframe-container { display: none; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .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); }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb { border-width: 0; border-radius: 0; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#cwHOQ80gdZl1pw5QzwlzXAIRTL8M6cnG { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(top, #fd8c00, #ffffff);background-image: -moz-linear-gradient(top, #fd8c00, #ffffff);background-image: -ms-linear-gradient(top, #fd8c00, #ffffff);background-image: -o-linear-gradient(top, #fd8c00, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8c00', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8c00', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #fd8c00, #ffffff);background-size:contain !important;vertical-align:top; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"titillium web"; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-trigger.adaptive-delivery-prevent-bg, #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-trigger.lazyload, #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-trigger.lazyloading { background-image: none; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM { box-sizing:content-box;height:auto;width:38.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.8125rem;left:9.59375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #Kzl90TgaMwvweu0TATm0rimwI7LX1G0f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #HW448zKgZh8Ie2C6e37OCiTm9JsuWTV8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #b17x817fiXPKAkRHQRR5XZARp7FwOoTn { display:block;position:relative; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #Dcy7O2yslbGhw2P311v4l3iUnyStb210 {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #mQcJeV8Ouurl5gyo65Psm3mEf5FoG3Eh {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #JPa9NHr0JmnhfMlPOE1Xp7KwCPZ5Kwie { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #CX4apacAd8twvBNudqTp7u5E0B58BF9T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #DUSGW8Ni6uRkqHw1uKHcqfSEEbT9NIsl { display:block;position:relative; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #qDDZCNkEO0oFJTews5XLMg6Ea5T5Nb3d {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #lvzRbfVFcz2umlFik3pA91gTmcLEoPGT { display:none; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #LhqtvgsLRXTPWeVWBn660NbASgGQbXCt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #PhRIREzUl9BwLAtOy6TRt0yT9M0sC6ao { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #vue0OGbratLTyZ4AyNoTwNKX4RE6SUGU { display:block;position:relative; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #mxmLS2PXTdipSy5XThcQU4sh25Dw28lE {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #GWe0tn0x1cb8MrMCU8P7moaJ6mzTfbpT { display:none; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ZLyN2BQlRH7u7tzvyLBTvN3ptybZ7ZhG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ZmX7qWNNOc54Os0ZnWG9fAACDk55ey0G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #E6LbSazfUrVKELwuUd8XnJ8tR31B3CVg { display:block;position:relative; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #af6JqyCE8L6ZKoh6ptfOE9QXqLinwfOC {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #JKAIOSbZl73anMIb0QqQ7OeuyDmTpqtZ { display:none; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #sv7zXmNhoq2zmDvguyzTtsa9OdAUPGcb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #oUb0obxbbbtc4swuw0Dv2Tpr40bTsf7i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #kzQX7ACsGcLFuQ5ws8iD5HmTanFTNtQK { display:block;position:relative; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #SAnQ6OO70uvtkNrCNk8NqvNaTNstuCgJ {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #KTXbm2NaSuFLKRND1VFceMTl5rer2LcC { display:none; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #tq29bQOrKI6vcF7LGZ1RKd976xtXDSAd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #vEiBrB79FfaPH8TiSc7AFZLJoDHfgiLQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #aZNkW5WpVeV3zznMhdddkFtlm7P3WkKm { display:block;position:relative; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ifewmNnRAVvXo4TeKhRTTHHUD1qcXm3M {  }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #H57gweZqAZmx93bHKVDc9vOaZsGGUhQH { display:none; }
#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ { background-color:#05143e;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { background-color: transparent; background-image: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container > .video-iframe-container { display: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container { display: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .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); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { border-width: 0; border-radius: 0; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#c5dMZFTtXT6wr6W5S2OaIgTkvQ0mwDEk { display:block;width:27.75rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:8.625rem;left:1.25rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#RTK8d18EQr9FSOVV7AxH4Q6EndZRq9ia { display:block;width:27.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;top:11.6875rem;left:1.25rem;background-color:transparent;background-image:none;height:3.1494125rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#QCZwWs9hd3uh5VheXXSkC5DDlAMhzLZZ { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:3.25rem;left:29.6875rem;display:block; }
#d27ar3TPzIKUwhegSJMxCzq3Qr66BJiQ { display:block;width:27.75rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:8.625rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#IUoEEfKdCRN57NmkHaZ7lHRyCukzOE1z { display:block;width:27.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;top:11.6875rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.57470625rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#MWJwa8RrZBgeKeDIU1FMNz32xhoNsPzB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:3.6875rem;left:43.6875rem; }
#fZNO57Wl6FsOUlP4R1AiUaR8uPBdnJse { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:3.6875rem;left:13.875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTwLVgvT7dUHDHonzJAiqopUBSFsWN8K { width:9.3125rem;height:5.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEnlaD9Hqz7crU9m0aCpTsVvyJqvhTed { width:23.4375rem;height:4.375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:23.4375rem;height:4.5rem;top:1.1875rem;left:24.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7J7dhJry9zJfNwIOXkndKtswIXh8NKb { width:23.4375rem;height:37.0625rem;top:4.375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fO4fcR4f/1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.adaptive-delivery-prevent-bg, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyload, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyloading { background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { width:23.875rem;height:5.19921875rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKxmAwS4GB01PBwN98ZAbqowHwHMUP4I { width:23.4375rem;height:2.3125rem;top:33.3125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ36F1AkEnIOpC2WbGwJiAqqUVW86dtH { width:3.625rem;height:12.4375rem;top:1.75rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0  { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 {display:block;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #sGy1lzMEEvJqLTUMkT9GCIxn8ULMkyzg {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #sGy1lzMEEvJqLTUMkT9GCIxn8ULMkyzg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #OIVpqFJXwUBSTNZs6nRBHDDEW0bu3rce { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #yQPewaSy2vyEebn2EBwgKrekw4IVsaV9 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #hvtHf2kKtc5Hovbmf5q6afa43XABFfyt {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #cGJKLPqNvXwcXsLNO5GXE55epH1RWSeV {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #ohgkqn7f9SPPqo8ozgf2EV4Q7CXCnwUZ {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #M2389XZwopn90Ct3DkHet7yuW52Vivw0 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #CEleiCu7sMVUzTn5TGxxZTJ9Ko6KDilF {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #A36Zy3nrW4NNsRLVt2LisCzCGayU1OsL {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #fp1PmXugzxgfI44xIOlpgfciLob4Txls {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #PD80IHCNacbXC2NiWCJc9OQcn4wlxNPe {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #X6bFWJlB9mANSZsRIin615wwmsrygf2s {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #oVMsB13Obkyll7IpMJ1wv6K4ssCK9fJW { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #rxhSXgOwywJxUkeenUO5E8xqykiZfVWS {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #zyQ73Oe9ksrpQ0uldgSpOTXTirK5scLn {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #LaUKinyDQZWGIhphrfPwm7TRpD8DnVDM { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #VvM52uwZF2JR6S59qhKRMSQJqk4uqrpJ {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #l1hp8vuqTVKJPr02PUrt9BTQeqSr52QP {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #MTMpy3hBLrTF5KKez5oolAzSkqgWEdkJ { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #KHZmB3B2U6LBwNpTOPrFTGFRTQskTsgk {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #e7aALBVv4kd3ZzNlk8D4EtwIZvccLmul {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #WitZ5PwQbSbTHNoxZHsimvh9woC9ptZi {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #chdcwQlJgN5plooUX1AG3mJ3KGo1Wm35 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #RzlbPQ1UVdigyo7OnXiTxCIBZR3ydEDy {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #tTWduTNAmONKx0bs52zdsPndxnQpWo6w {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #owtvRiinXkyDQr6Rav7gTF2rDx4H5wJR {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #r1W6T4KbcCki1eWPmC4xHSfxNnTB3b70 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #AQN8aDHOiLKkMKw28C9CUCh31LTHVT4A {  }
 }@media only screen and (max-width: 763px) { #nsqy1hOOnmWBcTV2hFlJL5ToA1irTw2O { width:2.0625rem;height:2.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTJ8RLVsOES4fM7HB2y49KQGh7fSw60 { width:2.0625rem;height:2.0625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagb6hrGHoAtFZvSGIy7PbsafTiWrU6 { width:2.0625rem;height:2.0625rem;top:8.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3w2kx2ougTStyLl9b8kmqGTHpLLFm7o { width:2.0625rem;height:2.0625rem;top:8.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN1DGhNK8rulWIJQpEdw4qOnO6m14BaJ { width:2.0625rem;height:2.0625rem;top:8.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1LVmzxiiiSJoT8ZN4XbeqUwROIEM12 { width:23.4375rem;height:2rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGZ3emob007fJDBdb8x3u8giq9qnIhhX { width:4.6875rem;height:4.625rem;top:1.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZKF5saTTOCySKPe6kEAzTUemFaALX5F { width:16.75rem;height:5.6860375rem;top:1.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPb83OEb4p7amUcPgo2UVE2wpkaCwUH { width:16.625rem;height:2.2744125rem;top:8rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVB8euOORSPHni97H8wQ6wFAZrL77hc { width:23.4375rem;height:8.125rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbAQofI0NLM55PzaZFucVi6M4k7ubnyh { width:19.4375rem;height:4.548825rem;top:1.1875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG { display:block; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvfGUTihOhduczUdMUNZ6bmQJGG52qE5 { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwlu5iWPnQHLHG5aUCwgQRGJfu99x1n { width:28.3125rem;height:10.5rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecD6J1FSZkz4t0o647Hh7mCQGD48Busn { width:17.5rem;height:3.125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXbnLuB0m3Fz0gEEh3yWJXorztfXVsH { display:block; }
 }@media only screen and (max-width: 763px) { #LIVqve9ZzRpyXbsTqzpdDVw2aX4TxQtR { top:5.625rem;left:26.9375rem;width:20.1875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqqQJ0KURHJ8hriJium65KO0RaTDqT5U { top:11.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sUey0HmUPigzcUQqTLTBImwzRp58cI { display:block; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxn2HTVo8sFx40zXZZnyJvDbd7o05xsS { top:30.375rem;left:43.8125rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHEEXCtCfFtvtku0CDmdfEOt9zb9RuoD { top:28.875rem;left:32rem;width:15.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG5KlGZJGLKfdUvQexiV2yvCThlw6BT1 { top:40.4375rem;left:16rem;width:15.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVpW77ZKknix2wQiWlbFsUB7tJt7N92p { top:30.25rem;left:0rem;width:15.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0NslceFZZAGErSqrPGK88B455VIfbwl { top:16.5rem;left:0rem;width:15.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZtk2XBlH5TafKZ63ydZZKx8gMuLJdVI { top:40.4375rem;left:13.1875rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOuKM1f6TDlqpxkSO16VfD7E4JI8r2vo { top:16.5625rem;left:43.8125rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNT1hTLLA8HwD810KEPuNVsytGQ426xM { top:16.4375rem;left:32rem;width:15.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbgJhwII8FBeWeTL6aHPKuqQCg7kmGxD { top:16.5625rem;left:0rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvF7nM1LRiWzaa564A5yFoQLlXdNGzas { top:30.375rem;left:0rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ormd54X0MMc75qLBnzw9yhO14ZqAPX { width:47.75rem;height:2.3125rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyqgJxHcUiatrDVb5BgzgThL5wfOUUM8 { top:12.375rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzH6WsBeKVoNKO6AmclTG07dVooEhEwg { width:43.25rem;height:37.75rem;top:9rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILv6hQRxJ9ffiJinUUT9NAbeunhTVo2I { top:18.875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG { display:block; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onmP6maJREesunpnByF9UqN0VR87ws3n { top:10.375rem;left:0rem;width:16.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpZtgHfyGwen5mmKipsnAFP5N3QCniWM { top:12.3125rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzATLzed54XfStacBTal8OS6cdrRMFoG { top:17rem;left:0.625rem;width:12.5rem;height:;font-size:1rem;display:block; }#SzATLzed54XfStacBTal8OS6cdrRMFoG li:before{  }
 }@media only screen and (max-width: 763px) { #CSRQFNHAERZBXKAWd5VECoTKgS7B98QX { top:26.0625rem;left:1.0625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIa0uNVPbo3ty5721oJZR0vCesTlBq5u { top:15.25rem;left:0rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 { top:28.25rem;left:1.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 li:before{  }
 }@media only screen and (max-width: 763px) { #MQD68zVDgZG2XTr3WnK7GBqb535q0TVK { top:10.375rem;left:14.8125rem;width:16.9375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE { top:17rem;left:17.125rem;width:12.5rem;height:;font-size:1rem;display:block; }#GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE li:before{  }
 }@media only screen and (max-width: 763px) { #HiuTxLuVJOZ7Nl4gn9sTV9FUmuVMSvHU { top:15.25rem;left:15.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4NTpbPZNOXtcKps5xtr3CMJqe5Q8PGX { top:12.3125rem;left:16.1875rem;width:15.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHqo5tiBpdVgKvl9wcQyyGMHx2E6cc9I { top:10.375rem;left:30.5625rem;width:16.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9K5QWPU3Itwv7lLp7zIFWMpnE9nzlwu { top:15.25rem;left:31.8125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwzstKb55HNQdBkuOh7QtuUedHclk97 { top:12.3125rem;left:32.25rem;width:15.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkin9a0TsId9hh9fBPcDLhU93B23l3B6 { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 { top:17rem;left:33.4375rem;width:12.5rem;height:;font-size:1rem;display:block; }#lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 li:before{  }
 }@media only screen and (max-width: 763px) { #IcutM5yQ7NbHiGHzaLxKRSuSaPRgaz6C { width:12.5rem;height:3.125rem;top:31.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR2CvISIrnlch3DrU5hzX2FiwJ1yCXpL { width:12.5rem;height:3.125rem;top:31.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghESkTTWsAX0F53Tf2Aif2sZ9kygZdhd { width:12.5rem;height:3.125rem;top:31.875rem;left:34.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDsG0lV6B67s58740uwc1fWTu6Huoo8G { top:32.3125rem;left:5rem;width:5.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exOAliB43RUIc69aroUEMEQcngq62Nx6 { top:32.3125rem;left:21.21875rem;width:5.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOobLgDH0DtVsKccol9mvXbImvs6Rrum { top:32.3125rem;left:37.6875rem;width:5.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuCZqxF4ewT54TeV3vn62Ui4isNqdAby { top:40.0625rem;left:15.0625rem;width:16.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRToA2TlG9Mwv9uFLr4OZ5Br9glsZa3V { top:41.125rem;left:17.5625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI898Zd04ha2UvV90zWwxSZanwSOIb8z { top:40.0625rem;left:30.9375rem;width:16.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #symwrCgwro7PC9e2eTTt8l5A7QkwK9bm { top:41.125rem;left:34.1875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOKlyqgw7eL2asvrqlsxtKnGbqv2kt12 { top:40.0625rem;left:0rem;width:16.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEFCDaOxQ22MAhcgbPZPTF3AhsHr2LFw { top:41.125rem;left:1.0625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetmIHqwLNRkxa8hCh3yPp58wICX7GDb { display:block; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwHOQ80gdZl1pw5QzwlzXAIRTL8M6cnG { top:1.9375rem;left:7.75rem;width:32.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM { display:flex;height:auto;width:24rem;top:6rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #Kzl90TgaMwvweu0TATm0rimwI7LX1G0f {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #HW448zKgZh8Ie2C6e37OCiTm9JsuWTV8 {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #b17x817fiXPKAkRHQRR5XZARp7FwOoTn {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #Dcy7O2yslbGhw2P311v4l3iUnyStb210 {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #mQcJeV8Ouurl5gyo65Psm3mEf5FoG3Eh {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #JPa9NHr0JmnhfMlPOE1Xp7KwCPZ5Kwie {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #CX4apacAd8twvBNudqTp7u5E0B58BF9T {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #DUSGW8Ni6uRkqHw1uKHcqfSEEbT9NIsl {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #qDDZCNkEO0oFJTews5XLMg6Ea5T5Nb3d {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #lvzRbfVFcz2umlFik3pA91gTmcLEoPGT {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #LhqtvgsLRXTPWeVWBn660NbASgGQbXCt {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #PhRIREzUl9BwLAtOy6TRt0yT9M0sC6ao {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #vue0OGbratLTyZ4AyNoTwNKX4RE6SUGU {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #mxmLS2PXTdipSy5XThcQU4sh25Dw28lE {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #GWe0tn0x1cb8MrMCU8P7moaJ6mzTfbpT {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ZLyN2BQlRH7u7tzvyLBTvN3ptybZ7ZhG {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ZmX7qWNNOc54Os0ZnWG9fAACDk55ey0G {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #E6LbSazfUrVKELwuUd8XnJ8tR31B3CVg {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #af6JqyCE8L6ZKoh6ptfOE9QXqLinwfOC {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #JKAIOSbZl73anMIb0QqQ7OeuyDmTpqtZ {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #sv7zXmNhoq2zmDvguyzTtsa9OdAUPGcb {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #oUb0obxbbbtc4swuw0Dv2Tpr40bTsf7i {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #kzQX7ACsGcLFuQ5ws8iD5HmTanFTNtQK {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #SAnQ6OO70uvtkNrCNk8NqvNaTNstuCgJ {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #KTXbm2NaSuFLKRND1VFceMTl5rer2LcC {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #tq29bQOrKI6vcF7LGZ1RKd976xtXDSAd {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #vEiBrB79FfaPH8TiSc7AFZLJoDHfgiLQ {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #aZNkW5WpVeV3zznMhdddkFtlm7P3WkKm {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ifewmNnRAVvXo4TeKhRTTHHUD1qcXm3M {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #H57gweZqAZmx93bHKVDc9vOaZsGGUhQH {  }
 }@media only screen and (max-width: 763px) { #bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ { display:block; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ { background-color: transparent; background-image: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container > .video-iframe-container { display: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container { display: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .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); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5dMZFTtXT6wr6W5S2OaIgTkvQ0mwDEk { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTK8d18EQr9FSOVV7AxH4Q6EndZRq9ia { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCZwWs9hd3uh5VheXXSkC5DDlAMhzLZZ { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27ar3TPzIKUwhegSJMxCzq3Qr66BJiQ { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUoEEfKdCRN57NmkHaZ7lHRyCukzOE1z { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWJwa8RrZBgeKeDIU1FMNz32xhoNsPzB { top:3.6875rem;left:37.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZNO57Wl6FsOUlP4R1AiUaR8uPBdnJse { top:3.6875rem;left:7.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTwLVgvT7dUHDHonzJAiqopUBSFsWN8K { width:8.875rem;height:4.875rem;top:1rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEnlaD9Hqz7crU9m0aCpTsVvyJqvhTed { width:20rem;height:4.375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:20rem;height:3.8994125rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7J7dhJry9zJfNwIOXkndKtswIXh8NKb { width:20rem;height:20.625rem;top:-8.625rem;left:0.0625rem;background-color:#ffffff;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fS5AIcqX/DSC_3325.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.adaptive-delivery-prevent-bg, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyload, #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR.lazyloading { background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl0BT5X6SDdxBwW8isnOhmBOpVFBEySf { width:20rem;height:5.19921875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKxmAwS4GB01PBwN98ZAbqowHwHMUP4I { width:20rem;height:1.9733333333333rem;top:33.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJ36F1AkEnIOpC2WbGwJiAqqUVW86dtH { width:3.625rem;height:12.4375rem;top:1.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#f4f4f4; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .widget-radio-label { color:#27211b; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0  { width:17.5rem;height:auto;top:10.634765625rem;left:0rem; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 {display:block;}#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 { width:17.5rem;height:auto;top:10.634765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #sGy1lzMEEvJqLTUMkT9GCIxn8ULMkyzg {  }
#DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #sGy1lzMEEvJqLTUMkT9GCIxn8ULMkyzg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #OIVpqFJXwUBSTNZs6nRBHDDEW0bu3rce { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #yQPewaSy2vyEebn2EBwgKrekw4IVsaV9 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #hvtHf2kKtc5Hovbmf5q6afa43XABFfyt {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #cGJKLPqNvXwcXsLNO5GXE55epH1RWSeV {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #ohgkqn7f9SPPqo8ozgf2EV4Q7CXCnwUZ {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #M2389XZwopn90Ct3DkHet7yuW52Vivw0 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #CEleiCu7sMVUzTn5TGxxZTJ9Ko6KDilF {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #A36Zy3nrW4NNsRLVt2LisCzCGayU1OsL {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #fp1PmXugzxgfI44xIOlpgfciLob4Txls {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #PD80IHCNacbXC2NiWCJc9OQcn4wlxNPe {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #X6bFWJlB9mANSZsRIin615wwmsrygf2s {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #oVMsB13Obkyll7IpMJ1wv6K4ssCK9fJW { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #rxhSXgOwywJxUkeenUO5E8xqykiZfVWS {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #zyQ73Oe9ksrpQ0uldgSpOTXTirK5scLn {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #LaUKinyDQZWGIhphrfPwm7TRpD8DnVDM { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #VvM52uwZF2JR6S59qhKRMSQJqk4uqrpJ {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #l1hp8vuqTVKJPr02PUrt9BTQeqSr52QP {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #MTMpy3hBLrTF5KKez5oolAzSkqgWEdkJ { display:none; }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #KHZmB3B2U6LBwNpTOPrFTGFRTQskTsgk {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #e7aALBVv4kd3ZzNlk8D4EtwIZvccLmul {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #WitZ5PwQbSbTHNoxZHsimvh9woC9ptZi {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #chdcwQlJgN5plooUX1AG3mJ3KGo1Wm35 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #RzlbPQ1UVdigyo7OnXiTxCIBZR3ydEDy {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #tTWduTNAmONKx0bs52zdsPndxnQpWo6w {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #owtvRiinXkyDQr6Rav7gTF2rDx4H5wJR {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #r1W6T4KbcCki1eWPmC4xHSfxNnTB3b70 {  }
 }@media only screen and (max-width: 763px) { #DZ3J5Ni57aTVAPbU2krLTsHy3dWfnDN0 #AQN8aDHOiLKkMKw28C9CUCh31LTHVT4A {  }
 }@media only screen and (max-width: 763px) { #nsqy1hOOnmWBcTV2hFlJL5ToA1irTw2O { width:2.0625rem;height:2.0625rem;top:7.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyTJ8RLVsOES4fM7HB2y49KQGh7fSw60 { width:2.0625rem;height:2.0625rem;top:7.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagb6hrGHoAtFZvSGIy7PbsafTiWrU6 { width:2.0625rem;height:2.0625rem;top:7.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3w2kx2ougTStyLl9b8kmqGTHpLLFm7o { width:2.0625rem;height:2.0625rem;top:7.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN1DGhNK8rulWIJQpEdw4qOnO6m14BaJ { width:2.0625rem;height:2.0625rem;top:7.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1LVmzxiiiSJoT8ZN4XbeqUwROIEM12 { width:20rem;height:1.7066666666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGZ3emob007fJDBdb8x3u8giq9qnIhhX { width:7.25rem;height:7.125rem;top:9.53125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZKF5saTTOCySKPe6kEAzTUemFaALX5F { width:20rem;height:5.6860375rem;top:18.1376953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPb83OEb4p7amUcPgo2UVE2wpkaCwUH { width:20rem;height:1.13720625rem;top:23.82373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVB8euOORSPHni97H8wQ6wFAZrL77hc { width:20rem;height:8.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbAQofI0NLM55PzaZFucVi6M4k7ubnyh { width:19.4375rem;height:4.548825rem;top:2.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG { display:block; }#A3Udl3fbR1X2J3r8VNAOWT5cix3DrVXG > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvfGUTihOhduczUdMUNZ6bmQJGG52qE5 { width:20rem;height:2.75rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwlu5iWPnQHLHG5aUCwgQRGJfu99x1n { width:20rem;height:11.8125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecD6J1FSZkz4t0o647Hh7mCQGD48Busn { width:17.5rem;height:3.125rem;top:45.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyXbnLuB0m3Fz0gEEh3yWJXorztfXVsH { display:block; }
 }@media only screen and (max-width: 763px) { #LIVqve9ZzRpyXbsTqzpdDVw2aX4TxQtR { width:15.0625rem;height:22.625rem;top:20.5rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqqQJ0KURHJ8hriJium65KO0RaTDqT5U { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sUey0HmUPigzcUQqTLTBImwzRp58cI { display:block; }#s7sUey0HmUPigzcUQqTLTBImwzRp58cI > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxn2HTVo8sFx40zXZZnyJvDbd7o05xsS { width:3.9375rem;height:2.5996125rem;top:49.318359375rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHEEXCtCfFtvtku0CDmdfEOt9zb9RuoD { width:15.75rem;height:5.19921875rem;top:52.931640625rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RG5KlGZJGLKfdUvQexiV2yvCThlw6BT1 { width:15.75rem;height:3.8994125rem;top:65.15771484375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVpW77ZKknix2wQiWlbFsUB7tJt7N92p { width:15.75rem;height:3.8994125rem;top:33.4091796875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0NslceFZZAGErSqrPGK88B455VIfbwl { width:15.875rem;height:6.499rem;top:21.4072265625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZtk2XBlH5TafKZ63ydZZKx8gMuLJdVI { width:3.9375rem;height:2.5996125rem;top:60.62060546875rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOuKM1f6TDlqpxkSO16VfD7E4JI8r2vo { width:3.9375rem;height:2.5996125rem;top:29.49609375rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNT1hTLLA8HwD810KEPuNVsytGQ426xM { width:15.75rem;height:3.8994125rem;top:43.2939453125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbgJhwII8FBeWeTL6aHPKuqQCg7kmGxD { width:3.9375rem;height:2.5996125rem;top:17.7451171875rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvF7nM1LRiWzaa564A5yFoQLlXdNGzas { width:3.9375rem;height:2.5996125rem;top:39.50634765625rem;left:8.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ormd54X0MMc75qLBnzw9yhO14ZqAPX { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyqgJxHcUiatrDVb5BgzgThL5wfOUUM8 { width:12.5rem;height:0.125rem;top:16.294921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzH6WsBeKVoNKO6AmclTG07dVooEhEwg { width:20rem;height:17.4565625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILv6hQRxJ9ffiJinUUT9NAbeunhTVo2I { width:12.5rem;height:1.625rem;top:70.30663984375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9cf2d8c-574c-4ae8-96a9-17bc13ffd800/Maja7051.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG.adaptive-delivery-prevent-bg, #b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG.lazyload, #b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG.lazyloading { background-image: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container { background-color: transparent; background-image: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container > .video-iframe-container { display: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row > .video-iframe-container { display: none; }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .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); }#b4VV4r2NDIJppCV4u6mQAo0NZ2qoBOgG > .row .container { width:20rem;height:117.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onmP6maJREesunpnByF9UqN0VR87ws3n { width:16.9375rem;height:28rem;top:7.75rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DpZtgHfyGwen5mmKipsnAFP5N3QCniWM { width:12.5rem;height:1.625rem;top:9.6875rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzATLzed54XfStacBTal8OS6cdrRMFoG { width:12.5rem;height:6.13671875rem;top:14.375rem;left:3.71875rem;font-size:1rem;display:block; }#SzATLzed54XfStacBTal8OS6cdrRMFoG li:before{  }
 }@media only screen and (max-width: 763px) { #CSRQFNHAERZBXKAWd5VECoTKgS7B98QX { width:12.5rem;height:1.625rem;top:24.4375rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIa0uNVPbo3ty5721oJZR0vCesTlBq5u { width:12.5rem;height:0.125rem;top:12.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 { width:12.8125rem;height:1.29980625rem;top:26.8125rem;left:3.71875rem;font-size:1rem;display:block; }#LvnnDyZGSh9D4OMBhJ2E6ERqXQTb4Ul0 li:before{  }
 }@media only screen and (max-width: 763px) { #MQD68zVDgZG2XTr3WnK7GBqb535q0TVK { width:16.9375rem;height:26.625rem;top:43.8125rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE { width:12.5rem;height:10.661125rem;top:50.4375rem;left:3.8125rem;font-size:1rem;display:block; }#GKy2qe2ccVrfXIfwAS7yo0NPkrQsHMyE li:before{  }
 }@media only screen and (max-width: 763px) { #HiuTxLuVJOZ7Nl4gn9sTV9FUmuVMSvHU { width:12.5rem;height:0.125rem;top:48.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4NTpbPZNOXtcKps5xtr3CMJqe5Q8PGX { width:12.5rem;height:3.25rem;top:44.875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHqo5tiBpdVgKvl9wcQyyGMHx2E6cc9I { width:16.9375rem;height:27rem;top:78.8125rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #n9K5QWPU3Itwv7lLp7zIFWMpnE9nzlwu { width:12.5rem;height:0.125rem;top:84.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwzstKb55HNQdBkuOh7QtuUedHclk97 { width:12.5rem;height:3.25rem;top:80.875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkin9a0TsId9hh9fBPcDLhU93B23l3B6 { width:20rem;height:2.4375rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 { width:12.5rem;height:10.661125rem;top:87.3125rem;left:3.65625rem;font-size:1rem;display:block; }#lJTqdn9yffo19Nz2ERuhTvlSZ5LDVBU3 li:before{  }
 }@media only screen and (max-width: 763px) { #IcutM5yQ7NbHiGHzaLxKRSuSaPRgaz6C { width:12.5rem;height:3.125rem;top:30.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR2CvISIrnlch3DrU5hzX2FiwJ1yCXpL { width:12.5rem;height:3.125rem;top:64.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghESkTTWsAX0F53Tf2Aif2sZ9kygZdhd { width:12.5rem;height:3.125rem;top:100.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDsG0lV6B67s58740uwc1fWTu6Huoo8G { width:5.875rem;height:2.1933625rem;top:31.27783203125rem;left:8.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exOAliB43RUIc69aroUEMEQcngq62Nx6 { width:5.875rem;height:2.1933625rem;top:65.1533203125rem;left:7.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOobLgDH0DtVsKccol9mvXbImvs6Rrum { width:5.875rem;height:2.1933625rem;top:100.9033203125rem;left:7.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuCZqxF4ewT54TeV3vn62Ui4isNqdAby { width:16.6875rem;height:4.75rem;top:70.9375rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hRToA2TlG9Mwv9uFLr4OZ5Br9glsZa3V { width:12.5rem;height:2.5996125rem;top:72rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI898Zd04ha2UvV90zWwxSZanwSOIb8z { width:16.6875rem;height:4.75rem;top:107.1875rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #symwrCgwro7PC9e2eTTt8l5A7QkwK9bm { width:12.5rem;height:2.5996125rem;top:108.25rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOKlyqgw7eL2asvrqlsxtKnGbqv2kt12 { width:16.6875rem;height:4.75rem;top:36.5rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NEFCDaOxQ22MAhcgbPZPTF3AhsHr2LFw { width:12.5rem;height:2.5996125rem;top:37.5625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetmIHqwLNRkxa8hCh3yPp58wICX7GDb { display:block; }#AetmIHqwLNRkxa8hCh3yPp58wICX7GDb > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwHOQ80gdZl1pw5QzwlzXAIRTL8M6cnG { width:20rem;height:4.7119125rem;top:2.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM { display:flex;height:auto;width:17.5rem;top:7.6875rem;left:0rem; }
#T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #Kzl90TgaMwvweu0TATm0rimwI7LX1G0f {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #HW448zKgZh8Ie2C6e37OCiTm9JsuWTV8 {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #b17x817fiXPKAkRHQRR5XZARp7FwOoTn {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #Dcy7O2yslbGhw2P311v4l3iUnyStb210 {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #mQcJeV8Ouurl5gyo65Psm3mEf5FoG3Eh {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #JPa9NHr0JmnhfMlPOE1Xp7KwCPZ5Kwie {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #CX4apacAd8twvBNudqTp7u5E0B58BF9T {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #DUSGW8Ni6uRkqHw1uKHcqfSEEbT9NIsl {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #qDDZCNkEO0oFJTews5XLMg6Ea5T5Nb3d {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #lvzRbfVFcz2umlFik3pA91gTmcLEoPGT {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #LhqtvgsLRXTPWeVWBn660NbASgGQbXCt {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #PhRIREzUl9BwLAtOy6TRt0yT9M0sC6ao {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #vue0OGbratLTyZ4AyNoTwNKX4RE6SUGU {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #mxmLS2PXTdipSy5XThcQU4sh25Dw28lE {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #GWe0tn0x1cb8MrMCU8P7moaJ6mzTfbpT {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ZLyN2BQlRH7u7tzvyLBTvN3ptybZ7ZhG {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ZmX7qWNNOc54Os0ZnWG9fAACDk55ey0G {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #E6LbSazfUrVKELwuUd8XnJ8tR31B3CVg {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #af6JqyCE8L6ZKoh6ptfOE9QXqLinwfOC {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #JKAIOSbZl73anMIb0QqQ7OeuyDmTpqtZ {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #sv7zXmNhoq2zmDvguyzTtsa9OdAUPGcb {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #oUb0obxbbbtc4swuw0Dv2Tpr40bTsf7i {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #kzQX7ACsGcLFuQ5ws8iD5HmTanFTNtQK {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #SAnQ6OO70uvtkNrCNk8NqvNaTNstuCgJ {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #KTXbm2NaSuFLKRND1VFceMTl5rer2LcC {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #tq29bQOrKI6vcF7LGZ1RKd976xtXDSAd {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #vEiBrB79FfaPH8TiSc7AFZLJoDHfgiLQ {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #aZNkW5WpVeV3zznMhdddkFtlm7P3WkKm {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #ifewmNnRAVvXo4TeKhRTTHHUD1qcXm3M {  }
 }@media only screen and (max-width: 763px) { #T92IJ6MGZzT0GV0Ja6KG7yro0UDkwWcM #H57gweZqAZmx93bHKVDc9vOaZsGGUhQH {  }
 }@media only screen and (max-width: 763px) { #bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { background-color: transparent; background-image: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container > .video-iframe-container { display: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container { display: none; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .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); }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { border-width: 0; border-radius: 0; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJXGqGCdOSHH9GaC54oENcAybiOmPUGQ > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5dMZFTtXT6wr6W5S2OaIgTkvQ0mwDEk { left:-0.0625rem;background-color:transparent;background-image:none;top:6.8125rem;width:20.125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTK8d18EQr9FSOVV7AxH4Q6EndZRq9ia { left:0rem;background-color:transparent;background-image:none;top:9.8125rem;width:19.8125rem;height:2.7998rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCZwWs9hd3uh5VheXXSkC5DDlAMhzLZZ { left:6.875rem;background-color:#ccd4db;background-image:none;top:14.625rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27ar3TPzIKUwhegSJMxCzq3Qr66BJiQ { left:0.0625rem;background-color:transparent;background-image:none;top:20.75rem;width:20.0625rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUoEEfKdCRN57NmkHaZ7lHRyCukzOE1z { left:0.1875rem;background-color:transparent;background-image:none;top:23.375rem;width:19.8125rem;height:1.3999rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWJwa8RrZBgeKeDIU1FMNz32xhoNsPzB { width:2.5rem;height:2.5rem;top:17.1484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZNO57Wl6FsOUlP4R1AiUaR8uPBdnJse { width:2.5rem;height:2.5rem;top:2.8984375rem;left:8.75rem;display:block; }
 }