.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:123,209,213;--color-primary-1:47,223,132;--color-primary-2:88,172,174;--color-primary-3:0,255,134;--color-primary-4:15,121,83;--color-secondary-0:215,222,238;--color-secondary-1:134,155,203;--color-secondary-2:54,89,169;--color-secondary-3:4,47,148;--color-secondary-4:0,2,53;--color-tertiary-0:255,255,255;--color-tertiary-1:93,93,93;--color-tertiary-2:88,88,88;--color-tertiary-3:83,83,83;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:MavenPro; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CyZpLHku/correc_a_o.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:none; }#L5UeVNEx57ZcbqTNtzvnGdTwESdR2Tf3 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;top:44.9375rem;left:24.9375rem;display:none; }
#fbQkezEZKP4L0tSWso00fT5uOLnTMDNH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:15.375rem;width:26.5625rem;top:0rem;left:-89.4375rem;display:block; }
#LTmsnAPBWRc6tMq0WVphX9T6ZSHG88oo { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:33.0625rem;width:21.6875rem;top:0rem;left:-89.4375rem;display:block; }
#eTmtq1bbs2vAsqbNu68waiXs7SzWMw20 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:25.0625rem;top:12.1875rem;left:10.4375rem;overflow:hidden;display:block; }
#UK3zfmCQNkD7cIDlwkQoJdKX0A1zXLvL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:10.4375rem;height:2.1rem;display:block; }
#fop0BGV5U6npSRDbOnTA4zgvQNkN78o2 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9984375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48rem;left:0.625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-form-header {  }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:38.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-text {padding-top: 0; padding-bottom: 0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-select {padding-top: 0; padding-bottom: 0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1bce40, #084314);background-image: -moz-linear-gradient(180deg, #1bce40, #084314);background-image: -ms-linear-gradient(180deg, #1bce40, #084314);background-image: -o-linear-gradient(180deg, #1bce40, #084314);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bce40', endColorstr='#084314' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bce40', endColorstr='#084314' );";background-image: linear-gradient(180deg, #1bce40, #084314);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:38.75rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(38,38,41,0.5) ; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.3;font-size:0.6875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:37.5rem;overflow:hidden;font-style:normal; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-container:first-of-type{padding-top:0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-container:last-of-type{padding-bottom:0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.1875rem;top:26.8125rem;z-index:15015;position:absolute; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.75rem;display:block;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a {display:block;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.1875rem;top:26.8125rem;z-index:15015;position:absolute; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #pRZHLe22TtkE1BmcIiSFEcHJHuJmaTva { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #AoG02XIk7s2RWJpWl6OG0s1zB4CMG4HJ { position:relative;display:block; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #eWvF0a4y7vbdittvMRTqu3HrcMQLazME { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #psguWSRlfUTBiIsamTKspCdN5mGPCqRG { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #EJISy7VH7BGXEJlDe7IHnVTMBTaaMtxM { position:relative;display:block; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #osApuUBUggT6HfQoluwts3w2JoWB43Sp { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #hl42tzy4VbVmCgyJSPsBy2lwHXiDOqzi { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #TGm6a3QMWuo8SXLq73F7fINUvFTVaGnz { position:relative;display:block; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #JWxrJ9dOgSnkO1VgxbwqftHPq1Tw0zKI { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #gC4aOyN3IN7B0mTugA6AziwnBHzMPdlH { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #gHiviubvHIatKPu2tLe4ZxePQq8IKGNg { position:relative;z-index:2; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #w0CA6HVVZCI1TTcxMA3FN2EZLUGUOfem { position:relative; }
#vghVeW0kAERsdT6CDbOKkMD0DrlVhu5n { position:relative;display:block; }
#WdrEL2l9iNiSIncmaedo6ZLrloTOc72W { position:relative;display:block; }
#TlaDpeMIKeWxgbGs7hMK1Tdf8TKaZiiu { position:relative;display:block; }
#Tyu8wJvVr9rTThremfMIgkwT8LezHHkT { position:relative;display:block; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #GeKt19R9dAapumxVSEyByJQTpVcrWxnX { position:relative; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a #gP2DviIbzPxlkWN0rFDBUdGZwPZa3eM8 { position:relative; }
#sUPo9hx7q0aMdgLWVWvAd2bMPgI7nzI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:2.5rem;height:1.75rem;display:block; }
#gniLfzlFF0yKWBZBLXLzsAaDyUTpJcaT { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24rem;left:3.1875rem;height:2.4rem;display:block; }
#OLEoTMB9qmMWswnahkstuomPxxIJWMbx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.125rem;top:4rem;left:18.561719894409rem;overflow:hidden;display:block; }
#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CyZpLHku/correc_a_o.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2.adaptive-delivery-prevent-bg, #mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2.lazyload, #mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2.lazyloading { background-image: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container { background-color: transparent; background-image: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container > .video-iframe-container { display: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row > .video-iframe-container { display: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .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); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container { border-width: 0; border-radius: 0; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#Txq41TvHIhcJsVHDvGTamxRIi44LxhJT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;top:44.9375rem;left:24.9375rem;display:none; }
#Cc4o2C7MroTh2SVCu1SMoqUsStOHn7mP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:15.375rem;width:26.5625rem;top:0rem;left:-89.4375rem;display:block; }
#Kx8BwgREDgMTkk3sv3wxTfy9C3SEN8yh { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:33.0625rem;width:21.6875rem;top:0rem;left:-89.4375rem;display:block; }
#Kb61Z1apBKowpT6htRiiTC2k85s4ZhSU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:25.0625rem;top:15.625rem;left:10.5625rem;overflow:hidden;display:block; }
#r7XmTkzFenVLuQR1mMhZoVrvmPZht584 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5rem;left:10.5625rem;height:2.11230625rem;display:block; }
#F1y1A2ku6QLTqcvsnKtALBmETGRHEd5m { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9984375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.9375rem;left:1.625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#PEUO1cy6hUSFxzQwh3Oo8SbwXoSuo4TT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.1875rem;top:4.3125rem;left:17rem;overflow:hidden;display:block; }
#PX6DTwhxXPFwACErw6PQ6G4mVMutcGZg { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.1875rem;left:9.1875rem;display:block; }
#eqW9PNo412vyhb2DBevapq1tLQ8vNk6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/XuGSNV6n/shutterstock_1124853968.jpg");background-position:bottom 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; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq.adaptive-delivery-prevent-bg, #Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq.lazyload, #Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq.lazyloading { background-image: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container { background-color: transparent; background-image: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,215,133,0.01); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container > .video-iframe-container { display: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,215,133,0.01); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row > .video-iframe-container { display: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .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); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container { border-width: 0; border-radius: 0; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq::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; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#R0rTpKRpzObhtssgwWQ8umnP8DVrHkz3 { position:absolute;display:block;z-index:14964;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.3125rem;top:12.999664306641rem;left:39.562320709229rem;overflow:hidden;display:block; }
#P5JZJybXne0GEgZGqCmSVTxCSHuszdTc { position:absolute;display:block;z-index:14963;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:13rem;left:56.562496185302rem;overflow:hidden;display:block; }
#q5P7rKFIBAlWgxrV9Vkcfefx0caxf1GT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.122518539429rem;left:40.467861175537rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#UFgZbffwII79zawS021e3I5T9yvuA3Db { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.310018539429rem;left:57.279117584229rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#R0wxsQepThWNnxvVnPRqluGXrzw6haNO { position:absolute;display:block;z-index:14965;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:12.687316894531rem;left:20.937143325806rem;overflow:hidden;display:block; }
#tRkql18PPTsbu3kpfDwQMAJ3tZoEhBCT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:26.935018539429rem;left:21.874111175537rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#FF5I3p7i99dZ8TDQ600p4yqv77uT3Id2 { position:absolute;display:block;z-index:14962;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:14.375rem;width:14.375rem;top:12.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#vM0c8sai1mwtbPCW1N26aVIvNhNqDgDd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27rem;left:4.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#KnqXvBGmNfJS9Q212DTzfsrBCWZhy9KP { color:rgba(var(--color-tertiary-0),1);display:block;width:54.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:14969;line-height:1.2;letter-spacing:0;top:2.5rem;left:9.7500019073488rem;height:6.4863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hs4Wcs7pN7RUOpbAuwNInuMqo84TIskg { position:absolute;display:block;z-index:15030;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:14.375rem;width:14.375rem;top:33.1875rem;left:4.25rem;overflow:hidden;display:block; }
#Spg0TGxUf9Lc5ol3RbH6UWIkckynVP88 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:48.125rem;left:4.6875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#rACrVKaaa99F8qeSaTqG60yTu4cP73NS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:33.187164306641rem;left:20.68678855896rem;overflow:hidden;display:block; }
#DC3mENsVKOy09VUJRBdOVBTumb1GdnJ0 { position:absolute;display:block;z-index:14957;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.3125rem;top:33.218231201172rem;left:39.874286651611rem;overflow:hidden;display:block; }
#atBLB0ueW1lH8dr5640f8wExZCkSphEc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:48.125rem;left:39.59375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#QsADrF9iCOxhsZ9TJd0SSNG5Oy5RXFtf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:48.125rem;left:56.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#CaGBLWa3Pc4WAErt6wBNZ8iSQQUnrsO6 { position:absolute;display:block;z-index:14955;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:33.156066894531rem;left:56.374820709229rem;overflow:hidden;display:block; }
#Td4rJFeNWHuTATwzOtLJEAzHE3BU92Rc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:48.125rem;left:20rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#udmRwVHy41mUwH17SZF4eJ6Bdw0qfizB { position:absolute;display:block;z-index:14961;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:11.5625rem;top:13.408911943436rem;left:5.6985082626342rem;display:block; }
#c0PTAP3BAynZg8BoVMQpGM9mX310R0WM { position:absolute;display:block;z-index:14960;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.562125rem;width:11.5625rem;top:13.374467134476rem;left:22.1875rem;display:block; }
#NorJZthfVQFzwXOT2HExVetQrRkerx3M { position:absolute;display:block;z-index:14959;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.562125rem;width:11.5625rem;top:13.436967134476rem;left:40.9375rem;display:block; }
#c9mBeH9xONZUTPvTPoZT9lJT5zT9Eofd { position:absolute;display:block;z-index:14958;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.562125rem;width:11.5625rem;top:13.374467134476rem;left:57.937496185302rem;display:block; }
#wkG5G1wNMeJul3SaG8D2S1TzrBEGzllz { position:absolute;display:block;z-index:14972;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:11.5625rem;top:34.0625rem;left:5.5625rem;display:block; }
#FL78lMgkyb49ICsiM7bvLRtTexMDEdNX { position:absolute;display:block;z-index:14973;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.562125rem;width:11.5625rem;top:34rem;left:22.0625rem;display:block; }
#hlVwffzKOhHXHmHyOP3fHPM8lqhHA1RI { position:absolute;display:block;z-index:14956;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.56125rem;width:11.5625rem;top:34.062859773636rem;left:41.25rem;display:block; }
#JhqkwLthTsptcOvp8Myua7yxzODOG2nX { position:absolute;display:block;z-index:14954;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.56125rem;width:11.5625rem;top:33.939101457596rem;left:57.749111175537rem;display:block; }
#kUBzvPby49vaEmClftZDKnGRs0k3OaJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.46);background-image:url("https://images.assets-landingi.com/rtSgucEI/circle.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz.adaptive-delivery-prevent-bg, #kUBzvPby49vaEmClftZDKnGRs0k3OaJz.lazyload, #kUBzvPby49vaEmClftZDKnGRs0k3OaJz.lazyloading { background-image: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container { background-color: transparent; background-image: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container > .video-iframe-container { display: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row > .video-iframe-container { display: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .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); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container { border-width: 0; border-radius: 0; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#nJDiWS2mX77CHCwegSv5eEBcdudezWk0 { color:#4ab667;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:37.375rem;left:8.5625rem;height:4.330075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QccIfTVKpTohLyTUZBQSHH12w9kUCd5P { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14992;line-height:1.3;letter-spacing:0;top:30rem;left:12.5625rem;height:8.125rem;font-style:normal;display:block; }
#w1tWPIVRT1ntUg2Mg9pLmHqRQC6wGT5T { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14990;line-height:1.3;letter-spacing:0;top:13.6875rem;left:23.625rem;height:8.125rem;font-style:normal;display:block; }
#pi279621qCTyUZ5oZuPnIVKx44swmryx { color:#4ab667;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.0625rem;left:19.75rem;height:4.330075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEVrdG189WeD1mv8oJRsp0XeRnfOZcfm { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14993;line-height:1.3;letter-spacing:0;top:13.6875rem;left:47.1875rem;height:8.125rem;font-style:normal;display:block; }
#V8xPlUCiVorsr8kETc08QSMM4hO9DaDk { color:#4ab667;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42.75rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B21NoOah8iA6qS3wGl1sn2U4UnuFmfX8 { color:#022e6b;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:13.65625rem;height:6.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIeimM8zWCukCk6qT94Dx44zrSisoKuK { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:29.375rem;left:34.875rem;height:8.125rem;font-style:normal;display:block; }
#kyEZZ5bZoT0mMPhyZsGWQlHim9wdHCqw { color:#4ab667;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:37.4375rem;left:31.0625rem;height:5.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1OuTdqBFC3K8CHsXiAEgoQsapWmSl4R { color:#4ab667;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:37.375rem;left:54.1875rem;height:5.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIQDwHFCimkkBtqaJH1rWBZR1BpPPgAR { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14996;line-height:1.3;letter-spacing:0;top:30rem;left:58.0625rem;height:8.125rem;font-style:normal;display:block; }
#WWeNGUqWdBn1Q7AxKB7W5dtkSlbEHZqE { color:#4ab667;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.0625rem;left:19.75rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O85dGe84pZbwVPLs9V2M8btQ40dgKocG { color:#4ab667;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42.75rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fgftB8nVy7VDpcK1PTcXpimcbxgbxh6S { color:#4ab667;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:37.375rem;left:8.5625rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rxVenDyq145LvfVR4aZOJoPxPIuWydCM { color:#4ab667;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:37.4375rem;left:31.0625rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WnTiC6rCmdEDZRU76uGNL4ktR2Sn5Fve { color:#4ab667;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:37.375rem;left:54.1875rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SZ80JhW99y0zkI9DT8TiUL9qlKo5NlZF { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14996;line-height:1.3;letter-spacing:0;top:30rem;left:58.0625rem;height:8.1rem;font-style:normal;display:none; }
#HESsM3oNuxfNlnXGWPczycebunueruOk { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:29.375rem;left:34.875rem;height:8.1rem;font-style:normal;display:none; }
#bt0bAgcVpEq1fJ9cPJ46rcQ9zhalM1uN { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14992;line-height:1.3;letter-spacing:0;top:30rem;left:12.5625rem;height:8.1rem;font-style:normal;display:none; }
#tTV0DXzTbXK8DfHr0J4q7Cd9tr0aWGvF { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14993;line-height:1.3;letter-spacing:0;top:13.6875rem;left:47.1875rem;height:8.1rem;font-style:normal;display:none; }
#iEPXPUv2sfmMXSmt6sMMcnIAqBaP7qX8 { color:#022e6b;display:block;width:12.5rem;position:absolute;font-family:"muli black";font-size:6.25rem;font-weight:400;z-index:14990;line-height:1.3;letter-spacing:0;top:13.6875rem;left:23.625rem;height:8.1rem;font-style:normal;display:none; }
#TUNWxWw3vV7b8FZGTTvUAp1dH7kxlRQn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.8116875rem;width:45.8116875rem;top:43.037499904632rem;left:29.18906211853rem;overflow:hidden;display:block; }
#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { background-color: transparent; background-image: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container > .video-iframe-container { display: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container { display: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .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); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { border-width: 0; border-radius: 0; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#AlUptzSRu8cDFtbShgu4EILwkJNOEPPr { color:rgba(var(--color-tertiary-3),1);display:block;width:27.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.843039512634rem;left:0rem;height:24.74850625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iktf6XIO4KMc5Qx6rDbSfQIvSLTtJIZX { color:#212121;display:block;width:25.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.34375rem;left:0rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dpzqeSJuuWculHlDf0tvmdqBoeFFAQsN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:"marck script";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.4375rem;left:0rem;height:1.95rem;display:block; }
#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { background-color: transparent; background-image: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container > .video-iframe-container { display: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row > .video-iframe-container { display: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .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); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { border-width: 0; border-radius: 0; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#hLwSy0fuhJZ3tbX5UG1UFgqyCJd01FJe { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.3096618652344rem;left:4.71875rem;height:4.4931625rem;text-align:center;text-align-last:center;display:block; }
#SRwybDRAASy1mZPUOeHeNdM2dQ1pvR2t { color:#5a5555;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:9.859375rem;left:35.09375rem;height:28.6210875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IDiEZrM5awn03I3gZ8k2IHFMdhW5Eys4 { 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:35.625rem;width:35.625rem;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#aJRVsoXATp8HifzOIhvibZbazgcfmabS { background-color:#1da91c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.75rem;left:14.406251907349rem;display:none; }
#GWfKaWs7zlWuvmX4wTvhbyTMH6K5wrWO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNZJfFHLqSpvTW7IqZnCqxoTuUnT0OvJ { background-color:#1da91c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.375rem;left:41.33749961853rem;display:block; }
#AA1Ko4EtyQanpgQc8wdy5GMwNs5vp1ff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { background-color: transparent; background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .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); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { border-width: 0; border-radius: 0; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#tH1d4QBpbWf2goGh1HIWLgNSnwGtCDOQ { color:#4d4d4d;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:11.06875038147rem;left:0rem;height:11.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PweduJFAAsfb2sU54pOZArlnkEE2aGVT { color:#121212;display:block;width:69.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:14968;line-height:1.1;letter-spacing:0;top:2.125rem;left:0rem;height:5.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ebRS3VdNxFGJQKbPv4iqEoQU5FC7kPTp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:"marck script";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:2.6rem;display:block; }
#PrVDMtIHJrLzgqloxw7nuT3Qys6TzMQm { position:absolute;display:block;z-index:14967;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:30.4375rem;width:44.875rem;top:0.6875rem;left:30.125001907349rem;overflow:hidden;display:block; }
#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zkVBTb3M/bannerfinal.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn.adaptive-delivery-prevent-bg, #uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn.lazyload, #uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn.lazyloading { background-image: none; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container { background-color: transparent; background-image: none; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,65,155,0.43); }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container > .video-iframe-container { display: none; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,65,155,0.43); }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row > .video-iframe-container { display: none; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .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); }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container { border-width: 0; border-radius: 0; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn::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; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#PrG0lqCQbJ5cbcaisTOgH5wO0TgbJpBi { color:#5a5555;display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.9968748092651rem;left:0rem;height:12.10353125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MvbDrwsDhsAC4I51XxWUQWeymDt47tSv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:"marck script";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.4375rem;left:0.625rem;height:2.6rem;display:none; }
#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #283a61, #020202);background-image: -moz-linear-gradient(8deg, #283a61, #020202);background-image: -ms-linear-gradient(8deg, #283a61, #020202);background-image: -o-linear-gradient(8deg, #283a61, #020202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#283a61', endColorstr='#020202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#283a61', endColorstr='#020202' );";background-image: linear-gradient(8deg, #283a61, #020202);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container { background-color: transparent; background-image: none; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container > .video-iframe-container { display: none; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row > .video-iframe-container { display: none; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .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); }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container { border-width: 0; border-radius: 0; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;position:relative;display:block; }#SwCL37nG0N5AoK2fT3t3K13J6mlkWump { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.353515625rem;left:36.781253814698rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VztbwDfzN3MlfWQ0oZvEFmHOUUh90OmT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.1608085632325rem;left:36.781253814698rem;height:46.5rem;display:block; }
#MCq2qi1KKGK6QtiMIRncfTy7JdxNikQF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14.875rem;top:55.875rem;left:12.0625rem;overflow:hidden;display:block; }
#fpHcMTZSXyemHcEF3BIsAnoBbesH8r8U { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:15.375rem;top:55.75rem;left:38.4375rem;overflow:hidden;display:block; }
#C21FwfkFDft1o5LP1CZ0K4xszkhrx7NV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:14.0625rem;top:56.1875rem;left:51.4375rem;overflow:hidden;display:block; }
#vyR4XN6hpuBgsfF1HSkPtR6916VO55tQ { position:absolute;display:block;z-index:14997;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:52.5rem;width:41rem;top:4.9375rem;left:1.75rem;overflow:hidden;display:block; }
#c7Oi1HmRBtvT8UyWEa6bJyhRgu4DDhzf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:13.5rem;top:56.625rem;left:0.625rem;overflow:hidden;display:block; }
#g9cBhBTxBp5Vq5bKHRciQGe1NO5vmHZV { 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:12.625rem;width:16.3125rem;top:54.9375rem;left:24.75rem;overflow:hidden;display:block; }
#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f4c;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; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { background-color: transparent; background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .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); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { border-width: 0; border-radius: 0; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#yI3dTcuVA14Ct887pkSZLQdT9N0GDmaA { color:rgba(var(--color-tertiary-0),1);display:block;width:72.875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.9375rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5AnWBIZuIFOSQ5LcAAJ59e3z4GiJ2br { color:#3d3c39;display:block;width:73.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.875rem;left:0rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#CgO51eW2KJA2uQGVwnJNVOuuMWud7im5 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.062125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:3.375rem;left:5.6875rem;height:12rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),0.22));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),0.22));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),0.22));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),0.22));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),0.22)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),0.22)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),0.22));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container { background-color: transparent; background-image: none; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container > .video-iframe-container { display: none; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row > .video-iframe-container { display: none; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .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); }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container { border-width: 0; border-radius: 0; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#xEEv5y2sQp0U3qGdI30HaiUJ2yrSUAzk { color:#454b54;display:block;width:52.1875rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:300;z-index:14967;line-height:1.3;letter-spacing:0;top:1.6257820129394rem;left:18.000001907349rem;height:6.9184375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9Ugu1vib0UiEbh94feIkeW9gJl425XN { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:10.5rem;left:47.5625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#Ca1kNfSkWl7CwBovXqIK8xVO55PH8atR { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzZRyH6nemvDy4tuenag4Nr2i9b3oenI { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.0625rem;left:47.5625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#cp7AQaPEamhfRqih5deUkMPdsc8R6aqy { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.6875rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdOJxOtr39ac0S5UTwqD2b7kkhv2RZnf { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.5625rem;left:47.5625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#p9T9gVDcgwnKbKbR6TJp5ayINqRDQRZI { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.1875rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUWXyW4uzHXRQzJhAXJVdeFr8ylAvbTt { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.625rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewtIvyMnvgXAP55Qz03nwC71rodFMnTp { color:rgba(var(--color-tertiary-2),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.416340827942rem;left:47.561846733093rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#Iw3VDyKGwqxcSbQtt85npd9hbqvLee0r { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqTP0GXt3bs4vSNf4Nu5fvg17l7ZTw8J { color:rgba(var(--color-tertiary-2),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:20.97900390625rem;left:47.561846733093rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#VLIPw0sdoTn4L70s4NB9gf92XdaMSZBi { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.6875rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtlAR23FmrscwUmxffONb0mVBxR5ff0O { color:rgba(var(--color-tertiary-2),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:23.47900390625rem;left:47.561846733093rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#Ohp2giB3ShyGAZ4bJkdwcTq8pZG6WVPI { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:25.1875rem;left:43.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TM769OwElZn5q6ucApSBryenmHMaD5sX { color:rgba(var(--color-tertiary-2),1);display:block;width:26.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:26.070962905884rem;left:47.561846733093rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#Lu8EDsd2RrxUgr7p3Qr2t0TU4ZH850lU { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:10.4375rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#QVnwlGhOLCKoR1o4eFiCznfRkhXxHXEc { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:10.125rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwGLrFwnTWRWTHfrpTIkuXCvuqT7xeLP { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:12.625rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvUATa85OQEPQZR3SDuwa4JvCTeiksm5 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#eV5k04GqOFsWlgQI9czJ9q6BSJzlrWTh { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.125rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLt2I01mgiPAysIkeg0zuZ3OL5Tto9An { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:15.5rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#CQzrdC7d1AvaPQZumDlR3ak1zZZGTJzN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:17.9375rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#EWIhuZ1y5ykPM29stWBBJGUpv5FaTeaW { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:20.125rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzBpNmeAbTxoSdE4XKG4tEDIX2ImMNNC { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:20.5rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#k7eWaraClitkNDsk9TrTSXBSS99cWxlt { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:23rem;left:21.75rem;height:1.225rem;text-align:left;text-align-last:left;display:block; }
#Tt0VG5sqfeviWh84Xpp0rH2ZyPI153TU { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:22.625rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pW2LPiRFfKLwuzSDmmCMvGOrhaOzbuWS { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:25.125rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NsmxNH64LURPQ6m3SGpoo8xA2oGK3IEu { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:25.5rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#PEP7RSlV1TTISQmuq4yd4APVLNkyCE7m { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:27.5rem;left:18rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDIFeJPb0oBNvL5H2ZvLdEvGzoLMgGMS { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:27.875rem;left:21.75rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#XhMLDrFzWBDugiSTTEOebT9tyks3GCz9 { color:#edbe4f;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:17.625rem;left:18.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luXTkLWI1pQvuR4lAoKcoTcLGvip3xg4 { position:absolute;display:block;z-index:14966;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:32.6866875rem;width:32.7491875rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#KoggKdgokEFnf6JauDK2xPbqOQizkuZ1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#arLlUf06B5AQkRpawsxl13firai7FggT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#wBANfGbzaklyZlt00E145O7F1KU7LA0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/akFYI6hI/shutterstock_1138873712.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r.adaptive-delivery-prevent-bg, #wBANfGbzaklyZlt00E145O7F1KU7LA0r.lazyload, #wBANfGbzaklyZlt00E145O7F1KU7LA0r.lazyloading { background-image: none; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container { background-color: transparent; background-image: none; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.63); }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container > .video-iframe-container { display: none; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.63); }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row > .video-iframe-container { display: none; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .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); }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container { border-width: 0; border-radius: 0; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r::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; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#PKxMwXukHNNBKWdtsHbDtzxwfOQnMmTV { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.312500417232rem;left:1.0609378814698rem;height:19.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tw0oLSKbKfg8ZLDF7Adr04gqnwOuwuNT { color:#212121;display:block;width:72.6875rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5617179870606rem;left:1.0617179870606rem;height:6.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AO1Pl69DUIdr1I07sLVgtmsTlfmqidWT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.3125rem;left:38.937498092651rem;height:5.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeJMNKiP30J8bXV6TKSeqzWFBiOku0X2 { color:#3d3c39;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.5rem;left:38.936719894409rem;height:19.25rem;text-align:left;text-align-last:left;display:block; }
#C2ctiJ8L3P8Mgf6GyXTqZQrgp58UB5IU { position:absolute;display:block;z-index:15006;background-color:#009bd9;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:25.1875rem;width:0.25rem;top:11.3125rem;left:36.46249961853rem;display:block; }
#oR7raVJLtVsCU31haryuIb06ALvGBuX3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zqp0sQJt/shutterstock_721720408.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; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3.adaptive-delivery-prevent-bg, #oR7raVJLtVsCU31haryuIb06ALvGBuX3.lazyload, #oR7raVJLtVsCU31haryuIb06ALvGBuX3.lazyloading { background-image: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container { background-color: transparent; background-image: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,42,88,0.66); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container > .video-iframe-container { display: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,42,88,0.66); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row > .video-iframe-container { display: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .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); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container { border-width: 0; border-radius: 0; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3::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; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#bVz7fdkeImb8LwFAeNMpxXwT5qVz0zml { color:rgba(var(--color-tertiary-0),1);display:block;width:57.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3229751586914rem;left:6.3831672668456rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#koCCdn0cP3esbIhtaZ808Nn2KqMpBlqU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:35rem;top:5.3480109795928rem;left:7.0614337921144rem;overflow:hidden;display:block; }
#odF6OLNAEzO2gxZPb0JaF56OwLxVhT85 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:4.05rem;display:none; }
#sMw5LfbGLpFzLcQq2TsP338a3TGPWSN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0772705078125rem;left:37.688209533691rem;height:24rem;text-align:center;text-align-last:center;display:none; }
#xmiiLKZTh12W3LgJZyLT2GZI1tP0ISTU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0772705078125rem;left:37.688209533691rem;height:24rem;text-align:center;text-align-last:center;display:none; }
#ayHf83nwkkGLeA8BTZdD8aFWbEvBzfNs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:4.05rem;display:none; }
#b70J8a6wG7wd2DwTfb0hb4VXWVUq8cqc { position:absolute;display:block;z-index:15007;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:34.4375rem;width:30rem;top:24.1669921875rem;left:10.74609375rem;overflow:hidden;display:none; }
#RVD6QVb1VNfT4OkNx05WCE4rF2Lg9r5w { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:4.05rem;display:none; }
#blEfSrLGb5lAouKoiAUIioZkuUvxsJiA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:4.05rem;display:none; }
#rJEel7TUH086zNt3cmpTgP8TM9ouV25R { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.52308177948rem;left:37.5625rem;height:19.6rem;text-align:center;text-align-last:center;display:none; }
#gHsAmAqOqodQGu8rsk1EXHzocivTJFtQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#c8u8BLtf4oJ3xxFH8McwRkg33oDJbBOu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;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; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container { background-color: transparent; background-image: none; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container > .video-iframe-container { display: none; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row > .video-iframe-container { display: none; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .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); }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container { border-width: 0; border-radius: 0; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#HZ9VbZy2aJKVMgim0ODI6cyZXPZwMedK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:4.0625rem;display:block; }
#KdpRpgduM0ebcM2kfSn7VApziqKMThOm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:3rem;height:4.875rem;display:block; }
#A410c5cVqP7LdQW2KbwOSMdDs73XJihG { position:absolute;display:block;z-index:15007;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:34.4375rem;width:30rem;top:25.16640663147rem;left:9.8710956573488rem;overflow:hidden;display:block; }
#s6Lw1uR6DpxRdRGoHOgHaEmbdzDAAdea { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0140628814698rem;left:37.500001907349rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zqp0sQJt/shutterstock_721720408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL.adaptive-delivery-prevent-bg, #QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL.lazyload, #QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL.lazyloading { background-image: none; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container { background-color: transparent; background-image: none; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,39,82,0.73); }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container > .video-iframe-container { display: none; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,39,82,0.73); }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row > .video-iframe-container { display: none; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .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); }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container { border-width: 0; border-radius: 0; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL::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; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#MLVVyXhKRJinCN7XuW8DHOfLPUWRPkAV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.5226745605469rem;left:37.562501907349rem;height:21.3720375rem;text-align:left;text-align-last:left;display:block; }
#kzAWfX92Hq0nEvmuFu1Tr8T7wJBkiXnd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:4.0625rem;display:block; }
#aTiZhCztTLHwnJun032fabEfZ7uxmTs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:2.625rem;height:4.875rem;display:block; }
#gwXB8hXLsSbT4JtDmf2LscedHRboiJkh { position:relative;display:none; }#gwXB8hXLsSbT4JtDmf2LscedHRboiJkh { border-width: 0; border-radius: 0; }#gwXB8hXLsSbT4JtDmf2LscedHRboiJkh > .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; }#gwXB8hXLsSbT4JtDmf2LscedHRboiJkh > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZXT2k9AThhNvJk4TNBkMKFcvdGPgOPCQ { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:4.25rem;width:49rem;top:18.875rem;left:12.5rem;display:block; }
#eCFkkTmpUfOPelUeUuM2T9HKk8v4ggmu { color:#464646;display:block;width:32.375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:14.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbTTblgZrqWvZHO6cB6i5iM13zeWQGMi { color:#e80d0d;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:19.875rem;left:43.5625rem;height:2.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pXaI3lxsOQtLEe99PfDvsAEATni3DPys { position:absolute;display:block;z-index:15071;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:13.8125rem;width:23.5rem;top:3.4375rem;left:28rem;overflow:hidden;display:block; }
#pqXf8vxRF5V1zWcLxZhCrlTWzQ4wymxg { position:absolute;display:block;z-index:15072;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:13.25rem;width:7.4375rem;top:4.9375rem;left:22.4375rem;overflow:hidden;display:block; }
#I7gUTw8OlX0NyXitZ2CtBaV5TRCA4ncs { position:absolute;display:block;z-index:14968;background-color:rgba(227,227,227,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #958c8c;border-left:0.0625rem solid #958c8c;border-right:0.0625rem solid #958c8c;border-bottom:0.0625rem solid #958c8c;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;height:33.625rem;width:55rem;top:23.625rem;left:8.5625rem;display:block; }
#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container { background-color: transparent; background-image: none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container > .video-iframe-container { display: none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row > .video-iframe-container { display: none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .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); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container { border-width: 0; border-radius: 0; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#UaKrymzFOHub4Tfv0TZeuunDDk8TpkxH { color:#2ee681;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.0625rem;height:11.212375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2r8Q3doD7I3B97K2tapxembiUqbfac1 { color:rgba(var(--color-tertiary-1),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:18.0625rem;left:25.5625rem;height:1.94986875rem;font-style:normal;display:block; }
#I8FkhdBBtEOcgmrDiKhSmLHzUQywoizO { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:21.875rem;left:43.6875rem;height:2.51855625rem;font-style:normal;display:block; }
#JdZPPXKMWd3chx4s51FNJagJbPZDtaGt { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.0625rem dotted rgba(178,178,178,0.77);border-left:0.0625rem dotted rgba(178,178,178,0.77);border-right:0.0625rem dotted rgba(178,178,178,0.77);border-bottom:0.0625rem dotted rgba(178,178,178,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3rem;width:36.5rem;top:7.875rem;left:17.75rem;display:block; }
#Q6Bp10wnX1AfWS8pe1FNuANeQqVCV0tO { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.843751907349rem;left:23.250001907349rem;display:none; }
#BGJqBJQpaZQqJCV32iHmW7ghlMa5ndu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDfQ6RkBWztZNss7V5cL6Wf10qx4GdKH { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.400000572204rem;left:49.02499961853rem;display:none; }
#sh6dtgBwpGtuWfqyEvNchfOrs1TRrENT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHJBSAT4H1JL7UHFoxgya0NfBFKJ5cTn { background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.4375rem;left:22.25rem;display:block; }
#Ldg7T34fqNN0hz2VO2bFOhwlTW7e9ymq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWwdo5nlWBoT0ZsRS1hT2fXks6IOceIp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:17.125rem;left:22.25rem;height:0;text-align:center;text-align-last:center;display:none; }
#OmsD2uduxBPANwChKfbUn1Syc8ncMFXR { color:rgba(var(--color-tertiary-1),1);display:block;width:9rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:19.9375rem;left:18.5625rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ThsxCgOeRFJT2bApDccim8UC7IzyELpU { color:#ff9400;display:block;width:54.3101875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:14969;line-height:1.5;letter-spacing:0;top:4.0625011324882rem;left:9.6250019073488rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIwf8oSfhtisC0GAPZHik3UOH7JKLfkS { color:#ff0000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:13.375rem;left:21.3125rem;height:3.0247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xghHDnxulCCTmiwWZMlFrq3w8EI9ED3z { color:#405057;display:block;width:21.4375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:25.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMT9l7I4AbLs9T45JXnLPdBRFM5cW3iL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.5625rem;width:36.625rem;top:7rem;left:17.75rem;display:block; }
#MpLRhfzgtoEbDmhommZ2a16dlbmKUXip { color:rgba(var(--color-tertiary-1),1);display:block;width:9rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:24.75rem;left:19.6875rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(235,124,14,0.12));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(235,124,14,0.12));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(235,124,14,0.12));background-image: -o-linear-gradient(180deg, #cccccc, rgba(235,124,14,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eb7c0e1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eb7c0e1e' );";background-image: linear-gradient(180deg, #cccccc, rgba(235,124,14,0.12));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container { background-color: transparent; background-image: none; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container > .video-iframe-container { display: none; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row > .video-iframe-container { display: none; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .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); }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container { border-width: 0; border-radius: 0; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#G2LKeFugX2U7AqHpvQ9v5pvki2HdCFQu { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:nunito;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.625rem;left:2.8125rem;height:9.7485625rem;text-align:left;text-align-last:left;display:block; }
#pkPaOng7riQXseTgwH2dVTIpXQ0zKP5O { color:#454b54;display:block;width:45.25rem;position:absolute;font-family:amsi;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.0625rem;left:2.8125rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#upZwKeBfbStdfO0d6852sEis3UKPvoe6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:19.6875rem;top:2.5rem;left:50.0244140625rem;overflow:hidden;display:block; }
#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I { position:relative;display:block; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I { background-color: transparent; background-image: none; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .row .container > .video-iframe-container { display: none; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .row > .video-iframe-container { display: none; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .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); }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I { border-width: 0; border-radius: 0; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .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; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .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:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rsU5nm5qo2kntQpPwnolkFDhRRseVcVW { color:rgba(var(--color-tertiary-4),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.96875rem;left:16.90625rem;height:3.25rem;font-style:normal;display:block; }
#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk.adaptive-delivery-prevent-bg, #ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk.lazyload, #ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk.lazyloading { background-image: none; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container { background-color: transparent; background-image: none; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container > .video-iframe-container { display: none; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row > .video-iframe-container { display: none; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .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); }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container { border-width: 0; border-radius: 0; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk::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; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#DPG1Ad5smNsAIyBiEkyEVkyOhf7fXgs0 { color:#411962;display:block;width:36.625rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.53125rem;left:9.8359394073488rem;height:1.7875rem;font-style:normal;display:block; }
#ywDXOpk0aZuwpN7Z9UQ15F1sMX4seKOT { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.6875rem;left:6.9609394073488rem;display:block; }
#gvnh2yHxCDPsT6lb7V1VdNBDky7qUBq5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:62.125rem;top:1.875rem;left:6.4375rem;display:block; }
#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf.adaptive-delivery-prevent-bg, #qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf.lazyload, #qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf.lazyloading { background-image: none; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container { background-color: transparent; background-image: none; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container > .video-iframe-container { display: none; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row > .video-iframe-container { display: none; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .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); }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container { border-width: 0; border-radius: 0; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf::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; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#fzzRooL3zFOwE9oMOfZd92LrEQGDPJ5z { color:#637084;display:block;width:59.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:7.8125rem;height:2.925rem;display:block; }
#aC35BuWIbIXvE1bgQIli8JLvO8FUmSXX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:62.125rem;top:0rem;left:6.4375rem;display:block; }
#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA.adaptive-delivery-prevent-bg, #XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA.lazyload, #XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA.lazyloading { background-image: none; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container { background-color: transparent; background-image: none; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container > .video-iframe-container { display: none; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row > .video-iframe-container { display: none; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .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); }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container { border-width: 0; border-radius: 0; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA::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; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#N8VMZT96cyC5l7ctdbvyrOCdo2taGJV0 { color:#411962;display:block;width:36.625rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.9609375rem;height:1.7875rem;font-style:normal;display:block; }
#Ut8F6IDi92iX2I5ru9ALNIkR4ICfR8Tp { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.9375rem;left:7.0234375rem;display:block; }
#VPyoukkTokVDwxbR4AVIoK64agP1mnwz { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:62.125rem;top:1.125rem;left:6.4375rem;display:block; }
#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0.adaptive-delivery-prevent-bg, #UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0.lazyload, #UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0.lazyloading { background-image: none; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container { background-color: transparent; background-image: none; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container > .video-iframe-container { display: none; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row > .video-iframe-container { display: none; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .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); }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container { border-width: 0; border-radius: 0; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0::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; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#P6lT9xlUEgoWuhSW1BU1hUJ4TPO3bA2E { color:#637084;display:block;width:59.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.8125rem;height:2.925rem;display:block; }
#JR6U4VwMKi937Hkf0uBdklyRvwAUu2w0 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:62.125rem;top:0rem;left:6.4375rem;display:block; }
#CKyddo8uEIBT961COETiXNLT78Q2lZ8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f.adaptive-delivery-prevent-bg, #CKyddo8uEIBT961COETiXNLT78Q2lZ8f.lazyload, #CKyddo8uEIBT961COETiXNLT78Q2lZ8f.lazyloading { background-image: none; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container { background-color: transparent; background-image: none; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container > .video-iframe-container { display: none; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row > .video-iframe-container { display: none; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .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); }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container { border-width: 0; border-radius: 0; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f::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; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#e0TWilyTFLnUZm77grAhsoUu6mJs9pyl { color:#411962;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.875rem;height:1.7871125rem;font-style:normal;display:block; }
#DMV8J2h7DznHToRV50QnpZPpWbapgogo { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.8125rem;left:6.9375rem;display:block; }
#xG2XLCxx0bN3LM8Zl15XULA1dBdZ4hJq { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:62.125rem;top:1rem;left:6.4375rem;display:block; }
#d8nNq4DLvadLughUSal4pzWAz1nbQURQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ.adaptive-delivery-prevent-bg, #d8nNq4DLvadLughUSal4pzWAz1nbQURQ.lazyload, #d8nNq4DLvadLughUSal4pzWAz1nbQURQ.lazyloading { background-image: none; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container { background-color: transparent; background-image: none; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container > .video-iframe-container { display: none; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row > .video-iframe-container { display: none; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .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); }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container { border-width: 0; border-radius: 0; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ::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; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#nDrbz7tcRqOCVM4yaxM7XBOGGwomByiH { color:#637084;display:block;width:59.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.8125rem;height:1.4624rem;display:block; }
#iCHpCnZqI8rU0oEeeIc9T71DTz7xGTRv { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:62.125rem;top:0rem;left:6.4375rem;display:block; }
#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse.adaptive-delivery-prevent-bg, #ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse.lazyload, #ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse.lazyloading { background-image: none; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container { background-color: transparent; background-image: none; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container > .video-iframe-container { display: none; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row > .video-iframe-container { display: none; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .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); }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container { border-width: 0; border-radius: 0; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse::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; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#FMrZck03rPaJCybhe88ozia6Nyfd3ohW { color:#411962;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.875rem;height:1.7875rem;font-style:normal;display:block; }
#wCpgsf7V7kcuuIVQgxChUP1yZTMPVrL4 { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.8125rem;left:6.9375rem;display:block; }
#ORHPXinh0BCVVvb1KGWDuB3qv9hvtntL { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:62.125rem;top:1rem;left:6.4375rem;display:block; }
#HrUK7fx9OfO6719tJFua3uTObVxCpGhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg.adaptive-delivery-prevent-bg, #HrUK7fx9OfO6719tJFua3uTObVxCpGhg.lazyload, #HrUK7fx9OfO6719tJFua3uTObVxCpGhg.lazyloading { background-image: none; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container { background-color: transparent; background-image: none; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container > .video-iframe-container { display: none; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row > .video-iframe-container { display: none; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .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); }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container { border-width: 0; border-radius: 0; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg::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; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#BTUDqrzceAwsVIJKK5U3cEkLHTsrOl0T { color:#637084;display:block;width:59.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.8125rem;height:4.38720625rem;display:block; }
#RuJasBgrx5LbwISKAvhToT45oAaDL4ry { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:62.125rem;top:0rem;left:6.4375rem;display:block; }
#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1.adaptive-delivery-prevent-bg, #bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1.lazyload, #bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1.lazyloading { background-image: none; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container { background-color: transparent; background-image: none; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container > .video-iframe-container { display: none; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row > .video-iframe-container { display: none; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .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); }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container { border-width: 0; border-radius: 0; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1::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; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#JBUf8tr7MUQA5esVOTmKr6Sek7pe0T3Z { color:#411962;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.875rem;height:1.7875rem;font-style:normal;display:block; }
#T4UXSbB2QU9lLR4AmfvCXifQqAdV0izK { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.8125rem;left:6.9375rem;display:block; }
#bgkuiDDdXzOVr00vvOIvg95SG3kJDnHR { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:62.125rem;top:1rem;left:6.4375rem;display:block; }
#vENnr3O4s32NiedBpCa0ihlubDNsD0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT.adaptive-delivery-prevent-bg, #vENnr3O4s32NiedBpCa0ihlubDNsD0oT.lazyload, #vENnr3O4s32NiedBpCa0ihlubDNsD0oT.lazyloading { background-image: none; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container { background-color: transparent; background-image: none; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container > .video-iframe-container { display: none; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row > .video-iframe-container { display: none; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .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); }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container { border-width: 0; border-radius: 0; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT::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; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#S1rQbI65xlKc4J9PsELu0KLNgQK2nNpw { color:#637084;display:block;width:59.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.8125rem;height:2.92480625rem;display:block; }
#eMCPiMt5xftCfDiRKTE6pwRCVC6NSayX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:62.125rem;top:0rem;left:6.4375rem;display:block; }
#KrCPTtTm9OELEW1qWmugozporKvopLM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#KrCPTtTm9OELEW1qWmugozporKvopLM0.adaptive-delivery-prevent-bg, #KrCPTtTm9OELEW1qWmugozporKvopLM0.lazyload, #KrCPTtTm9OELEW1qWmugozporKvopLM0.lazyloading { background-image: none; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container { background-color: transparent; background-image: none; }#KrCPTtTm9OELEW1qWmugozporKvopLM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container > .video-iframe-container { display: none; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row > .video-iframe-container { display: none; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .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); }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container { border-width: 0; border-radius: 0; }#KrCPTtTm9OELEW1qWmugozporKvopLM0::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; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#I51tsyd5g7msq5ZWBTelbDUGEDUSHuZU { color:#411962;display:block;width:58.875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.875rem;height:1.7875rem;font-style:normal;display:block; }
#VJ8qaAS9EORURHw0Mfhv6AklIaPpLJ2x { box-sizing:content-box;color:#ff5f00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.8125rem;left:6.9375rem;display:block; }
#K6isglCXgcGb73EqWyl8xoQKySuXtSpy { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:62.125rem;top:1rem;left:6.4375rem;display:block; }
#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ok8M01jY/irtr.png");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; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO.adaptive-delivery-prevent-bg, #iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO.lazyload, #iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO.lazyloading { background-image: none; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container { background-color: transparent; background-image: none; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container > .video-iframe-container { display: none; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row > .video-iframe-container { display: none; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .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); }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container { border-width: 0; border-radius: 0; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO::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; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#XT98dPFlUMSZOeZMzEtsenZ6xmXEks67 { color:#637084;display:block;width:59.375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.8125rem;height:1.4625rem;display:block; }
#QZsxHZTyXiDR7wWpaNd9Tqwcpm1sIUxH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:62.125rem;top:0rem;left:6.4375rem;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container { background-color: transparent; background-image: none; }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container > .video-iframe-container { display: none; }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row > .video-iframe-container { display: none; }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .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); }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container { border-width: 0; border-radius: 0; }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5UeVNEx57ZcbqTNtzvnGdTwESdR2Tf3 { width:;height:;top:45.5625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbQkezEZKP4L0tSWso00fT5uOLnTMDNH { width:26.5625rem;height:15.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmsnAPBWRc6tMq0WVphX9T6ZSHG88oo { width:21.6875rem;height:33.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTmtq1bbs2vAsqbNu68waiXs7SzWMw20 { width:25.0625rem;height:7rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK3zfmCQNkD7cIDlwkQoJdKX0A1zXLvL { width:34.625rem;height:2.0625rem;top:10.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fop0BGV5U6npSRDbOnTA4zgvQNkN78o2 { width:42.9375rem;height:6rem;top:48rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-regular-label { width:38.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-text { width:38.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-text {padding-top: 0; padding-bottom: 0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-textarea { width:38.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-select { width:38.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-select {padding-top: 0; padding-bottom: 0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-button { width:38.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-checkbox-label { width:37.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a  { width:38.75rem;height:auto;top:26.8125rem;left:0rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .radio-container { width:38.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a {display:block;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a { width:38.75rem;height:auto;top:26.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #pRZHLe22TtkE1BmcIiSFEcHJHuJmaTva {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #AoG02XIk7s2RWJpWl6OG0s1zB4CMG4HJ { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #eWvF0a4y7vbdittvMRTqu3HrcMQLazME {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #psguWSRlfUTBiIsamTKspCdN5mGPCqRG {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #EJISy7VH7BGXEJlDe7IHnVTMBTaaMtxM { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #osApuUBUggT6HfQoluwts3w2JoWB43Sp {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #hl42tzy4VbVmCgyJSPsBy2lwHXiDOqzi {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #TGm6a3QMWuo8SXLq73F7fINUvFTVaGnz { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #JWxrJ9dOgSnkO1VgxbwqftHPq1Tw0zKI {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #gC4aOyN3IN7B0mTugA6AziwnBHzMPdlH {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #gHiviubvHIatKPu2tLe4ZxePQq8IKGNg { z-index:2; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #w0CA6HVVZCI1TTcxMA3FN2EZLUGUOfem {  }
 }@media only screen and (max-width: 763px) { #vghVeW0kAERsdT6CDbOKkMD0DrlVhu5n { display:block; }
 }@media only screen and (max-width: 763px) { #WdrEL2l9iNiSIncmaedo6ZLrloTOc72W { display:block; }
 }@media only screen and (max-width: 763px) { #TlaDpeMIKeWxgbGs7hMK1Tdf8TKaZiiu { display:block; }
 }@media only screen and (max-width: 763px) { #Tyu8wJvVr9rTThremfMIgkwT8LezHHkT { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #GeKt19R9dAapumxVSEyByJQTpVcrWxnX {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #gP2DviIbzPxlkWN0rFDBUdGZwPZa3eM8 {  }
 }@media only screen and (max-width: 763px) { #sUPo9hx7q0aMdgLWVWvAd2bMPgI7nzI5 { width:47.75rem;height:1.75rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gniLfzlFF0yKWBZBLXLzsAaDyUTpJcaT { width:47.75rem;height:2.375rem;top:24rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLEoTMB9qmMWswnahkstuomPxxIJWMbx { width:7.125rem;height:3.375rem;top:4rem;left:4.9367198944092rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 { display:block; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txq41TvHIhcJsVHDvGTamxRIi44LxhJT { width:;height:;top:45.5625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc4o2C7MroTh2SVCu1SMoqUsStOHn7mP { width:26.5625rem;height:15.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx8BwgREDgMTkk3sv3wxTfy9C3SEN8yh { width:21.6875rem;height:33.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb61Z1apBKowpT6htRiiTC2k85s4ZhSU { width:25.0625rem;height:7rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7XmTkzFenVLuQR1mMhZoVrvmPZht584 { width:34.625rem;height:2.0625rem;top:13.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1y1A2ku6QLTqcvsnKtALBmETGRHEd5m { width:42.9375rem;height:6.0625rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEUO1cy6hUSFxzQwh3Oo8SbwXoSuo4TT { width:12.1875rem;height:5.625rem;top:4.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6DTwhxXPFwACErw6PQ6G4mVMutcGZg { width:27.8125rem;height:3.8125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqW9PNo412vyhb2DBevapq1tLQ8vNk6W { display:block; }
 }@media only screen and (max-width: 763px) { #Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq { display:block; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0rTpKRpzObhtssgwWQ8umnP8DVrHkz3 { width:14.3125rem;height:14.3125rem;top:12.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5JZJybXne0GEgZGqCmSVTxCSHuszdTc { width:14.375rem;height:14.375rem;top:13rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5P7rKFIBAlWgxrV9Vkcfefx0caxf1GT { width:12.5rem;height:5.1875rem;top:27.0625rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFgZbffwII79zawS021e3I5T9yvuA3Db { width:13.5rem;height:3.875rem;top:27.25rem;left:34.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0wxsQepThWNnxvVnPRqluGXrzw6haNO { width:14.375rem;height:14.375rem;top:12.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRkql18PPTsbu3kpfDwQMAJ3tZoEhBCT { width:12.5rem;height:5.5625rem;top:26.875rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF5I3p7i99dZ8TDQ600p4yqv77uT3Id2 { width:14.375rem;height:14.375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM0c8sai1mwtbPCW1N26aVIvNhNqDgDd { width:13.125rem;height:3.875rem;top:27rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnqXvBGmNfJS9Q212DTzfsrBCWZhy9KP { width:47.75rem;height:6.25rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs4Wcs7pN7RUOpbAuwNInuMqo84TIskg { width:14.375rem;height:14.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spg0TGxUf9Lc5ol3RbH6UWIkckynVP88 { width:13.125rem;height:5.1875rem;top:48.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rACrVKaaa99F8qeSaTqG60yTu4cP73NS { width:14.375rem;height:14.375rem;top:33.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3mENsVKOy09VUJRBdOVBTumb1GdnJ0 { width:14.3125rem;height:14.3125rem;top:33.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atBLB0ueW1lH8dr5640f8wExZCkSphEc { width:14.875rem;height:3.875rem;top:48.125rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsADrF9iCOxhsZ9TJd0SSNG5Oy5RXFtf { width:12.5rem;height:5.1875rem;top:48.125rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaGBLWa3Pc4WAErt6wBNZ8iSQQUnrsO6 { width:14.375rem;height:14.375rem;top:33.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td4rJFeNWHuTATwzOtLJEAzHE3BU92Rc { width:16.625rem;height:5.1875rem;top:48.125rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udmRwVHy41mUwH17SZF4eJ6Bdw0qfizB { width:11.5625rem;height:12.5625rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0PTAP3BAynZg8BoVMQpGM9mX310R0WM { width:11.5625rem;height:12.5rem;top:13.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NorJZthfVQFzwXOT2HExVetQrRkerx3M { width:11.5625rem;height:12.5rem;top:13.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9mBeH9xONZUTPvTPoZT9lJT5zT9Eofd { width:11.5625rem;height:12.5rem;top:13.3125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkG5G1wNMeJul3SaG8D2S1TzrBEGzllz { width:11.5625rem;height:12.5rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL78lMgkyb49ICsiM7bvLRtTexMDEdNX { width:11.5625rem;height:12.5rem;top:34rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlVwffzKOhHXHmHyOP3fHPM8lqhHA1RI { width:11.5625rem;height:12.5rem;top:34.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhqkwLthTsptcOvp8Myua7yxzODOG2nX { width:11.5625rem;height:12.5rem;top:33.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUBzvPby49vaEmClftZDKnGRs0k3OaJz { display:block; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJDiWS2mX77CHCwegSv5eEBcdudezWk0 { width:16.25rem;height:4.1875rem;top:37.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QccIfTVKpTohLyTUZBQSHH12w9kUCd5P { width:12.5rem;height:8.125rem;top:30rem;left:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tWPIVRT1ntUg2Mg9pLmHqRQC6wGT5T { width:12.5rem;height:8.125rem;top:13.6875rem;left:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi279621qCTyUZ5oZuPnIVKx44swmryx { width:16.625rem;height:4.1875rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEVrdG189WeD1mv8oJRsp0XeRnfOZcfm { width:12.5rem;height:8.125rem;top:13.625rem;left:19.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8xPlUCiVorsr8kETc08QSMM4hO9DaDk { width:18.25rem;height:7rem;top:21.0625rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B21NoOah8iA6qS3wGl1sn2U4UnuFmfX8 { width:47.75rem;height:6.5rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIeimM8zWCukCk6qT94Dx44zrSisoKuK { width:12.5rem;height:8.125rem;top:29.375rem;left:19.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyEZZ5bZoT0mMPhyZsGWQlHim9wdHCqw { width:16.25rem;height:5.5625rem;top:37.4375rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1OuTdqBFC3K8CHsXiAEgoQsapWmSl4R { width:16.625rem;height:5.5625rem;top:37.375rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIQDwHFCimkkBtqaJH1rWBZR1BpPPgAR { width:12.5rem;height:8.125rem;top:30rem;left:35.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWeNGUqWdBn1Q7AxKB7W5dtkSlbEHZqE { width:15.5625rem;height:3.25rem;top:8.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O85dGe84pZbwVPLs9V2M8btQ40dgKocG { width:14.9375rem;height:5.75rem;top:13.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgftB8nVy7VDpcK1PTcXpimcbxgbxh6S { width:14.9375rem;height:3.5625rem;top:19.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxVenDyq145LvfVR4aZOJoPxPIuWydCM { width:16.25rem;height:4.75rem;top:24.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnTiC6rCmdEDZRU76uGNL4ktR2Sn5Fve { width:16.625rem;height:4.75rem;top:35.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZ80JhW99y0zkI9DT8TiUL9qlKo5NlZF { width:12.5rem;height:2.75rem;top:31.1875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HESsM3oNuxfNlnXGWPczycebunueruOk { width:12.5rem;height:3.25rem;top:23.8125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bt0bAgcVpEq1fJ9cPJ46rcQ9zhalM1uN { width:12.5rem;height:3.375rem;top:18.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTV0DXzTbXK8DfHr0J4q7Cd9tr0aWGvF { width:12.5rem;height:3.25rem;top:13.25rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEPXPUv2sfmMXSmt6sMMcnIAqBaP7qX8 { width:12.5rem;height:3rem;top:8.25rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUNWxWw3vV7b8FZGTTvUAp1dH7kxlRQn { width:45.75rem;height:45.75rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk { display:block; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlUptzSRu8cDFtbShgu4EILwkJNOEPPr { width:27.6875rem;height:24.75rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iktf6XIO4KMc5Qx6rDbSfQIvSLTtJIZX { width:25.5rem;height:6.75rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpzqeSJuuWculHlDf0tvmdqBoeFFAQsN { width:33.875rem;height:1.9375rem;top:38.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw { display:block; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLwSy0fuhJZ3tbX5UG1UFgqyCJd01FJe { width:47.75rem;height:4.375rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRwybDRAASy1mZPUOeHeNdM2dQ1pvR2t { width:35.8125rem;height:29.375rem;top:9.8125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDiEZrM5awn03I3gZ8k2IHFMdhW5Eys4 { width:35.625rem;height:35.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJRVsoXATp8HifzOIhvibZbazgcfmabS { width:21.9375rem;height:3.4375rem;top:36.75rem;left:0.78125190734863rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWfKaWs7zlWuvmX4wTvhbyTMH6K5wrWO { display:block; }
 }@media only screen and (max-width: 763px) { #wNZJfFHLqSpvTW7IqZnCqxoTuUnT0OvJ { width:21.9375rem;height:3.4375rem;top:41.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA1Ko4EtyQanpgQc8wdy5GMwNs5vp1ff { display:block; }
 }@media only screen and (max-width: 763px) { #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME { display:block; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH1d4QBpbWf2goGh1HIWLgNSnwGtCDOQ { width:46.125rem;height:11.5625rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweduJFAAsfb2sU54pOZArlnkEE2aGVT { width:47.75rem;height:5.5rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebRS3VdNxFGJQKbPv4iqEoQU5FC7kPTp { width:26.75rem;height:2.5625rem;top:25.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrVDMtIHJrLzgqloxw7nuT3Qys6TzMQm { width:44.875rem;height:30.4375rem;top:0.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn { display:block; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrG0lqCQbJ5cbcaisTOgH5wO0TgbJpBi { width:47.75rem;height:13.5625rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvbDrwsDhsAC4I51XxWUQWeymDt47tSv { width:17.5625rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcMHIik0tSUsHyuINvPPleNEbziZQZ5C { display:block; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwCL37nG0N5AoK2fT3t3K13J6mlkWump { width:36.375rem;height:5.8125rem;top:1.3125rem;left:11.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VztbwDfzN3MlfWQ0oZvEFmHOUUh90OmT { width:37.5625rem;height:46.5rem;top:7.125rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCq2qi1KKGK6QtiMIRncfTy7JdxNikQF { width:14.875rem;height:11.875rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHcMTZSXyemHcEF3BIsAnoBbesH8r8U { width:15.375rem;height:12.125rem;top:55.75rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C21FwfkFDft1o5LP1CZ0K4xszkhrx7NV { width:14.0625rem;height:11.25rem;top:56.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyR4XN6hpuBgsfF1HSkPtR6916VO55tQ { width:41rem;height:52.5rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Oi1HmRBtvT8UyWEa6bJyhRgu4DDhzf { width:13.5rem;height:10.4375rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9cBhBTxBp5Vq5bKHRciQGe1NO5vmHZV { width:16.3125rem;height:12.625rem;top:54.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C { display:block; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yI3dTcuVA14Ct887pkSZLQdT9N0GDmaA { width:47.75rem;height:6rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5AnWBIZuIFOSQ5LcAAJ59e3z4GiJ2br { width:47.75rem;height:4.625rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgO51eW2KJA2uQGVwnJNVOuuMWud7im5 { width:30rem;height:11.8125rem;top:3.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI { display:block; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEEv5y2sQp0U3qGdI30HaiUJ2yrSUAzk { width:47.75rem;height:6.6875rem;top:1.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ugu1vib0UiEbh94feIkeW9gJl425XN { width:23.8125rem;height:1.25rem;top:10.5rem;left:23.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca1kNfSkWl7CwBovXqIK8xVO55PH8atR { width:3.75rem;height:2rem;top:10.125rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZRyH6nemvDy4tuenag4Nr2i9b3oenI { width:23.8125rem;height:1.25rem;top:13.0625rem;left:23.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7AQaPEamhfRqih5deUkMPdsc8R6aqy { width:3.75rem;height:2rem;top:12.6875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOJxOtr39ac0S5UTwqD2b7kkhv2RZnf { width:23.8125rem;height:1.25rem;top:15.5625rem;left:23.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9T9gVDcgwnKbKbR6TJp5ayINqRDQRZI { width:3.75rem;height:2rem;top:15.1875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWXyW4uzHXRQzJhAXJVdeFr8ylAvbTt { width:3.75rem;height:2rem;top:17.625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewtIvyMnvgXAP55Qz03nwC71rodFMnTp { width:23.75rem;height:1.25rem;top:18.375rem;left:23.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw3VDyKGwqxcSbQtt85npd9hbqvLee0r { width:3.75rem;height:2rem;top:20.1875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTP0GXt3bs4vSNf4Nu5fvg17l7ZTw8J { width:23.75rem;height:1.25rem;top:20.9375rem;left:23.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIPw0sdoTn4L70s4NB9gf92XdaMSZBi { width:3.75rem;height:2rem;top:22.6875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtlAR23FmrscwUmxffONb0mVBxR5ff0O { width:23.75rem;height:1.25rem;top:23.4375rem;left:23.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohp2giB3ShyGAZ4bJkdwcTq8pZG6WVPI { width:3.75rem;height:2rem;top:25.1875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM769OwElZn5q6ucApSBryenmHMaD5sX { width:26.625rem;height:2.5625rem;top:26.0625rem;left:21.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu8EDsd2RrxUgr7p3Qr2t0TU4ZH850lU { width:23.8125rem;height:1.25rem;top:10.4375rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnwlGhOLCKoR1o4eFiCznfRkhXxHXEc { width:3.75rem;height:2rem;top:10.125rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwGLrFwnTWRWTHfrpTIkuXCvuqT7xeLP { width:3.75rem;height:2rem;top:12.625rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUATa85OQEPQZR3SDuwa4JvCTeiksm5 { width:23.8125rem;height:1.25rem;top:13rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5k04GqOFsWlgQI9czJ9q6BSJzlrWTh { width:3.75rem;height:2rem;top:15.125rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLt2I01mgiPAysIkeg0zuZ3OL5Tto9An { width:23.8125rem;height:1.25rem;top:15.5rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQzrdC7d1AvaPQZumDlR3ak1zZZGTJzN { width:19.8125rem;height:1.25rem;top:17.9375rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIhuZ1y5ykPM29stWBBJGUpv5FaTeaW { width:3.75rem;height:2rem;top:20.125rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBpNmeAbTxoSdE4XKG4tEDIX2ImMNNC { width:23.8125rem;height:1.25rem;top:20.5rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7eWaraClitkNDsk9TrTSXBSS99cWxlt { width:21.875rem;height:1.1875rem;top:23rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0VG5sqfeviWh84Xpp0rH2ZyPI153TU { width:3.75rem;height:2rem;top:22.625rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW2LPiRFfKLwuzSDmmCMvGOrhaOzbuWS { width:3.75rem;height:2rem;top:25.125rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsmxNH64LURPQ6m3SGpoo8xA2oGK3IEu { width:23.8125rem;height:1.25rem;top:25.5rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEP7RSlV1TTISQmuq4yd4APVLNkyCE7m { width:3.75rem;height:2rem;top:27.5rem;left:11.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIFeJPb0oBNvL5H2ZvLdEvGzoLMgGMS { width:23.8125rem;height:1.25rem;top:27.875rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhMLDrFzWBDugiSTTEOebT9tyks3GCz9 { width:3.75rem;height:2rem;top:17.625rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luXTkLWI1pQvuR4lAoKcoTcLGvip3xg4 { width:32.6875rem;height:32.625117727158rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoggKdgokEFnf6JauDK2xPbqOQizkuZ1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #arLlUf06B5AQkRpawsxl13firai7FggT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBANfGbzaklyZlt00E145O7F1KU7LA0r { display:block; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKxMwXukHNNBKWdtsHbDtzxwfOQnMmTV { width:34.5625rem;height:19.75rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0oLSKbKfg8ZLDF7Adr04gqnwOuwuNT { width:47.75rem;height:6.6875rem;top:1.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO1Pl69DUIdr1I07sLVgtmsTlfmqidWT { width:36.0625rem;height:4.9375rem;top:11.3125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJMNKiP30J8bXV6TKSeqzWFBiOku0X2 { width:36.125rem;height:19.25rem;top:17.5rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ctiJ8L3P8Mgf6GyXTqZQrgp58UB5IU { width:0.25rem;height:25.1875rem;top:11.3125rem;left:22.83749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR7raVJLtVsCU31haryuIb06ALvGBuX3 { display:block; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVz7fdkeImb8LwFAeNMpxXwT5qVz0zml { width:47.75rem;height:6.4375rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #koCCdn0cP3esbIhtaZ808Nn2KqMpBlqU { width:35rem;height:40.3125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odF6OLNAEzO2gxZPb0JaF56OwLxVhT85 { width:16.6875rem;height:2.5625rem;top:30.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMw5LfbGLpFzLcQq2TsP338a3TGPWSN4 { width:20rem;height:16.5rem;top:27.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmiiLKZTh12W3LgJZyLT2GZI1tP0ISTU { width:20rem;height:6.375rem;top:23.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayHf83nwkkGLeA8BTZdD8aFWbEvBzfNs { width:8.5rem;height:3.5625rem;top:14.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b70J8a6wG7wd2DwTfb0hb4VXWVUq8cqc { width:30rem;height:34.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVD6QVb1VNfT4OkNx05WCE4rF2Lg9r5w { width:8.5rem;height:1.9375rem;top:47.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #blEfSrLGb5lAouKoiAUIioZkuUvxsJiA { width:8.5rem;height:4.75rem;top:50.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJEel7TUH086zNt3cmpTgP8TM9ouV25R { width:20rem;height:29.375rem;top:63.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHsAmAqOqodQGu8rsk1EXHzocivTJFtQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8u8BLtf4oJ3xxFH8McwRkg33oDJbBOu { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK { display:block; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ9VbZy2aJKVMgim0ODI6cyZXPZwMedK { width:16.6875rem;height:4rem;top:10.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdpRpgduM0ebcM2kfSn7VApziqKMThOm { width:12.5rem;height:4.75rem;top:14.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A410c5cVqP7LdQW2KbwOSMdDs73XJihG { width:30rem;height:34.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6Lw1uR6DpxRdRGoHOgHaEmbdzDAAdea { width:37.25rem;height:24rem;top:2rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL { display:block; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLVVyXhKRJinCN7XuW8DHOfLPUWRPkAV { width:35.5rem;height:21rem;top:2.5rem;left:12.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAWfX92Hq0nEvmuFu1Tr8T7wJBkiXnd { width:16.6875rem;height:4rem;top:8rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiZhCztTLHwnJun032fabEfZ7uxmTs3 { width:12.5rem;height:4.75rem;top:11.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXB8hXLsSbT4JtDmf2LscedHRboiJkh { display:block; }#gwXB8hXLsSbT4JtDmf2LscedHRboiJkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXT2k9AThhNvJk4TNBkMKFcvdGPgOPCQ { width:47.75rem;height:4.25rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFkkTmpUfOPelUeUuM2T9HKk8v4ggmu { width:32.375rem;height:2.25rem;top:19.9375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbTTblgZrqWvZHO6cB6i5iM13zeWQGMi { width:19rem;height:2.3125rem;top:19.875rem;left:28.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXaI3lxsOQtLEe99PfDvsAEATni3DPys { width:23.5rem;height:13.8125rem;top:3.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXf8vxRF5V1zWcLxZhCrlTWzQ4wymxg { width:7.4375rem;height:13.25rem;top:4.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7gUTw8OlX0NyXitZ2CtBaV5TRCA4ncs { width:47.625rem;height:33.625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EstnWRwW9zFfE1udFoki3uBKshmN7zm8 { display:none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UaKrymzFOHub4Tfv0TZeuunDDk8TpkxH { width:30.1875rem;height:11.1875rem;top:15.25rem;left:7.4375rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2r8Q3doD7I3B97K2tapxembiUqbfac1 { width:2.0625rem;height:1.9375rem;top:18.0625rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FkhdBBtEOcgmrDiKhSmLHzUQywoizO { width:3.1875rem;height:2.5rem;top:21.875rem;left:30.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdZPPXKMWd3chx4s51FNJagJbPZDtaGt { width:36.5rem;height:3rem;top:7.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Bp10wnX1AfWS8pe1FNuANeQqVCV0tO { width:27.8125rem;height:3.8125rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGJqBJQpaZQqJCV32iHmW7ghlMa5ndu7 { display:block; }
 }@media only screen and (max-width: 763px) { #GDfQ6RkBWztZNss7V5cL6Wf10qx4GdKH { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sh6dtgBwpGtuWfqyEvNchfOrs1TRrENT { display:block; }
 }@media only screen and (max-width: 763px) { #sHJBSAT4H1JL7UHFoxgya0NfBFKJ5cTn { width:27.8125rem;height:3.8125rem;top:26.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldg7T34fqNN0hz2VO2bFOhwlTW7e9ymq { display:block; }
 }@media only screen and (max-width: 763px) { #zWwdo5nlWBoT0ZsRS1hT2fXks6IOceIp { width:27.625rem;height:2.4375rem;top:17.125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmsD2uduxBPANwChKfbUn1Syc8ncMFXR { width:9rem;height:1.9375rem;top:19.9375rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThsxCgOeRFJT2bApDccim8UC7IzyELpU { width:47.75rem;height:3rem;top:4.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIwf8oSfhtisC0GAPZHik3UOH7JKLfkS { width:29.5rem;height:3rem;top:13.375rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xghHDnxulCCTmiwWZMlFrq3w8EI9ED3z { width:21.4375rem;height:2.375rem;top:8.0625rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMT9l7I4AbLs9T45JXnLPdBRFM5cW3iL { width:36.625rem;height:4.5625rem;top:7rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpLRhfzgtoEbDmhommZ2a16dlbmKUXip { width:4.5rem;height:1.5625rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 { display:block; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2LKeFugX2U7AqHpvQ9v5pvki2HdCFQu { width:44.1875rem;height:9.6875rem;top:8.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkPaOng7riQXseTgwH2dVTIpXQ0zKP5O { width:45.25rem;height:3.375rem;top:4.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upZwKeBfbStdfO0d6852sEis3UKPvoe6 { width:19.6875rem;height:18.0625rem;top:2.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I { display:block; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsU5nm5qo2kntQpPwnolkFDhRRseVcVW { width:47.75rem;height:3.1875rem;top:1.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk { display:block; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPG1Ad5smNsAIyBiEkyEVkyOhf7fXgs0 { width:36.5625rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywDXOpk0aZuwpN7Z9UQ15F1sMX4seKOT { width:2.9375rem;height:3.125rem;top:1.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnh2yHxCDPsT6lb7V1VdNBDky7qUBq5 { width:47.75rem;height:2.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf { display:block; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzzRooL3zFOwE9oMOfZd92LrEQGDPJ5z { width:47.75rem;height:2.875rem;top:0.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC35BuWIbIXvE1bgQIli8JLvO8FUmSXX { width:47.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA { display:block; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8VMZT96cyC5l7ctdbvyrOCdo2taGJV0 { width:36.5625rem;height:1.75rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut8F6IDi92iX2I5ru9ALNIkR4ICfR8Tp { width:2.9375rem;height:3.125rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPyoukkTokVDwxbR4AVIoK64agP1mnwz { width:47.75rem;height:2.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 { display:block; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6lT9xlUEgoWuhSW1BU1hUJ4TPO3bA2E { width:47.75rem;height:2.875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR6U4VwMKi937Hkf0uBdklyRvwAUu2w0 { width:47.75rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKyddo8uEIBT961COETiXNLT78Q2lZ8f { display:block; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TWilyTFLnUZm77grAhsoUu6mJs9pyl { width:47.75rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV8J2h7DznHToRV50QnpZPpWbapgogo { width:2.9375rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG2XLCxx0bN3LM8Zl15XULA1dBdZ4hJq { width:47.75rem;height:2.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nNq4DLvadLughUSal4pzWAz1nbQURQ { display:block; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDrbz7tcRqOCVM4yaxM7XBOGGwomByiH { width:47.75rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHpCnZqI8rU0oEeeIc9T71DTz7xGTRv { width:47.75rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse { display:block; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMrZck03rPaJCybhe88ozia6Nyfd3ohW { width:47.75rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpgsf7V7kcuuIVQgxChUP1yZTMPVrL4 { width:2.9375rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORHPXinh0BCVVvb1KGWDuB3qv9hvtntL { width:47.75rem;height:2.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUK7fx9OfO6719tJFua3uTObVxCpGhg { display:block; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTUDqrzceAwsVIJKK5U3cEkLHTsrOl0T { width:47.75rem;height:4.3125rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJasBgrx5LbwISKAvhToT45oAaDL4ry { width:47.75rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 { display:block; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBUf8tr7MUQA5esVOTmKr6Sek7pe0T3Z { width:47.75rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4UXSbB2QU9lLR4AmfvCXifQqAdV0izK { width:2.9375rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgkuiDDdXzOVr00vvOIvg95SG3kJDnHR { width:47.75rem;height:2.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vENnr3O4s32NiedBpCa0ihlubDNsD0oT { display:block; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1rQbI65xlKc4J9PsELu0KLNgQK2nNpw { width:47.75rem;height:2.875rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMCPiMt5xftCfDiRKTE6pwRCVC6NSayX { width:47.75rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrCPTtTm9OELEW1qWmugozporKvopLM0 { display:block; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51tsyd5g7msq5ZWBTelbDUGEDUSHuZU { width:47.75rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8qaAS9EORURHw0Mfhv6AklIaPpLJ2x { width:2.9375rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6isglCXgcGb73EqWyl8xoQKySuXtSpy { width:47.75rem;height:2.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO { display:block; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT98dPFlUMSZOeZMzEtsenZ6xmXEks67 { width:47.75rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZsxHZTyXiDR7wWpaNd9Tqwcpm1sIUxH { width:47.75rem;height:3.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/JYqxy2Ys/correc_a_o.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::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; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:53.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L5UeVNEx57ZcbqTNtzvnGdTwESdR2Tf3 { top:52.978298187256rem;left:0rem;width:19.75rem;height:39.6875rem;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #454b54;border-left:0.125rem dotted #454b54;border-right:0.125rem dotted #454b54;border-bottom:0.125rem dotted #454b54;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbQkezEZKP4L0tSWso00fT5uOLnTMDNH { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTmsnAPBWRc6tMq0WVphX9T6ZSHG88oo { width:19.875rem;height:33.0625rem;top:17.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTmtq1bbs2vAsqbNu68waiXs7SzWMw20 { width:20rem;height:5.628125rem;top:8.737500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK3zfmCQNkD7cIDlwkQoJdKX0A1zXLvL { width:20rem;height:1.5rem;top:6.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fop0BGV5U6npSRDbOnTA4zgvQNkN78o2 { width:20rem;height:5.2rem;top:46.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-form-header {  }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-text {padding-top: 0; padding-bottom: 0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-select {padding-top: 0; padding-bottom: 0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2fda1d, #0c3a07);background-image: -moz-linear-gradient(180deg, #2fda1d, #0c3a07);background-image: -ms-linear-gradient(180deg, #2fda1d, #0c3a07);background-image: -o-linear-gradient(180deg, #2fda1d, #0c3a07);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fda1d', endColorstr='#0c3a07' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fda1d', endColorstr='#0c3a07' );";background-image: linear-gradient(180deg, #2fda1d, #0c3a07);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:700;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-container:first-of-type{padding-top:0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-container:last-of-type{padding-bottom:0;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:24.378126144409rem;z-index:15001; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#mo6EBTNczGE6SArNso97XxP5pufnoy7a {display:block;}#mo6EBTNczGE6SArNso97XxP5pufnoy7a { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:24.378126144409rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #pRZHLe22TtkE1BmcIiSFEcHJHuJmaTva {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #AoG02XIk7s2RWJpWl6OG0s1zB4CMG4HJ { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #eWvF0a4y7vbdittvMRTqu3HrcMQLazME {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #psguWSRlfUTBiIsamTKspCdN5mGPCqRG {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #EJISy7VH7BGXEJlDe7IHnVTMBTaaMtxM { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #osApuUBUggT6HfQoluwts3w2JoWB43Sp {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #hl42tzy4VbVmCgyJSPsBy2lwHXiDOqzi {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #TGm6a3QMWuo8SXLq73F7fINUvFTVaGnz { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #JWxrJ9dOgSnkO1VgxbwqftHPq1Tw0zKI {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #gC4aOyN3IN7B0mTugA6AziwnBHzMPdlH {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #gHiviubvHIatKPu2tLe4ZxePQq8IKGNg { z-index:2; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #w0CA6HVVZCI1TTcxMA3FN2EZLUGUOfem {  }
 }@media only screen and (max-width: 763px) { #vghVeW0kAERsdT6CDbOKkMD0DrlVhu5n { display:block; }
 }@media only screen and (max-width: 763px) { #WdrEL2l9iNiSIncmaedo6ZLrloTOc72W { display:block; }
 }@media only screen and (max-width: 763px) { #TlaDpeMIKeWxgbGs7hMK1Tdf8TKaZiiu { display:block; }
 }@media only screen and (max-width: 763px) { #Tyu8wJvVr9rTThremfMIgkwT8LezHHkT { display:block; }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #GeKt19R9dAapumxVSEyByJQTpVcrWxnX {  }
 }@media only screen and (max-width: 763px) { #mo6EBTNczGE6SArNso97XxP5pufnoy7a #gP2DviIbzPxlkWN0rFDBUdGZwPZa3eM8 {  }
 }@media only screen and (max-width: 763px) { #sUPo9hx7q0aMdgLWVWvAd2bMPgI7nzI5 { width:20rem;height:2.6rem;top:17.265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gniLfzlFF0yKWBZBLXLzsAaDyUTpJcaT { width:20rem;height:3.9rem;top:19.803124904633rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLEoTMB9qmMWswnahkstuomPxxIJWMbx { width:5.875rem;height:2.75rem;top:2.5625rem;left:7.0624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/JYqxy2Ys/correc_a_o.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2.adaptive-delivery-prevent-bg, #mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2.lazyload, #mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2.lazyloading { background-image: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container { background-color: transparent; background-image: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,20,62,0.23); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container > .video-iframe-container { display: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,20,62,0.23); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row > .video-iframe-container { display: none; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .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); }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2::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; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzuk80W29rzOOeHy6zTi4BmS8BcFvNz2 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txq41TvHIhcJsVHDvGTamxRIi44LxhJT { top:52.978298187256rem;left:0rem;width:19.75rem;height:39.6875rem;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #454b54;border-left:0.125rem dotted #454b54;border-right:0.125rem dotted #454b54;border-bottom:0.125rem dotted #454b54;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc4o2C7MroTh2SVCu1SMoqUsStOHn7mP { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kx8BwgREDgMTkk3sv3wxTfy9C3SEN8yh { width:19.875rem;height:33.0625rem;top:17.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kb61Z1apBKowpT6htRiiTC2k85s4ZhSU { width:20rem;height:5.628125rem;top:8.737500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7XmTkzFenVLuQR1mMhZoVrvmPZht584 { width:20rem;height:1.54361875rem;top:6.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1y1A2ku6QLTqcvsnKtALBmETGRHEd5m { width:20rem;height:5.19791875rem;top:16.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEUO1cy6hUSFxzQwh3Oo8SbwXoSuo4TT { width:7.3125rem;height:3.375rem;top:1.6875rem;left:6.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6DTwhxXPFwACErw6PQ6G4mVMutcGZg { width:19rem;height:3.8125rem;top:22.715625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqW9PNo412vyhb2DBevapq1tLQ8vNk6W { display:block; }
 }@media only screen and (max-width: 763px) { #Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq { background-color:transparent;background-image:url("https://images.assets-landingi.com/OheornPS/Artboard_4_copiar.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq.adaptive-delivery-prevent-bg, #Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq.lazyload, #Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq.lazyloading { background-image: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container { background-color: transparent; background-image: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container > .video-iframe-container { display: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row > .video-iframe-container { display: none; }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .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); }#Hyu0v4QlIcWckviu1W7ORZuXivTfPqiq > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0rTpKRpzObhtssgwWQ8umnP8DVrHkz3 { width:7.8125rem;height:7.8125rem;top:25.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5JZJybXne0GEgZGqCmSVTxCSHuszdTc { width:8.3125rem;height:8.3125rem;top:25.4375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5P7rKFIBAlWgxrV9Vkcfefx0caxf1GT { width:8rem;height:4.46614375rem;top:33.75rem;left:0.5625rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UFgZbffwII79zawS021e3I5T9yvuA3Db { width:7.3125rem;height:3.8984375rem;top:33.6875rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0wxsQepThWNnxvVnPRqluGXrzw6haNO { width:7.375rem;height:7.375rem;top:11.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRkql18PPTsbu3kpfDwQMAJ3tZoEhBCT { width:7.5625rem;height:4.12435rem;top:19.9375rem;left:11.875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FF5I3p7i99dZ8TDQ600p4yqv77uT3Id2 { width:8rem;height:8rem;top:11.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM0c8sai1mwtbPCW1N26aVIvNhNqDgDd { width:7.6875rem;height:3.29948125rem;top:19.5625rem;left:0.5625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KnqXvBGmNfJS9Q212DTzfsrBCWZhy9KP { width:20rem;height:9rem;top:1.0617189407349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hs4Wcs7pN7RUOpbAuwNInuMqo84TIskg { width:8.0625rem;height:8rem;top:39.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spg0TGxUf9Lc5ol3RbH6UWIkckynVP88 { width:9rem;height:3.29948125rem;top:48.25rem;left:0rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rACrVKaaa99F8qeSaTqG60yTu4cP73NS { width:8.875rem;height:8.75rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3mENsVKOy09VUJRBdOVBTumb1GdnJ0 { width:8.6875rem;height:8.6875rem;top:39.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atBLB0ueW1lH8dr5640f8wExZCkSphEc { width:9rem;height:3.57291875rem;top:48.125rem;left:11rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QsADrF9iCOxhsZ9TJd0SSNG5Oy5RXFtf { width:8.0625rem;height:3.8984375rem;top:63.0625rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaGBLWa3Pc4WAErt6wBNZ8iSQQUnrsO6 { width:8.9375rem;height:8.9375rem;top:53.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td4rJFeNWHuTATwzOtLJEAzHE3BU92Rc { width:8.25rem;height:4.94921875rem;top:62.5625rem;left:0rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #udmRwVHy41mUwH17SZF4eJ6Bdw0qfizB { width:11.5625rem;height:12.5625rem;top:47.05rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0PTAP3BAynZg8BoVMQpGM9mX310R0WM { width:11.5625rem;height:12.5rem;top:60.8625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NorJZthfVQFzwXOT2HExVetQrRkerx3M { width:11.5625rem;height:12.5rem;top:140.6625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9mBeH9xONZUTPvTPoZT9lJT5zT9Eofd { width:11.5625rem;height:12.5rem;top:154.4125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkG5G1wNMeJul3SaG8D2S1TzrBEGzllz { width:11.5625rem;height:12.5rem;top:90.2375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL78lMgkyb49ICsiM7bvLRtTexMDEdNX { width:11.5625rem;height:12.5rem;top:119.6125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlVwffzKOhHXHmHyOP3fHPM8lqhHA1RI { width:11.5625rem;height:12.5rem;top:183.7875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhqkwLthTsptcOvp8Myua7yxzODOG2nX { width:11.5625rem;height:12.5rem;top:213.1625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUBzvPby49vaEmClftZDKnGRs0k3OaJz { background-color:transparent;background-image:url("https://images.assets-landingi.com/rtSgucEI/circle.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz.adaptive-delivery-prevent-bg, #kUBzvPby49vaEmClftZDKnGRs0k3OaJz.lazyload, #kUBzvPby49vaEmClftZDKnGRs0k3OaJz.lazyloading { background-image: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container { background-color: transparent; background-image: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,7,44,0.63); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container > .video-iframe-container { display: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,7,44,0.63); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row > .video-iframe-container { display: none; }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .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); }#kUBzvPby49vaEmClftZDKnGRs0k3OaJz > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJDiWS2mX77CHCwegSv5eEBcdudezWk0 { width:14.9375rem;height:0;top:21.736726760864rem;left:4.1874998807907rem;font-size:1.125rem;z-index:15009;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QccIfTVKpTohLyTUZBQSHH12w9kUCd5P { width:12.5rem;height:0;top:19.475001335144rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #w1tWPIVRT1ntUg2Mg9pLmHqRQC6wGT5T { width:12.5rem;height:0;top:8.237500190735rem;left:0rem;font-size:2.375rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #pi279621qCTyUZ5oZuPnIVKx44swmryx { width:15.5625rem;height:0;top:9.11171913147rem;left:3.7499998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nEVrdG189WeD1mv8oJRsp0XeRnfOZcfm { width:12.5rem;height:0;top:13.44921875rem;left:0rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #V8xPlUCiVorsr8kETc08QSMM4hO9DaDk { width:14.9375rem;height:0;top:17.1875rem;left:3.7499998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #B21NoOah8iA6qS3wGl1sn2U4UnuFmfX8 { width:18.1875rem;height:4.875rem;top:1.5rem;left:0.875rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIeimM8zWCukCk6qT94Dx44zrSisoKuK { width:12.5rem;height:0;top:24.487499713897rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kyEZZ5bZoT0mMPhyZsGWQlHim9wdHCqw { width:16.25rem;height:0;top:24.487499713897rem;left:3.7499998807907rem;font-size:1.125rem;z-index:15009;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #w1OuTdqBFC3K8CHsXiAEgoQsapWmSl4R { width:16.625rem;height:0;top:39.4375rem;left:0.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIQDwHFCimkkBtqaJH1rWBZR1BpPPgAR { width:12.5rem;height:0;top:31.812507629394rem;left:0rem;font-size:2.1875rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #WWeNGUqWdBn1Q7AxKB7W5dtkSlbEHZqE { width:15.5625rem;height:3.298825rem;top:8.75rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #O85dGe84pZbwVPLs9V2M8btQ40dgKocG { width:14.9375rem;height:3.8984375rem;top:13.875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fgftB8nVy7VDpcK1PTcXpimcbxgbxh6S { width:14.9375rem;height:3.298825rem;top:19.375rem;left:3.75rem;font-size:1rem;z-index:15010;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxVenDyq145LvfVR4aZOJoPxPIuWydCM { width:16.25rem;height:4.94791875rem;top:24.375rem;left:3.75rem;font-size:1.125rem;z-index:15010;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WnTiC6rCmdEDZRU76uGNL4ktR2Sn5Fve { width:16.625rem;height:4.94791875rem;top:31.6875rem;left:3.375rem;font-size:1.125rem;z-index:15011;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZ80JhW99y0zkI9DT8TiUL9qlKo5NlZF { width:12.5rem;height:2.84375rem;top:31.0625rem;left:0rem;font-size:2.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #HESsM3oNuxfNlnXGWPczycebunueruOk { width:12.5rem;height:2.84375rem;top:23.75rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bt0bAgcVpEq1fJ9cPJ46rcQ9zhalM1uN { width:12.5rem;height:2.84375rem;top:18.625rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #tTV0DXzTbXK8DfHr0J4q7Cd9tr0aWGvF { width:12.5rem;height:2.84375rem;top:13.125rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #iEPXPUv2sfmMXSmt6sMMcnIAqBaP7qX8 { width:12.5rem;height:2.84375rem;top:8.125rem;left:0rem;font-size:2.1875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #TUNWxWw3vV7b8FZGTTvUAp1dH7kxlRQn { width:20rem;height:20rem;top:6.60000038147rem;left:0rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk { display:block; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlUptzSRu8cDFtbShgu4EILwkJNOEPPr { width:20rem;height:13.64323125rem;top:6.7742195129394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iktf6XIO4KMc5Qx6rDbSfQIvSLTtJIZX { width:20rem;height:3rem;top:1.7500038146973rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpzqeSJuuWculHlDf0tvmdqBoeFFAQsN { width:20rem;height:3.9rem;top:22.111721038818rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw { display:block; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLwSy0fuhJZ3tbX5UG1UFgqyCJd01FJe { width:20rem;height:4.53710625rem;top:7.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRwybDRAASy1mZPUOeHeNdM2dQ1pvR2t { width:20rem;height:28.33596875rem;top:19.724220275879rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IDiEZrM5awn03I3gZ8k2IHFMdhW5Eys4 { width:20rem;height:20rem;top:0.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aJRVsoXATp8HifzOIhvibZbazgcfmabS { width:19rem;height:3.4375rem;top:49.38437461853rem;left:0.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GWfKaWs7zlWuvmX4wTvhbyTMH6K5wrWO { display:block; }
 }@media only screen and (max-width: 763px) { #wNZJfFHLqSpvTW7IqZnCqxoTuUnT0OvJ { width:19rem;height:3.4375rem;top:54.071872711182rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AA1Ko4EtyQanpgQc8wdy5GMwNs5vp1ff { display:block; }
 }@media only screen and (max-width: 763px) { #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME { display:block; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH1d4QBpbWf2goGh1HIWLgNSnwGtCDOQ { width:20rem;height:13.64323125rem;top:15.1875rem;left:0rem;font-size:0.875rem;line-height:1.2;z-index:14965;display:block; }
 }@media only screen and (max-width: 763px) { #PweduJFAAsfb2sU54pOZArlnkEE2aGVT { width:9rem;height:6.875rem;top:2.2742195129394rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebRS3VdNxFGJQKbPv4iqEoQU5FC7kPTp { width:20rem;height:0;top:28.28750038147rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrVDMtIHJrLzgqloxw7nuT3Qys6TzMQm { width:20rem;height:13.589875rem;top:0.82499980926512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn { display:block; }#uIp3RJ5J6q8Uiq33TSc9kHurBM2FJCKn > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrG0lqCQbJ5cbcaisTOgH5wO0TgbJpBi { width:20rem;height:15.5983375rem;top:4.6609382629394rem;left:0rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MvbDrwsDhsAC4I51XxWUQWeymDt47tSv { width:17.5625rem;height:2.6rem;top:1.3109378814698rem;left:2.4375001192093rem;font-size:2rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xcMHIik0tSUsHyuINvPPleNEbziZQZ5C { display:block; }#xcMHIik0tSUsHyuINvPPleNEbziZQZ5C > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwCL37nG0N5AoK2fT3t3K13J6mlkWump { width:20rem;height:4.949225rem;top:18.625rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VztbwDfzN3MlfWQ0oZvEFmHOUUh90OmT { width:20rem;height:54.59370625rem;top:24.75rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCq2qi1KKGK6QtiMIRncfTy7JdxNikQF { width:10.5rem;height:8.375rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHcMTZSXyemHcEF3BIsAnoBbesH8r8U { width:11.125rem;height:8.6875rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C21FwfkFDft1o5LP1CZ0K4xszkhrx7NV { width:10rem;height:7.9375rem;top:86.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyR4XN6hpuBgsfF1HSkPtR6916VO55tQ { width:15.0625rem;height:19.3125rem;top:0.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Oi1HmRBtvT8UyWEa6bJyhRgu4DDhzf { width:9.375rem;height:7.1875rem;top:79.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9cBhBTxBp5Vq5bKHRciQGe1NO5vmHZV { width:9.375rem;height:7.1875rem;top:13.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C { background-color:transparent;background-image:url("https://images.assets-landingi.com/zzjYWATU/capas.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.adaptive-delivery-prevent-bg, #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.lazyload, #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.lazyloading { background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { background-color: transparent; background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,49,111,0.22); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,49,111,0.22); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .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); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yI3dTcuVA14Ct887pkSZLQdT9N0GDmaA { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R5AnWBIZuIFOSQ5LcAAJ59e3z4GiJ2br { width:20rem;height:9.796875rem;top:10.685932159424rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CgO51eW2KJA2uQGVwnJNVOuuMWud7im5 { width:20rem;height:7.5rem;top:1.5250000953674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI { display:block; }#Z8fzTdRZCrwtUlv3KWKnuC9NN7azGFMI > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEEv5y2sQp0U3qGdI30HaiUJ2yrSUAzk { width:20rem;height:7.718125rem;top:2.0625009536743rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ugu1vib0UiEbh94feIkeW9gJl425XN { width:8.6875rem;height:3.1484375rem;top:42.5rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ca1kNfSkWl7CwBovXqIK8xVO55PH8atR { width:3.75rem;height:2.6rem;top:39.25rem;left:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZRyH6nemvDy4tuenag4Nr2i9b3oenI { width:8.5625rem;height:2.09895625rem;top:43rem;left:11.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cp7AQaPEamhfRqih5deUkMPdsc8R6aqy { width:3.75rem;height:2.6rem;top:39.25rem;left:13.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOJxOtr39ac0S5UTwqD2b7kkhv2RZnf { width:7.9375rem;height:2.09895625rem;top:51.1875rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9T9gVDcgwnKbKbR6TJp5ayINqRDQRZI { width:3.75rem;height:2.6rem;top:47.8125rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWXyW4uzHXRQzJhAXJVdeFr8ylAvbTt { width:3.75rem;height:2.6rem;top:47.8125rem;left:13.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewtIvyMnvgXAP55Qz03nwC71rodFMnTp { width:9.1875rem;height:2.09895625rem;top:57.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iw3VDyKGwqxcSbQtt85npd9hbqvLee0r { width:3.75rem;height:2.6rem;top:54.5rem;left:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTP0GXt3bs4vSNf4Nu5fvg17l7ZTw8J { width:8.25rem;height:3.1484375rem;top:58.787502288818rem;left:11.281250357628rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLIPw0sdoTn4L70s4NB9gf92XdaMSZBi { width:3.75rem;height:2.6rem;top:56.1875rem;left:13.531250357628rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtlAR23FmrscwUmxffONb0mVBxR5ff0O { width:7.625rem;height:3.1484375rem;top:64.9375rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ohp2giB3ShyGAZ4bJkdwcTq8pZG6WVPI { width:3.75rem;height:2.6rem;top:61.875rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM769OwElZn5q6ucApSBryenmHMaD5sX { width:8.125rem;height:4.19791875rem;top:51.187501907349rem;left:11.343750357628rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lu8EDsd2RrxUgr7p3Qr2t0TU4ZH850lU { width:9.4375rem;height:2.09895625rem;top:15.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVnwlGhOLCKoR1o4eFiCznfRkhXxHXEc { width:3.75rem;height:2.6rem;top:11.8125rem;left:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwGLrFwnTWRWTHfrpTIkuXCvuqT7xeLP { width:3.75rem;height:2.6rem;top:11.8125rem;left:13.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUATa85OQEPQZR3SDuwa4JvCTeiksm5 { width:8.3125rem;height:2.09895625rem;top:15.25rem;left:11.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eV5k04GqOFsWlgQI9czJ9q6BSJzlrWTh { width:3.75rem;height:2.6rem;top:18.375rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLt2I01mgiPAysIkeg0zuZ3OL5Tto9An { width:9.125rem;height:2.09895625rem;top:21.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQzrdC7d1AvaPQZumDlR3ak1zZZGTJzN { width:9.25rem;height:2.09895625rem;top:21.6875rem;left:10.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWIhuZ1y5ykPM29stWBBJGUpv5FaTeaW { width:3.75rem;height:2.6rem;top:25.0625rem;left:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBpNmeAbTxoSdE4XKG4tEDIX2ImMNNC { width:8.3125rem;height:2.09895625rem;top:28.125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7eWaraClitkNDsk9TrTSXBSS99cWxlt { width:8.9375rem;height:3.1484375rem;top:28.125rem;left:11.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0VG5sqfeviWh84Xpp0rH2ZyPI153TU { width:3.75rem;height:2.6rem;top:25.0625rem;left:13.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW2LPiRFfKLwuzSDmmCMvGOrhaOzbuWS { width:3.75rem;height:2.6rem;top:32.4375rem;left:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsmxNH64LURPQ6m3SGpoo8xA2oGK3IEu { width:8.6875rem;height:2.09895625rem;top:35.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEP7RSlV1TTISQmuq4yd4APVLNkyCE7m { width:3.75rem;height:2.6rem;top:32.4375rem;left:13.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIFeJPb0oBNvL5H2ZvLdEvGzoLMgGMS { width:9.1875rem;height:2.09895625rem;top:35.0625rem;left:10.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhMLDrFzWBDugiSTTEOebT9tyks3GCz9 { width:3.75rem;height:2.6rem;top:18.375rem;left:13.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #luXTkLWI1pQvuR4lAoKcoTcLGvip3xg4 { width:20rem;height:19.96175rem;top:2.5375003814698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoggKdgokEFnf6JauDK2xPbqOQizkuZ1 { top:11.375rem;left:0rem;width:20rem;height:59.5625rem;z-index:14965;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #arLlUf06B5AQkRpawsxl13firai7FggT { top:12.625rem;left:9.9375rem;width:0.125rem;height:57.375rem;z-index:15042;background-color:#00a6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wBANfGbzaklyZlt00E145O7F1KU7LA0r { display:block; }#wBANfGbzaklyZlt00E145O7F1KU7LA0r > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKxMwXukHNNBKWdtsHbDtzxwfOQnMmTV { width:20rem;height:13.64323125rem;top:8.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0oLSKbKfg8ZLDF7Adr04gqnwOuwuNT { width:20rem;height:4.7246125rem;top:1.6625003814698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AO1Pl69DUIdr1I07sLVgtmsTlfmqidWT { width:20rem;height:4.8rem;top:23.900001525879rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeJMNKiP30J8bXV6TKSeqzWFBiOku0X2 { width:20rem;height:14.69531875rem;top:30.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ctiJ8L3P8Mgf6GyXTqZQrgp58UB5IU { width:0.25rem;height:23rem;top:29.774217987061rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oR7raVJLtVsCU31haryuIb06ALvGBuX3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/zqp0sQJt/shutterstock_721720408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3.adaptive-delivery-prevent-bg, #oR7raVJLtVsCU31haryuIb06ALvGBuX3.lazyload, #oR7raVJLtVsCU31haryuIb06ALvGBuX3.lazyloading { background-image: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container { background-color: transparent; background-image: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,42,88,0.66); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container > .video-iframe-container { display: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,42,88,0.66); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row > .video-iframe-container { display: none; }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .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); }#oR7raVJLtVsCU31haryuIb06ALvGBuX3 > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVz7fdkeImb8LwFAeNMpxXwT5qVz0zml { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #koCCdn0cP3esbIhtaZ808Nn2KqMpBlqU { width:11.3125rem;height:13.125rem;top:9.0500004291537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odF6OLNAEzO2gxZPb0JaF56OwLxVhT85 { width:8.5rem;height:1.625rem;top:12.325000047684rem;left:10.212499976158rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sMw5LfbGLpFzLcQq2TsP338a3TGPWSN4 { width:19.1875rem;height:17.06054375rem;top:27.575001716614rem;left:0.40625rem;font-size:0.875rem;z-index:15001;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xmiiLKZTh12W3LgJZyLT2GZI1tP0ISTU { width:19.375rem;height:5.5234375rem;top:22.174999475479rem;left:0rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ayHf83nwkkGLeA8BTZdD8aFWbEvBzfNs { width:8.5rem;height:3.65625rem;top:14.637501001358rem;left:10.212499976158rem;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b70J8a6wG7wd2DwTfb0hb4VXWVUq8cqc { width:12.5625rem;height:14.375rem;top:45.212501525879rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RVD6QVb1VNfT4OkNx05WCE4rF2Lg9r5w { width:8.5rem;height:1.625rem;top:47.586718082428rem;left:11.500000357628rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #blEfSrLGb5lAouKoiAUIioZkuUvxsJiA { width:8.5rem;height:4.875rem;top:50.537500858307rem;left:11.312500357628rem;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rJEel7TUH086zNt3cmpTgP8TM9ouV25R { width:19.0625rem;height:17.84115rem;top:58.89999961853rem;left:0.46875rem;font-size:0.875rem;z-index:15001;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gHsAmAqOqodQGu8rsk1EXHzocivTJFtQ { top:10.187500476837rem;left:0rem;width:20rem;height:35rem;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8u8BLtf4oJ3xxFH8McwRkg33oDJbBOu { top:46.025031089783rem;left:0rem;width:20rem;height:32.25rem;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK { display:none; }#mUcDft9CT9Rm7gA33Kz6rBS7atFqCPVK > .row .container { width:20rem;height:89.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HZ9VbZy2aJKVMgim0ODI6cyZXPZwMedK { width:16.6875rem;height:2.6rem;top:1.25rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdpRpgduM0ebcM2kfSn7VApziqKMThOm { width:12.5rem;height:4.8rem;top:5.1rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A410c5cVqP7LdQW2KbwOSMdDs73XJihG { width:20rem;height:22.958333333333rem;top:11.15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6Lw1uR6DpxRdRGoHOgHaEmbdzDAAdea { width:20rem;height:35.2rem;top:35.3578125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL { display:none; }#QLld96BcKVGDi2TrRMzI3LNEkoZp10ZL > .row .container { width:20rem;height:46.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MLVVyXhKRJinCN7XuW8DHOfLPUWRPkAV { width:20rem;height:32.2rem;top:11.15rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzAWfX92Hq0nEvmuFu1Tr8T7wJBkiXnd { width:16.6875rem;height:2.6rem;top:1.25rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiZhCztTLHwnJun032fabEfZ7uxmTs3 { width:12.5rem;height:4.8rem;top:5.1rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXB8hXLsSbT4JtDmf2LscedHRboiJkh { display:none; }#gwXB8hXLsSbT4JtDmf2LscedHRboiJkh > .row .container { width:20rem;height:24.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZXT2k9AThhNvJk4TNBkMKFcvdGPgOPCQ { width:20rem;height:4.25rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFkkTmpUfOPelUeUuM2T9HKk8v4ggmu { width:20rem;height:2.90909375rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbTTblgZrqWvZHO6cB6i5iM13zeWQGMi { width:19rem;height:2.31818125rem;top:20.066408157349rem;left:0.5rem;font-size:1.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pXaI3lxsOQtLEe99PfDvsAEATni3DPys { width:20rem;height:11.7546875rem;top:1.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXf8vxRF5V1zWcLxZhCrlTWzQ4wymxg { width:7.4375rem;height:13.25rem;top:1.4999980926514rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7gUTw8OlX0NyXitZ2CtBaV5TRCA4ncs { width:19.875rem;height:36rem;top:29.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EstnWRwW9zFfE1udFoki3uBKshmN7zm8 { background-color:#ffffff;background-image:none;display:block; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container { background-color: transparent; background-image: none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container > .video-iframe-container { display: none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row > .video-iframe-container { display: none; }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .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); }#EstnWRwW9zFfE1udFoki3uBKshmN7zm8 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaKrymzFOHub4Tfv0TZeuunDDk8TpkxH { width:20rem;height:6.5rem;top:8.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2r8Q3doD7I3B97K2tapxembiUqbfac1 { width:2.0625rem;height:1.625rem;top:12.25rem;left:1.6875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FkhdBBtEOcgmrDiKhSmLHzUQywoizO { width:3.1875rem;height:2.11198125rem;top:12rem;left:16.375001251698rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdZPPXKMWd3chx4s51FNJagJbPZDtaGt { width:19.875rem;height:16.1875rem;top:4.6875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Bp10wnX1AfWS8pe1FNuANeQqVCV0tO { width:19rem;height:3.8125rem;top:15.1875rem;left:0.50000005960464rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #BGJqBJQpaZQqJCV32iHmW7ghlMa5ndu7 { display:block; }
 }@media only screen and (max-width: 763px) { #GDfQ6RkBWztZNss7V5cL6Wf10qx4GdKH { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sh6dtgBwpGtuWfqyEvNchfOrs1TRrENT { display:block; }
 }@media only screen and (max-width: 763px) { #sHJBSAT4H1JL7UHFoxgya0NfBFKJ5cTn { width:19rem;height:3.8125rem;top:46.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ldg7T34fqNN0hz2VO2bFOhwlTW7e9ymq { display:block; }
 }@media only screen and (max-width: 763px) { #zWwdo5nlWBoT0ZsRS1hT2fXks6IOceIp { width:12.0625rem;height:4.8rem;top:12.4375rem;left:3.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmsD2uduxBPANwChKfbUn1Syc8ncMFXR { width:4.5rem;height:0;top:12.68124961853rem;left:0.56171870231628rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThsxCgOeRFJT2bApDccim8UC7IzyELpU { width:14.9375rem;height:2.61198125rem;top:0.875rem;left:2.5625rem;font-size:1.1875rem;line-height:1.1;z-index:14967;display:block; }
 }@media only screen and (max-width: 763px) { #tIwf8oSfhtisC0GAPZHik3UOH7JKLfkS { width:18.875rem;height:3.0247375rem;top:6rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xghHDnxulCCTmiwWZMlFrq3w8EI9ED3z { width:20rem;height:0;top:5.25rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMT9l7I4AbLs9T45JXnLPdBRFM5cW3iL { width:20rem;height:4.5625rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpLRhfzgtoEbDmhommZ2a16dlbmKUXip { width:3.1875rem;height:1.625rem;top:11.125rem;left:0.50000005960464rem;font-size:1.25rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 { display:block; }#IuMCXVUi9HJh1QpDLTxkocskcdLNgiV9 > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2LKeFugX2U7AqHpvQ9v5pvki2HdCFQu { width:20rem;height:10.3958125rem;top:7.7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkPaOng7riQXseTgwH2dVTIpXQ0zKP5O { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upZwKeBfbStdfO0d6852sEis3UKPvoe6 { width:10.0625rem;height:9.1875rem;top:18.625rem;left:4.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I { display:block; }#rrl3hgQUZoU1ITthuUrGw6t3p7lHVa0I > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsU5nm5qo2kntQpPwnolkFDhRRseVcVW { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk { display:block; }#ieU12i8h09HUMmvnkqt7ZkyXapSKKaqk > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPG1Ad5smNsAIyBiEkyEVkyOhf7fXgs0 { width:17.125rem;height:2.25rem;top:1.21875rem;left:2.6250001192093rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ywDXOpk0aZuwpN7Z9UQ15F1sMX4seKOT { width:2.9375rem;height:3.125rem;top:0.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnh2yHxCDPsT6lb7V1VdNBDky7qUBq5 { width:20rem;height:2.9375rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf { display:block; }#qTEXcdfZ9qnaVL4fiGFhlJoQlRHoNAxf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzzRooL3zFOwE9oMOfZd92LrEQGDPJ5z { width:19.6875rem;height:4.8984375rem;top:0.78125rem;left:0.28125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aC35BuWIbIXvE1bgQIli8JLvO8FUmSXX { width:20rem;height:5.5rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA { display:block; }#XkzC2MRF99DyRtOLRHcbBnG8Gr2p6OVA > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8VMZT96cyC5l7ctdbvyrOCdo2taGJV0 { width:16.625rem;height:2.92448125rem;top:0.86249995231631rem;left:2.9375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut8F6IDi92iX2I5ru9ALNIkR4ICfR8Tp { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPyoukkTokVDwxbR4AVIoK64agP1mnwz { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 { display:block; }#UiSQG0HZAmVw87i7lmnJcuB8iPXbCDd0 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6lT9xlUEgoWuhSW1BU1hUJ4TPO3bA2E { width:20rem;height:4.8984375rem;top:1.0375003814698rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JR6U4VwMKi937Hkf0uBdklyRvwAUu2w0 { width:20rem;height:5.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKyddo8uEIBT961COETiXNLT78Q2lZ8f { display:block; }#CKyddo8uEIBT961COETiXNLT78Q2lZ8f > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TWilyTFLnUZm77grAhsoUu6mJs9pyl { width:17.1875rem;height:5.84895625rem;top:0.71875rem;left:2.8124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV8J2h7DznHToRV50QnpZPpWbapgogo { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG2XLCxx0bN3LM8Zl15XULA1dBdZ4hJq { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nNq4DLvadLughUSal4pzWAz1nbQURQ { display:block; }#d8nNq4DLvadLughUSal4pzWAz1nbQURQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDrbz7tcRqOCVM4yaxM7XBOGGwomByiH { width:20rem;height:3.673825rem;top:1.0375003814698rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iCHpCnZqI8rU0oEeeIc9T71DTz7xGTRv { width:20rem;height:4.1875rem;top:1.0375022888184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse { display:block; }#ivyoBTg8W2pi5AGKpr2hBrvzS9tdWZse > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMrZck03rPaJCybhe88ozia6Nyfd3ohW { width:17.1875rem;height:1.4622375rem;top:0.83671951293944rem;left:2.8125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpgsf7V7kcuuIVQgxChUP1yZTMPVrL4 { width:2.9375rem;height:3.125rem;top:1.9073486328125E-6rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORHPXinh0BCVVvb1KGWDuB3qv9hvtntL { width:20rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUK7fx9OfO6719tJFua3uTObVxCpGhg { display:block; }#HrUK7fx9OfO6719tJFua3uTObVxCpGhg > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTUDqrzceAwsVIJKK5U3cEkLHTsrOl0T { width:20rem;height:9.796875rem;top:1.0375003814698rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RuJasBgrx5LbwISKAvhToT45oAaDL4ry { width:20rem;height:10.375rem;top:1.0375022888184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 { display:block; }#bgFppHkbLc3iQewqdyxWSLhpOHUQTHx1 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBUf8tr7MUQA5esVOTmKr6Sek7pe0T3Z { width:17.1875rem;height:2.92448125rem;top:0.71875rem;left:2.8124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4UXSbB2QU9lLR4AmfvCXifQqAdV0izK { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgkuiDDdXzOVr00vvOIvg95SG3kJDnHR { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vENnr3O4s32NiedBpCa0ihlubDNsD0oT { display:block; }#vENnr3O4s32NiedBpCa0ihlubDNsD0oT > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1rQbI65xlKc4J9PsELu0KLNgQK2nNpw { width:20rem;height:6.12305rem;top:1.0375003814698rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eMCPiMt5xftCfDiRKTE6pwRCVC6NSayX { width:20rem;height:7.125rem;top:0.47500038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrCPTtTm9OELEW1qWmugozporKvopLM0 { display:block; }#KrCPTtTm9OELEW1qWmugozporKvopLM0 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51tsyd5g7msq5ZWBTelbDUGEDUSHuZU { width:17.1875rem;height:4.38671875rem;top:0.71875rem;left:2.8124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8qaAS9EORURHw0Mfhv6AklIaPpLJ2x { width:2.9375rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6isglCXgcGb73EqWyl8xoQKySuXtSpy { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO { display:block; }#iKR3EWIxt5Q0ERyNS59CaDKUuvsGN8GO > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT98dPFlUMSZOeZMzEtsenZ6xmXEks67 { width:20rem;height:2.44921875rem;top:1.0375003814698rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QZsxHZTyXiDR7wWpaNd9Tqwcpm1sIUxH { width:20rem;height:4.125rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #aKFTQBpTRMZRfiVbw3Um7NTb6RQyb29t > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }