.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:242,226,226;--color-primary-1:215,169,169;--color-primary-2:189,112,112;--color-primary-3:167,50,49;--color-primary-4:145,16,16;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:35,87,219;--color-secondary-4:7,19,87;--color-tertiary-0:255,255,255;--color-tertiary-1:108,117,123;--color-tertiary-2:67,66,66;--color-tertiary-3:15,15,15;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/198595d8-5093-43cd-9ae0-13874a88ac67/Image_fx99.jpg");background-position:bottom 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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:rgba(var(--color-tertiary-0),1);display:block;width:42.375rem;position:absolute;font-family:georgia;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.75rem;left:8.8125rem;height:8.100125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4355625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:27.8125rem;left:11.25rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#xnsU0dDMRRv6y3lmpxXFxBJvAKZGh9Md { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:30rem;top:39.8740234375rem;left:0rem;display:block; }
#rFMwavLCFbnCvEwgLJu0KUGE6Hkx8K5l { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:30rem;top:38.3115234375rem;left:30rem;display:block; }
#r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:32.8125rem;left:28.9375rem; }
#Uy8zEw2dwU3PGPC2xJAZwT8p0J8MbvAL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:60rem;top:3.2734375rem;left:0rem;overflow:hidden;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.3125rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;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:25.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;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:25.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:25.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),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:9.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:15.9375rem;height:3.4375rem;font-family:georgia;overflow:hidden;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:georgia;font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:georgia;font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:georgia;font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:georgia;font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.0615234375rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.0615234375rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vKKthWe6dlzPQc1iSTQr6pKoJ3hiGxL6 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #cBSRMkOOLqcpLik2dJaTktavC6yqfkTs { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #eNFRUAnCclORcHhKNogzGgEhWaE9JI36 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:30rem;top:39.8740234375rem;left:0rem;display:block; }
#tMBdWWAxMWuSTq2PaeGfToBP1FfdA25o { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:52.625rem;display:none; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffd;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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#ecanezNQd00fkniazH340Gn6BsvTyZZo { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(var(--color-tertiary-4),0.1) ;height:19.375rem;width:30rem;top:0rem;left:30rem;display:block; }
#aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:3.6240234375rem;left:3.25rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:9.09375rem;left:3.25rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { 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; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:#911010;display:block;width:24.499rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:2.2509765625rem;left:2.7490234375rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { color:#282828;display:block;width:24.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:5.5009765625rem;left:2.75rem;height:22.089875rem;text-align:justify;text-align-last:initial;display:block; }
#xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.1884765625rem;left:2.5625rem;display:block; }
#hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:3.6884765625rem;left:32.5rem;display:block; }
#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc11695c-5514-42a7-94b5-20302b368a3e/Image_fx20251030T215214121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.812rem;width:12.5rem;top:3.6884765625rem;left:45rem;display:block; }#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.adaptive-delivery-prevent-bg, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyload, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyloading { background-image: none; }
#Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.812rem;width:12.5rem;top:18.5009765625rem;left:45rem;display:block; }
#sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3044bfe7-d34d-44c3-b033-0ec1ffbec7b8/Image_fx100.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8108125rem;width:12.5rem;top:18.5009765625rem;left:32.5625rem;display:block; }#sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.adaptive-delivery-prevent-bg, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyload, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyloading { background-image: none; }
#OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:georgia;font-size:5.3125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:6.0009765625rem;left:32.84375rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:11.748046875rem;left:32.90625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukc4X4St0iUtFN6atvX28aW7XhenXUCK { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:georgia;font-size:4.5rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:20.9384765625rem;left:44.65625rem;height:4.94939375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:26.7197265625rem;left:45.40625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffd;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; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container { background-color: transparent; background-image: none; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container > .video-iframe-container { display: none; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row > .video-iframe-container { display: none; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .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); }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container { border-width: 0; border-radius: 0; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:60rem;position:relative;display:block; }#cTVzfkSROy62l86nq9f9v8h05de0WrvO { color:#911010;display:block;width:56.875rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRuETVOAnUiMAUB6yq2Vnv8TxE76pZGE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:8.5625rem;left:8.1875rem; }
#oCyEvFDFHWPFuExHHFSDCDMpTBlFMlcp { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnTry5c5fn2mLZXR01GwMd7Uww5vX5tJ { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.1875rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JW4BzOu5AQOXSo3H8JVqac75LbMJEZVd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:22.75rem;left:8.4375rem; }
#eXLEKKkofw66wMVB1nPe1rT2CJcKRPUV { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4CTNfmEoCKXhM0Lg5HOFtIEHWEM3LvR { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:29.125rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IldHnPTkkusoiuCGGkwEeXvS2iWdhWrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:35.6875rem;left:8.4375rem; }
#qT1WEWi7Tly6CBemeX0iLXIeUkAgtU0g { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.375rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zme01z2FygMwN8NkyO9tiUWaNHMnL3iA { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:42.0625rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6Us1cLTKMgTghB4CMl0fOPdiaTOafAJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:8.96875rem;left:28.59375rem; }
#wGUP8acy9uar0e4neFTeLLNX5pa0vSIT { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRyeFpqkPipVflkzQnghWxZJ5xu0clTC { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:15.1875rem;left:21.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IriQlm3AEdTpp4T8GTb3KRbIxodpKEV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:22.75rem;left:28.4375rem; }
#Os5Lykil5abD5wTfNaJCMWkTFPA3iOrC { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.4375rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFL9cZIFt3VA5vMwE0tg9voBttNqngAb { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:29.1875rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZN7BE4eImm7owaLnMPp9reT01mUXK1s6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:35.4375rem;left:28.1875rem; }
#ZEfSLNyXqJT6vwwLozNa62x0KJy8ThTw { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.375rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2ZFHS08ooUw0iB4TT9PABKr0pA3p5dS { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:42.125rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHBThB6BO62aHftOPZouE8FhZV2n2kI0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:8.8125rem;left:48.4375rem; }
#JpHkTWHMDB2XtfD66IniFIXPy8defh3M { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.4375rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkCT3ZDWCHXTSuKA8SZRbX7l7f1B1bWo { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.1875rem;left:41.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxwuKSrmCqxAGO4WnZIqWkkhWsOnAXt0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:22.75rem;left:48.4375rem; }
#aeTZKoIoTDLBLozecFtd2sLFlvgOVk2h { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.625rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEVfkXuwh8kaTMk9CF6iTcPIJWEdsmCL { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:29.375rem;left:41.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcX5qsEpsZKgXeMDvPSZrALRW1gAhiGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:35.6875rem;left:48.4375rem; }
#XSPo1i9QaNQCyivcxgGRDQ3GsiFQ0uMc { color:#282828;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:39.5625rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dICM5TpBrMcTVxvCipN9cLgVkgRRwzg1 { color:#282828;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:42.3125rem;left:41.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh { 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; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container { background-color: transparent; background-image: none; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container > .video-iframe-container { display: none; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row > .video-iframe-container { display: none; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .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); }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container { border-width: 0; border-radius: 0; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#HOIUtHVrZ4lsIJS3FNlKkdS7NArNXKbC { color:#911010;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loPOP0PwCxBpO4eyRh9dkXhgLqRkrxk3 { position:absolute;display:block;z-index:15000;background-color:#e52620;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:5.4375rem;left:0rem;display:block; }
#iJx8gfTPAF6PvyIMiwD0qXsdOSiHSwQy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:7.375rem;left:7.21875rem;overflow:hidden;display:block; }
#OJUx6qWTeo5DCs34nZk7I7MVstcUf3nN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg8S4HxFckctMluNGxDG0NDWTMHsTHBz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.796875rem;left:2.4375rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyRwBdCG9tA4G8HMti3EHAiHzUI4wQ5G { position:absolute;display:block;z-index:15004;background-color:#282828;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:5.4375rem;left:20.5625rem;display:block; }
#vDZzt49GwUoTT0pT3kXRv2MOpICi61Ap { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.796875rem;left:23.03125rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbzMrF6aER7dkZCnoeq3DkAC53e7a1eg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.96875rem;left:21.15625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7eL87THDGad6dGNwr6Gf6m8GTgLwKCO { 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:4.5rem;width:4.5rem;top:7.375rem;left:27.75rem;overflow:hidden;display:block; }
#mmV2MKQmWKns2HgrLxDBBcT913KOMhG2 { position:absolute;display:block;z-index:15008;background-color:#e52620;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:5.4375rem;left:41.0625rem;display:block; }
#qAJVdqHWTkPdeq5ZVWJxhg1twAWSAzm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.796875rem;left:43.21875rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEDGHtdaraeA8Z9sHvPxCwgfW2ouzum1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.8125rem;left:42.09375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJdxaqOmO4ocLabAA1JyTufXoHkWFTQh { 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:4.5rem;width:4.5rem;top:7.375rem;left:48.3125rem;overflow:hidden;display:block; }
#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffd;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; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { background-color: transparent; background-image: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container > .video-iframe-container { display: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container { display: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .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); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { border-width: 0; border-radius: 0; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#r092v5kaCI5fqXi6gixPdsA2aghX4i1P { color:rgba(var(--color-primary-4),1);display:block;width:19.875rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:8.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#swIthNf76I0J6VHX1IkciKhUJ5dRapc8 { 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:1.875rem;width:1.875rem;top:2.9375rem;left:22.8125rem;overflow:hidden;display:block; }
#PqN2437frIoTrP2E9DykSQuF2ozS66qe { color:#282828;display:block;width:13rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.5625rem;left:25.3125rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vZGmLdWxsxlW6XT4wgy5xrquEHV9MlhE { color:#282828;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.0625rem;left:25.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yn7OBOgTZRkyS0xKAGz4ycsFmmUw80kN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.5rem;left:22.8125rem;overflow:hidden;display:block; }
#ibh3ok0hUOOIfuekmIMlxQSNXqavyAkA { color:#282828;display:block;width:12.1875rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.6875rem;left:25.34375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mT3VthITJATy8EX7Q4iyucWOqr3QvGxt { color:#282828;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.125rem;left:25.3125rem;height:3.9375rem;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:left;text-align-last:left;display:block; }
#NIfT6NAcN1UbkyKTJDllbBPWFo2TKDK8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.6875rem;left:22.8125rem;overflow:hidden;display:block; }
#Knuqez1xUTF6W9TD8dyWqekmRvU1sicL { color:#282828;display:block;width:12.875rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.78125rem;left:25.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b40ZRcwS9EtvBHHzFALF4TRgLTtmS5m6 { color:#282828;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.3125rem;left:25.3125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RtN83yrQTRKKihQQdwC407HBiUknysmN { color:#282828;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:5.5625rem;left:43.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dvCSxwrtDbFTewRLBSZEExoRESPr2o4g { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:3.0625rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GTqffKapOF4GfWQRXlefFsGGpJnlOtiZ { color:#282828;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.375rem;left:43.3125rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y3P94OBCKrBabwTqozedeNnycBg9BGR7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#IBPedNRpGP9iGHnTozkzq5dZVksN1aAO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.5rem;left:40.9375rem;overflow:hidden;display:block; }
#D4nd6lvh8A7796WztNxg2INpXU0poiHN { color:#282828;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.0625rem;left:43.28125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GaP12f6ngROGiQyecepx45JPNWbe8QKl { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.6875rem;left:40.9375rem;overflow:hidden;display:block; }
#LbOKr1pMbKzBVdzmZF62dU3U6yiFZmy0 { color:#282828;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.8125rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dxmC7ngkGWJHNZixLQcQobuIze4uwtg3 { color:#282828;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:24.3125rem;left:43.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aKSh7JLHqoWp8ZSnZh1uOw3q8cXcLro6 { color:#282828;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:33.8125rem;left:25.3125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m8EMmTEkLRhrngzIDa5H8R6ff1UH7JRJ { color:#282828;display:block;width:12.9375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29.8125rem;left:25.34375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DzgfZQULLa0hUVxHZbhShLOgN19rt5Qy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.8125rem;left:23.0625rem;overflow:hidden;display:block; }
#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { background-color: transparent; background-image: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container > .video-iframe-container { display: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container { display: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .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); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { border-width: 0; border-radius: 0; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:0.84375rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { position:relative;display:none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { border-width: 0; border-radius: 0; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { color:#282828;display:block;width:47.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:6.3125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ac36a37-11fc-43da-850d-bf5fe74d86ba/Image_fx20251030T220605430.jpg");background-position: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:none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.adaptive-delivery-prevent-bg, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyload, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyloading { background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { border-width: 0; border-radius: 0; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb::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; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:none; }#WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:18.6875rem;left:3.1875rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10rem;width:10rem;top:2.96875rem;left:5rem;display:block; }#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.adaptive-delivery-prevent-bg, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyload, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyloading { background-image: none; }
#oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.875rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.3125rem;left:-0.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:18.6875rem;left:23.125rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:18.6875rem;left:43.1875rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#KlPfCTxV074JxN2NS1xL8IopcET1hmiP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.875rem;left:20rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.75rem;left:40.0625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amFmPm5NKnr2xHh4bfy1z22s92av938N { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OK56uu6my1wrSI0QgxBnGGsfWR0StXDt { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10rem;width:10rem;top:2.96875rem;left:25rem;display:block; }#OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.adaptive-delivery-prevent-bg, #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.lazyload, #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.lazyloading { background-image: none; }
#mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10rem;width:10rem;top:2.96875rem;left:45rem;display:block; }#mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.adaptive-delivery-prevent-bg, #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.lazyload, #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.lazyloading { background-image: none; }
#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi { 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; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { background-color: transparent; background-image: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container > .video-iframe-container { display: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container { display: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .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); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { border-width: 0; border-radius: 0; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#AoZ18CQsakZp989PuT2gJsBBWQrqAFfD { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0.9375rem;height:1.375rem;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; }
#ZmtD33P0yHw4Qrvick0xueQAo6R6L8ZD { box-sizing:content-box;height:2.6875rem;width:15.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.15625rem;left:0rem;display:block; }
#T7dmy6eqMDTeuWs1ErwWTdD9ugLMViTR { color:rgba(var(--color-primary-4),1);display:block;width:31.5rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7.4375rem;left:0rem;height:4.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xwOkJ8orw3NryA501c2RHUANSsweCzNx { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.9375rem;left:0rem;height:26.71875rem;text-align:justify;text-align-last:initial;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; }
#T8A6FkbNQpNzg7SeyxbFILDeSvHPVZn5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;height:36.4375rem;width:25.9375rem;top:3.28125rem;left:34.061199188233rem;overflow:hidden;display:block; }
#Oh9XrR2AfLr0xLMKJ997MWglf66NJDE5 { position:absolute;display:block;z-index:15007;background-color:#e52620;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:15.96875rem;left:0rem;display:block; }
#TmI2baUIZB1JrxGekinr7TcDPOhOia0r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pWhx5sTgtC0FRlsX27ChNT75e4Gclmcv { color:rgba(var(--color-primary-4),1);display:block;width:30.75rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:33.21875rem;left:0rem;height:7.03125rem;text-align:justify;text-align-last:initial;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; }
#oJkfQK5MWNabgkTSZS2TqT9yZ1KFQ0Vn { color:rgba(var(--color-primary-4),1);display:block;width:30.75rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:33.21875rem;left:0rem;height:7.03125rem;text-align:justify;text-align-last:initial;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:none; }
#k8HddQgTqZnOxZVSm7ad0KkdtiQ2BSqx { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.9375rem;left:0rem;height:26.71875rem;text-align:justify;text-align-last:initial;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:none; }
#h7HSxTAfwLM1T2ZyRDEPEJSrEHnu0hir { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.9375rem;left:0rem;height:26.71875rem;text-align:justify;text-align-last:initial;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:none; }
#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { 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; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/d4284652-b0a6-42d3-9152-ec38aba077e8/Image_fx20251030T215822482.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:0.05859375rem;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.adaptive-delivery-prevent-bg, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyload, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyloading { background-image: none; }
#TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:30rem;top:0rem;left:30rem;display:block; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-form-header {  }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.5rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .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.0625rem solid rgba(var(--color-tertiary-0),0.7);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.7);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:22.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .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.0625rem solid rgba(var(--color-tertiary-0),0.7);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.7);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.7);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:22.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .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; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:8.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:14.125rem;height:3.4375rem;font-family:georgia;overflow:hidden;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.6);font-family:georgia;font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.6);font-family:georgia;font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.6);font-family:georgia;font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.6);font-family:georgia;font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal;float:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .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; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-container:first-of-type{padding-top:0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-container:last-of-type{padding-bottom:0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.4375rem;left:32.4375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE {display:block;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.4375rem;left:32.4375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #BvaAbz6nnXRFAhp0nD2nAsUi4sttk4K4 { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #KMhs6EdNUi2eHHSzsOyLBevp9FPDigL0 { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #rE97gmFlVuWqFnXfUtT0AUmVrxT5F0zC { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #dNvQ2nEzbgaleXTKWRevS9yXkHr9a7b5 { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #HWVgJ1mhazS4iFV0XcZsD4LKv5TqINyz { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #mWgrPkLmuaxTKzwkTbwqAQ9fwNuRLTeP { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #J1Ch8VgvMNT26TOmkl8ctBKTO5X92NWv { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #oEu7wJtA5AiRtISboHKl8bzzG2t2QDmG { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #up6E4XJupoGvClZlf6NTfZZXzh5EzaT5 { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #liVrXugILT0XExvXvUVcfsZ7MUNZoxJM { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #zMREJPdWZ1lSAZNzMPFQBqEMRpL1Cq9x { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #aaMTEwBIsqZeGygnrxQKuqn2gJAEVpFZ { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #MaJm1HoqSyL2Rf4XGCupzdo9KMqeiUHs { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #OdQWOL11k4BVpFCu6PcalISgT9ECrRKW { position:relative; }
#B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:2.375rem;left:33.6875rem;height:7.6494375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.71875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { background-color: transparent; background-image: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container > .video-iframe-container { display: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container { display: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .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); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { border-width: 0; border-radius: 0; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#zGenWh5a70wFDuoG28tCh3B18pbXTS6G { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:17.5rem;left:48.375rem;display:block; }
#zxyOvnz0uLQ3z2553fMg4Llbtn1PF3fw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:17.5rem;left:52.9375rem;display:block; }
#bVQUZkhIzNk5akw0svz3OC3dPUcRtSVp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:17.5rem;left:56.9375rem;display:block; }
#p5FtglHy8IkrTP6TBTvsa0Uwev5BEP8l { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.095703125rem;left:0rem;height:3.41015625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bczXgaeJ2VhC9kWr9XwuaLS3dFkQdtRE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.90625rem;left:50.5rem;height:3.673825rem;font-style:normal;display:block; }
#RP4T5XNax5P261TgOt9cbZuWnh18vPot { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:14.375rem;left:24.375rem;display:block; }
#TawGetXJIRkBt18IZ29iE0xpuVZPtvNG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:10rem;left:40.625rem;height:1.2246125rem;font-style:normal;display:block; }
#P3hIXNO76MpLsWi2vAO5yrTSgtyLfZLk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.9375rem;left:27.5rem;height:1.22514375rem;font-style:normal;display:block; }
#droaNBUUxm6ZDPbxH4esPblAS1Hzob1r { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:16rem;left:48.1875rem;height:1.05025rem;font-style:normal;display:block; }
#QtAyAAPp0T5Coo36Lk7VI4bCglBInv2L { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:georgia;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.9375rem;left:24.9375rem;height:1.05025rem;font-style:normal;display:block; }
#omvZxvADvCeNACAZWfHxmauclZEZyTn5 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:14.375rem;left:0rem;display:block; }
#Spcc1tNahxWkLasHPfx4uwAE8esa7Szr { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.46875rem;left:49.34375rem; }
#Spcc1tNahxWkLasHPfx4uwAE8esa7Szr > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#EiVeILz0huCRd1trcFXrV8NSFeTdBxt0 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.46875rem;left:53.90625rem; }
#hIby3S1nX5M9a8in5ku370Pq8xDTfrFH { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.40625rem;left:57.96875rem; }
#hIby3S1nX5M9a8in5ku370Pq8xDTfrFH > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#y3HtMzxO8BI2qnT0N1PDIQzwefPMOoLL { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:13.9375rem;top:5.34375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;background-image:url("https://images.assets-landingi.com/QJwk8Z4k/christina_wocintechchat_com_HocFQHhGjDE_unsplash.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.61); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.61); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:18.75rem;left:2.6875rem;width:42.375rem;height:8.0625rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { top:27.8125rem;left:5.125rem;width:36.375rem;height:3.375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xnsU0dDMRRv6y3lmpxXFxBJvAKZGh9Md { top:39.8125rem;left:0rem;width:30rem;height:1.125rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFMwavLCFbnCvEwgLJu0KUGE6Hkx8K5l { top:38.25rem;left:17.75rem;width:30rem;height:2.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:32.8125rem;left:22.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8zEw2dwU3PGPC2xJAZwT8p0J8MbvAL { top:3.25rem;left:0rem;width:47.75rem;height:15.66796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#142c4f;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;color:#ffffff; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { color:#161616; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:25.3125rem;height:auto;top:39rem;left:19.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:25.3125rem;height:auto;top:39rem;left:19.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vKKthWe6dlzPQc1iSTQr6pKoJ3hiGxL6 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #cBSRMkOOLqcpLik2dJaTktavC6yqfkTs {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #eNFRUAnCclORcHhKNogzGgEhWaE9JI36 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { top:39.8125rem;left:0rem;width:30rem;height:17.8125rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tMBdWWAxMWuSTq2PaeGfToBP1FfdA25o { width:47.75rem;height:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { top:0rem;left:17.75rem;width:30rem;height:19.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { top:3.5625rem;left:0rem;width:24.5rem;height:5.0625rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { top:9.0625rem;left:0rem;width:23rem;height:3.375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:2.25rem;left:0rem;width:24.4375rem;height:2.375rem;font-size:2.1875rem;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { top:5.5rem;left:0rem;width:24.5rem;height:22.0625rem;font-size:1.0625rem;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:14.75rem;height:3.4375rem;top:29.1875rem;left:0rem;background-color:#142c4f;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { top:3.6875rem;left:23.875rem;width:12.5rem;height:14.8125rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { top:3.6875rem;left:35.25rem;width:12.5rem;height:14.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cUSji95w/foto_box_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.adaptive-delivery-prevent-bg, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyload, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { top:18.5rem;left:35.25rem;width:12.5rem;height:14.75rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH { top:18.5rem;left:23.875rem;width:12.5rem;height:14.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/BRxch6NM/foto_box_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.adaptive-delivery-prevent-bg, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyload, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { top:6rem;left:23.875rem;width:11.5625rem;height:5.8125rem;font-size:5.375rem;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { top:11.6875rem;left:23.875rem;width:11.5625rem;height:3.5625rem;font-size:1.5rem;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #ukc4X4St0iUtFN6atvX28aW7XhenXUCK { top:20.9375rem;left:34.5625rem;width:13.1875rem;height:4.9375rem;font-size:4.5625rem;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { top:26.6875rem;left:36.1875rem;width:11.5625rem;height:3.5625rem;font-size:1.5rem;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw { display:block; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTVzfkSROy62l86nq9f9v8h05de0WrvO { width:47.75rem;height:2.8125rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuETVOAnUiMAUB6yq2Vnv8TxE76pZGE { width:3.625rem;height:3.625rem;top:8.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCyEvFDFHWPFuExHHFSDCDMpTBlFMlcp { width:16.875rem;height:1.9375rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnTry5c5fn2mLZXR01GwMd7Uww5vX5tJ { width:16.875rem;height:4.5rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4BzOu5AQOXSo3H8JVqac75LbMJEZVd { width:3.125rem;height:3.125rem;top:22.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXLEKKkofw66wMVB1nPe1rT2CJcKRPUV { width:16.875rem;height:1.9375rem;top:26.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CTNfmEoCKXhM0Lg5HOFtIEHWEM3LvR { width:16.875rem;height:4.5rem;top:29.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IldHnPTkkusoiuCGGkwEeXvS2iWdhWrl { width:3.125rem;height:3.125rem;top:35.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1WEWi7Tly6CBemeX0iLXIeUkAgtU0g { width:16.875rem;height:1.9375rem;top:39.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zme01z2FygMwN8NkyO9tiUWaNHMnL3iA { width:16.875rem;height:4.5rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Us1cLTKMgTghB4CMl0fOPdiaTOafAJ { width:2.8125rem;height:2.8125rem;top:8.9375rem;left:22.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUP8acy9uar0e4neFTeLLNX5pa0vSIT { width:16.875rem;height:1.9375rem;top:12.4375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRyeFpqkPipVflkzQnghWxZJ5xu0clTC { width:16.875rem;height:6rem;top:15.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IriQlm3AEdTpp4T8GTb3KRbIxodpKEV0 { width:3.125rem;height:3.125rem;top:22.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os5Lykil5abD5wTfNaJCMWkTFPA3iOrC { width:16.875rem;height:1.9375rem;top:26.4375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFL9cZIFt3VA5vMwE0tg9voBttNqngAb { width:16.875rem;height:4.5rem;top:29.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN7BE4eImm7owaLnMPp9reT01mUXK1s6 { width:3.625rem;height:3.625rem;top:35.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEfSLNyXqJT6vwwLozNa62x0KJy8ThTw { width:16.875rem;height:1.9375rem;top:39.375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZFHS08ooUw0iB4TT9PABKr0pA3p5dS { width:16.875rem;height:4.5rem;top:42.125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHBThB6BO62aHftOPZouE8FhZV2n2kI0 { width:3.125rem;height:3.125rem;top:8.8125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHkTWHMDB2XtfD66IniFIXPy8defh3M { width:16.875rem;height:1.9375rem;top:12.4375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkCT3ZDWCHXTSuKA8SZRbX7l7f1B1bWo { width:16.875rem;height:4.5rem;top:15.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxwuKSrmCqxAGO4WnZIqWkkhWsOnAXt0 { width:3.125rem;height:3.125rem;top:22.75rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTZKoIoTDLBLozecFtd2sLFlvgOVk2h { width:16.875rem;height:1.9375rem;top:26.625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVfkXuwh8kaTMk9CF6iTcPIJWEdsmCL { width:16.875rem;height:3rem;top:29.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcX5qsEpsZKgXeMDvPSZrALRW1gAhiGT { width:3.125rem;height:3.125rem;top:35.6875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSPo1i9QaNQCyivcxgGRDQ3GsiFQ0uMc { width:16.875rem;height:1.9375rem;top:39.5625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dICM5TpBrMcTVxvCipN9cLgVkgRRwzg1 { width:16.875rem;height:4.5rem;top:42.3125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBSytBlLL7I4Ke051nON7PxeO0vohAh { display:block; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOIUtHVrZ4lsIJS3FNlKkdS7NArNXKbC { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loPOP0PwCxBpO4eyRh9dkXhgLqRkrxk3 { width:18.9375rem;height:18.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJx8gfTPAF6PvyIMiwD0qXsdOSiHSwQy { width:4.5rem;height:4.5rem;top:7.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUx6qWTeo5DCs34nZk7I7MVstcUf3nN { width:16.875rem;height:2rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8S4HxFckctMluNGxDG0NDWTMHsTHBz { width:14.0625rem;height:7rem;top:15.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyRwBdCG9tA4G8HMti3EHAiHzUI4wQ5G { width:18.9375rem;height:18.75rem;top:5.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZzt49GwUoTT0pT3kXRv2MOpICi61Ap { width:13.9375rem;height:7rem;top:15.75rem;left:16.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzMrF6aER7dkZCnoeq3DkAC53e7a1eg { width:17.6875rem;height:2rem;top:12.9375rem;left:15.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7eL87THDGad6dGNwr6Gf6m8GTgLwKCO { width:4.5rem;height:4.5rem;top:7.375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmV2MKQmWKns2HgrLxDBBcT913KOMhG2 { width:18.9375rem;height:18.75rem;top:5.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJVdqHWTkPdeq5ZVWJxhg1twAWSAzm7 { width:14.625rem;height:7rem;top:15.75rem;left:33.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEDGHtdaraeA8Z9sHvPxCwgfW2ouzum1 { width:16.875rem;height:2rem;top:12.8125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJdxaqOmO4ocLabAA1JyTufXoHkWFTQh { width:4.5rem;height:4.5rem;top:7.375rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { background-color: transparent; background-image: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container > .video-iframe-container { display: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container { display: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .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); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { border-width: 0; border-radius: 0; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r092v5kaCI5fqXi6gixPdsA2aghX4i1P { width:19.875rem;height:8.5rem;top:2.9375rem;left:0rem;color:#000000;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swIthNf76I0J6VHX1IkciKhUJ5dRapc8 { width:1.875rem;height:1.875rem;top:2.9375rem;left:16.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PqN2437frIoTrP2E9DykSQuF2ozS66qe { width:13rem;height:5.625rem;top:5.5625rem;left:18rem;color:rgba(0,0,0,0.5);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGmLdWxsxlW6XT4wgy5xrquEHV9MlhE { width:12.5rem;height:1.6875rem;top:3.0625rem;left:16.125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7OBOgTZRkyS0xKAGz4ycsFmmUw80kN { width:1.875rem;height:1.875rem;top:12.5rem;left:16.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ibh3ok0hUOOIfuekmIMlxQSNXqavyAkA { width:12.1875rem;height:3.375rem;top:12.6875rem;left:19.15625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3VthITJATy8EX7Q4iyucWOqr3QvGxt { width:13.8125rem;height:3.9375rem;top:16.125rem;left:18.1875rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIfT6NAcN1UbkyKTJDllbBPWFo2TKDK8 { width:1.875rem;height:1.875rem;top:21.6875rem;left:16.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Knuqez1xUTF6W9TD8dyWqekmRvU1sicL { width:12.875rem;height:1.6875rem;top:21.75rem;left:18.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b40ZRcwS9EtvBHHzFALF4TRgLTtmS5m6 { width:14.0625rem;height:3.9375rem;top:24.3125rem;left:17.6875rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtN83yrQTRKKihQQdwC407HBiUknysmN { width:14.8125rem;height:4.25rem;top:5.5625rem;left:31.0625rem;color:rgba(0,0,0,0.5);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvCSxwrtDbFTewRLBSZEExoRESPr2o4g { width:15.625rem;height:1.6875rem;top:3.0625rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqffKapOF4GfWQRXlefFsGGpJnlOtiZ { width:15.625rem;height:3.375rem;top:12.375rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3P94OBCKrBabwTqozedeNnycBg9BGR7 { width:1.875rem;height:1.875rem;top:2.9375rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IBPedNRpGP9iGHnTozkzq5dZVksN1aAO { width:1.875rem;height:1.875rem;top:12.5rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D4nd6lvh8A7796WztNxg2INpXU0poiHN { width:15.125rem;height:3.9375rem;top:16.0625rem;left:32.5rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaP12f6ngROGiQyecepx45JPNWbe8QKl { width:1.875rem;height:1.875rem;top:21.6875rem;left:31.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LbOKr1pMbKzBVdzmZF62dU3U6yiFZmy0 { width:15.625rem;height:1.6875rem;top:21.8125rem;left:32rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxmC7ngkGWJHNZixLQcQobuIze4uwtg3 { width:16.5625rem;height:2.625rem;top:24.3125rem;left:31.0625rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSh7JLHqoWp8ZSnZh1uOw3q8cXcLro6 { width:13.9375rem;height:3.9375rem;top:33.8125rem;left:17.8125rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8EMmTEkLRhrngzIDa5H8R6ff1UH7JRJ { width:12.9375rem;height:3.375rem;top:29.8125rem;left:18.8125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DzgfZQULLa0hUVxHZbhShLOgN19rt5Qy { width:1.875rem;height:1.875rem;top:29.8125rem;left:16.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { background-color:rgba(0,0,0,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { background-color: transparent; background-image: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container > .video-iframe-container { display: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container { display: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .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); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { border-width: 0; border-radius: 0; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { top:0.8125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { background-color:rgba(0,0,0,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { background-color: transparent; background-image: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container > .video-iframe-container { display: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container { display: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .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); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { border-width: 0; border-radius: 0; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { top:0rem;left:0.1875rem;width:47.375rem;height:3.5625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZjdujqR7/bG_sekcja_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.adaptive-delivery-prevent-bg, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyload, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyloading { background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { background-color: transparent; background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container > .video-iframe-container { display: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container { display: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .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); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { border-width: 0; border-radius: 0; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { top:18.6875rem;left:1.125rem;width:13.625rem;height:8.4375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { top:2.9375rem;left:2.9375rem;width:10rem;height:10rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.adaptive-delivery-prevent-bg, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyload, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { top:14.875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { top:16.3125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { top:18.6875rem;left:16.9375rem;width:13.625rem;height:8.4375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { top:18.6875rem;left:32.875rem;width:13.625rem;height:8.4375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KlPfCTxV074JxN2NS1xL8IopcET1hmiP { top:16.3125rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { top:14.875rem;left:11.6875rem;width:20.0625rem;height:1.4375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { top:14.75rem;left:27.6875rem;width:19.9375rem;height:1.4375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #amFmPm5NKnr2xHh4bfy1z22s92av938N { top:16.4375rem;left:27.75rem;width:19.875rem;height:1.4375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt { top:2.9375rem;left:18.8125rem;width:10rem;height:10rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.adaptive-delivery-prevent-bg, #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.lazyload, #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF { top:2.9375rem;left:34.6875rem;width:10rem;height:10rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.adaptive-delivery-prevent-bg, #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.lazyload, #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { background-color: transparent; background-image: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container > .video-iframe-container { display: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container { display: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .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); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { border-width: 0; border-radius: 0; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoZ18CQsakZp989PuT2gJsBBWQrqAFfD { width:13.8125rem;height:1.375rem;top:3.8125rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZmtD33P0yHw4Qrvick0xueQAo6R6L8ZD { top:3.125rem;left:0rem;width:15.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7dmy6eqMDTeuWs1ErwWTdD9ugLMViTR { width:31.5rem;height:4.8125rem;top:7.4375rem;left:0rem;font-size:2.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xwOkJ8orw3NryA501c2RHUANSsweCzNx { width:28.875rem;height:26.75rem;top:17.9375rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T8A6FkbNQpNzg7SeyxbFILDeSvHPVZn5 { top:3.25rem;left:21.8125rem;width:25.9375rem;height:36.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #Oh9XrR2AfLr0xLMKJ997MWglf66NJDE5 { top:15.9375rem;left:0rem;width:12.5rem;height:0.125rem;background-color:#ce23ae;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TmI2baUIZB1JrxGekinr7TcDPOhOia0r { width:31.5rem;height:;top:12.875rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pWhx5sTgtC0FRlsX27ChNT75e4Gclmcv { width:30.75rem;height:7rem;top:33.1875rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oJkfQK5MWNabgkTSZS2TqT9yZ1KFQ0Vn { width:20rem;height:7.875rem;top:37.5rem;left:0rem;font-size:0.9375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #k8HddQgTqZnOxZVSm7ad0KkdtiQ2BSqx { width:19.0625rem;height:11.8125rem;top:25.75rem;left:0rem;font-size:0.9375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #h7HSxTAfwLM1T2ZyRDEPEJSrEHnu0hir { width:19.0625rem;height:17.0625rem;top:14.1875rem;left:0rem;font-size:0.9375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { top:0rem;left:0rem;width:30rem;height:33.75rem;background-color:#a73231;background-image:url("https://images.assets-landingi.com/GdjYYpkL/team.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.adaptive-delivery-prevent-bg, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyload, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { top:0rem;left:17.75rem;width:30rem;height:35.875rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#000000; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);color:#ffffff; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);color:#ffffff; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#142c4f;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;color:#ffffff; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-radio-label { color:#161616; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE  { width:22.5rem;height:0;top:14.4375rem;left:22.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-info-text { color:#000000; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE {display:block;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE { width:22.5rem;height:0;top:14.4375rem;left:22.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #BvaAbz6nnXRFAhp0nD2nAsUi4sttk4K4 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #KMhs6EdNUi2eHHSzsOyLBevp9FPDigL0 { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #rE97gmFlVuWqFnXfUtT0AUmVrxT5F0zC {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #dNvQ2nEzbgaleXTKWRevS9yXkHr9a7b5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #HWVgJ1mhazS4iFV0XcZsD4LKv5TqINyz { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #mWgrPkLmuaxTKzwkTbwqAQ9fwNuRLTeP {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #J1Ch8VgvMNT26TOmkl8ctBKTO5X92NWv {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #oEu7wJtA5AiRtISboHKl8bzzG2t2QDmG { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #up6E4XJupoGvClZlf6NTfZZXzh5EzaT5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #liVrXugILT0XExvXvUVcfsZ7MUNZoxJM {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #zMREJPdWZ1lSAZNzMPFQBqEMRpL1Cq9x {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #aaMTEwBIsqZeGygnrxQKuqn2gJAEVpFZ {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #MaJm1HoqSyL2Rf4XGCupzdo9KMqeiUHs {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #OdQWOL11k4BVpFCu6PcalISgT9ECrRKW {  }
 }@media only screen and (max-width: 763px) { #B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { top:2.375rem;left:24.4375rem;width:23.3125rem;height:7.625rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { top:10.625rem;left:25.1875rem;width:22.5625rem;height:4.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { background-color: transparent; background-image: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container > .video-iframe-container { display: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container { display: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .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); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { border-width: 0; border-radius: 0; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGenWh5a70wFDuoG28tCh3B18pbXTS6G { top:17.5rem;left:42.25rem;width:3.0625rem;height:3.0625rem;background-color:#000000;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;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #zxyOvnz0uLQ3z2553fMg4Llbtn1PF3fw { top:17.5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;background-color:#000000;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;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #bVQUZkhIzNk5akw0svz3OC3dPUcRtSVp { top:17.5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;background-color:#000000;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;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #p5FtglHy8IkrTP6TBTvsa0Uwev5BEP8l { top:10.0625rem;left:0rem;width:20.125rem;height:3.375rem;font-size:0.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #bczXgaeJ2VhC9kWr9XwuaLS3dFkQdtRE { top:9.875rem;left:38.25rem;width:9.5rem;height:3.6875rem;font-size:0.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #RP4T5XNax5P261TgOt9cbZuWnh18vPot { top:14.375rem;left:12.125rem;width:35.625rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TawGetXJIRkBt18IZ29iE0xpuVZPtvNG { top:10rem;left:34.5rem;width:7.3125rem;height:1.1875rem;font-size:0.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #P3hIXNO76MpLsWi2vAO5yrTSgtyLfZLk { top:9.9375rem;left:21.375rem;width:10.0625rem;height:1.1875rem;font-size:0.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #droaNBUUxm6ZDPbxH4esPblAS1Hzob1r { top:15.9375rem;left:35.9375rem;width:11.75rem;height:1rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #QtAyAAPp0T5Coo36Lk7VI4bCglBInv2L { top:7.9375rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:1.0625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #omvZxvADvCeNACAZWfHxmauclZEZyTn5 { top:14.375rem;left:0rem;width:20rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Spcc1tNahxWkLasHPfx4uwAE8esa7Szr { top:18.4375rem;left:43.21875rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
#Spcc1tNahxWkLasHPfx4uwAE8esa7Szr > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #EiVeILz0huCRd1trcFXrV8NSFeTdBxt0 { top:18.4375rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #hIby3S1nX5M9a8in5ku370Pq8xDTfrFH { top:18.375rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
#hIby3S1nX5M9a8in5ku370Pq8xDTfrFH > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #y3HtMzxO8BI2qnT0N1PDIQzwefPMOoLL { top:5.3125rem;left:0rem;width:13.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/198595d8-5093-43cd-9ae0-13874a88ac67/Image_fx99.jpg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:20rem;height:4.048825rem;top:7.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { width:18.9375rem;height:6.3984375rem;top:12.92285rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;font-family:roboto;color:#ffffff;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xnsU0dDMRRv6y3lmpxXFxBJvAKZGh9Md { width:20rem;height:1.9375rem;top:23.9462875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFMwavLCFbnCvEwgLJu0KUGE6Hkx8K5l { width:20rem;height:1.875rem;top:36.93701171875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:20.5712875rem;left:8.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8zEw2dwU3PGPC2xJAZwT8p0J8MbvAL { width:20rem;height:6.6299862448418rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;color:#000000;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #838282;border-left:0.0625rem solid #838282;border-right:0.0625rem solid #838282;border-bottom:0.0625rem solid #838282;color:#000000;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:6.5rem;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-primary-0),1); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.3); }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { color:#161616; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:17.5rem;height:auto;top:23.946198940277rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { color:#000000; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:17.5rem;height:auto;top:23.946198940277rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vKKthWe6dlzPQc1iSTQr6pKoJ3hiGxL6 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #cBSRMkOOLqcpLik2dJaTktavC6yqfkTs { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #eNFRUAnCclORcHhKNogzGgEhWaE9JI36 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { width:20rem;height:12.8125rem;top:23.56640625rem;left:0rem;background-color:#a73231;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tMBdWWAxMWuSTq2PaeGfToBP1FfdA25o { top:1.25rem;left:1.25rem;width:17.4375rem;height:5.125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { width:20rem;height:0.125rem;top:15.7461rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(0,0,0,0.1) ;display:none; }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#efcf2d;display:none; }
 }@media only screen and (max-width: 763px) { #w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { width:17.4375rem;height:0;top:9.69825rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#00a6ff;display:none; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:20rem;height:2.39968125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { width:18.0625rem;height:23.994125rem;top:4.8984375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#434242;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:14.75rem;height:3.0625rem;top:30.141625rem;left:2.625rem;background-color:#142c4f;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;box-shadow: none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { width:12.5rem;height:12.6875rem;top:37.25rem;left:6.5625rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { width:12.5rem;height:12.625rem;top:30.4912109375rem;left:0.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cUSji95w/foto_box_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.adaptive-delivery-prevent-bg, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyload, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { width:12.5rem;height:12.8125rem;top:58.5rem;left:6.5625rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH { width:12.5rem;height:12.5625rem;top:51.6162109375rem;left:0.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/BRxch6NM/foto_box_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.adaptive-delivery-prevent-bg, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyload, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { width:11.5625rem;height:5.9121125rem;top:38.5625rem;left:7.0625rem;font-size:5.375rem;text-align:center;text-align-last:center;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { width:11.5625rem;height:3.5996125rem;top:44.5rem;left:7.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #ukc4X4St0iUtFN6atvX28aW7XhenXUCK { width:11.5625rem;height:5.01855625rem;top:62.0419921875rem;left:7.03125rem;font-size:4.5625rem;text-align:center;text-align-last:center;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { width:11.5625rem;height:3.5996125rem;top:66rem;left:7.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#434242;display:block; }
 }@media only screen and (max-width: 763px) { #NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw { display:block; }#NKK0Dfk8Ioo4t9dJWe6tIreVxAyuJDCw > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTVzfkSROy62l86nq9f9v8h05de0WrvO { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuETVOAnUiMAUB6yq2Vnv8TxE76pZGE { width:3.125rem;height:3.125rem;top:5.0996125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCyEvFDFHWPFuExHHFSDCDMpTBlFMlcp { width:16.875rem;height:1.46218125rem;top:9.4746125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnTry5c5fn2mLZXR01GwMd7Uww5vX5tJ { width:16.875rem;height:4.5rem;top:12.18555rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4BzOu5AQOXSo3H8JVqac75LbMJEZVd { width:3.125rem;height:3.125rem;top:17.93555rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXLEKKkofw66wMVB1nPe1rT2CJcKRPUV { width:16.875rem;height:1.46218125rem;top:22.31055rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CTNfmEoCKXhM0Lg5HOFtIEHWEM3LvR { width:16.875rem;height:4.5rem;top:25.0214875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IldHnPTkkusoiuCGGkwEeXvS2iWdhWrl { width:3.125rem;height:3.125rem;top:30.7714875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1WEWi7Tly6CBemeX0iLXIeUkAgtU0g { width:16.875rem;height:1.46218125rem;top:35.1464875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zme01z2FygMwN8NkyO9tiUWaNHMnL3iA { width:16.875rem;height:4.5rem;top:37.857425rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Us1cLTKMgTghB4CMl0fOPdiaTOafAJ { width:3.125rem;height:3.125rem;top:43.607425rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUP8acy9uar0e4neFTeLLNX5pa0vSIT { width:16.875rem;height:1.46218125rem;top:47.982425rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRyeFpqkPipVflkzQnghWxZJ5xu0clTC { width:16.875rem;height:6rem;top:50.6933625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IriQlm3AEdTpp4T8GTb3KRbIxodpKEV0 { width:3.125rem;height:3.125rem;top:57.9433625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os5Lykil5abD5wTfNaJCMWkTFPA3iOrC { width:16.875rem;height:1.46218125rem;top:62.3183625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFL9cZIFt3VA5vMwE0tg9voBttNqngAb { width:16.875rem;height:4.5rem;top:65.0293rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN7BE4eImm7owaLnMPp9reT01mUXK1s6 { width:3.625rem;height:3.625rem;top:70.7793rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEfSLNyXqJT6vwwLozNa62x0KJy8ThTw { width:16.875rem;height:1.46218125rem;top:75.6543rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZFHS08ooUw0iB4TT9PABKr0pA3p5dS { width:16.875rem;height:4.5rem;top:78.3652375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHBThB6BO62aHftOPZouE8FhZV2n2kI0 { width:3.125rem;height:3.125rem;top:84.1152375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHkTWHMDB2XtfD66IniFIXPy8defh3M { width:16.875rem;height:1.46218125rem;top:88.4902375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkCT3ZDWCHXTSuKA8SZRbX7l7f1B1bWo { width:16.875rem;height:4.5rem;top:91.201175rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxwuKSrmCqxAGO4WnZIqWkkhWsOnAXt0 { width:3.125rem;height:3.125rem;top:96.951175rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTZKoIoTDLBLozecFtd2sLFlvgOVk2h { width:16.875rem;height:1.46218125rem;top:101.326175rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVfkXuwh8kaTMk9CF6iTcPIJWEdsmCL { width:16.875rem;height:3rem;top:104.0371125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcX5qsEpsZKgXeMDvPSZrALRW1gAhiGT { width:3.125rem;height:3.125rem;top:108.2871125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSPo1i9QaNQCyivcxgGRDQ3GsiFQ0uMc { width:16.875rem;height:1.46218125rem;top:112.6621125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dICM5TpBrMcTVxvCipN9cLgVkgRRwzg1 { width:16.875rem;height:4.5rem;top:115.37305rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBSytBlLL7I4Ke051nON7PxeO0vohAh { display:block; }#ZvBSytBlLL7I4Ke051nON7PxeO0vohAh > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOIUtHVrZ4lsIJS3FNlKkdS7NArNXKbC { width:20rem;height:4.875rem;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) { #loPOP0PwCxBpO4eyRh9dkXhgLqRkrxk3 { width:18.9375rem;height:18.75rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJx8gfTPAF6PvyIMiwD0qXsdOSiHSwQy { width:4.5rem;height:4.5rem;top:9.3125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUx6qWTeo5DCs34nZk7I7MVstcUf3nN { width:16.25rem;height:1.29980625rem;top:15rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8S4HxFckctMluNGxDG0NDWTMHsTHBz { width:16.25rem;height:5.625rem;top:17.671875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyRwBdCG9tA4G8HMti3EHAiHzUI4wQ5G { width:18.9375rem;height:18.75rem;top:27.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZzt49GwUoTT0pT3kXRv2MOpICi61Ap { width:16.25rem;height:5.625rem;top:37.734375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzMrF6aER7dkZCnoeq3DkAC53e7a1eg { width:16.25rem;height:1.29980625rem;top:35.21875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7eL87THDGad6dGNwr6Gf6m8GTgLwKCO { width:4.5rem;height:4.5rem;top:29.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmV2MKQmWKns2HgrLxDBBcT913KOMhG2 { width:18.9375rem;height:18.75rem;top:47.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJVdqHWTkPdeq5ZVWJxhg1twAWSAzm7 { width:16.25rem;height:5.625rem;top:57.734375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEDGHtdaraeA8Z9sHvPxCwgfW2ouzum1 { width:20rem;height:1.29980625rem;top:55.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJdxaqOmO4ocLabAA1JyTufXoHkWFTQh { width:4.5rem;height:4.5rem;top:49.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { background-color: transparent; background-image: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container > .video-iframe-container { display: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row > .video-iframe-container { display: none; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .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); }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { border-width: 0; border-radius: 0; }#D5e2lBs0Lc01qLC5DU4052TtgTiSCT00 > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r092v5kaCI5fqXi6gixPdsA2aghX4i1P { width:18.375rem;height:7.7988125rem;top:2.2487568855286rem;left:0.81143462657931rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #swIthNf76I0J6VHX1IkciKhUJ5dRapc8 { width:1.875rem;height:1.875rem;top:11.75rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PqN2437frIoTrP2E9DykSQuF2ozS66qe { width:16.5625rem;height:4.21875rem;top:17.625rem;left:1.6875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGmLdWxsxlW6XT4wgy5xrquEHV9MlhE { width:15.625rem;height:1.5rem;top:14.875rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7OBOgTZRkyS0xKAGz4ycsFmmUw80kN { width:1.875rem;height:1.875rem;top:23.09375rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ibh3ok0hUOOIfuekmIMlxQSNXqavyAkA { width:15.625rem;height:1.5rem;top:26.21875rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3VthITJATy8EX7Q4iyucWOqr3QvGxt { width:16.5625rem;height:4.5rem;top:28.96875rem;left:1.6875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIfT6NAcN1UbkyKTJDllbBPWFo2TKDK8 { width:1.875rem;height:1.875rem;top:34.71875rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Knuqez1xUTF6W9TD8dyWqekmRvU1sicL { width:15.625rem;height:1.5rem;top:37.84375rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b40ZRcwS9EtvBHHzFALF4TRgLTtmS5m6 { width:16.5625rem;height:4.5rem;top:40.59375rem;left:1.6875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtN83yrQTRKKihQQdwC407HBiUknysmN { width:16.5625rem;height:4.21875rem;top:66.84375rem;left:1.6875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvCSxwrtDbFTewRLBSZEExoRESPr2o4g { width:15.625rem;height:1.5rem;top:64.09375rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqffKapOF4GfWQRXlefFsGGpJnlOtiZ { width:15.625rem;height:1.5rem;top:75.4375rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3P94OBCKrBabwTqozedeNnycBg9BGR7 { width:1.875rem;height:1.875rem;top:60.96875rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IBPedNRpGP9iGHnTozkzq5dZVksN1aAO { width:1.875rem;height:1.875rem;top:72.3125rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D4nd6lvh8A7796WztNxg2INpXU0poiHN { width:16.5625rem;height:6rem;top:78.1875rem;left:1.6875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaP12f6ngROGiQyecepx45JPNWbe8QKl { width:1.875rem;height:1.875rem;top:85.4375rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LbOKr1pMbKzBVdzmZF62dU3U6yiFZmy0 { width:15.625rem;height:1.5rem;top:88.5625rem;left:2.1875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxmC7ngkGWJHNZixLQcQobuIze4uwtg3 { width:16.5625rem;height:3rem;top:91.3125rem;left:1.6875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKSh7JLHqoWp8ZSnZh1uOw3q8cXcLro6 { width:13.9375rem;height:6rem;top:53.71875rem;left:3rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8EMmTEkLRhrngzIDa5H8R6ff1UH7JRJ { width:12.9375rem;height:3rem;top:49.46875rem;left:3.5rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgfZQULLa0hUVxHZbhShLOgN19rt5Qy { width:1.875rem;height:1.875rem;top:46.34375rem;left:9.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { background-color:rgba(0,0,0,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { border-width: 0; border-radius: 0; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { width:20rem;height:3.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { background-color:rgba(0,0,0,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { border-width: 0; border-radius: 0; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { width:18.1875rem;height:8.496125rem;top:1.25rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZjdujqR7/bG_sekcja_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.adaptive-delivery-prevent-bg, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyload, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyloading { background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { border-width: 0; border-radius: 0; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { width:20rem;height:83.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { width:13.625rem;height:8.999rem;top:19.6484375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { width:11.5625rem;height:11.5625rem;top:4.04296875rem;left:4.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.adaptive-delivery-prevent-bg, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyload, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { width:12.5rem;height:1.54296875rem;top:16.85546875rem;left:3.75rem;font-size:1.1875rem;font-family:"source sans pro";color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { width:13.625rem;height:8.999rem;top:46.65040625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { width:13.625rem;height:8.999rem;top:73.73440625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KlPfCTxV074JxN2NS1xL8IopcET1hmiP { width:20rem;height:1.4619125rem;top:43.93946875rem;left:0rem;font-size:1.125rem;font-family:"source sans pro";color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { width:20rem;height:1.54296875rem;top:41.1465rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { width:19.9375rem;height:1.54296875rem;top:68.14846875rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amFmPm5NKnr2xHh4bfy1z22s92av938N { width:19.875rem;height:1.54296875rem;top:70.9414375rem;left:0.0625rem;font-size:1.1875rem;font-family:"source sans pro";color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt { width:10rem;height:10rem;top:29.8965rem;left:5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.adaptive-delivery-prevent-bg, #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.lazyload, #OK56uu6my1wrSI0QgxBnGGsfWR0StXDt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF { width:10rem;height:10rem;top:56.89846875rem;left:5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.adaptive-delivery-prevent-bg, #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.lazyload, #mPksdHKcDyriiHqfQ5GtBn4NP5QLgUuF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { background-color: transparent; background-image: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container > .video-iframe-container { display: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row > .video-iframe-container { display: none; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .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); }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { border-width: 0; border-radius: 0; }#Nw3tgOULwIdGNDfnZxQkCXI7Ca8I9Tmi > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoZ18CQsakZp989PuT2gJsBBWQrqAFfD { width:13.8125rem;height:0.89355625rem;top:2.5625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZmtD33P0yHw4Qrvick0xueQAo6R6L8ZD { width:9.8125rem;height:1.625rem;top:2.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7dmy6eqMDTeuWs1ErwWTdD9ugLMViTR { width:20rem;height:2.75rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xwOkJ8orw3NryA501c2RHUANSsweCzNx { width:19.0625rem;height:0;top:13.999466896057rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #T8A6FkbNQpNzg7SeyxbFILDeSvHPVZn5 { width:16.1248125rem;height:22.6243125rem;top:32.811660766601rem;left:1.9371448755264rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #Oh9XrR2AfLr0xLMKJ997MWglf66NJDE5 { width:12.5rem;height:0.125rem;top:12.249645233154rem;left:3.7499998807907rem;background-color:#e52620;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TmI2baUIZB1JrxGekinr7TcDPOhOia0r { width:16.4373125rem;height:2.19921875rem;top:8.6239337921144rem;left:1.7800070047379rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pWhx5sTgtC0FRlsX27ChNT75e4Gclmcv { width:20rem;height:0;top:32.748755931854rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #oJkfQK5MWNabgkTSZS2TqT9yZ1KFQ0Vn { width:20rem;height:7.875rem;top:57.426267623901rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-4),1);z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #k8HddQgTqZnOxZVSm7ad0KkdtiQ2BSqx { width:19.0625rem;height:11.8125rem;top:57.42631149292rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #h7HSxTAfwLM1T2ZyRDEPEJSrEHnu0hir { width:19.0625rem;height:17.0625rem;top:14.230290412903rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:20rem;height:48.5712890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { width:20rem;height:18.75rem;top:1.25rem;left:0rem;background-color:#a73231;background-image:url("https://images.assets-landingi.com/GdjYYpkL/team.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.adaptive-delivery-prevent-bg, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyload, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { width:20rem;height:28.5625rem;top:19.8125rem;left:0rem;background-color:#a73231;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-regular-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#000000; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);color:#ffffff; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-textarea { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);color:#ffffff; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-button { width:10.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;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;color:rgba(var(--color-primary-4),1); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.6); }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-radio-label { color:#161616; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE  { width:16.375rem;height:auto;top:27.884408950806rem;left:0.56107950210571rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .radio-container { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-info-text { color:#000000; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE {display:block;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE { width:16.375rem;height:auto;top:27.884408950806rem;left:0.56107950210571rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #BvaAbz6nnXRFAhp0nD2nAsUi4sttk4K4 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #KMhs6EdNUi2eHHSzsOyLBevp9FPDigL0 { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #rE97gmFlVuWqFnXfUtT0AUmVrxT5F0zC {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #dNvQ2nEzbgaleXTKWRevS9yXkHr9a7b5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #HWVgJ1mhazS4iFV0XcZsD4LKv5TqINyz { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #mWgrPkLmuaxTKzwkTbwqAQ9fwNuRLTeP {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #J1Ch8VgvMNT26TOmkl8ctBKTO5X92NWv {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #oEu7wJtA5AiRtISboHKl8bzzG2t2QDmG { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #up6E4XJupoGvClZlf6NTfZZXzh5EzaT5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #liVrXugILT0XExvXvUVcfsZ7MUNZoxJM {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #zMREJPdWZ1lSAZNzMPFQBqEMRpL1Cq9x {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #aaMTEwBIsqZeGygnrxQKuqn2gJAEVpFZ {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #MaJm1HoqSyL2Rf4XGCupzdo9KMqeiUHs {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #OdQWOL11k4BVpFCu6PcalISgT9ECrRKW {  }
 }@media only screen and (max-width: 763px) { #B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { width:18.3744375rem;height:6.07324375rem;top:21.863457202911rem;left:0.81232237815856rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { width:17.1875rem;height:0;top:30.267932891846rem;left:1.4053622484207rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC { background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { background-color: transparent; background-image: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container > .video-iframe-container { display: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row > .video-iframe-container { display: none; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .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); }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { border-width: 0; border-radius: 0; }#dRpZWJm4sqhXmQibhTFl6xNNGlrHQbWC > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGenWh5a70wFDuoG28tCh3B18pbXTS6G { width:3.0625rem;height:3.0625rem;top:18.75rem;left:3rem;background-color:#000000;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;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #zxyOvnz0uLQ3z2553fMg4Llbtn1PF3fw { width:3.0625rem;height:3.0625rem;top:18.75rem;left:8.4375rem;background-color:#000000;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;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #bVQUZkhIzNk5akw0svz3OC3dPUcRtSVp { width:3.0625rem;height:3.0625rem;top:18.75rem;left:14rem;background-color:#000000;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;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #p5FtglHy8IkrTP6TBTvsa0Uwev5BEP8l { width:16.7498125rem;height:2.625rem;top:6.1210939884186rem;left:1.6237570047379rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bczXgaeJ2VhC9kWr9XwuaLS3dFkQdtRE { width:17.0623125rem;height:0.875rem;top:13.922584295273rem;left:1.4683948755264rem;font-size:0.625rem;color:#ffffff;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #RP4T5XNax5P261TgOt9cbZuWnh18vPot { width:18.75rem;height:0.0625rem;top:15.6875rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TawGetXJIRkBt18IZ29iE0xpuVZPtvNG { width:7.3118125rem;height:0.875rem;top:13.048117399216rem;left:6.343217253685rem;font-size:0.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3hIXNO76MpLsWi2vAO5yrTSgtyLfZLk { width:11.3743125rem;height:0.875rem;top:12.173650026321rem;left:4.311967253685rem;font-size:0.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #droaNBUUxm6ZDPbxH4esPblAS1Hzob1r { width:20rem;height:1.3994125rem;top:16.686789989471rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QtAyAAPp0T5Coo36Lk7VI4bCglBInv2L { width:20rem;height:1.48730625rem;top:10.688387155533rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #omvZxvADvCeNACAZWfHxmauclZEZyTn5 { width:18.75rem;height:0.062144875rem;top:9.6830604076388rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Spcc1tNahxWkLasHPfx4uwAE8esa7Szr { display:flex;width:1.125rem;height:1.125rem;top:19.75rem;left:3.9375rem;color:#5d92ff; }
#Spcc1tNahxWkLasHPfx4uwAE8esa7Szr > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #EiVeILz0huCRd1trcFXrV8NSFeTdBxt0 { display:flex;width:1.125rem;height:1.125rem;top:19.75rem;left:9.375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #hIby3S1nX5M9a8in5ku370Pq8xDTfrFH { display:flex;width:1.124825rem;height:1.124825rem;top:19.75rem;left:15rem;color:#5d92ff; }
#hIby3S1nX5M9a8in5ku370Pq8xDTfrFH > img { max-width: 100%;max-height:100%; width:1.124825rem; height:1.124825rem; } }@media only screen and (max-width: 763px) { #y3HtMzxO8BI2qnT0N1PDIQzwefPMOoLL { width:13.9373125rem;height:4.12464375rem;top:1.5624923706055rem;left:3.0300070047379rem;display:block; }
 }