.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:241,237,229;--color-primary-1:213,200,178;--color-primary-2:185,164,126;--color-primary-3:209,175,85;--color-primary-4:37,33,25;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:112,112,112;--color-tertiary-2:76,76,76;--color-tertiary-3:54,57,62;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/848a9158-a3e4-4ea7-acdb-108b938aa730/Screenshot20241218191453.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #24242c; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #24242c; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2rem;left:1.75rem;display:block; }
#GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2rem;left:11.0625rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2rem;left:49.6875rem;display:block; }
#PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2rem;left:40.6875rem;display:block; }
#GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHXZU2nhOWli6eyKJftng6VKviwBXQLV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.5rem;top:0rem;left:26.645835876465rem;overflow:hidden;display:block; }
#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/eWpBNXRHfTI/unsplash/giammarco-boscaro-eWpBNXRHfTI-photo-1505663912202-ac22d4cb3707.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J.adaptive-delivery-prevent-bg, #qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J.lazyload, #qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J.lazyloading { background-image: none; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container { background-color: transparent; background-image: none; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,1,1,0.65); }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container > .video-iframe-container { display: none; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,1,1,0.65); }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row > .video-iframe-container { display: none; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .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); }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container { border-width: 0; border-radius: 0; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J::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; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:60rem;position:relative;display:block; }#f1MSqSGfycVA35k3t1fUV1LDWqvOD4T1 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:17.3125rem;left:8.83203125rem;height:7.6979375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#abMxg0aKGzUVIT5DoecOldLqK0z6TNG6 { box-sizing:content-box;height:0.375rem;width:6.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.141927719116rem;left:44.95703125rem;display:block; }
#ofh9HXvxeONdSrsZHnmx5TriZqKuofU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:28.1875rem;left:4.08203125rem;height:7.421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pHGD02aBnIJrdwhJvt3fVM4fih2UXkmc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:45.3125rem;left:8.83203125rem;display:block; }
#ddUycTBkgT1c86T5icqfvvmxyhhA8mHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#868586;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:60rem;position:relative;display:block; }#XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:54.875rem;top:5.25rem;left:2.5625rem;display:block; }
#sHDzkV9P7TrkDN4TqmmgliS4V3B8WpLI { position:absolute;display:block;z-index:15000;background-color:rgba(4,4,4,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:54.875rem;top:21.0625rem;left:2.5625rem;display:block; }
#IORwPhNQk6WB11o1UuVkqfDyNgzqvmFA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:54.875rem;top:36.5625rem;left:2.5625rem;display:block; }
#McNSAOZzcZR2q5ap8LBJ6FvMi6MTqN1y { color:rgba(var(--color-primary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.66015625rem;left:22.406253814698rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UchoN2w4eiCBQWMduQV4ZBxOazDKW5Ni { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.58203125rem;left:17.875003814698rem;height:2.97395625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UkFR8XrPOFTvI9REp8Hrulk5NDhoowrO { color:rgba(var(--color-primary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.662761688233rem;left:22.406253814698rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Szovuvkxk9o5z1zuCgX82JnfZmuLGqVe { color:rgba(var(--color-primary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.100261688233rem;left:21.718753814698rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bioGvNhEZnfGPOf6iI5aQNQLWUb75RDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:30.64453125rem;left:17.875003814698rem;height:1.48698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I5gKexWqzbZZTAgO6b4clH4qm46xKKb5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:46.01953125rem;left:16.687503814698rem;height:1.48698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAJ1WDXPGCeDqGuJ9gTUL1OUZirFoKeZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.415367126465rem;left:27.875003814698rem; }
#LN3HpmSOPV9pI5praNaJbh6Oo8JtJGT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.83203125rem;left:27.968753814698rem; }
#eppnTrXepEfTtvwyfnDmx4ktDIx73WO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:37.37109375rem;left:27.593753814698rem; }
#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/WpdSBhpf/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r.adaptive-delivery-prevent-bg, #fFndPeKTnuyJXHmhXTXQK7ba9un6b59r.lazyload, #fFndPeKTnuyJXHmhXTXQK7ba9un6b59r.lazyloading { background-image: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container { background-color: transparent; background-image: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container > .video-iframe-container { display: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row > .video-iframe-container { display: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .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); }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container { border-width: 0; border-radius: 0; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r::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; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#WpR6h30wT9kma2XoM2MBhgQ33qsse9fG { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8203125rem;left:18.437503814698rem;height:3.57421875rem;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; }
#WkwwdaIcF1uZdKHNRbn3l7zhJBnensWl { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:6.0625rem;left:10.40625rem;height:3.19791875rem;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; }
#pFybV47gBkWqCpaKCM3ogkGEVQpAZH8d { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:11.6875rem;left:21.250003814698rem;display:block; }
#QoDhAcmF7zH5h3yPsQOAkDQTpvlfpIg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { position:relative;display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { background-color: transparent; background-image: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { border-width: 0; border-radius: 0; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { color:rgba(var(--color-primary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.2369804382325rem;left:15.406253814698rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bhil1cQNq3oXywIM5eNbv4xiuImsB35R { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.2369804382324rem;left:15.406253814698rem;height:6.9739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { position:relative;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.lazyloading { background-image: none; }#vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:18.125rem;top:0rem;left:0rem;display:block; }
#WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2rem;height:2.19270625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.958335876465rem;left:1.25rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:18.125rem;top:0rem;left:41.875rem;display:block; }
#LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.104167938233rem;left:42.156253814698rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.555992126465rem;left:43.875003814698rem;height:4.38541875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:18.125rem;top:0rem;left:20.9375rem;display:block; }
#EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.372398376465rem;left:22.187503814698rem;height:5.359375rem;text-align:center;text-align-last:center;display:block; }
#CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6875rem;left:21.437503814698rem;height:2.19270625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uauHD7Py577BBhDP7uVO2mlhhCsalETm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:6.53125rem; }
#S2Ek9XumcauU4eK6eEykCK9BWOBGHfPt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.1640625rem;left:27.718753814698rem; }
#EACUoJqHo5nrtTeqmOryJ3SofwTpFl79 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.70703125rem;left:49.218753814698rem; }
#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container { background-color: transparent; background-image: none; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container > .video-iframe-container { display: none; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row > .video-iframe-container { display: none; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .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); }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container { border-width: 0; border-radius: 0; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#rlHv71erTUR49d4TAPxqTw1XFfH1TKnq { color:#312f2f;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4973964691163rem;left:0rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SD5VSFPgE6QrWOOyEK9shOeTuOGLFGbG { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9348955154419rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BK35siIgTrqzCTQ14PXEFmgzvHeGJ0ML { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRS3r6ri2Suw6ZFkI2sqssMZqqrTT0mT { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.625rem;left:0rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emibaIfkv8wPJeu3B3NLzE5ivtdBOm6h { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.625rem;left:20.0625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8MFTqpQ74bZoQ7BzkEr7pPH1POz9Tv2 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:20.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqC8ttOTpIkUVSoFqMd1QT4tEB71m7Pn { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:40.0625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFDFr83TAc2Zwh2HgrT5cnfSGDRFWd8U { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBiTc2LrtBHHxTzDN7MwDJtGPcTf9zaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.229167938233rem;left:6.625rem; }
#KpfJm4vcpzbTGJzvxCNNeGNGfUi7F2b1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.270835876465rem;left:26.218753814698rem; }
#EQiBIwkhM9HBr1vrLPlozR5HqCUfshCF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.104167938233rem;left:46.625003814698rem; }
#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container { background-color: transparent; background-image: none; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container > .video-iframe-container { display: none; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row > .video-iframe-container { display: none; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .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); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container { border-width: 0; border-radius: 0; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;position:relative;display:block; }#O7rsA5ds0eeWzXHOgMxMq2CGTFU53B8f { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:40.0625rem;left:0rem;display:block; }
#dHvrzhnUeGOhrTn8KAAqM1vgJMHa2WCP { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:3.75rem;width:3.75rem;top:48.391927719116rem;left:0rem;display:block; }
#vJ7em27rKG9xGWTC9Z8Tzkew3nUo4KAF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:49.375rem;left:0rem;height:1.78645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGP9Ox87u0SEqFyV9q5LwvRdi2TJ408c { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:40.0625rem;left:30.375rem;display:block; }
#evslsCGzPTa8Dn0es8p8clu1x2WVMT4N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:39.020835876465rem;left:0rem;overflow:hidden;display:block; }
#U06K51qebKbfGzZJpyFczoBTemHDWcXk { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:3.75rem;width:3.75rem;top:48.3125rem;left:30rem;display:block; }
#HutSMAGhh9xJy03Gkhfq5bEtyKBrdCIv { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.375rem;left:30rem;height:1.78645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GnVy3AiMpqfUoFaywRy0t4tZArdPnCiA { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:10.5rem;width:10.5rem;top:21.25rem;left:0rem;display:block; }
#SEZg3kzi2T4fPbX5JtS0efPnJyyKB3XF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.4375rem;top:22.03125rem;left:0rem;overflow:hidden;display:block; }
#HL7Jz1QHQDBldQ6MVd9PpD9dZXPQitwS { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:11.4375rem;height:8.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVNAADCLBorVbKcezkivM63PdOCV6zeH { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:22.312500953674rem;left:30rem;display:block; }
#QQ9W89JlyTDhRkK3VUD0TatUGLeEliCS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11rem;top:20.53125rem;left:30.28125rem;overflow:hidden;display:block; }
#V3X9FfVBJ1N7ergJQvBDwAa6cOBzrixT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:3.75rem;width:3.75rem;top:21.25rem;left:0rem;display:block; }
#ERea1SVWudcvPa3nZbUETTlIPblCcSrK { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-secondary-4),0.1) ;height:3.75rem;width:3.75rem;top:19.955729007721rem;left:30rem;display:block; }
#CrIozOnwsWM056kf3pEfIJJUJqpDzSxz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.3125rem;left:0rem;height:1.78645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oX6P49cANyyT1Qpw84BRHr5ElQZyWO9T { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:23.723958969116rem;left:11.8125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkmSHHxT2bQW34LptAUxR3PGg6D8PWFM { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.845053195953rem;left:30rem;height:1.78645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsLlkk9sVC6lxGVhL0BvXM7qBAuZqkzH { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mS4gnDiGyy6W4cCPf55rBtP62MvUHtM1 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:2.2747375rem;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; }
#DpVd0htWllLNZZ4MGOkhMH8S9iNuxPc6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:10.75rem;top:39.562501907349rem;left:30rem;overflow:hidden;display:block; }
#rqAbKpddIg7Nag6xa8Vg6zf0woXw2xig { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:44.087242126465rem;left:11.4375rem;height:5.52083125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nk5KrENoUmaTwOZ3KTt5Dh9uie2ngckO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:41.352867126465rem;left:43.092449188233rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nb1GXkRi5GU9trJO1tTQq2trpl7V5Uar { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:44.087249755859rem;left:43.06120300293rem;height:5.52083125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlannOtkGiMVbM3K0ShTF3qIEq6P7vpq { color:rgba(var(--color-tertiary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.622396469116rem;left:39.936199188233rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EEsJvNh5Gkh1GC4TdpVK2vcxkNUqMnoS { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:25.739593505859rem;left:42.23828125rem;height:6.9010625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXKJsgUwI6DSeFlVbTGMuTO5fJRCrcQS { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:41.352867126465rem;left:12.15625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#24242c;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; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container { background-color: transparent; background-image: none; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container > .video-iframe-container { display: none; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row > .video-iframe-container { display: none; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .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); }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container { border-width: 0; border-radius: 0; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#L9vbVnJsOzAPuJpHLDrGgHoO6tZ1IsnP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.937489509583rem;left:40.000003814698rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzf8BP0w8gKIcp0MICybU4k9zsiaQrIM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1U6dU3S86xKutSM0DdowwEIo9LpUDO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3749790191651rem;left:0rem;height:3.25rem;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; }
#uGhlfTPaWqTLzVz5Sp7iLlNCPc80aRBN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.9375rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mt67Wisrr735Nug83oxqCzsbd0nRz90y { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.9375rem;left:20.625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iy7RTQp9WGZhKvvv98hKUhwgNETK1ZRW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTZNTdlZ0RWZbTrrhbc5sHsLiI1hmEpq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:17.936198234558rem;left:0.625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPOCCaSzOSnM5XazsX5MTxhVb5FUSZLe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.1875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCbWJU4iyMIyo6TTDNZCy0TS2EkpZEPF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:37.1875rem;left:40.625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsE6KgIedv3tScrPdv3Fu3GhMcxSSRiT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.1875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNpGVzi8FTuXoJCqX82hLQR0VzrRsTJQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:37.1875rem;left:20.625rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGsnoAF8kqozvd4KPOnJ0rFXrPi3va8n { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.1875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EldDTOLSmDlnBzpHbsleoty7FLZntH6M { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:37.1875rem;left:0rem;height:15.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d03ab3-39d6-4e3f-b058-9a7d22888268/formbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.adaptive-delivery-prevent-bg, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyload, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyloading { background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { background-color: transparent; background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .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); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { border-width: 0; border-radius: 0; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:12.666667938233rem;left:0rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-form-header { font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;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;text-align:right;text-align-last:right;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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-secondary-0),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:21.875rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-secondary-0),1);font-size:1.125rem;overflow:hidden;font-family:exo;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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-secondary-0),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:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1.125rem;overflow:hidden;font-family:exo;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:exo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.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:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:14.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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:exo;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:exo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container:first-of-type{padding-top:0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container:last-of-type{padding-bottom:0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1875rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-info-text { display:block;height:auto;font-family:exo;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1875rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #RAA0ds6CwAMMs7tRiVVq5VoGq4yf4JzX { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #Jy7Kr3lwTfVXWRvJsTFdGRbADhGQvAO5 { position:relative;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #loQGHEguo66PtwPCZVtFiw6krx7zVQr4 { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #qfw1zMk8CTITFH2im9ABsrCZbKi6KRUv { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #dxcf6NpIz3CwXFzMF96WnhDZyHAe1dR3 { position:relative;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #frDCTh3Gm3VmvWpv9I6EGW5GdPWLrdSV { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #AOLJCUNTNQVxTw5953WFlcZv8UAOWDyR { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #x7bZ5VTHL0HUVwiV6f8OaGKdnNKhlXi8 { position:relative;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #L1yqpO16tesJFeOOQGuwSzEdspqheDuH { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #ScWhakSx4IGw33z5g8BxDnZFbHPTty36 { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #qDV9Si1pUkBVEwecliUz2o1ZVmZIzlDE { position:relative;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iRZzAD6oITnmJwTyxKa8uXaQkG9XMp7H { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 { position:relative; }
#ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:13.1875rem;top:4.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:6.875rem;left:54.25rem;display:block; }
#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container { background-color: transparent; background-image: none; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container > .video-iframe-container { display: none; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row > .video-iframe-container { display: none; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .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); }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container { border-width: 0; border-radius: 0; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Tr3TOZKT9pCeRcnZ9x9AEK9a98nE3g9g { color:#4d4043;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:40rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8h1pMWJVrwhWSbUD0KtIC7RETOItt6U { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.64453125rem;left:4.23828125rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkU40GwUsLhuOL6CAZw22nNeqqmRXAtJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.73828125rem;left:42.687503814698rem;display:block; }
#ODpTNP7v6KFOgeIIG8TxFvwEaVNaL25G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKFX4uq2Esk6PsSgrt2Hr4G8L2of6JKN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.7395820617675rem;left:49.375003814698rem;display:block; }
#Pqv9s0hlsBQuHl6r7eQCnuU1UR73NXBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5nKndMQo9RAPX2vuc1S3X5O0v6o8yco { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.23828125rem;left:50.062503814698rem;display:block; }
#bOUV0LkpUGZmolp9ckg6tCkMluGwufWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtIvOINFH8RC1qde0oOO3zMayLHaT2ER { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.23828125rem;left:42.250003814698rem;display:block; }
#RUsGSfwieeRz5NbcxMGlQ2KzDKCBoPtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vpl6CffDrTZ1gQH5PetlLivoJwkn99Tm { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5625rem;left:0rem;display:block; }
#feLEptXrthw2QhQf7707WHQ04CwbuWi9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.20703125rem;left:1.2578125rem; }
#MNVJ0B0mb4SzZI6SXa0diPqGuv4CFgAF { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5625rem;left:40rem;display:block; }
#uJJsqqnTCtA2DN737kBnIfVSlTTHoPKG { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5rem;left:24.968753814698rem;display:none; }
#qnNnx32WBsGVQZKLmTVJzHFbiLohnqvk { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5rem;left:24.968753814698rem;display:none; }
#yBVfaIysERgByasezgtrlVFNPJ8PwuX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.07421875rem;left:3.6236991882324rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EtzKEwe4TnCcB1nCMnGA65Wd6v3I2nO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5624923706055rem;left:24.281253814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3G0sHEXzuxyUCGEmgTyV1oGxEicZvT3 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:6.5625rem;left:20.312503814698rem;display:block; }
#N3Iswclig9vNw34xl69qK6mmoqTR3uqR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:6.25rem;top:0.95835113525388rem;left:51.333335876465rem;overflow:hidden;display:block; }
#MgmWUbkKRJxAg7n5hIa4S638vs18ExGm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6640625rem;left:13.08203125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U02CmT4c8EtKT35qJBIqZdxdEXHzlZvm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.73828125rem;left:22.281253814698rem;height:5.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2QHvT0t7meFQ4DIgL2kN9l0qW8WlD2W { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:14.8515625rem;left:10.30078125rem;display:block; }
#P9uH7uqBXshvLuF5JHuqT4CM4JXnZ6eu { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5625rem;left:0rem;display:none; }
#SnDJcvMqQTlq6XKx3RZAVlHQQxlpFnBT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5625rem;left:0rem;display:none; }
#uGkQXiT0A1rovr79losvQvz4Rd7pScI4 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:6.5625rem;left:20.312503814698rem;display:none; }
#r0yVww0sqfFZHzlR4ip3mGDWCXLqOaqG { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.5625rem;left:0rem;display:none; }
#uKKxUMs66NEdR4KpVM94gZQSwZA1Cmwc { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:6.5625rem;left:20.312503814698rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:4.375rem;height:2.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:5.625rem;height:2.5rem;top:2rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:8.5625rem;height:2.5rem;top:2rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.6875rem;height:2.5rem;top:2rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #SHXZU2nhOWli6eyKJftng6VKviwBXQLV { top:0rem;left:20.520835876465rem;width:5.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J { display:block; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1MSqSGfycVA35k3t1fUV1LDWqvOD4T1 { top:17.3125rem;left:2.70703125rem;width:33.625rem;height:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMxg0aKGzUVIT5DoecOldLqK0z6TNG6 { top:19.125rem;left:38.83203125rem;width:6.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh9HXvxeONdSrsZHnmx5TriZqKuofU9 { top:28.1875rem;left:0rem;width:40.1875rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHGD02aBnIJrdwhJvt3fVM4fih2UXkmc { width:17.5rem;height:3.4375rem;top:45.3125rem;left:2.70703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddUycTBkgT1c86T5icqfvvmxyhhA8mHi { display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { top:5.25rem;left:0rem;width:47.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHDzkV9P7TrkDN4TqmmgliS4V3B8WpLI { top:21.0625rem;left:0rem;width:47.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IORwPhNQk6WB11o1UuVkqfDyNgzqvmFA { top:36.5625rem;left:0rem;width:47.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNSAOZzcZR2q5ap8LBJ6FvMi6MTqN1y { top:11.625rem;left:16.281253814698rem;width:15.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UchoN2w4eiCBQWMduQV4ZBxOazDKW5Ni { top:14.5625rem;left:11.750003814698rem;width:24.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFR8XrPOFTvI9REp8Hrulk5NDhoowrO { top:27.625rem;left:16.281253814698rem;width:15.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szovuvkxk9o5z1zuCgX82JnfZmuLGqVe { top:42.0625rem;left:15.593753814698rem;width:15.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bioGvNhEZnfGPOf6iI5aQNQLWUb75RDJ { top:30.625rem;left:11.750003814698rem;width:24.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gKexWqzbZZTAgO6b4clH4qm46xKKb5 { top:46rem;left:10.562503814698rem;width:26.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJ1WDXPGCeDqGuJ9gTUL1OUZirFoKeZ { top:6.375rem;left:21.750003814698rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN3HpmSOPV9pI5praNaJbh6Oo8JtJGT5 { top:22.8125rem;left:21.843753814698rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eppnTrXepEfTtvwyfnDmx4ktDIx73WO8 { top:37.3125rem;left:21.468753814698rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFndPeKTnuyJXHmhXTXQK7ba9un6b59r { display:block; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpR6h30wT9kma2XoM2MBhgQ33qsse9fG { width:23.125rem;height:3.5625rem;top:1.8125rem;left:12.312503814698rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwwdaIcF1uZdKHNRbn3l7zhJBnensWl { width:39.1875rem;height:3.1875rem;top:6.0625rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFybV47gBkWqCpaKCM3ogkGEVQpAZH8d { width:17.5rem;height:3.4375rem;top:11.6875rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoDhAcmF7zH5h3yPsQOAkDQTpvlfpIg2 { display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { top:9.1875rem;left:9.2812538146975rem;width:29.1875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhil1cQNq3oXywIM5eNbv4xiuImsB35R { top:1.1875rem;left:9.2812538146975rem;width:29.1875rem;height:6.9375rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { top:0rem;left:0rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { top:6.6875rem;left:0rem;width:14.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { top:9.9375rem;left:0rem;width:15.625rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { top:0rem;left:29.5rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { top:12.0625rem;left:30.0625rem;width:17.5625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { top:6.5rem;left:33.5rem;width:14.125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { top:0rem;left:13.625rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { top:10.3125rem;left:16.000003814698rem;width:15.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { top:6.6875rem;left:14.625rem;width:17.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uauHD7Py577BBhDP7uVO2mlhhCsalETm { top:0rem;left:4.46875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Ek9XumcauU4eK6eEykCK9BWOBGHfPt { top:1.125rem;left:21.531253814698rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EACUoJqHo5nrtTeqmOryJ3SofwTpFl79 { top:1.6875rem;left:38.906253814698rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC { display:block; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlHv71erTUR49d4TAPxqTw1XFfH1TKnq { width:47.75rem;height:1.375rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5VSFPgE6QrWOOyEK9shOeTuOGLFGbG { width:47.75rem;height:4.0625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK35siIgTrqzCTQ14PXEFmgzvHeGJ0ML { width:19.9375rem;height:2rem;top:21.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRS3r6ri2Suw6ZFkI2sqssMZqqrTT0mT { width:19.9375rem;height:2.75rem;top:24.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emibaIfkv8wPJeu3B3NLzE5ivtdBOm6h { width:19.9375rem;height:2.75rem;top:24.625rem;left:13.937503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8MFTqpQ74bZoQ7BzkEr7pPH1POz9Tv2 { width:19.9375rem;height:2rem;top:21.375rem;left:13.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqC8ttOTpIkUVSoFqMd1QT4tEB71m7Pn { width:19.9375rem;height:2.75rem;top:24.625rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDFr83TAc2Zwh2HgrT5cnfSGDRFWd8U { width:19.9375rem;height:2rem;top:21.3125rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBiTc2LrtBHHxTzDN7MwDJtGPcTf9zaT { top:13.1875rem;left:0.5rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpfJm4vcpzbTGJzvxCNNeGNGfUi7F2b1 { top:12.25rem;left:20.093753814698rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQiBIwkhM9HBr1vrLPlozR5HqCUfshCF { top:13.0625rem;left:40.500003814698rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN { display:block; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7rsA5ds0eeWzXHOgMxMq2CGTFU53B8f { width:10.8125rem;height:10.8125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHvrzhnUeGOhrTn8KAAqM1vgJMHa2WCP { width:3.75rem;height:3.75rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ7em27rKG9xGWTC9Z8Tzkew3nUo4KAF { width:3.75rem;height:1.75rem;top:49.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGP9Ox87u0SEqFyV9q5LwvRdi2TJ408c { width:10.8125rem;height:10.8125rem;top:40.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evslsCGzPTa8Dn0es8p8clu1x2WVMT4N { width:12.125rem;height:12.125rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U06K51qebKbfGzZJpyFczoBTemHDWcXk { width:3.75rem;height:3.75rem;top:48.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HutSMAGhh9xJy03Gkhfq5bEtyKBrdCIv { width:3.75rem;height:1.75rem;top:49.375rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnVy3AiMpqfUoFaywRy0t4tZArdPnCiA { width:10.5rem;height:10.5rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZg3kzi2T4fPbX5JtS0efPnJyyKB3XF { width:11.4375rem;height:10.875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL7Jz1QHQDBldQ6MVd9PpD9dZXPQitwS { top:26.4375rem;left:8.375rem;width:15.1875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNAADCLBorVbKcezkivM63PdOCV6zeH { width:10.8125rem;height:10.8125rem;top:22.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9W89JlyTDhRkK3VUD0TatUGLeEliCS { width:11rem;height:11.9375rem;top:20.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3X9FfVBJ1N7ergJQvBDwAa6cOBzrixT { width:3.75rem;height:3.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERea1SVWudcvPa3nZbUETTlIPblCcSrK { width:3.75rem;height:3.75rem;top:19.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrIozOnwsWM056kf3pEfIJJUJqpDzSxz { width:3.75rem;height:1.75rem;top:22.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX6P49cANyyT1Qpw84BRHr5ElQZyWO9T { width:13.75rem;height:1.75rem;top:23.6875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkmSHHxT2bQW34LptAUxR3PGg6D8PWFM { width:3.75rem;height:1.75rem;top:20.8125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsLlkk9sVC6lxGVhL0BvXM7qBAuZqkzH { width:47.75rem;height:2.875rem;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS4gnDiGyy6W4cCPf55rBtP62MvUHtM1 { width:47.75rem;height:2.25rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpVd0htWllLNZZ4MGOkhMH8S9iNuxPc6 { width:10.75rem;height:11.125rem;top:39.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqAbKpddIg7Nag6xa8Vg6zf0woXw2xig { top:44.0625rem;left:8.125rem;width:15.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk5KrENoUmaTwOZ3KTt5Dh9uie2ngckO { width:13.75rem;height:1.75rem;top:41.3125rem;left:33.90495300293rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb1GXkRi5GU9trJO1tTQq2trpl7V5Uar { top:44.0625rem;left:33.3125rem;width:14.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlannOtkGiMVbM3K0ShTF3qIEq6P7vpq { top:23.5625rem;left:27.6875rem;width:20.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEsJvNh5Gkh1GC4TdpVK2vcxkNUqMnoS { top:25.6875rem;left:30.8125rem;width:16.9375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKJsgUwI6DSeFlVbTGMuTO5fJRCrcQS { width:13.75rem;height:1.75rem;top:41.3125rem;left:9.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 { display:block; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9vbVnJsOzAPuJpHLDrGgHoO6tZ1IsnP { width:19.1875rem;height:10.125rem;top:17.875rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzf8BP0w8gKIcp0MICybU4k9zsiaQrIM { width:18.75rem;height:1.625rem;top:13.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1U6dU3S86xKutSM0DdowwEIo9LpUDO1 { width:47.75rem;height:3.25rem;top:4.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGhlfTPaWqTLzVz5Sp7iLlNCPc80aRBN { width:18.75rem;height:1.625rem;top:13.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt67Wisrr735Nug83oxqCzsbd0nRz90y { width:18.75rem;height:10.125rem;top:17.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy7RTQp9WGZhKvvv98hKUhwgNETK1ZRW { width:18.75rem;height:1.625rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZNTdlZ0RWZbTrrhbc5sHsLiI1hmEpq { width:18.75rem;height:10.125rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPOCCaSzOSnM5XazsX5MTxhVb5FUSZLe { width:18.75rem;height:1.625rem;top:33.1875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbWJU4iyMIyo6TTDNZCy0TS2EkpZEPF { width:18.75rem;height:6.75rem;top:37.1875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsE6KgIedv3tScrPdv3Fu3GhMcxSSRiT { width:18.75rem;height:1.625rem;top:33.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNpGVzi8FTuXoJCqX82hLQR0VzrRsTJQ { width:18.75rem;height:11.8125rem;top:37.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGsnoAF8kqozvd4KPOnJ0rFXrPi3va8n { width:18.75rem;height:1.625rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EldDTOLSmDlnBzpHbsleoty7FLZntH6M { width:18.75rem;height:15.1875rem;top:37.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { top:12.625rem;left:0rem;width:32.5rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { width:21.875rem;height:auto;top:4.1875rem;left:23.375rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { width:21.875rem;height:auto;top:4.1875rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #RAA0ds6CwAMMs7tRiVVq5VoGq4yf4JzX {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #Jy7Kr3lwTfVXWRvJsTFdGRbADhGQvAO5 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #loQGHEguo66PtwPCZVtFiw6krx7zVQr4 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #qfw1zMk8CTITFH2im9ABsrCZbKi6KRUv {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #dxcf6NpIz3CwXFzMF96WnhDZyHAe1dR3 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #frDCTh3Gm3VmvWpv9I6EGW5GdPWLrdSV {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #AOLJCUNTNQVxTw5953WFlcZv8UAOWDyR {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #x7bZ5VTHL0HUVwiV6f8OaGKdnNKhlXi8 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #L1yqpO16tesJFeOOQGuwSzEdspqheDuH {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #ScWhakSx4IGw33z5g8BxDnZFbHPTty36 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #qDV9Si1pUkBVEwecliUz2o1ZVmZIzlDE {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iRZzAD6oITnmJwTyxKa8uXaQkG9XMp7H {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 {  }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { top:4.4375rem;left:34.5625rem;width:13.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { top:6.875rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w { display:block; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr3TOZKT9pCeRcnZ9x9AEK9a98nE3g9g { top:3.5625rem;left:33.875rem;width:10.0625rem;height:1.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8h1pMWJVrwhWSbUD0KtIC7RETOItt6U { top:3.625rem;left:0rem;width:10.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkU40GwUsLhuOL6CAZw22nNeqqmRXAtJ { width:4.6875rem;height:2.5rem;top:7.6875rem;left:36.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODpTNP7v6KFOgeIIG8TxFvwEaVNaL25G { display:block; }
 }@media only screen and (max-width: 763px) { #mKFX4uq2Esk6PsSgrt2Hr4G8L2of6JKN { width:8.125rem;height:2.5rem;top:7.6875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqv9s0hlsBQuHl6r7eQCnuU1UR73NXBM { display:block; }
 }@media only screen and (max-width: 763px) { #i5nKndMQo9RAPX2vuc1S3X5O0v6o8yco { width:5.5625rem;height:2.625rem;top:10.1875rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOUV0LkpUGZmolp9ckg6tCkMluGwufWR { display:block; }
 }@media only screen and (max-width: 763px) { #CtIvOINFH8RC1qde0oOO3zMayLHaT2ER { width:5.5625rem;height:2.8125rem;top:10.1875rem;left:36.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUsGSfwieeRz5NbcxMGlQ2KzDKCBoPtt { display:block; }
 }@media only screen and (max-width: 763px) { #Vpl6CffDrTZ1gQH5PetlLivoJwkn99Tm { top:6.5625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLEptXrthw2QhQf7707WHQ04CwbuWi9 { top:8.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVJ0B0mb4SzZI6SXa0diPqGuv4CFgAF { top:6.5625rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJsqqnTCtA2DN737kBnIfVSlTTHoPKG { top:6.5rem;left:18.843753814698rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnNnx32WBsGVQZKLmTVJzHFbiLohnqvk { top:6.5rem;left:18.843753814698rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBVfaIysERgByasezgtrlVFNPJ8PwuX3 { top:8.0625rem;left:0rem;width:15.4375rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtzKEwe4TnCcB1nCMnGA65Wd6v3I2nO1 { top:3.5rem;left:18.15625rem;width:12.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3G0sHEXzuxyUCGEmgTyV1oGxEicZvT3 { top:6.5625rem;left:14.187503814698rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Iswclig9vNw34xl69qK6mmoqTR3uqR { top:0.9375rem;left:41.5rem;width:6.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgmWUbkKRJxAg7n5hIa4S638vs18ExGm { top:15.625rem;left:6.95703125rem;width:13.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U02CmT4c8EtKT35qJBIqZdxdEXHzlZvm { top:7.6875rem;left:16.15625rem;width:15.4375rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHvT0t7meFQ4DIgL2kN9l0qW8WlD2W { top:14.8125rem;left:4.17578125rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uH7uqBXshvLuF5JHuqT4CM4JXnZ6eu { top:6.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnDJcvMqQTlq6XKx3RZAVlHQQxlpFnBT { top:6.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGkQXiT0A1rovr79losvQvz4Rd7pScI4 { top:6.5625rem;left:14.187503814698rem;width:19.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0yVww0sqfFZHzlR4ip3mGDWCXLqOaqG { top:6.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKKxUMs66NEdR4KpVM94gZQSwZA1Cmwc { top:6.5625rem;left:14.187503814698rem;width:19.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:3.75rem;height:1.875rem;top:4.875rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:4.6875rem;height:1.875rem;top:4.875rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:5.9375rem;height:1.9375rem;top:4.875rem;left:13.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.0625rem;height:1.875rem;top:4.875rem;left:9.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #SHXZU2nhOWli6eyKJftng6VKviwBXQLV { width:3.75rem;height:3.875rem;top:0rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J { display:block; }#qrh5hNfRnnVZb85r6COqIJ6iTdnBnD8J > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1MSqSGfycVA35k3t1fUV1LDWqvOD4T1 { width:14.25rem;height:3.67448125rem;top:5.0729169845581rem;left:3.98828125rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #abMxg0aKGzUVIT5DoecOldLqK0z6TNG6 { width:6.125rem;height:0.5rem;top:3.26171875rem;left:11.364583969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh9HXvxeONdSrsZHnmx5TriZqKuofU9 { width:16.3125rem;height:6.5625rem;top:10.34375rem;left:1.84375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pHGD02aBnIJrdwhJvt3fVM4fih2UXkmc { width:17.5rem;height:3.4375rem;top:20.540365219116rem;left:1.2500000596046rem;background-color:#d1af55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ddUycTBkgT1c86T5icqfvvmxyhhA8mHi { display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHDzkV9P7TrkDN4TqmmgliS4V3B8WpLI { width:20rem;height:13.1875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IORwPhNQk6WB11o1UuVkqfDyNgzqvmFA { width:20rem;height:13.1875rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McNSAOZzcZR2q5ap8LBJ6FvMi6MTqN1y { width:15.1875rem;height:2.11198125rem;top:5.375rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UchoN2w4eiCBQWMduQV4ZBxOazDKW5Ni { width:20rem;height:4.4609375rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFR8XrPOFTvI9REp8Hrulk5NDhoowrO { width:15.1875rem;height:2.11198125rem;top:20.8125rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szovuvkxk9o5z1zuCgX82JnfZmuLGqVe { width:15.1875rem;height:2.11198125rem;top:35.9375rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bioGvNhEZnfGPOf6iI5aQNQLWUb75RDJ { width:18rem;height:2.97395625rem;top:24rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gKexWqzbZZTAgO6b4clH4qm46xKKb5 { width:18.5rem;height:2.97395625rem;top:39.000000953674rem;left:0.75000005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJ1WDXPGCeDqGuJ9gTUL1OUZirFoKeZ { display:flex;width:4.25rem;height:4.25rem;top:0.625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #LN3HpmSOPV9pI5praNaJbh6Oo8JtJGT5 { display:flex;width:4.0625rem;height:4.0625rem;top:15.9375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #eppnTrXepEfTtvwyfnDmx4ktDIx73WO8 { display:flex;width:4.8125rem;height:4.8125rem;top:30.125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #fFndPeKTnuyJXHmhXTXQK7ba9un6b59r { background-color:transparent;background-image:url("https://images.assets-landingi.com/WpdSBhpf/5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r.adaptive-delivery-prevent-bg, #fFndPeKTnuyJXHmhXTXQK7ba9un6b59r.lazyload, #fFndPeKTnuyJXHmhXTXQK7ba9un6b59r.lazyloading { background-image: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container { background-color: transparent; background-image: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b9a47e; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container > .video-iframe-container { display: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b9a47e; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row > .video-iframe-container { display: none; }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .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); }#fFndPeKTnuyJXHmhXTXQK7ba9un6b59r > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpR6h30wT9kma2XoM2MBhgQ33qsse9fG { width:16.75rem;height:2.6809875rem;top:1.5rem;left:1.6250000596046rem;text-align:center;text-align-last:center;color:#ffffff;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwwdaIcF1uZdKHNRbn3l7zhJBnensWl { width:16.6875rem;height:7.1979375rem;top:6.1875rem;left:1.6562500596046rem;text-align:center;text-align-last:center;line-height:1.8;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pFybV47gBkWqCpaKCM3ogkGEVQpAZH8d { width:17.5rem;height:3.4375rem;top:14.6354375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoDhAcmF7zH5h3yPsQOAkDQTpvlfpIg2 { display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { width:20rem;height:4.94921875rem;top:9.1875009536744rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhil1cQNq3oXywIM5eNbv4xiuImsB35R { width:20rem;height:7.19925rem;top:1.2500028610229rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyloading { background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { width:18.125rem;height:17.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { width:14.125rem;height:1.94921875rem;top:9.0234375rem;left:2.9375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { width:15.625rem;height:4.5rem;top:12.205730438233rem;left:2.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { width:18.125rem;height:17.5rem;top:43.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { width:15.625rem;height:3rem;top:56.40625rem;left:2.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { width:14.125rem;height:3.8984375rem;top:50.643230438233rem;left:2.9375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { width:18.125rem;height:17.5rem;top:22.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { width:15.625rem;height:2.59895625rem;top:35.78125rem;left:2.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { width:14.125rem;height:3.8984375rem;top:30.21875rem;left:2.9375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uauHD7Py577BBhDP7uVO2mlhhCsalETm { display:flex;width:5.0625rem;height:5.0625rem;top:2.3736982345581rem;left:7.4687502980231rem; }
 }@media only screen and (max-width: 763px) { #S2Ek9XumcauU4eK6eEykCK9BWOBGHfPt { display:flex;width:4.5625rem;height:4.5625rem;top:24.53125rem;left:7.7187502980231rem; }
 }@media only screen and (max-width: 763px) { #EACUoJqHo5nrtTeqmOryJ3SofwTpFl79 { display:flex;width:3.4375rem;height:3.4375rem;top:44.96875rem;left:8.2812502980231rem; }
 }@media only screen and (max-width: 763px) { #cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC { display:block; }#cxa4oTh6D1Ztb4UsocsIVgZT1S4Rr2PC > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlHv71erTUR49d4TAPxqTw1XFfH1TKnq { width:20rem;height:1.13671875rem;top:4.6250171661377rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5VSFPgE6QrWOOyEK9shOeTuOGLFGbG { 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) { #BK35siIgTrqzCTQ14PXEFmgzvHeGJ0ML { width:19.9375rem;height:2.03125rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRS3r6ri2Suw6ZFkI2sqssMZqqrTT0mT { width:19.9375rem;height:2.76041875rem;top:20.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emibaIfkv8wPJeu3B3NLzE5ivtdBOm6h { width:19.9375rem;height:2.76041875rem;top:40.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8MFTqpQ74bZoQ7BzkEr7pPH1POz9Tv2 { width:19.9375rem;height:2.03125rem;top:37.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqC8ttOTpIkUVSoFqMd1QT4tEB71m7Pn { width:19.9375rem;height:2.76041875rem;top:61.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFDFr83TAc2Zwh2HgrT5cnfSGDRFWd8U { width:19.9375rem;height:2.03125rem;top:58.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBiTc2LrtBHHxTzDN7MwDJtGPcTf9zaT { display:flex;width:6.6875rem;height:6.6875rem;top:8.5625rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #KpfJm4vcpzbTGJzvxCNNeGNGfUi7F2b1 { display:flex;width:7.5625rem;height:7.5625rem;top:28.5rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #EQiBIwkhM9HBr1vrLPlozR5HqCUfshCF { display:flex;width:6.8125rem;height:6.8125rem;top:49.25rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN { background-color:#ffffff;background-image:none;display:block; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container { background-color: transparent; background-image: none; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container > .video-iframe-container { display: none; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row > .video-iframe-container { display: none; }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .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); }#gRcA0MFU478Qsi8E78X7mPaDlUdoJQeN > .row .container { width:20rem;height:125.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7rsA5ds0eeWzXHOgMxMq2CGTFU53B8f { width:10.8125rem;height:10.8125rem;top:72.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHvrzhnUeGOhrTn8KAAqM1vgJMHa2WCP { width:3.75rem;height:3.75rem;top:72.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ7em27rKG9xGWTC9Z8Tzkew3nUo4KAF { width:3.75rem;height:1.78645625rem;top:73.3125rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGP9Ox87u0SEqFyV9q5LwvRdi2TJ408c { width:10.75rem;height:10.75rem;top:101.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evslsCGzPTa8Dn0es8p8clu1x2WVMT4N { width:9.875rem;height:9.875rem;top:14.843750357628rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U06K51qebKbfGzZJpyFczoBTemHDWcXk { width:3.75rem;height:3.75rem;top:100.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HutSMAGhh9xJy03Gkhfq5bEtyKBrdCIv { width:3.75rem;height:1.78645625rem;top:101.25rem;left:4.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnVy3AiMpqfUoFaywRy0t4tZArdPnCiA { width:10.8125rem;height:10.8125rem;top:14.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZg3kzi2T4fPbX5JtS0efPnJyyKB3XF { width:9.8125rem;height:9.375rem;top:73.645833969119rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL7Jz1QHQDBldQ6MVd9PpD9dZXPQitwS { width:15rem;height:8.28125rem;top:88.300771713256rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNAADCLBorVbKcezkivM63PdOCV6zeH { width:10rem;height:10rem;top:41.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9W89JlyTDhRkK3VUD0TatUGLeEliCS { width:9.6875rem;height:10.5rem;top:40.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3X9FfVBJ1N7ergJQvBDwAa6cOBzrixT { width:3.75rem;height:3.75rem;top:14.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERea1SVWudcvPa3nZbUETTlIPblCcSrK { width:3.75rem;height:3.75rem;top:40.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrIozOnwsWM056kf3pEfIJJUJqpDzSxz { width:3.75rem;height:1.78645625rem;top:15.375rem;left:4.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oX6P49cANyyT1Qpw84BRHr5ElQZyWO9T { width:12.5625rem;height:1.75rem;top:85rem;left:3.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkmSHHxT2bQW34LptAUxR3PGg6D8PWFM { width:3.75rem;height:1.78645625rem;top:41.8125rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsLlkk9sVC6lxGVhL0BvXM7qBAuZqkzH { width:20rem;height:2.69921875rem;top:1.3125066757202rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mS4gnDiGyy6W4cCPf55rBtP62MvUHtM1 { width:17.5rem;height:3rem;top:5.8750009536743rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DpVd0htWllLNZZ4MGOkhMH8S9iNuxPc6 { width:10.0625rem;height:10.5625rem;top:102.08333587646rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqAbKpddIg7Nag6xa8Vg6zf0woXw2xig { width:16.5rem;height:4.78125rem;top:30.811198592186rem;left:1.75rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nk5KrENoUmaTwOZ3KTt5Dh9uie2ngckO { width:13.75rem;height:1.75rem;top:114.8125rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nb1GXkRi5GU9trJO1tTQq2trpl7V5Uar { width:14.3125rem;height:5.52083125rem;top:118rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlannOtkGiMVbM3K0ShTF3qIEq6P7vpq { width:20rem;height:1.75rem;top:53.705739974976rem;left:0rem;font-size:1.25rem;font-family:cairo;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EEsJvNh5Gkh1GC4TdpVK2vcxkNUqMnoS { width:16.375rem;height:9.0299375rem;top:56.88801574707rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:cairo;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UXKJsgUwI6DSeFlVbTGMuTO5fJRCrcQS { width:13.75rem;height:1.75rem;top:27.811198592186rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 { display:block; }#UKIOFGQwtA8GkDcwJkecpCDQRXbENoo5 > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9vbVnJsOzAPuJpHLDrGgHoO6tZ1IsnP { width:18.75rem;height:9rem;top:9.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzf8BP0w8gKIcp0MICybU4k9zsiaQrIM { width:18.75rem;height:1.29948125rem;top:7.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1U6dU3S86xKutSM0DdowwEIo9LpUDO1 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGhlfTPaWqTLzVz5Sp7iLlNCPc80aRBN { width:18.75rem;height:1.29948125rem;top:46.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt67Wisrr735Nug83oxqCzsbd0nRz90y { width:18.75rem;height:7.5rem;top:49.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy7RTQp9WGZhKvvv98hKUhwgNETK1ZRW { width:18.75rem;height:1.29948125rem;top:19.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZNTdlZ0RWZbTrrhbc5sHsLiI1hmEpq { width:18.75rem;height:7.5rem;top:22.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPOCCaSzOSnM5XazsX5MTxhVb5FUSZLe { width:18.75rem;height:1.29948125rem;top:72.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbWJU4iyMIyo6TTDNZCy0TS2EkpZEPF { width:18.75rem;height:6rem;top:74.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsE6KgIedv3tScrPdv3Fu3GhMcxSSRiT { width:18.75rem;height:1.29948125rem;top:57.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNpGVzi8FTuXoJCqX82hLQR0VzrRsTJQ { width:18.75rem;height:9rem;top:60.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGsnoAF8kqozvd4KPOnJ0rFXrPi3va8n { width:18.75rem;height:1.29948125rem;top:30.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EldDTOLSmDlnBzpHbsleoty7FLZntH6M { width:18.75rem;height:12rem;top:33.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { width:20rem;height:1.94921875rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { width:17.5rem;height:auto;top:8.25rem;left:0rem;z-index:15000; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { width:17.5rem;height:auto;top:8.25rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #RAA0ds6CwAMMs7tRiVVq5VoGq4yf4JzX {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #Jy7Kr3lwTfVXWRvJsTFdGRbADhGQvAO5 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #loQGHEguo66PtwPCZVtFiw6krx7zVQr4 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #qfw1zMk8CTITFH2im9ABsrCZbKi6KRUv {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #dxcf6NpIz3CwXFzMF96WnhDZyHAe1dR3 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #frDCTh3Gm3VmvWpv9I6EGW5GdPWLrdSV {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #AOLJCUNTNQVxTw5953WFlcZv8UAOWDyR {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #x7bZ5VTHL0HUVwiV6f8OaGKdnNKhlXi8 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #L1yqpO16tesJFeOOQGuwSzEdspqheDuH {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #ScWhakSx4IGw33z5g8BxDnZFbHPTty36 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #qDV9Si1pUkBVEwecliUz2o1ZVmZIzlDE {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iRZzAD6oITnmJwTyxKa8uXaQkG9XMp7H {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 {  }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { width:6.25rem;height:6.875rem;top:13.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { width:5.625rem;height:5.625rem;top:15.5625rem;left:13.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w { display:block; }#pMAaHKTiwHlstPcyDfu8AG4DhJNtJw7w > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr3TOZKT9pCeRcnZ9x9AEK9a98nE3g9g { width:10.0625rem;height:2.6809875rem;top:42.5rem;left:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8h1pMWJVrwhWSbUD0KtIC7RETOItt6U { width:10.0625rem;height:1.70573125rem;top:3.7695317268372rem;left:4.9687502980232rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkU40GwUsLhuOL6CAZw22nNeqqmRXAtJ { width:4.6875rem;height:2.5rem;top:47.5rem;left:7.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ODpTNP7v6KFOgeIIG8TxFvwEaVNaL25G { display:block; }
 }@media only screen and (max-width: 763px) { #mKFX4uq2Esk6PsSgrt2Hr4G8L2of6JKN { width:8.125rem;height:2.5rem;top:49.3125rem;left:5.9375rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pqv9s0hlsBQuHl6r7eQCnuU1UR73NXBM { display:block; }
 }@media only screen and (max-width: 763px) { #i5nKndMQo9RAPX2vuc1S3X5O0v6o8yco { width:5.5625rem;height:2.625rem;top:54.5625rem;left:7.25rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bOUV0LkpUGZmolp9ckg6tCkMluGwufWR { display:block; }
 }@media only screen and (max-width: 763px) { #CtIvOINFH8RC1qde0oOO3zMayLHaT2ER { width:5.5625rem;height:2.8125rem;top:51.75rem;left:7.25rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RUsGSfwieeRz5NbcxMGlQ2KzDKCBoPtt { display:block; }
 }@media only screen and (max-width: 763px) { #Vpl6CffDrTZ1gQH5PetlLivoJwkn99Tm { width:20rem;height:0.0625rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLEptXrthw2QhQf7707WHQ04CwbuWi9 { width:1.5625rem;height:1.5625rem;top:14.091145515442rem;left:9.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVJ0B0mb4SzZI6SXa0diPqGuv4CFgAF { width:20rem;height:0.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJsqqnTCtA2DN737kBnIfVSlTTHoPKG { width:20rem;height:0.0625rem;top:41.4375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qnNnx32WBsGVQZKLmTVJzHFbiLohnqvk { width:20rem;height:0.0625rem;top:2.625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #yBVfaIysERgByasezgtrlVFNPJ8PwuX3 { width:16.375rem;height:2.92448125rem;top:17.1328125rem;left:1.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtzKEwe4TnCcB1nCMnGA65Wd6v3I2nO1 { width:14.5rem;height:1.8684875rem;top:24.78125rem;left:2.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3G0sHEXzuxyUCGEmgTyV1oGxEicZvT3 { width:19.375rem;height:0.0625rem;top:23.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Iswclig9vNw34xl69qK6mmoqTR3uqR { width:6.3125rem;height:5.75rem;top:58.873710632324rem;left:6.5625002980231rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MgmWUbkKRJxAg7n5hIa4S638vs18ExGm { width:15.25rem;height:2.92448125rem;top:8.06640625rem;left:2.3750000596046rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U02CmT4c8EtKT35qJBIqZdxdEXHzlZvm { width:15.625rem;height:8.53125rem;top:28.820313453674rem;left:2.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHvT0t7meFQ4DIgL2kN9l0qW8WlD2W { width:19.375rem;height:0.0625rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9uH7uqBXshvLuF5JHuqT4CM4JXnZ6eu { width:20rem;height:0.0625rem;top:27.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SnDJcvMqQTlq6XKx3RZAVlHQQxlpFnBT { width:20rem;height:0.0625rem;top:23.4375rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #uGkQXiT0A1rovr79losvQvz4Rd7pScI4 { width:19.375rem;height:0.0625rem;top:41.4375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #r0yVww0sqfFZHzlR4ip3mGDWCXLqOaqG { width:20rem;height:0.0625rem;top:41.4375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #uKKxUMs66NEdR4KpVM94gZQSwZA1Cmwc { width:20rem;height:0.1875rem;top:38.125001907349rem;left:0rem;z-index:15021;display:block; }
 }