.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,234,230;--color-primary-1:255,185,170;--color-primary-2:255,115,85;--color-primary-3:128,58,43;--color-primary-4:38,17,13;--color-secondary-0:254,253,251;--color-secondary-1:251,248,242;--color-secondary-2:246,240,228;--color-secondary-3:123,120,114;--color-secondary-4:37,36,34;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Silka";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container { background-color: transparent; background-image: none; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container > .video-iframe-container { display: none; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row > .video-iframe-container { display: none; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .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); }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container { border-width: 0; border-radius: 0; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#kALxhIxtLS78ZNaboh7ad3NPPDpxzhtN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:0rem;left:0.65625rem;overflow:hidden;display:block; }
#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3d96879-b935-43e8-bef8-27bf4e7f5d21/DSC02767.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5.adaptive-delivery-prevent-bg, #efdGb6f4afeacPUbTb4AKJcaHrnAE1V5.lazyload, #efdGb6f4afeacPUbTb4AKJcaHrnAE1V5.lazyloading { background-image: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container { background-color: transparent; background-image: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container > .video-iframe-container { display: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row > .video-iframe-container { display: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .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); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container { border-width: 0; border-radius: 0; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5::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; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#SGkhgfyeoaaJh1JMOz0XopWQ8eSExVBK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:4.2246125rem;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; }
#B8mXxXKulqnG2iVQ5Rzv5qE0TT8wbxsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:17.0625rem;left:16.218750476837rem;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; }
#Hkx8k570Lm79cso1syVTeJxzydHmd206 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.375rem;left:28.343752384186rem;display:block; }
#zXpq3WnNFgifOFp5Tsw2q7ZmgL7b5qFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container { background-color: transparent; background-image: none; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container > .video-iframe-container { display: none; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row > .video-iframe-container { display: none; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .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); }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container { border-width: 0; border-radius: 0; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#N8VhHAC8EuAERG0WumUhMtxgo9P8VWrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:0rem;height:4.67448125rem;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; }
#T02aLTPExG153II19zhVluw7v64qTIM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.78125rem;left:0rem;height:13.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; }
#KkN2K2sGyoFhSGIrtHH7xX8Zurc2f6Mx { 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(var(--color-primary-2),0.15) ;height:25.0625rem;width:44.75rem;top:8rem;left:29.562502384186rem;overflow:hidden;display:block; }
#mNrTbOVLtxicEP4PSGRftf5mW0oLNBPo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:0rem;display:block; }
#UDo0hXuDML6V4vFpz3tenBVEHdQVniX6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.354167938233rem;left:3.3125004768372rem;display:block; }
#IvgtNhFJryJUTHg12ueEfmb3NHma709M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 { position:relative;display:block; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 { background-color: transparent; background-image: none; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row .container > .video-iframe-container { display: none; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row > .video-iframe-container { display: none; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .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); }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 { border-width: 0; border-radius: 0; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#GxVCdtWsIqyJdbNZfu9D2DnggZ2Je6GZ { color:rgba(var(--color-tertiary-2),1);display:block;width:66.4375rem;position:absolute;font-family:silka;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2552108764649rem;left:5.5546875rem;height:3.4121125rem;display:block; }
#bQTMIltXTlv9Eho5DKa5LNP1dQOEnKKh { color:rgba(var(--color-tertiary-4),1);display:block;width:67rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.84375rem;left:5.2734375rem;height:17.54881875rem;display:block; }
#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container { background-color: transparent; background-image: none; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container > .video-iframe-container { display: none; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row > .video-iframe-container { display: none; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .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); }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container { border-width: 0; border-radius: 0; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#OSuzvRd8nxBGDdPLlxWbDqRtT4L2AvQd { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.3125rem;left:2.5625rem; }
#vtayNqsb8WM21Vtp4CFI8wAWJ7CCT1wS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:10.8125rem;left:5.9375rem;height:1.79980625rem;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; }
#WxTrJpHhFzSc9d2cpXXw0oZ4T4WihdEB { color:rgba(var(--color-tertiary-3),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:14.375rem;left:17.4375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OPqpPGxgUs0Kp6cKpZ8HrsiLhR0htqak { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:11.875rem;left:17.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTNnnmD12uQT0DJvieLH16qqTe6y02Zt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.4375rem;width:52rem;top:10.3125rem;left:15.875rem;display:block; }
#VCG1L3ZC7rCwk3CKc7l9J1tqWAMdS08d { color:rgba(var(--color-tertiary-3),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:56.1875rem;left:18.562500476837rem;height:7.5rem;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; }
#pNqiVVMo0FsUdX8UL35V30ivMx949QGp { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:54.4375rem;left:18.5625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#opzv5ylLLVF4D75ytwKpwMWQuqgPgJyB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.4375rem;width:52rem;top:52.5625rem;left:15.6875rem;display:block; }
#Ivik0P9gXSDd0g0ZQ6251leWCXnSsqlK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:53.880859375rem;left:6rem;height:1.79980625rem;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; }
#TIic7KPwaiKMT2oT60Eb6FBFM2vP1Pve { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:53.375rem;left:2.5625rem; }
#qrQJIeTl912mLRTqNKOqRiwTB677rbkh { color:rgba(var(--color-tertiary-3),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:41.375rem;left:17.375rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AqhaMTWOC3a9lneXq4KUG7Xl5lanHCZo { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:38.875rem;left:17.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JLkOAwIDDJRFGIfeC0R07WbIWV1K0QZ7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.1875rem;width:52rem;top:37.3125rem;left:15.812500476837rem;display:block; }
#x9BPTWN7Sw7W28DOLXzHIvkLZuQx9tTk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:37.818359375rem;left:5.9375004768372rem;height:3.59895625rem;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; }
#og3fyzxSTrUONObD6KBI7TxhiEwe2Q2S { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:37.3125rem;left:2.5rem; }
#yPDQtHgWonXBgf0y4mGmPJLTf7nFlZNa { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.4375rem;width:52rem;top:23.3125rem;left:15.8125rem;display:block; }
#Uk1RPCodntTc9Wx1Tp5HKro4AvIMfCe2 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.1875rem;position:absolute;font-family:silka;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:27rem;left:16.90625rem;height:6rem;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; }
#WBQPR2VXOENSw1M2NH08uvWTsxLTR2H5 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:24.5rem;left:16.90625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vgK0HL87w0laAtKCuHmhRLcIeRWEZdV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:23.8125rem;left:5.875rem;height:1.79980625rem;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; }
#gAnyrpRDq9wKzRbmSUNpAsru3oUATHTA { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:23.3125rem;left:2.5rem; }
#hcMpha49twMyVlkx3ECbKtU2Ho7rPObM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:silka;font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:2.2734375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo { z-index:;position:relative;display:block; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo { background-color: transparent; background-image: none; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row .container > .video-iframe-container { display: none; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row > .video-iframe-container { display: none; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .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); }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo { border-width: 0; border-radius: 0; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row .container > .video-iframe-container { border-top-right-radius:4.375rem;border-bottom-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-top-left-radius:4.375rem; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:4.375rem;border-bottom-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-top-left-radius:4.375rem;position:relative;display:block; }#sGvvu3uPN8ZTqZS1VVgU7uN85A1sTO2F { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.1875004768372rem;left:7.6875rem;height:3rem;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; }
#UqcyTxbQxo4bmOiSgsMKEsIQm2zoNRvI { box-sizing:content-box;height:16.125rem;width:62.25rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.937500476837rem;left:12.58203125rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#NHK8yinXNMKym5c1yTRMiF4vCs4lZDHE { color:rgba(var(--color-tertiary-4),1);display:block;width:70.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.0000009536744rem;left:2.15625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.520835876465rem;left:48.000003814698rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147aa8fc5cbc23b4f2646f8895e662787a736a3a.svg); }
#Cg8n5PdhlEEQ6e2iBgsHOiVCuZxohha8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:22rem;left:25.750003814698rem;height:1.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; }
#vhI81E665Ho2V8GbgEJ4Xr8e5Wuf8Lq9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.125rem;left:23.937503814698rem; }
#LibVhZZ3F4wREuCFxATdZyZHZnNGzIpz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:20.625rem;width:20.625rem;top:18.770839691162rem;left:1.375rem;overflow:hidden;display:block; }
#os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:26.1875rem;left:23.937503814698rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147aa8fc5cbc23b4f2646f8895e662787a736a3a.svg); }
#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q { z-index:;position:relative;display:block; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q { background-color: transparent; background-image: none; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row .container > .video-iframe-container { display: none; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row > .video-iframe-container { display: none; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .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); }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q { border-width: 0; border-radius: 0; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row .container { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#K8kdcJq88X9t2Wo0DweSQKpfEaq1v0Kx { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:12.1875rem;left:2.625rem;height:9rem;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; }
#NcGflNpOIRmsIQqOUpJNAgRZiUORspak { box-sizing:content-box;height:27.3125rem;width:69.625rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#SDRnTivzum3goztliMqcfpzzEpbNTVyy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.3125rem;left:2.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28.8125rem;left:2.625rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71be7f60b7c578ad80b301a3f95f8b1e4d4dc854.svg); }
#xkduT7rImQlyaDH4nbyguy4B1XJv9hue { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.4375rem;left:62.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#AOC4UMV1AoMnFsP4qgTXfZMsXQt0SIdA { box-sizing:content-box;height:11.125rem;width:11.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.0625rem;left:63.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#TGnmxSMQx0i4EAkvDyM9gUNxrtmtSr95 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.5rem;left:67.125rem; }
#UXENtaxuAkuL5i9COQMxAcMAQZb73nQE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:33.6875rem;left:69.125rem; }
#wKmSeP0di5EAG9K5vGuuTt8FeNbRo1TM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:23.875rem;top:15.062500298023rem;left:43.291666507721rem;overflow:hidden;display:block; }
#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container { background-color: transparent; background-image: none; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container > .video-iframe-container { display: none; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row > .video-iframe-container { display: none; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .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); }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container { border-width: 0; border-radius: 0; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#DxeH1cZAGOARxcesxbUnmUf4Aocdl7f0 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:silka;font-size:4rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:0.9375rem;left:0rem;height:9.5989375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BO0GwF4dPyME0St1udiG5dJN8cHdk5K1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:16.875rem;left:21.9375rem;height:1.79980625rem;font-style:normal;display:block; }
#VE30VMTfduDDnNVfyPGe53yom5Oq9gne { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.0625rem;left:20.187500476837rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I3WFvAfnXW5F3gtwWC0vhVIlm1hNCKE7 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:18.625rem;left:21.9375rem;height:2rem;font-style:normal;display:block; }
#JiJXUW65zoq36EaooKbIbQOnVUw36yas { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:22.3125rem;left:21.9375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DySnx6Z11kggEtp99fIEvZ9qV2A4pJX3 { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:21.625rem;left:21.9375rem;display:block; }
#wcmIHuB3Z8zhnsnTBB1ERyUxXK9A2zgQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.9375rem;width:16.9375rem;top:13.875rem;left:2.5625rem;overflow:hidden;display:block; }
#vrT9SFXqcMcJlnEGGKTmCtTWuFUH3Kp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:33.0625rem;left:35.8125rem;height:1.79948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y0H3wzaHI1B9Cu3xXdnTT9LHvr8xJall { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:silka;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:34.8125rem;left:35.8125rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y5ZqhlgXerXqyxktgPwRGxBp3AzP89kT { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:37.0625rem;left:35rem;display:block; }
#wxTV7FvUPUDPcT8OuNdkSp3Ih5vZJ7X2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:38.0625rem;left:2.5625rem;height:4.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cvKT1pa8ZADs5fwfAm0DZdoC7antprMi { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.25rem;left:53.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xTusa9lgyWdMTz3FKuuz34462CJ5CWay { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:51.9375rem;left:21.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KeLi49Fi5QLiZU6rPbx0bPhhvtgM7gFm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:82.9921913147rem;left:25.218752384186rem;height:1.79948125rem;font-style:normal;display:block; }
#PPIXLeuCTAAaDUD9TETKl9Fzr73Gt8zu { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:silka;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:51.5625rem;left:23.5625rem;height:2rem;font-style:normal;display:block; }
#ON2Cwon1s6FVpd9QCQ7duCeUUkm0ovie { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:54.3125rem;left:23.8125rem;display:block; }
#fpZSNRnL7fAaWL2TWk2fU4TmdN0JKCI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:55.0625rem;left:23.6875rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zJAlC3NoXqWxvzsHa1yyoZtuUIMwhZN5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.9375rem;width:16.9375rem;top:64.125rem;left:56.9375rem;overflow:hidden;display:block; }
#e7KCzSLcELTLGIFzC4Snc4rpuebxmH5R { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.4375rem;left:54.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tm8vppBKM6bXTuqIH5pvgpceTLn4PpeI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:silka;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:68.0625rem;left:36.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#udS36W0BikyoGuJfd6qI3oxMOTscmyw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:71.625rem;left:5.6875rem;height:4.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iw8lTWmmuOFU9JMyGeeXhnbvTMzyl3Q1 { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:70.9375rem;left:36.5rem;display:block; }
#Iehu3cbD4sus0NzAmUs4bS3guT9cMQmy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:66.3046913147rem;left:36.541666507721rem;height:1.79948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FS7iTplJmqHCRy11eaqRfRc8HIAScTX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:silka;font-size:1rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:89.0625038147rem;left:25.125002384186rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DlvUTeOEpCo8sIz34trmUynO4vOJlHdF { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:87.6875rem;left:25.125rem;display:block; }
#M5Hsr0A1JR5mGHoWOgOKEL9QtbdOU4Za { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:silka;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:84.7500038147rem;left:25.125002384186rem;height:2rem;font-style:normal;display:block; }
#FfOsIpBd2s9xM3AlPml3wUCw08EwKVpd { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:85.2500038147rem;left:22.812500476837rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Bbrh90l1uu2H4Ax52nA3nKTk594bcxu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:silka;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:49.6875rem;left:23.25rem;height:1.79948125rem;font-style:normal;display:block; }
#epEREZCU05VvIgZI5LStStrrPPD46BNk { color:rgba(var(--color-tertiary-4),1);display:block;width:70.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:101.27344894409rem;left:3.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrNR1Bdfl6Z2FN713JKmUCgngtUdbM6b { box-sizing:content-box;height:16.9375rem;width:16.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/64ead953-dc30-4b34-a72c-86ba6401766f/IMG20240404160637.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.75rem;left:3.5625rem;display:block; }#lrNR1Bdfl6Z2FN713JKmUCgngtUdbM6b.adaptive-delivery-prevent-bg, #lrNR1Bdfl6Z2FN713JKmUCgngtUdbM6b.lazyload, #lrNR1Bdfl6Z2FN713JKmUCgngtUdbM6b.lazyloading { background-image: none; }
#vAsKaaOreJ054aKpzf6wMoSm5bPlM1gT { box-sizing:content-box;height:16.9375rem;width:16.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/77e53bc4-b689-4c0f-934e-d7c73bf74feb/vawa1zv38k46tw1fx9p73sdbk.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.25rem;left:55.9375rem;display:block; }#vAsKaaOreJ054aKpzf6wMoSm5bPlM1gT.adaptive-delivery-prevent-bg, #vAsKaaOreJ054aKpzf6wMoSm5bPlM1gT.lazyload, #vAsKaaOreJ054aKpzf6wMoSm5bPlM1gT.lazyloading { background-image: none; }
#Azxa0PfNSaRmM56KgCv7XJTQAhSeurTt { box-sizing:content-box;height:16.9375rem;width:16.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ef64d61c-7e2b-4b45-b2ac-fcca724ed3ae/wiktoriaSmoliska.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:81.0625rem;left:3.5625rem;display:block; }#Azxa0PfNSaRmM56KgCv7XJTQAhSeurTt.adaptive-delivery-prevent-bg, #Azxa0PfNSaRmM56KgCv7XJTQAhSeurTt.lazyload, #Azxa0PfNSaRmM56KgCv7XJTQAhSeurTt.lazyloading { background-image: none; }
#o9XuO9RIrEEee82CvmOqfRb0AJgJdpLq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:107.66602134704rem;left:29.562502384186rem;display:block; }
#fFAKiR52UcNV3yOVi07NGabFZs4Tw4Ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container { background-color: transparent; background-image: none; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container > .video-iframe-container { display: none; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row > .video-iframe-container { display: none; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .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); }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container { border-width: 0; border-radius: 0; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#Bbw730RCw8ddDtuoOSGpTBtQJ7moteuC { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7.8125rem;width:59.625rem;top:13.934898376465rem;left:8.96484375rem;display:block; }
#CqbAXkrpTisI3W6ZDJJhxHuSylZX6ygu { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:silka;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.662761688233rem;left:11.9765625rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.703125rem;padding-right:0.62375rem;padding-bottom:0.703125rem;padding-left:0.62375rem;display:block;align-items:center;width:3.740625rem;min-width:3.740625rem;height:3.77875rem;position:relative;font-family:"open sans";font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.9875rem;height:1.49375rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:400;line-height:23.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.9375rem;height:7.1171875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.38671875rem;left:41.671878814698rem;z-index:15016; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #bkFFH5esfwFUZIBkm7StwGSPEAFTAyuH { display:flex;position:relative;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #pvVRJW02yTP6uUfShIhQs2eXMuCrLQE2 { width:auto; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #digN2xCUGgO5zQd3B6uV4s5rlykGOFJA {  }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #A0r95XKl2Ma6MaK7XSSZ6LZOKSwwf3d8 { display:flex;position:relative;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #ShMduGk4Ue9RJrJZ8U1LzGB1dbORSoPk {  }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #FO643uitxco1mZlpEEZusns0Qw24EzKN {  }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #KusQBrQx87O654yWbRIPi64tooce4d4r { display:flex;position:relative;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #t8vtuyBwiPaaWzMXBaBXEPq3K15hyqVL {  }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #EAc80vlaIb7HgkKVTLqIpMEcGXl7eeTq {  }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #mtGp0WcqQnwCXmrAA6LNNlnMDTnyzic4 { display:flex;position:relative;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #eSTkZ5trRNxfrzpJ9tyro3vOGZ3ZPS5x {  }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #dKXNhRxVQ7tciOzeewG1Z5Rx4NPGsWb1 {  }
#gAS6ScLnG778SFs9RDNViDNIfaJxflVy { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:silka;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.3932247161865rem;left:10.25rem;height:;text-align:center;text-align-last:center;display:block; }
#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container { background-color: transparent; background-image: none; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container > .video-iframe-container { display: none; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row > .video-iframe-container { display: none; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .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); }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container { border-width: 0; border-radius: 0; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#cLv9z9iBT8Kot9P866g1zu3nDqU2IW1W { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:7.1875rem;left:34.875003814698rem;height:6rem;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; }
#OMMcWT62ETHy0xIBwNLSWHbQldtRbVTW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.968751907349rem;left:35.625003814698rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-form-header {  }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:#0d0d0d;width:23.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:23.75rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:23.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-checkbox { width:1rem;height:1rem;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; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:6.5rem;margin-bottom:0.25rem;margin-left:6.5rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:10.6875rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal;float:none; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-container:first-of-type{padding-top:0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-container:last-of-type{padding-bottom:0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:11.65625rem;left:3.6875rem; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe {display:block;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:11.65625rem;left:3.6875rem; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #ZcKrUBCZ0LRTM2GUpkEVtPZCCt1mpZDc { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #ViJDWoWnEJC6rQKhoxKrCO86TgC3oThe { position:relative;display:block; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #vwrehR3HnCokz4A4wuuFzTvqHuwT8QAQ { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #PabqacbJAmOxX8dnMSsIfUAQiS77ymdR { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #u6qDy3ydzX40zfbw21sA6psvtfPve0NS { position:relative;display:block; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #NMkXBHtqPgwmqWn0Fsoz2pnNawZaZZCx { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #K8mRPdhltCIVadfqk6FmLclgOtTCkNTc { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #Zs43ua12X7WddFW3v2TTSbc2S8Ev3BSh { position:relative;display:block; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #Re396GEqTqRkTdZn0hWfggCZtTfZaoeJ { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #pIf1E5lo7wLJ4fqsdIE7llnWnq37CEQw { position:relative; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #DyPg1qzvAeretT3T3RMQRLNbadrXcBOW { position:relative; }
#lKxsmHBL7H5dd60V4H8IgHQcPBTi86PW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.1875rem;left:32.458332061767rem; }
#pgOcEk77u4WPUOgImTPelQcC5gSRduTL { box-sizing:content-box;height:43.125rem;width:74rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;left:0.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container { background-color: transparent; background-image: none; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container > .video-iframe-container { display: none; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row > .video-iframe-container { display: none; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .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); }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container { border-width: 0; border-radius: 0; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#LuDTt3k5fK9w5TtTxHiOFqQ14HHUJDif { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.6875009536744rem;left:0rem;height:11.0234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s1Ffx33xxk4DrXGDdXVUZD5qdJNJDuko { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.6875rem;left:36.1875rem; }
#E0IzKR6xKGdsekdzwSeDdrgwPS2kpLSC { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5rem;left:36.1875rem;height:2.54980625rem;font-style:normal;display:block; }
#hvMKvlZsEzOPFxhRLHuyM9X3csQry5ft { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#oMU7l16N7WaRNceCmucnwT6UteL3FPVh { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:9.5rem;left:57.4375rem;height:2.54980625rem;font-style:normal;display:block; }
#MgDDy0zkNHd6qHPxEFoJMHtZhFn6JJSW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.6875rem;left:57.4375rem; }
#XT3g0mH6kPaKrhNussnbcRcT9DmPQEcf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:7.5rem;left:59.6875rem;height:1.9121125rem;font-style:normal;display:block; }
#CK0ZatwGr3D8kTUQKTAGImNPCWCS7ZW7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.6875rem;left:36.1875rem; }
#ANml3BZQUnhum6gTvKn4XlygzhkupzrD { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.5rem;left:36.1875rem;height:5.0989625rem;font-style:normal;display:block; }
#sBliEEhMEJsl5bfPv6dmlINaQQ954uX9 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:15.5rem;left:38.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#FnJlxfe6nLCTDNDzS5qKLtE7B93dlueA { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#lbZLmx7CddrUpmmygqsg28Tqfcfd8nO1 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#IJgrbSXs1TQLkaiBpLbftX1Fygn9Saqq { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#pemEbMtd80FXhuR2IVa4zAvN5He0vRKS { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lVQFolTNbbowxb8kHa29dFsM4LFF8HpT { display:block; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kALxhIxtLS78ZNaboh7ad3NPPDpxzhtN { top:0rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 { display:block; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGkhgfyeoaaJh1JMOz0XopWQ8eSExVBK { width:47.75rem;height:4.1875rem;top:11.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mXxXKulqnG2iVQ5Rzv5qE0TT8wbxsQ { width:42.5625rem;height:;top:17.0625rem;left:2.5937504768372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkx8k570Lm79cso1syVTeJxzydHmd206 { width:18.3125rem;height:3.75rem;top:32.375rem;left:14.718752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpq3WnNFgifOFp5Tsw2q7ZmgL7b5qFX { display:block; }
 }@media only screen and (max-width: 763px) { #BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ { display:block; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8VhHAC8EuAERG0WumUhMtxgo9P8VWrQ { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02aLTPExG153II19zhVluw7v64qTIM6 { width:28.3125rem;height:13.5rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkN2K2sGyoFhSGIrtHH7xX8Zurc2f6Mx { top:8rem;left:3rem;width:44.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrTbOVLtxicEP4PSGRftf5mW0oLNBPo { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDo0hXuDML6V4vFpz3tenBVEHdQVniX6 { width:18.3125rem;height:3.75rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgtNhFJryJUTHg12ueEfmb3NHma709M { display:block; }
 }@media only screen and (max-width: 763px) { #Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 { display:block; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxVCdtWsIqyJdbNZfu9D2DnggZ2Je6GZ { top:3.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTMIltXTlv9Eho5DKa5LNP1dQOEnKKh { top:7.8125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 { display:block; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSuzvRd8nxBGDdPLlxWbDqRtT4L2AvQd { top:10.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtayNqsb8WM21Vtp4CFI8wAWJ7CCT1wS { top:10.8125rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxTrJpHhFzSc9d2cpXXw0oZ4T4WihdEB { top:14.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPqpPGxgUs0Kp6cKpZ8HrsiLhR0htqak { top:11.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNnnmD12uQT0DJvieLH16qqTe6y02Zt { top:10.3125rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCG1L3ZC7rCwk3CKc7l9J1tqWAMdS08d { top:56.1875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNqiVVMo0FsUdX8UL35V30ivMx949QGp { top:54.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opzv5ylLLVF4D75ytwKpwMWQuqgPgJyB { top:52.5625rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivik0P9gXSDd0g0ZQ6251leWCXnSsqlK { top:53.875rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIic7KPwaiKMT2oT60Eb6FBFM2vP1Pve { top:53.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQJIeTl912mLRTqNKOqRiwTB677rbkh { top:41.375rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqhaMTWOC3a9lneXq4KUG7Xl5lanHCZo { top:38.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkOAwIDDJRFGIfeC0R07WbIWV1K0QZ7 { top:37.3125rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9BPTWN7Sw7W28DOLXzHIvkLZuQx9tTk { top:37.8125rem;left:0rem;width:16.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #og3fyzxSTrUONObD6KBI7TxhiEwe2Q2S { top:37.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPDQtHgWonXBgf0y4mGmPJLTf7nFlZNa { top:23.3125rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1RPCodntTc9Wx1Tp5HKro4AvIMfCe2 { top:27rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBQPR2VXOENSw1M2NH08uvWTsxLTR2H5 { top:24.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgK0HL87w0laAtKCuHmhRLcIeRWEZdV6 { top:23.8125rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnyrpRDq9wKzRbmSUNpAsru3oUATHTA { top:23.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMpha49twMyVlkx3ECbKtU2Ho7rPObM { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo { display:block; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGvvu3uPN8ZTqZS1VVgU7uN85A1sTO2F { top:3.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqcyTxbQxo4bmOiSgsMKEsIQm2zoNRvI { top:20.9375rem;left:0rem;width:47.625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHK8yinXNMKym5c1yTRMiF4vCs4lZDHE { top:9rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 { top:26.5rem;left:23.6875rem;width:24.0625rem;height:;font-size:0.875rem;display:block; }#HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147aa8fc5cbc23b4f2646f8895e662787a736a3a.svg); }
 }@media only screen and (max-width: 763px) { #Cg8n5PdhlEEQ6e2iBgsHOiVCuZxohha8 { top:22rem;left:12.125003814698rem;width:28.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhI81E665Ho2V8GbgEJ4Xr8e5Wuf8Lq9 { top:22.125rem;left:10.312503814698rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LibVhZZ3F4wREuCFxATdZyZHZnNGzIpz { top:18.75rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI { top:26.1875rem;left:10.312503814698rem;width:24.0625rem;height:;font-size:0.875rem;display:block; }#os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147aa8fc5cbc23b4f2646f8895e662787a736a3a.svg); }
 }@media only screen and (max-width: 763px) { #ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q { display:block; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8kdcJq88X9t2Wo0DweSQKpfEaq1v0Kx { top:12.1875rem;left:0rem;width:44.375rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcGflNpOIRmsIQqOUpJNAgRZiUORspak { top:10rem;left:0rem;width:47.625rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDRnTivzum3goztliMqcfpzzEpbNTVyy { top:23.3125rem;left:0rem;width:42.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt { top:28.8125rem;left:0rem;width:42.0625rem;height:;font-size:0.875rem;display:block; }#UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71be7f60b7c578ad80b301a3f95f8b1e4d4dc854.svg); }
 }@media only screen and (max-width: 763px) { #xkduT7rImQlyaDH4nbyguy4B1XJv9hue { top:27.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOC4UMV1AoMnFsP4qgTXfZMsXQt0SIdA { top:28.0625rem;left:36.5rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGnmxSMQx0i4EAkvDyM9gUNxrtmtSr95 { top:32.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXENtaxuAkuL5i9COQMxAcMAQZb73nQE { top:33.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmSeP0di5EAG9K5vGuuTt8FeNbRo1TM { top:15.0625rem;left:23.875rem;width:23.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 { display:block; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxeH1cZAGOARxcesxbUnmUf4Aocdl7f0 { top:0.9375rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO0GwF4dPyME0St1udiG5dJN8cHdk5K1 { top:16.875rem;left:8.3125rem;width:17.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE30VMTfduDDnNVfyPGe53yom5Oq9gne { top:19.0625rem;left:6.5625004768369rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3WFvAfnXW5F3gtwWC0vhVIlm1hNCKE7 { top:18.625rem;left:8.3125rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJXUW65zoq36EaooKbIbQOnVUw36yas { top:22.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DySnx6Z11kggEtp99fIEvZ9qV2A4pJX3 { top:21.625rem;left:8.3125rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcmIHuB3Z8zhnsnTBB1ERyUxXK9A2zgQ { top:13.875rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrT9SFXqcMcJlnEGGKTmCtTWuFUH3Kp3 { top:33.0625rem;left:22.1875rem;width:17.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0H3wzaHI1B9Cu3xXdnTT9LHvr8xJall { top:34.8125rem;left:22.1875rem;width:17.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZqhlgXerXqyxktgPwRGxBp3AzP89kT { top:37.0625rem;left:21.375rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxTV7FvUPUDPcT8OuNdkSp3Ih5vZJ7X2 { top:38.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvKT1pa8ZADs5fwfAm0DZdoC7antprMi { top:35.25rem;left:40.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTusa9lgyWdMTz3FKuuz34462CJ5CWay { top:51.9375rem;left:8.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeLi49Fi5QLiZU6rPbx0bPhhvtgM7gFm { top:82.9375rem;left:11.593752384186rem;width:17.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPIXLeuCTAAaDUD9TETKl9Fzr73Gt8zu { top:51.5625rem;left:9.9375rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON2Cwon1s6FVpd9QCQ7duCeUUkm0ovie { top:54.3125rem;left:10.1875rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpZSNRnL7fAaWL2TWk2fU4TmdN0JKCI8 { top:55.0625rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJAlC3NoXqWxvzsHa1yyoZtuUIMwhZN5 { top:64.125rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KCzSLcELTLGIFzC4Snc4rpuebxmH5R { top:68.4375rem;left:41rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8vppBKM6bXTuqIH5pvgpceTLn4PpeI { top:68.0625rem;left:23.0625rem;width:17.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udS36W0BikyoGuJfd6qI3oxMOTscmyw6 { top:71.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw8lTWmmuOFU9JMyGeeXhnbvTMzyl3Q1 { top:70.9375rem;left:22.875rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iehu3cbD4sus0NzAmUs4bS3guT9cMQmy { top:66.25rem;left:22.916666507721rem;width:17.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS7iTplJmqHCRy11eaqRfRc8HIAScTX9 { top:89.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlvUTeOEpCo8sIz34trmUynO4vOJlHdF { top:87.6875rem;left:11.5rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5Hsr0A1JR5mGHoWOgOKEL9QtbdOU4Za { top:84.75rem;left:11.500002384186rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfOsIpBd2s9xM3AlPml3wUCw08EwKVpd { top:85.25rem;left:9.1875004768369rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbrh90l1uu2H4Ax52nA3nKTk594bcxu6 { top:49.6875rem;left:9.625rem;width:17.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epEREZCU05VvIgZI5LStStrrPPD46BNk { top:101.25rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrNR1Bdfl6Z2FN713JKmUCgngtUdbM6b { top:47.75rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAsKaaOreJ054aKpzf6wMoSm5bPlM1gT { top:30.25rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azxa0PfNSaRmM56KgCv7XJTQAhSeurTt { top:81.0625rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9XuO9RIrEEee82CvmOqfRb0AJgJdpLq { width:18.3125rem;height:3.75rem;top:107.625rem;left:15.937502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFAKiR52UcNV3yOVi07NGabFZs4Tw4Ca { display:block; }
 }@media only screen and (max-width: 763px) { #FecBTtvTkKBBTkdL88ez7kGKhwLugg4u { display:block; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbw730RCw8ddDtuoOSGpTBtQJ7moteuC { width:47.375rem;height:7.8125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqbAXkrpTisI3W6ZDJJhxHuSylZX6ygu { width:23.1875rem;height:1.9375rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg { display:flex;width:18rem;height:5.0625rem;top:5.5rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #bkFFH5esfwFUZIBkm7StwGSPEAFTAyuH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #pvVRJW02yTP6uUfShIhQs2eXMuCrLQE2 {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #digN2xCUGgO5zQd3B6uV4s5rlykGOFJA {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #A0r95XKl2Ma6MaK7XSSZ6LZOKSwwf3d8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #ShMduGk4Ue9RJrJZ8U1LzGB1dbORSoPk {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #FO643uitxco1mZlpEEZusns0Qw24EzKN {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #KusQBrQx87O654yWbRIPi64tooce4d4r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #t8vtuyBwiPaaWzMXBaBXEPq3K15hyqVL {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #EAc80vlaIb7HgkKVTLqIpMEcGXl7eeTq {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #mtGp0WcqQnwCXmrAA6LNNlnMDTnyzic4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #eSTkZ5trRNxfrzpJ9tyro3vOGZ3ZPS5x {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #dKXNhRxVQ7tciOzeewG1Z5Rx4NPGsWb1 {  }
 }@media only screen and (max-width: 763px) { #gAS6ScLnG778SFs9RDNViDNIfaJxflVy { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 { display:block; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLv9z9iBT8Kot9P866g1zu3nDqU2IW1W { top:7.1875rem;left:9.9375rem;width:37.8125rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMcWT62ETHy0xIBwNLSWHbQldtRbVTW { top:15.9375rem;left:9.6875rem;width:38.0625rem;height:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-regular-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-text { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-textarea { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-select { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-button { width:10.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.5rem; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-checkbox-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe  { width:23.75rem;height:auto;top:11.625rem;left:0rem; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .radio-container { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe {display:block;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe { width:23.75rem;height:auto;top:11.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #ZcKrUBCZ0LRTM2GUpkEVtPZCCt1mpZDc {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #ViJDWoWnEJC6rQKhoxKrCO86TgC3oThe {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #vwrehR3HnCokz4A4wuuFzTvqHuwT8QAQ {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #PabqacbJAmOxX8dnMSsIfUAQiS77ymdR {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #u6qDy3ydzX40zfbw21sA6psvtfPve0NS {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #NMkXBHtqPgwmqWn0Fsoz2pnNawZaZZCx {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #K8mRPdhltCIVadfqk6FmLclgOtTCkNTc {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #Zs43ua12X7WddFW3v2TTSbc2S8Ev3BSh {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #Re396GEqTqRkTdZn0hWfggCZtTfZaoeJ {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #pIf1E5lo7wLJ4fqsdIE7llnWnq37CEQw {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #DyPg1qzvAeretT3T3RMQRLNbadrXcBOW {  }
 }@media only screen and (max-width: 763px) { #lKxsmHBL7H5dd60V4H8IgHQcPBTi86PW { top:7.1875rem;left:18.833332061767rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgOcEk77u4WPUOgImTPelQcC5gSRduTL { top:1.8125rem;left:0rem;width:47.625rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN { display:block; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuDTt3k5fK9w5TtTxHiOFqQ14HHUJDif { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Ffx33xxk4DrXGDdXVUZD5qdJNJDuko { width:1.5rem;height:1.5rem;top:7.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0IzKR6xKGdsekdzwSeDdrgwPS2kpLSC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvMKvlZsEzOPFxhRLHuyM9X3csQry5ft { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMU7l16N7WaRNceCmucnwT6UteL3FPVh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgDDy0zkNHd6qHPxEFoJMHtZhFn6JJSW { width:1.5rem;height:1.5rem;top:7.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3g0mH6kPaKrhNussnbcRcT9DmPQEcf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0ZatwGr3D8kTUQKTAGImNPCWCS7ZW7 { width:1.5rem;height:1.5rem;top:15.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANml3BZQUnhum6gTvKn4XlygzhkupzrD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBliEEhMEJsl5bfPv6dmlINaQQ954uX9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJlxfe6nLCTDNDzS5qKLtE7B93dlueA { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbZLmx7CddrUpmmygqsg28Tqfcfd8nO1 { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJgrbSXs1TQLkaiBpLbftX1Fygn9Saqq { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pemEbMtd80FXhuR2IVa4zAvN5He0vRKS { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lVQFolTNbbowxb8kHa29dFsM4LFF8HpT { display:block; }#lVQFolTNbbowxb8kHa29dFsM4LFF8HpT > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kALxhIxtLS78ZNaboh7ad3NPPDpxzhtN { width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3d96879-b935-43e8-bef8-27bf4e7f5d21/DSC02767.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5.adaptive-delivery-prevent-bg, #efdGb6f4afeacPUbTb4AKJcaHrnAE1V5.lazyload, #efdGb6f4afeacPUbTb4AKJcaHrnAE1V5.lazyloading { background-image: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container { background-color: transparent; background-image: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container > .video-iframe-container { display: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row > .video-iframe-container { display: none; }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .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); }#efdGb6f4afeacPUbTb4AKJcaHrnAE1V5 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGkhgfyeoaaJh1JMOz0XopWQ8eSExVBK { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mXxXKulqnG2iVQ5Rzv5qE0TT8wbxsQ { width:20rem;height:12.597625rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkx8k570Lm79cso1syVTeJxzydHmd206 { width:14.375rem;height:3.75rem;top:18.7845rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpq3WnNFgifOFp5Tsw2q7ZmgL7b5qFX { display:block; }
 }@media only screen and (max-width: 763px) { #BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ { display:block; }#BXq2oHxzxy91MA6eXNeXz6GTwOmc6RrJ > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8VhHAC8EuAERG0WumUhMtxgo9P8VWrQ { 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) { #T02aLTPExG153II19zhVluw7v64qTIM6 { width:20rem;height:15.75rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkN2K2sGyoFhSGIrtHH7xX8Zurc2f6Mx { width:18.125rem;height:10.1875rem;top:27.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrTbOVLtxicEP4PSGRftf5mW0oLNBPo { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDo0hXuDML6V4vFpz3tenBVEHdQVniX6 { width:18.3125rem;height:3.75rem;top:22.25rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgtNhFJryJUTHg12ueEfmb3NHma709M { display:block; }
 }@media only screen and (max-width: 763px) { #Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 { display:block; }#Ph2C2Xxe0oT9TmZio0qhpQ1dQgf9OLV9 > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxVCdtWsIqyJdbNZfu9D2DnggZ2Je6GZ { width:20rem;height:1.29948125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQTMIltXTlv9Eho5DKa5LNP1dQOEnKKh { width:20rem;height:38.9974625rem;top:3.79948125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 { display:block; }#o7b6XAwo1Dnam9vPyTFNrFS400Xx3Cg6 > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSuzvRd8nxBGDdPLlxWbDqRtT4L2AvQd { display:flex;width:2.1875rem;height:2.1875rem;top:6.8990875rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #vtayNqsb8WM21Vtp4CFI8wAWJ7CCT1wS { width:12.625rem;height:1.79948125rem;top:10.3365875rem;left:3.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxTrJpHhFzSc9d2cpXXw0oZ4T4WihdEB { width:18.75rem;height:6rem;top:17.44856875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPqpPGxgUs0Kp6cKpZ8HrsiLhR0htqak { width:18.75rem;height:1.6875rem;top:14.94856875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNnnmD12uQT0DJvieLH16qqTe6y02Zt { width:20rem;height:16.875rem;top:13.38606875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCG1L3ZC7rCwk3CKc7l9J1tqWAMdS08d { width:18.75rem;height:15rem;top:95.0833375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNqiVVMo0FsUdX8UL35V30ivMx949QGp { width:18.75rem;height:1.6875rem;top:93.3333375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opzv5ylLLVF4D75ytwKpwMWQuqgPgJyB { width:20rem;height:16.875rem;top:91.4583375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivik0P9gXSDd0g0ZQ6251leWCXnSsqlK { width:17.8125rem;height:1.79948125rem;top:88.40885625rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIic7KPwaiKMT2oT60Eb6FBFM2vP1Pve { display:flex;width:2.1875rem;height:2.1875rem;top:84.97135625rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #qrQJIeTl912mLRTqNKOqRiwTB677rbkh { width:18.75rem;height:12rem;top:70.90885625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqhaMTWOC3a9lneXq4KUG7Xl5lanHCZo { width:18.75rem;height:3.375rem;top:68.40885625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLkOAwIDDJRFGIfeC0R07WbIWV1K0QZ7 { width:20rem;height:16.875rem;top:66.84635625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9BPTWN7Sw7W28DOLXzHIvkLZuQx9tTk { width:17.75rem;height:3.59895625rem;top:61.99805rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #og3fyzxSTrUONObD6KBI7TxhiEwe2Q2S { display:flex;width:2.1875rem;height:2.1875rem;top:58.56055rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #yPDQtHgWonXBgf0y4mGmPJLTf7nFlZNa { width:20rem;height:19.3125rem;top:37.99805rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1RPCodntTc9Wx1Tp5HKro4AvIMfCe2 { width:18.75rem;height:15rem;top:41.68555rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBQPR2VXOENSw1M2NH08uvWTsxLTR2H5 { width:18.75rem;height:3.375rem;top:39.18555rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgK0HL87w0laAtKCuHmhRLcIeRWEZdV6 { width:17.8125rem;height:1.79948125rem;top:34.94856875rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAnyrpRDq9wKzRbmSUNpAsru3oUATHTA { display:flex;width:2.1875rem;height:2.1875rem;top:31.51106875rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hcMpha49twMyVlkx3ECbKtU2Ho7rPObM { width:20rem;height:4.3997375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo { display:block; }#Z2XEgCi9J7itOUM7V8UzZdovTbtIQRUo > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGvvu3uPN8ZTqZS1VVgU7uN85A1sTO2F { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UqcyTxbQxo4bmOiSgsMKEsIQm2zoNRvI { width:19.875rem;height:32.1875rem;top:37.4375rem;left:0.0625rem;z-index:14986;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHK8yinXNMKym5c1yTRMiF4vCs4lZDHE { width:17.5rem;height:11.8125rem;top:5.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 { width:18.125rem;height:9.5rem;top:43.02082824707rem;left:1.875rem;font-size:0.875rem;display:block; }#HJipy1nqJGo038OIAVKK3lTNA2FiVeq6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147aa8fc5cbc23b4f2646f8895e662787a736a3a.svg); }
 }@media only screen and (max-width: 763px) { #Cg8n5PdhlEEQ6e2iBgsHOiVCuZxohha8 { width:15.625rem;height:1.5rem;top:38.5rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhI81E665Ho2V8GbgEJ4Xr8e5Wuf8Lq9 { display:flex;width:1.25rem;height:1.25rem;top:38.625rem;left:11.41796875rem; }
 }@media only screen and (max-width: 763px) { #LibVhZZ3F4wREuCFxATdZyZHZnNGzIpz { width:17.5rem;height:17.5rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI { width:17.8125rem;height:8.5rem;top:42.6875rem;left:2.1875rem;font-size:0.875rem;display:block; }#os5G8eyk4F4O4sB8nyvw8s2rLCT0vyzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_147aa8fc5cbc23b4f2646f8895e662787a736a3a.svg); }
 }@media only screen and (max-width: 763px) { #ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q { display:block; }#ehxhxaFmz5088i7Zy7bxyHQRM8ixos2q > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8kdcJq88X9t2Wo0DweSQKpfEaq1v0Kx { width:20rem;height:6.5rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcGflNpOIRmsIQqOUpJNAgRZiUORspak { width:19.875rem;height:11.1875rem;top:1.25rem;left:0.0625rem;z-index:14986;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDRnTivzum3goztliMqcfpzzEpbNTVyy { width:20rem;height:5.25rem;top:14.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt { width:20rem;height:4.5625rem;top:20.0625rem;left:0rem;font-size:0.875rem;display:block; }#UsOtINFbh6xyrhcsSfBa2FgOD5F0riyt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71be7f60b7c578ad80b301a3f95f8b1e4d4dc854.svg); }
 }@media only screen and (max-width: 763px) { #xkduT7rImQlyaDH4nbyguy4B1XJv9hue { width:9.375rem;height:9.375rem;top:25.875rem;left:5.3125rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #AOC4UMV1AoMnFsP4qgTXfZMsXQt0SIdA { width:8.125rem;height:8.125rem;top:26.5rem;left:5.9375rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #TGnmxSMQx0i4EAkvDyM9gUNxrtmtSr95 { display:flex;width:1.25rem;height:1.25rem;top:30.9375rem;left:9.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #UXENtaxuAkuL5i9COQMxAcMAQZb73nQE { display:flex;width:1.25rem;height:1.25rem;top:32.125rem;left:11.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wKmSeP0di5EAG9K5vGuuTt8FeNbRo1TM { width:14.0625rem;height:9.375rem;top:6.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 { display:block; }#k2vFNKV9zce3N3LLThbAsIhhmoTLdiC2 > .row .container { width:20rem;height:206.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxeH1cZAGOARxcesxbUnmUf4Aocdl7f0 { width:20rem;height:7.19925rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BO0GwF4dPyME0St1udiG5dJN8cHdk5K1 { width:16.4375rem;height:1.5996125rem;top:22.82425rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VE30VMTfduDDnNVfyPGe53yom5Oq9gne { width:1.25rem;height:1.25rem;top:14.88675rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3WFvAfnXW5F3gtwWC0vhVIlm1hNCKE7 { width:16.4375rem;height:2rem;top:25.6738625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiJXUW65zoq36EaooKbIbQOnVUw36yas { width:18.5625rem;height:14.3965rem;top:28.9238625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DySnx6Z11kggEtp99fIEvZ9qV2A4pJX3 { width:16rem;height:0.0625rem;top:29.586715698243rem;left:1.2500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcmIHuB3Z8zhnsnTBB1ERyUxXK9A2zgQ { width:11.875rem;height:11.875rem;top:9.69925rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrT9SFXqcMcJlnEGGKTmCtTWuFUH3Kp3 { width:16.4375rem;height:1.5996125rem;top:44.5703625rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0H3wzaHI1B9Cu3xXdnTT9LHvr8xJall { width:16.4375rem;height:2rem;top:47.419975rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZqhlgXerXqyxktgPwRGxBp3AzP89kT { width:17.5rem;height:0.0625rem;top:37.0625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxTV7FvUPUDPcT8OuNdkSp3Ih5vZJ7X2 { width:18.4375rem;height:14.3965rem;top:50.669975rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvKT1pa8ZADs5fwfAm0DZdoC7antprMi { width:1.25rem;height:1.25rem;top:71.316475rem;left:-0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTusa9lgyWdMTz3FKuuz34462CJ5CWay { width:1.25rem;height:1.25rem;top:88.691475rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeLi49Fi5QLiZU6rPbx0bPhhvtgM7gFm { width:17.3125rem;height:1.5996125rem;top:174.296325rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPIXLeuCTAAaDUD9TETKl9Fzr73Gt8zu { width:17.5625rem;height:2rem;top:105.5410875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ON2Cwon1s6FVpd9QCQ7duCeUUkm0ovie { width:17.5rem;height:0.0625rem;top:54.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpZSNRnL7fAaWL2TWk2fU4TmdN0JKCI8 { width:18.4375rem;height:14.3965rem;top:108.7910875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJAlC3NoXqWxvzsHa1yyoZtuUIMwhZN5 { width:11.875rem;height:11.875rem;top:142.983825rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KCzSLcELTLGIFzC4Snc4rpuebxmH5R { width:1.25rem;height:1.25rem;top:147.296325rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8vppBKM6bXTuqIH5pvgpceTLn4PpeI { width:17.375rem;height:2rem;top:127.2872rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udS36W0BikyoGuJfd6qI3oxMOTscmyw6 { width:18.4375rem;height:11.19725rem;top:130.5372rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iw8lTWmmuOFU9JMyGeeXhnbvTMzyl3Q1 { width:17.5rem;height:0.0625rem;top:70.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iehu3cbD4sus0NzAmUs4bS3guT9cMQmy { width:17.4375rem;height:1.5996125rem;top:124.4375875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FS7iTplJmqHCRy11eaqRfRc8HIAScTX9 { width:20rem;height:9.597625rem;top:182.8959375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlvUTeOEpCo8sIz34trmUynO4vOJlHdF { width:17.5rem;height:0.0625rem;top:87.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5Hsr0A1JR5mGHoWOgOKEL9QtbdOU4Za { width:17.5625rem;height:2rem;top:179.6459375rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfOsIpBd2s9xM3AlPml3wUCw08EwKVpd { width:1.25rem;height:1.25rem;top:177.1459375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbrh90l1uu2H4Ax52nA3nKTk594bcxu6 { width:17.3125rem;height:1.5996125rem;top:102.691475rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epEREZCU05VvIgZI5LStStrrPPD46BNk { width:20rem;height:6.1875rem;top:193.7429375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrNR1Bdfl6Z2FN713JKmUCgngtUdbM6b { width:16.9375rem;height:16.9375rem;top:84.503975rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAsKaaOreJ054aKpzf6wMoSm5bPlM1gT { width:16.9375rem;height:16.9375rem;top:66.316475rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azxa0PfNSaRmM56KgCv7XJTQAhSeurTt { width:16.9375rem;height:16.9375rem;top:156.108825rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9XuO9RIrEEee82CvmOqfRb0AJgJdpLq { width:18.3125rem;height:3.75rem;top:201.1804375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFAKiR52UcNV3yOVi07NGabFZs4Tw4Ca { display:block; }
 }@media only screen and (max-width: 763px) { #FecBTtvTkKBBTkdL88ez7kGKhwLugg4u { display:block; }#FecBTtvTkKBBTkdL88ez7kGKhwLugg4u > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbw730RCw8ddDtuoOSGpTBtQJ7moteuC { width:19.625rem;height:6.25rem;top:5.09830625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqbAXkrpTisI3W6ZDJJhxHuSylZX6ygu { width:15rem;height:1.29948125rem;top:7.8261504882813rem;left:3.07421875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ff7355;display:block; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg { display:flex;width:18rem;height:5.0625rem;top:5.5501189941406rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #bkFFH5esfwFUZIBkm7StwGSPEAFTAyuH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #pvVRJW02yTP6uUfShIhQs2eXMuCrLQE2 {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #digN2xCUGgO5zQd3B6uV4s5rlykGOFJA {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #A0r95XKl2Ma6MaK7XSSZ6LZOKSwwf3d8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #ShMduGk4Ue9RJrJZ8U1LzGB1dbORSoPk {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #FO643uitxco1mZlpEEZusns0Qw24EzKN {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #KusQBrQx87O654yWbRIPi64tooce4d4r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #t8vtuyBwiPaaWzMXBaBXEPq3K15hyqVL {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #EAc80vlaIb7HgkKVTLqIpMEcGXl7eeTq {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #mtGp0WcqQnwCXmrAA6LNNlnMDTnyzic4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #eSTkZ5trRNxfrzpJ9tyro3vOGZ3ZPS5x {  }
 }@media only screen and (max-width: 763px) { #gHynLyZBkI0wTDguzBEq7Gw5pf4U1Hdg #dKXNhRxVQ7tciOzeewG1Z5Rx4NPGsWb1 {  }
 }@media only screen and (max-width: 763px) { #gAS6ScLnG778SFs9RDNViDNIfaJxflVy { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 { display:block; }#Q6t51Wb5Ou578zmKyJG7yVvTRl0dU4g3 > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLv9z9iBT8Kot9P866g1zu3nDqU2IW1W { width:16rem;height:6rem;top:6.625rem;left:4rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMMcWT62ETHy0xIBwNLSWHbQldtRbVTW { width:18.125rem;height:9rem;top:15.40625rem;left:1.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe  { width:17.5rem;height:auto;top:19.96875rem;left:0rem; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe {display:block;}#Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe { width:17.5rem;height:20.5625rem;top:11.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #ZcKrUBCZ0LRTM2GUpkEVtPZCCt1mpZDc {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #ViJDWoWnEJC6rQKhoxKrCO86TgC3oThe {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #vwrehR3HnCokz4A4wuuFzTvqHuwT8QAQ {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #PabqacbJAmOxX8dnMSsIfUAQiS77ymdR {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #u6qDy3ydzX40zfbw21sA6psvtfPve0NS {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #NMkXBHtqPgwmqWn0Fsoz2pnNawZaZZCx {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #K8mRPdhltCIVadfqk6FmLclgOtTCkNTc {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #Zs43ua12X7WddFW3v2TTSbc2S8Ev3BSh {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #Re396GEqTqRkTdZn0hWfggCZtTfZaoeJ {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #pIf1E5lo7wLJ4fqsdIE7llnWnq37CEQw {  }
 }@media only screen and (max-width: 763px) { #Fo3uFTfwTRzIlHwzZw6Jov79VKlkTsTe #DyPg1qzvAeretT3T3RMQRLNbadrXcBOW {  }
 }@media only screen and (max-width: 763px) { #lKxsmHBL7H5dd60V4H8IgHQcPBTi86PW { display:flex;width:1.25rem;height:1.25rem;top:6.625rem;left:18.75rem; }
 }@media only screen and (max-width: 763px) { #pgOcEk77u4WPUOgImTPelQcC5gSRduTL { width:19.875rem;height:42.8125rem;top:1.25rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN { display:block; }#TMBTkRetKTLoHvoLkoRmOtRT6QT2GHxN > .row .container { width:20rem;height:162.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuDTt3k5fK9w5TtTxHiOFqQ14HHUJDif { width:20rem;height:8.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1Ffx33xxk4DrXGDdXVUZD5qdJNJDuko { display:flex;width:1.5rem;height:1.5rem;top:125.8984375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #E0IzKR6xKGdsekdzwSeDdrgwPS2kpLSC { width:20rem;height:2.54948125rem;top:137.7226625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvMKvlZsEzOPFxhRLHuyM9X3csQry5ft { width:15.3125rem;height:1.9121125rem;top:128.6484375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMU7l16N7WaRNceCmucnwT6UteL3FPVh { width:20rem;height:2.54948125rem;top:141.52214375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgDDy0zkNHd6qHPxEFoJMHtZhFn6JJSW { display:flex;width:1.5rem;height:1.5rem;top:131.81055rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #XT3g0mH6kPaKrhNussnbcRcT9DmPQEcf { width:15.3125rem;height:1.9121125rem;top:134.56055rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK0ZatwGr3D8kTUQKTAGImNPCWCS7ZW7 { display:flex;width:1.5rem;height:1.5rem;top:145.321625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ANml3BZQUnhum6gTvKn4XlygzhkupzrD { width:20rem;height:10.1979125rem;top:151.2337375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBliEEhMEJsl5bfPv6dmlINaQQ954uX9 { width:15.3125rem;height:1.9121125rem;top:148.071625rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnJlxfe6nLCTDNDzS5qKLtE7B93dlueA { width:0.5rem;height:27.5rem;top:10.8984375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbZLmx7CddrUpmmygqsg28Tqfcfd8nO1 { width:0.5rem;height:27.5rem;top:39.6484375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJgrbSXs1TQLkaiBpLbftX1Fygn9Saqq { width:0.5rem;height:27.5rem;top:68.3984375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pemEbMtd80FXhuR2IVa4zAvN5He0vRKS { width:0.5rem;height:27.5rem;top:97.1484375rem;left:9.75rem;display:none; }
 }