.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:214,231,254;--color-primary-1:133,182,253;--color-primary-2:51,134,251;--color-primary-3:0,104,250;--color-primary-4:9,74,127;--color-secondary-0:220,245,227;--color-secondary-1:149,226,170;--color-secondary-2:78,206,114;--color-secondary-3:47,124,68;--color-secondary-4:16,41,23;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:42,42,42;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#Ob63531e6e253205696e326a26157a9e.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Ob63531e6e253205696e326a26157a9e.widget-smartsection *:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="text"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="email"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="tel"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection textarea:focus-visible { outline: none; } #G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { background-color: transparent; background-image: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container > .video-iframe-container { display: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container { display: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .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); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { border-width: 0; border-radius: 0; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c0aee87-a06e-4ffc-988e-40d0cc61121b/istockphoto2151984640640x640.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.adaptive-delivery-prevent-bg, #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.lazyload, #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.lazyloading { background-image: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { background-color: transparent; background-image: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container > .video-iframe-container { display: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container { display: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .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); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { border-width: 0; border-radius: 0; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.10546875rem;left:8.15625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:"bree serif";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.19921875rem;left:21.25rem;display:block; }
#wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpeWz0NhXzmxpJdH83sf55rPxFSgmXR5 { 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:12.5625rem;width:13.6875rem;top:1.255859375rem;left:23.15625rem;overflow:hidden;display:block; }
#yHytDS9awM50R2pbf8FuONZSsFJFoLxv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:4.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.818359375rem;left:-7.5rem;height:10.625rem;text-align:center;text-align-last:center;display:block; }
#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container { background-color: transparent; background-image: none; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container > .video-iframe-container { display: none; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row > .video-iframe-container { display: none; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .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); }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container { border-width: 0; border-radius: 0; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#m9762718bc8d593b787274dd81ad9213 { color:#394a68;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c03695d623292e0bba854c114bee4254 { color:#394a68;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e03b00b13551441a1453628c6a16a3bd { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:19rem;top:17.3125rem;left:0rem;display:block; }
#M2c8523928b6656a96c1f1ebafd8f583 { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:"bree serif";font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.875rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c14f3d8e5fb2df43f91a921c36f0f57f { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.8125rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h330babbdf9cf044b044601643d0d0fa { position:absolute;display:block;z-index:15010;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: none;height:8.5rem;width:12.8125rem;top:21.375rem;left:3.21875rem;overflow:hidden;display:block; }
#ce338977b76fbdc084d3a33125c511f5 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:19rem;top:17.3125rem;left:20.5625rem;display:block; }
#ba8e5f6628c923c7d579f23a4c124f91 { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:"bree serif";font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.875rem;left:20.4375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1fffc82d648544761e65d80cdb4914f { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.8125rem;left:20.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3be5217c526bfd19878ab12d093b63a { position:absolute;display:block;z-index:15014;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:9.0625rem;width:13.75rem;top:21.09375rem;left:23.125rem;overflow:hidden;display:block; }
#Fb5e7843b49c6e8ee50f9e4661b37c65 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:19rem;top:17.3125rem;left:40.875rem;display:block; }
#l8b284b8a0f2da6ee458533213d538af { color:#394a68;display:block;width:19.125rem;position:absolute;font-family:"bree serif";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.875rem;left:40.875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u29d1ba2ac8504b80d669b80820d915e { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.8125rem;left:40.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#debfa618548e32d983d8a09d7d18e8e4 { 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:8.625rem;width:13.0625rem;top:21.3125rem;left:43.96875rem;overflow:hidden;display:block; }
#T24add8e61ac042c782c667250b875f4 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;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:40.625rem;top:12.8125rem;left:9.6875rem;display:block; }
#rfc8e328514df6725c7a8b0561491bf1 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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:3.625rem;width:0.0625rem;top:12.8125rem;left:9.6875rem;display:block; }
#n0cee9c93270c5ad94ba253765300e75 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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:3.625rem;width:0.0625rem;top:12.8125rem;left:29.9375rem;display:block; }
#h6512ac8c2eb3972c6e4aac651b61ed9 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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:3.625rem;width:0.0625rem;top:13rem;left:50.5625rem;display:block; }
#dc2220d19f83b56ae27f63596d63ec7a { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:9.375rem;display:block; }
#I5490f4414e3774c0d67c01f6d42dcd1 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:29.625rem;display:block; }
#G469425b4e6ec9d21651fe93c82d8ef9 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:50.25rem;display:block; }
#va3d43d701c98031256f578f92a8d7f1 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.9375rem;left:3.40625rem;display:block; }
#e3001421a79eaee087580693ec329485 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m671964bc9e1a909b852a264db04689a { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.9375rem;left:44.28125rem;display:block; }
#db8dedb3606d6c2b39858b5273a7f77e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0f8caec67bebfac11621fbd6c3b9af3 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.9375rem;left:23.78125rem;display:block; }
#dae6bbdff5d5a1b0d9d0d0eff1bba7dc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.adaptive-delivery-prevent-bg, #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.lazyload, #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.lazyloading { background-image: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { background-color: transparent; background-image: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container > .video-iframe-container { display: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container { display: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .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); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { border-width: 0; border-radius: 0; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { width:60rem;height:36.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#U6anx9LyCuR8uSMEceTlrrkKm7BCrodF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.5rem;left:0.65625rem;display:block; }
#MvTVhE5Byri6lWA1404mM2xB8ztOpT0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIwaPvHggTfcwNm16sXSHTLwtL9xrzyM { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:17.4375rem;width:26.1875rem;top:9.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#ZCE45IRoc71JHMUqFTEbTlKM13W3Wliz { color:rgba(var(--color-primary-4),1);display:block;width:31.3125rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.40625rem;left:0.65625rem;height:11.5rem;display:block; }
#hgwFSHxpgGs8Bm3pLlUATCS8Ps7i6soZ { color:rgba(var(--color-primary-4),1);display:block;width:31.8125rem;position:absolute;font-family:"bree serif";font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.21875rem;height:6.75rem;font-style:normal;display:block; }
#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container { background-color: transparent; background-image: none; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container > .video-iframe-container { display: none; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row > .video-iframe-container { display: none; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .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); }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container { border-width: 0; border-radius: 0; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#MdR2Spamatze5vTyrSOdJr9bZJS63Cp5 { color:#394a68;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTTJ0zlQL15L7xK39zIRkdt0RyIm6bpu { color:#394a68;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F46V9h8xPTm825rpzobPtkUlVMRkVQF4 { color:rgba(var(--color-primary-4),1);display:block;width:51.625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:4.1875rem;height:17.5rem;display:block; }
#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE { position:relative;display:block; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE { background-color: transparent; background-image: none; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row .container > .video-iframe-container { display: none; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row > .video-iframe-container { display: none; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .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); }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE { border-width: 0; border-radius: 0; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2a3c63;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XOGpqMVkfxFDlD8W9DU5LXco1UFB5cWx { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:"bree serif";font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.40625rem;left:7.125rem;height:3.375rem;font-style:normal;display:block; }
#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM { position:relative;display:block; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM { background-color: transparent; background-image: none; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row .container > .video-iframe-container { display: none; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row > .video-iframe-container { display: none; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .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); }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM { border-width: 0; border-radius: 0; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sCegFAQqFhWU2euzOM7K2RdpWGRMcyb7 { color:rgba(var(--color-primary-4),1);display:block;width:14.625rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:7.6875rem;height:3.125rem;font-style:normal;display:block; }
#iCiTIrpWTndfTmAGROwVFzKDQ3LVkaEe { color:rgba(var(--color-primary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:34.875rem;height:3.125rem;font-style:normal;display:block; }
#Tb4EkO99B6M9oDQZXpIV6qxXdmDmVf06 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12.9375rem;width:19.4375rem;top:3.125rem;left:5.1875rem;overflow:hidden;display:block; }
#rpeVIO6tAdXINbKSXW5kEN32DPWBSrsH { color:rgba(var(--color-primary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:3.75rem;height:5rem;display:block; }
#B15LI8B5wIsFJ6XpnbfKM3vh5Fy91XP7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12.9375rem;width:19.5625rem;top:3.125rem;left:35.1875rem;overflow:hidden;display:block; }
#JyQ5HVIOxIk8layFeI21iUDQDzDNBpkW { color:rgba(var(--color-primary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:32.9375rem;height:5rem;display:block; }
#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh { position:relative;display:block; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh { background-color: transparent; background-image: none; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row .container > .video-iframe-container { display: none; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row > .video-iframe-container { display: none; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .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); }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh { border-width: 0; border-radius: 0; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#He6tlsVZPV5xZklv3drcqXlXCqcvOV7p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12.9375rem;width:19.5625rem;top:4rem;left:5.1875rem;overflow:hidden;display:block; }
#eFzH1lEJXKGTmkACHPGFGAAlQTA6qqcJ { color:rgba(var(--color-primary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.9375rem;height:3.75rem;display:block; }
#wRl1JZAkvbXTZs9fiTyCMGkz7pFPOTza { color:rgba(var(--color-primary-4),1);display:block;width:21.75rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:4.125rem;height:3.125rem;font-style:normal;display:block; }
#wZFpD3fCyKtyRw2RO88Kbdu28zkqOUzX { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:13rem;width:19.5625rem;top:3.96875rem;left:35.1875rem;overflow:hidden;display:block; }
#kXCXS12ceu42e7U4VNWastH7BPvcGk7J { color:rgba(var(--color-primary-4),1);display:block;width:21.875rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:34.0625rem;height:3.125rem;font-style:normal;display:block; }
#y9fG4kR0QFl147TVa5w66lSdUXp0nese { color:rgba(var(--color-primary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:32.9375rem;height:3.75rem;display:block; }
#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy { position:relative;display:block; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy { background-color: transparent; background-image: none; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row .container > .video-iframe-container { display: none; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row > .video-iframe-container { display: none; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .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); }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy { border-width: 0; border-radius: 0; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kyTR1PybTZiRIZNwagrX70MawFD6NfFm { color:rgba(var(--color-primary-4),1);display:block;width:23.75rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:3.125rem;height:3.125rem;font-style:normal;display:block; }
#dF6SneB2L6hABynJuet64hkohV9t7dQX { color:rgba(var(--color-primary-4),1);display:block;width:23.6875rem;position:absolute;font-family:"bree serif";font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:33.125rem;height:3.125rem;font-style:normal;display:block; }
#IqAL42hkRle130liT4HZ9ccpwQlEL3P1 { color:rgba(var(--color-primary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.9375rem;height:5rem;display:block; }
#vO1aGWn4GZkkGtHQysOZJA8I4W4hwhhd { color:rgba(var(--color-primary-4),1);display:block;width:24.0625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:32.9375rem;height:3.75rem;display:block; }
#Ps8XEPgnLLfQaNimlsKlSN5tvvHWXgWM { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:12.875rem;width:19.375rem;top:4.6875rem;left:5.3125rem;overflow:hidden;display:block; }
#R3PslQZTbrdTOgmLpJHyDEZMP9PgGIHq { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:13.0625rem;width:19.6875rem;top:4.59375rem;left:35.125rem;overflow:hidden;display:block; }
#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 { position:relative;display:block; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 { background-color: transparent; background-image: none; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row .container > .video-iframe-container { display: none; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row > .video-iframe-container { display: none; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .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); }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 { border-width: 0; border-radius: 0; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gebevX633p42T9hhTiFk2K38disqpIts { color:rgba(var(--color-primary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;display:block; }
#vDR1UdpV5SahZ6JNO1Tty6hICw5PpnMT { position:absolute;display:block;z-index:15001;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: none;height:19.875rem;width:30.0625rem;top:4.1875rem;left:29.9375rem;overflow:hidden;display:block; }
#SKdMsZWeacLhJlM0CVWE7CUbXW7ixudR { color:rgba(var(--color-primary-4),1);display:block;width:29.375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:18.6875rem;display:block; }
#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Z1Oyw2snqn8/unsplash/jonathan-borba-Z1Oyw2snqn8-photo-1565843248736-8c41e6db117b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.adaptive-delivery-prevent-bg, #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.lazyload, #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.lazyloading { background-image: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { background-color: transparent; background-image: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.9); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container > .video-iframe-container { display: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .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); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container { display: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .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); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { border-width: 0; border-radius: 0; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66::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; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#nZC8A6fFTqTxR48b08TZvkTs0CFR8PvX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:19.3310546875rem;left:2.9375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.03125rem;left:1.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.03125rem;left:21.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tzr8DOOVDgS1NQJ7OvVanbvqlRq2JGGf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.373046875rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:18.5810546875rem;left:22.3134765625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.03125rem;left:42.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#v3KqfBGWEgUdu0P6mMhkuhp77lHm4haD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.373046875rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:18.5810546875rem;left:42.3134765625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:17.625rem;top:11.1875rem;left:1.1875rem;display:block; }
#gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:16.3125rem;width:17.625rem;top:11.1875rem;left:21.1875rem;display:block; }
#ACp2hgP0atmpbtr2T9MOadN6if6042Vr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.16) ;height:16.3125rem;width:17.625rem;top:11.1875rem;left:41.1875rem;display:block; }
#pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4248046875rem;left:-7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tTAoBBf90vMo5DBQPzsBdQlT6rvwTWpT { 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:15028;opacity:1;top:5.4873046875rem;left:8.4375rem; }
#AlCPu4NrlZPBChA70uTpdJgDT4gsaJG6 { 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;opacity:1;top:5.4873046875rem;left:48.4375rem; }
#Tv1PQkekp7cyF48uR5ATEahpO0szIpSg { 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:15030;opacity:1;top:30.5498046875rem;left:48.4375rem; }
#NebFEOLKm7C8pgJr87ndqyOh5buAcAkE { 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;opacity:1;top:30.5498046875rem;left:8.4375rem; }
#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a674b3b2-2944-4f7b-b065-ca14025f8848/istockphoto699899338612x612.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4.adaptive-delivery-prevent-bg, #yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4.lazyload, #yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4.lazyloading { background-image: none; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container { background-color: transparent; background-image: none; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container > .video-iframe-container { display: none; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,104,250,0.65); }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row > .video-iframe-container { display: none; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .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); }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container { border-width: 0; border-radius: 0; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#ykpJE9Ginm0Iz6CuBFKTOxQUCkvpq8wh { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.818359375rem;left:8.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uMD28kb7W6ZwC9KlxeSnlwRWbyR6uLtT { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:"bree serif";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.068359375rem;left:21.25rem;display:block; }
#rRaTxhOhV75OkgPnTJsPzWShVv83kgyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXtDxSOFpGRxvLitcNTdfdv2BeWWDeVZ { 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:12.5625rem;width:13.6875rem;top:1.255859375rem;left:23.125rem;overflow:hidden;display:block; }
#TvikSHNEohCwNib20IM5RqeV1fXDT2Dc { color:rgba(var(--color-primary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.75rem;left:12.34375rem;height:2.5rem;display:block; }
#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { background-color: transparent; background-image: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container > .video-iframe-container { display: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container { display: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .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); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { border-width: 0; border-radius: 0; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#R6514d8ca81095ee591313723c7ddc91 { color:rgba(var(--color-primary-4),1);display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.1875rem;height:2.375rem;font-style:normal;display:block; }
#Rd8d3041f42405eb0f209cfb7536dcb7 { position:absolute;display:block;z-index:15015;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:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#A1d485104eddf7dc92db44e3db9bfccd { color:rgba(var(--color-primary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.5rem;left:32.46875rem;height:1.1875rem;font-style:normal;display:block; }
#Fe6596dfeec5393372cbe7916cf5c3e4 { color:rgba(var(--color-primary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.3125rem;left:32.46875rem;height:1.1875rem;font-style:normal;display:block; }
#ffef48b340e872ce2f93e3901b6ebac6 { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.09375rem;left:32.46875rem;height:1rem;font-style:normal;display:block; }
#b0f1265c923a6b9961c0dd95a4d5f1b7 { position:absolute;display:block;z-index:15019;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:2.1875rem;width:2.1875rem;top:1.375rem;left:7.5rem;display:block; }
#eac180eee951958f32724a35864221f9 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:8.125rem;display:block; }
#M10587b01ec19cc84bcc19ad6324cadd { position:absolute;display:block;z-index:15016;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:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#Ke64b5eb6b62c5ef36a29b48ece9d4ce { 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:15.53125rem;left:56.8125rem; }
#bdedb6ce1cfa5377b7f096f643e0469c { 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:15.53125rem;left:61.375rem; }
#R8d0bb64be9c8d4e6c94255d70baed9b { 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:15.53125rem;left:65.375rem; }
#Recea86503f3a477be2a491fe39f12ab { 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:7.875rem;width:8.5625rem;top:1.65625rem;left:13.21875rem;overflow:hidden;display:block; }
#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { background-color: transparent; background-image: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container > .video-iframe-container { display: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container { display: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .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); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { border-width: 0; border-radius: 0; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#sxgPLxUQcTBFIelzSxVm8aXTKUu2y7ek { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.5625rem;top:0.4375rem;left:27.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ob63531e6e253205696e326a26157a9e.widget-smartsection { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; } #Ob63531e6e253205696e326a26157a9e.widget-smartsection *:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="text"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="email"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="tel"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection textarea:focus-visible { outline: none; } #G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { background-color: transparent; background-image: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container > .video-iframe-container { display: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container { display: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .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); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { border-width: 0; border-radius: 0; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { top:25.0625rem;left:2.03125rem;width:43.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { width:17.5rem;height:3.4375rem;top:31.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block; }
 }@media only screen and (max-width: 763px) { #xpeWz0NhXzmxpJdH83sf55rPxFSgmXR5 { top:1.25rem;left:17.03125rem;width:13.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHytDS9awM50R2pbf8FuONZSsFJFoLxv { top:13.8125rem;left:0rem;width:47.75rem;height:10.625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL { display:block; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9762718bc8d593b787274dd81ad9213 { width:47.75rem;height:3.9375rem;top:4.125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03695d623292e0bba854c114bee4254 { width:47.75rem;height:1.5rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e03b00b13551441a1453628c6a16a3bd { width:19rem;height:23.3125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2c8523928b6656a96c1f1ebafd8f583 { width:19.125rem;height:2.1875rem;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c14f3d8e5fb2df43f91a921c36f0f57f { width:19.125rem;height:1.5rem;top:34.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h330babbdf9cf044b044601643d0d0fa { width:12.8125rem;height:8.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce338977b76fbdc084d3a33125c511f5 { width:19rem;height:23.3125rem;top:17.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8e5f6628c923c7d579f23a4c124f91 { width:19.125rem;height:2.1875rem;top:31.875rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fffc82d648544761e65d80cdb4914f { width:19.125rem;height:3rem;top:34.8125rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3be5217c526bfd19878ab12d093b63a { width:13.75rem;height:9.0625rem;top:21.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb5e7843b49c6e8ee50f9e4661b37c65 { width:19rem;height:23.3125rem;top:17.3125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8b284b8a0f2da6ee458533213d538af { width:19.125rem;height:2.1875rem;top:31.875rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29d1ba2ac8504b80d669b80820d915e { width:19.125rem;height:3rem;top:34.8125rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #debfa618548e32d983d8a09d7d18e8e4 { width:13.0625rem;height:8.625rem;top:21.3125rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24add8e61ac042c782c667250b875f4 { width:40.625rem;height:0.0625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfc8e328514df6725c7a8b0561491bf1 { width:0.0625rem;height:3.625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0cee9c93270c5ad94ba253765300e75 { width:0.0625rem;height:3.625rem;top:12.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6512ac8c2eb3972c6e4aac651b61ed9 { width:0.0625rem;height:3.625rem;top:13rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc2220d19f83b56ae27f63596d63ec7a { width:0.8125rem;height:0.8125rem;top:12.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5490f4414e3774c0d67c01f6d42dcd1 { width:0.8125rem;height:0.8125rem;top:12.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G469425b4e6ec9d21651fe93c82d8ef9 { width:0.8125rem;height:0.8125rem;top:12.5rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va3d43d701c98031256f578f92a8d7f1 { width:12.4375rem;height:2.375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3001421a79eaee087580693ec329485 { display:block; }
 }@media only screen and (max-width: 763px) { #m671964bc9e1a909b852a264db04689a { width:12.4375rem;height:2.375rem;top:36.9375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db8dedb3606d6c2b39858b5273a7f77e { display:block; }
 }@media only screen and (max-width: 763px) { #e0f8caec67bebfac11621fbd6c3b9af3 { width:12.4375rem;height:2.375rem;top:36.9375rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dae6bbdff5d5a1b0d9d0d0eff1bba7dc { display:block; }
 }@media only screen and (max-width: 763px) { #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq { background-color:#d9d9d9;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.adaptive-delivery-prevent-bg, #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.lazyload, #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.lazyloading { background-image: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { background-color: transparent; background-image: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container > .video-iframe-container { display: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container { display: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .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); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { border-width: 0; border-radius: 0; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6anx9LyCuR8uSMEceTlrrkKm7BCrodF { width:16.0625rem;height:3.625rem;top:27.5rem;left:0rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MvTVhE5Byri6lWA1404mM2xB8ztOpT0Z { display:block; }
 }@media only screen and (max-width: 763px) { #KIwaPvHggTfcwNm16sXSHTLwtL9xrzyM { top:9.4375rem;left:21.5625rem;width:26.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCE45IRoc71JHMUqFTEbTlKM13W3Wliz { top:12.375rem;left:0rem;width:31.3125rem;height:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgwFSHxpgGs8Bm3pLlUATCS8Ps7i6soZ { top:3.3125rem;left:0rem;width:31.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS { display:block; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdR2Spamatze5vTyrSOdJr9bZJS63Cp5 { width:47.75rem;height:3.9375rem;top:4.125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTJ0zlQL15L7xK39zIRkdt0RyIm6bpu { width:47.75rem;height:1.5rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F46V9h8xPTm825rpzobPtkUlVMRkVQF4 { top:13.4375rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE { display:block; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOGpqMVkfxFDlD8W9DU5LXco1UFB5cWx { top:1.375rem;left:1rem;width:45.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM { display:block; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCegFAQqFhWU2euzOM7K2RdpWGRMcyb7 { top:0rem;left:4.625rem;width:14.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCiTIrpWTndfTmAGROwVFzKDQ3LVkaEe { top:0rem;left:25.6875rem;width:20.1875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4EkO99B6M9oDQZXpIV6qxXdmDmVf06 { top:3.125rem;left:2.125rem;width:19.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpeVIO6tAdXINbKSXW5kEN32DPWBSrsH { top:17.8125rem;left:0rem;width:24.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B15LI8B5wIsFJ6XpnbfKM3vh5Fy91XP7 { top:3.125rem;left:26rem;width:19.5625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyQ5HVIOxIk8layFeI21iUDQDzDNBpkW { top:17.8125rem;left:23.6875rem;width:24.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh { display:block; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He6tlsVZPV5xZklv3drcqXlXCqcvOV7p { top:4rem;left:2.125rem;width:19.5625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFzH1lEJXKGTmkACHPGFGAAlQTA6qqcJ { top:18.875rem;left:0rem;width:24.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1JZAkvbXTZs9fiTyCMGkz7pFPOTza { top:0rem;left:1.0625rem;width:21.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZFpD3fCyKtyRw2RO88Kbdu28zkqOUzX { top:3.9375rem;left:26rem;width:19.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCXS12ceu42e7U4VNWastH7BPvcGk7J { top:0rem;left:24.875rem;width:21.875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9fG4kR0QFl147TVa5w66lSdUXp0nese { top:18.875rem;left:23.6875rem;width:24.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy { display:block; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyTR1PybTZiRIZNwagrX70MawFD6NfFm { top:0rem;left:0.0625rem;width:23.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF6SneB2L6hABynJuet64hkohV9t7dQX { top:0rem;left:23.9375rem;width:23.6875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqAL42hkRle130liT4HZ9ccpwQlEL3P1 { top:19.3125rem;left:0rem;width:24.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1aGWn4GZkkGtHQysOZJA8I4W4hwhhd { top:19.3125rem;left:23.6875rem;width:24.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps8XEPgnLLfQaNimlsKlSN5tvvHWXgWM { top:4.6875rem;left:2.25rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3PslQZTbrdTOgmLpJHyDEZMP9PgGIHq { top:4.5625rem;left:25.9375rem;width:19.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 { display:block; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gebevX633p42T9hhTiFk2K38disqpIts { top:1.25rem;left:0rem;width:29.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDR1UdpV5SahZ6JNO1Tty6hICw5PpnMT { top:4.1875rem;left:0rem;width:30.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKdMsZWeacLhJlM0CVWE7CUbXW7ixudR { top:5.5rem;left:0rem;width:29.375rem;height:18.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZC8A6fFTqTxR48b08TZvkTs0CFR8PvX { top:19.3125rem;left:0.875rem;width:14.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { top:13rem;left:0rem;width:17.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { top:13rem;left:14.875rem;width:16.875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzr8DOOVDgS1NQJ7OvVanbvqlRq2JGGf { top:18.5625rem;left:16.1259765625rem;width:15.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { top:13rem;left:32.1875rem;width:15rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KqfBGWEgUdu0P6mMhkuhp77lHm4haD { top:18.5625rem;left:32.0009765625rem;width:15.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { top:11.1875rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { top:11.1875rem;left:14.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp2hgP0atmpbtr2T9MOadN6if6042Vr { top:11.1875rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { top:5.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTAoBBf90vMo5DBQPzsBdQlT6rvwTWpT { top:5.4375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlCPu4NrlZPBChA70uTpdJgDT4gsaJG6 { top:5.4375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1PQkekp7cyF48uR5ATEahpO0szIpSg { top:30.5rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NebFEOLKm7C8pgJr87ndqyOh5buAcAkE { top:30.5rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 { display:block; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykpJE9Ginm0Iz6CuBFKTOxQUCkvpq8wh { top:13.8125rem;left:2rem;width:43.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMD28kb7W6ZwC9KlxeSnlwRWbyR6uLtT { width:17.5rem;height:3.4375rem;top:21.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRaTxhOhV75OkgPnTJsPzWShVv83kgyb { display:block; }
 }@media only screen and (max-width: 763px) { #TXtDxSOFpGRxvLitcNTdfdv2BeWWDeVZ { top:1.25rem;left:17rem;width:13.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvikSHNEohCwNib20IM5RqeV1fXDT2Dc { top:16.75rem;left:6.21875rem;width:35.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { background-color: transparent; background-image: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container > .video-iframe-container { display: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container { display: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .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); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { border-width: 0; border-radius: 0; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6514d8ca81095ee591313723c7ddc91 { top:6rem;left:34.5rem;width:13.25rem;height:2.375rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Rd8d3041f42405eb0f209cfb7536dcb7 { top:11rem;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) { #A1d485104eddf7dc92db44e3db9bfccd { top:7.5rem;left:18.84375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6596dfeec5393372cbe7916cf5c3e4 { top:6.3125rem;left:18.84375rem;width:16.5625rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #ffef48b340e872ce2f93e3901b6ebac6 { top:5.0625rem;left:18.84375rem;width:11.8125rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #b0f1265c923a6b9961c0dd95a4d5f1b7 { top:1.375rem;left:0rem;width:2.1875rem;height:2.1875rem;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) { #eac180eee951958f32724a35864221f9 { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;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) { #M10587b01ec19cc84bcc19ad6324cadd { top:11rem;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) { #Ke64b5eb6b62c5ef36a29b48ece9d4ce { top:15.5rem;left:43.1875rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bdedb6ce1cfa5377b7f096f643e0469c { top:15.5rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #R8d0bb64be9c8d4e6c94255d70baed9b { top:15.5rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Recea86503f3a477be2a491fe39f12ab { top:1.625rem;left:0rem;width:8.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { display:block; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxgPLxUQcTBFIelzSxVm8aXTKUu2y7ek { top:0.4375rem;left:21.09375rem;width:5.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ob63531e6e253205696e326a26157a9e.widget-smartsection { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; } #Ob63531e6e253205696e326a26157a9e.widget-smartsection *:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="text"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="email"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection input[type="tel"]:focus-visible, #Ob63531e6e253205696e326a26157a9e.widget-smartsection textarea:focus-visible { outline: none; } #G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { background-color: transparent; background-image: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container > .video-iframe-container { display: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row > .video-iframe-container { display: none; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .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); }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { border-width: 0; border-radius: 0; }#G7hZMKnLTWh8uC3qtN1k4rWn5TTXPQtT > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { width:20rem;height:2.5rem;top:17.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { width:17.5rem;height:3.4375rem;top:21.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block; }
 }@media only screen and (max-width: 763px) { #xpeWz0NhXzmxpJdH83sf55rPxFSgmXR5 { width:5.875rem;height:5.375rem;top:11.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHytDS9awM50R2pbf8FuONZSsFJFoLxv { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL { display:block; }#BLkJyiX78M4F02THF4rc6yTe3L7Q0TkL > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9762718bc8d593b787274dd81ad9213 { 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) { #c03695d623292e0bba854c114bee4254 { width:20rem;height:2.375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e03b00b13551441a1453628c6a16a3bd { width:19rem;height:23.3125rem;top:11rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2c8523928b6656a96c1f1ebafd8f583 { width:19.125rem;height:1.25rem;top:25.5625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c14f3d8e5fb2df43f91a921c36f0f57f { width:19.125rem;height:1.25rem;top:28.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h330babbdf9cf044b044601643d0d0fa { width:13.125rem;height:8.75rem;top:15.1875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce338977b76fbdc084d3a33125c511f5 { width:19rem;height:23.3125rem;top:36.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8e5f6628c923c7d579f23a4c124f91 { width:19.125rem;height:1.25rem;top:50.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fffc82d648544761e65d80cdb4914f { width:19.125rem;height:1.25rem;top:52.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3be5217c526bfd19878ab12d093b63a { width:13.125rem;height:8.75rem;top:39.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb5e7843b49c6e8ee50f9e4661b37c65 { width:19rem;height:23.3125rem;top:60.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8b284b8a0f2da6ee458533213d538af { width:19.125rem;height:1.25rem;top:74rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29d1ba2ac8504b80d669b80820d915e { width:19.125rem;height:1.25rem;top:76.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #debfa618548e32d983d8a09d7d18e8e4 { width:12.5rem;height:8.3125rem;top:63.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24add8e61ac042c782c667250b875f4 { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfc8e328514df6725c7a8b0561491bf1 { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0cee9c93270c5ad94ba253765300e75 { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6512ac8c2eb3972c6e4aac651b61ed9 { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc2220d19f83b56ae27f63596d63ec7a { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5490f4414e3774c0d67c01f6d42dcd1 { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G469425b4e6ec9d21651fe93c82d8ef9 { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #va3d43d701c98031256f578f92a8d7f1 { width:12.4375rem;height:2.375rem;top:30.75rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3001421a79eaee087580693ec329485 { display:block; }
 }@media only screen and (max-width: 763px) { #m671964bc9e1a909b852a264db04689a { width:12.4375rem;height:2.375rem;top:79.625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db8dedb3606d6c2b39858b5273a7f77e { display:block; }
 }@media only screen and (max-width: 763px) { #e0f8caec67bebfac11621fbd6c3b9af3 { width:12.4375rem;height:2.375rem;top:55.4375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dae6bbdff5d5a1b0d9d0d0eff1bba7dc { display:block; }
 }@media only screen and (max-width: 763px) { #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq { background-color:#d9d9d9;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.adaptive-delivery-prevent-bg, #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.lazyload, #IMByF5rAuFf0oVtF6com4xyvMv4PsqEq.lazyloading { background-image: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { background-color: transparent; background-image: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container > .video-iframe-container { display: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row > .video-iframe-container { display: none; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .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); }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { border-width: 0; border-radius: 0; }#IMByF5rAuFf0oVtF6com4xyvMv4PsqEq > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6anx9LyCuR8uSMEceTlrrkKm7BCrodF { width:16.0625rem;height:3.625rem;top:39.6923828125rem;left:1.9375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MvTVhE5Byri6lWA1404mM2xB8ztOpT0Z { display:block; }
 }@media only screen and (max-width: 763px) { #KIwaPvHggTfcwNm16sXSHTLwtL9xrzyM { width:20rem;height:13.3173828125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCE45IRoc71JHMUqFTEbTlKM13W3Wliz { width:20rem;height:20.125rem;top:3.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgwFSHxpgGs8Bm3pLlUATCS8Ps7i6soZ { width:20rem;height:1.25rem;top:0.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS { display:block; }#dTw5xCVVPVAQfe2awsUfFie2WJFDtnTS > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdR2Spamatze5vTyrSOdJr9bZJS63Cp5 { 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) { #bTTJ0zlQL15L7xK39zIRkdt0RyIm6bpu { width:20rem;height:3.5625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F46V9h8xPTm825rpzobPtkUlVMRkVQF4 { width:20rem;height:38.75rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE { display:block; }#JD0RX9fJN6RnAmRuCxVpV5VcDA3NUClE > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOGpqMVkfxFDlD8W9DU5LXco1UFB5cWx { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM { display:block; }#Qo9Mn6M4nMZEb60X7T9IiHeH8GTaHEiM > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCegFAQqFhWU2euzOM7K2RdpWGRMcyb7 { width:12.3125rem;height:2.5625rem;top:0rem;left:3.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCiTIrpWTndfTmAGROwVFzKDQ3LVkaEe { width:16.75rem;height:2.5625rem;top:24.0625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4EkO99B6M9oDQZXpIV6qxXdmDmVf06 { width:19.4375rem;height:12.9375rem;top:3.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpeVIO6tAdXINbKSXW5kEN32DPWBSrsH { width:20rem;height:6.25rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B15LI8B5wIsFJ6XpnbfKM3vh5Fy91XP7 { width:19.5625rem;height:12.9375rem;top:27.5625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyQ5HVIOxIk8layFeI21iUDQDzDNBpkW { width:20rem;height:6.25rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh { display:block; }#asFlT6XPOwq2ETvhl5q6hDa8ycVU32hh > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He6tlsVZPV5xZklv3drcqXlXCqcvOV7p { width:19.5625rem;height:12.9375rem;top:3.5625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFzH1lEJXKGTmkACHPGFGAAlQTA6qqcJ { width:20rem;height:3.75rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl1JZAkvbXTZs9fiTyCMGkz7pFPOTza { width:17.6875rem;height:2.5625rem;top:22.5rem;left:1.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZFpD3fCyKtyRw2RO88Kbdu28zkqOUzX { width:19.5625rem;height:13rem;top:26.0625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCXS12ceu42e7U4VNWastH7BPvcGk7J { width:16.8125rem;height:2.5625rem;top:0rem;left:1.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9fG4kR0QFl147TVa5w66lSdUXp0nese { width:20rem;height:3.75rem;top:40rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy { display:block; }#R2UlNWgEkKXMBAzLCWHzeOiTiKbZIJUy > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyTR1PybTZiRIZNwagrX70MawFD6NfFm { width:20rem;height:2.5625rem;top:47.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF6SneB2L6hABynJuet64hkohV9t7dQX { width:20rem;height:2.5625rem;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqAL42hkRle130liT4HZ9ccpwQlEL3P1 { width:20rem;height:5rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO1aGWn4GZkkGtHQysOZJA8I4W4hwhhd { width:20rem;height:5rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps8XEPgnLLfQaNimlsKlSN5tvvHWXgWM { width:19.375rem;height:12.875rem;top:3.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3PslQZTbrdTOgmLpJHyDEZMP9PgGIHq { width:19.6875rem;height:13.0625rem;top:27.5625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 { display:block; }#Eb8GTXaKr9B5PKHkWTTXDSE5wWc8XCD1 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gebevX633p42T9hhTiFk2K38disqpIts { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDR1UdpV5SahZ6JNO1Tty6hICw5PpnMT { width:20rem;height:13.222453222453rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKdMsZWeacLhJlM0CVWE7CUbXW7ixudR { width:20rem;height:24.4375rem;top:7.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZC8A6fFTqTxR48b08TZvkTs0CFR8PvX { width:15.3125rem;height:2.625rem;top:23.8310546875rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { width:16.4375rem;height:5rem;top:17.4375rem;left:1.78125rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { width:14.875rem;height:5rem;top:39.46875rem;left:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzr8DOOVDgS1NQJ7OvVanbvqlRq2JGGf { width:15.3125rem;height:5.25rem;top:45.0185546875rem;left:2.3134765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { width:15.125rem;height:5rem;top:61.40625rem;left:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KqfBGWEgUdu0P6mMhkuhp77lHm4haD { width:15.3125rem;height:5.25rem;top:66.9560546875rem;left:2.3134765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { width:17.625rem;height:16.3125rem;top:15.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { width:17.625rem;height:16.3125rem;top:37.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp2hgP0atmpbtr2T9MOadN6if6042Vr { width:17.625rem;height:16.3125rem;top:59.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { width:20rem;height:2.5625rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTAoBBf90vMo5DBQPzsBdQlT6rvwTWpT { display:flex;width:3.125rem;height:3.125rem;top:9.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AlCPu4NrlZPBChA70uTpdJgDT4gsaJG6 { display:flex;width:3.125rem;height:3.125rem;top:55.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Tv1PQkekp7cyF48uR5ATEahpO0szIpSg { display:flex;width:3.125rem;height:3.125rem;top:77.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NebFEOLKm7C8pgJr87ndqyOh5buAcAkE { display:flex;width:3.125rem;height:3.125rem;top:33.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 { display:block; }#yqV08uFpWsBQv7KhtUiACvp9Tt4SWOR4 > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykpJE9Ginm0Iz6CuBFKTOxQUCkvpq8wh { width:20rem;height:2.5rem;top:17.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMD28kb7W6ZwC9KlxeSnlwRWbyR6uLtT { width:17.5rem;height:3.4375rem;top:27.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRaTxhOhV75OkgPnTJsPzWShVv83kgyb { display:block; }
 }@media only screen and (max-width: 763px) { #TXtDxSOFpGRxvLitcNTdfdv2BeWWDeVZ { width:5.875rem;height:5.375rem;top:11.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvikSHNEohCwNib20IM5RqeV1fXDT2Dc { width:20rem;height:5rem;top:21.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { background-color: transparent; background-image: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container > .video-iframe-container { display: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row > .video-iframe-container { display: none; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .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); }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { border-width: 0; border-radius: 0; }#Nlt826GrE8KohCtBSX2LP0dO57LQ1Hpq > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6514d8ca81095ee591313723c7ddc91 { width:18.8125rem;height:2.75rem;top:12.25rem;left:0.59375rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Rd8d3041f42405eb0f209cfb7536dcb7 { width:18.75rem;height:0.0625rem;top:37.75rem;left:0.625rem;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) { #A1d485104eddf7dc92db44e3db9bfccd { width:7.3125rem;height:1.375rem;top:9.1875rem;left:0.8125rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6596dfeec5393372cbe7916cf5c3e4 { width:18.375rem;height:1.375rem;top:6rem;left:0.8125rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #ffef48b340e872ce2f93e3901b6ebac6 { width:7.625rem;height:1rem;top:3.75rem;left:2.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #b0f1265c923a6b9961c0dd95a4d5f1b7 { width:2.1875rem;height:2.1875rem;top:2.5rem;left:0.59375rem;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) { #eac180eee951958f32724a35864221f9 { width:2.1875rem;height:2.1875rem;top:3.03125rem;left:1.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: none;display:block; }
 }@media only screen and (max-width: 763px) { #M10587b01ec19cc84bcc19ad6324cadd { width:18.75rem;height:0.0625rem;top:20rem;left:0.625rem;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) { #Ke64b5eb6b62c5ef36a29b48ece9d4ce { display:flex;width:1.125rem;height:1.125rem;top:39.0625rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #bdedb6ce1cfa5377b7f096f643e0469c { display:flex;width:1.125rem;height:1.125rem;top:41.4375rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #R8d0bb64be9c8d4e6c94255d70baed9b { display:flex;width:1.125rem;height:1.125rem;top:43.8125rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Recea86503f3a477be2a491fe39f12ab { width:8.5625rem;height:7.875rem;top:24.625rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { display:block; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxgPLxUQcTBFIelzSxVm8aXTKUu2y7ek { width:3.0625rem;height:2.8125rem;top:1.25rem;left:8.4375rem;display:block; }
 }