.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:225,246,250;--color-primary-1:164,227,241;--color-primary-2:103,209,231;--color-primary-3:0,203,236;--color-primary-4:14,63,95;--color-secondary-0:247,217,217;--color-secondary-1:228,130,130;--color-secondary-2:200,4,4;--color-secondary-3:100,2,2;--color-secondary-4:30,1,1;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,191;--color-tertiary-2:137,145,149;--color-tertiary-3:108,117,123;--color-tertiary-4:88,93,97;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e9aeea0f-a309-4a74-bcff-ee8e97c3df14/1080x1080FBAds10801080px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;width:60rem;height:60rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#T5GUDOdhbFWDGn08QTI52FITXuIvCdhV { color:rgba(var(--color-primary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.1015625rem;left:2.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w3u7hT9abAeQBO6ZFXpWvZSCkRqx1hGA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:60rem;display:none; }
#OLy83w2ZbT3ALtvxJxRu8fLaCR0IZPZp { color:#205ab2;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.0302734375rem;left:1.625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2qXZi7adKTCt9TgDlNwUqpD995evgUb { 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:8.125rem;width:14.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RcRXzzmLd14hwGqG1GmvR4N2WTX2zIE5 { color:#ba0c0c;display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.2490234375rem;left:9.75rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TheDLdwtX1aMi5yQPwfUQ50Rtf2bCcGZ { color:#ba0c0c;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:29.5927734375rem;left:1rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { 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; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#205ab2;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.95703506469725rem;left:1.5625rem;height:5.5234375rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;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:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { 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; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:74.875rem;width:60rem;position:relative;display:block; }#NsGfWpI9mxrz5kM1Mf4Jdw0h53LiRSzR { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.0625rem;left:1.59375rem; }
#gray9xskieW1VluFJHeXw4eJEEM4qIzc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:4.0005912780762rem;left:1.5625rem; }
#HJNu1nTIeeCsQh7kZWHk4c3nvPW2XWaJ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:25.5rem;left:1.375rem; }
#oMBZoPhn62MCrJWIPMcRIw2HRQPw8Fr2 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:14.4375rem;left:1.375rem; }
#E36r3fWsSvnJvXPA5SvTScyBCVnVuwUz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:18.125rem;left:1.375rem; }
#oZU5NHfyHBpEMvg7ySIBme51kcQd0Jfz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:21.625rem;left:1.375rem; }
#hcyEcNM1KNDiNMmNIxSBp5ZgPDvwBOvS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:29.3125rem;left:1.375rem; }
#FikZ9C4Z0V9ccrtp4lreckUniGFGVa8z { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:7.8130912780763rem;left:1.5625rem; }
#F6ndxl5a6NxsVTy68on3hV9TOgBBlC9J { color:rgba(var(--color-tertiary-3),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:3.78125rem;height:1.875rem;font-style:normal;display:block; }
#TpP1eEkHHqwUkL3CZZDLvNNLaQuBoynk { color:rgba(var(--color-tertiary-3),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.8130912780762rem;left:3.78125rem;height:1.875rem;font-style:normal;display:block; }
#ha0J0DgcHsVAxADep4aNUcTH1sqbmDsN { color:rgba(var(--color-tertiary-3),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.6255912780763rem;left:3.59375rem;height:1.875rem;font-style:normal;display:block; }
#x5nGf3ILQ1KnT5HWvKRv2PrBLWDM24xW { color:rgba(var(--color-tertiary-3),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.25rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#aL4hSKsXwSVCn5tTE8rxSeEGTRCtBV8h { color:#205ab2;display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.9375rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#wy5MTGelwfp5zBqmTrGrEE6R4F9mbox7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:21.4375rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#dKOGQULyif0zlMDcutRTBR5H3JtMAgG0 { color:rgba(var(--color-tertiary-3),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:25.3125rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#zodrk2KLz0QsXrUQ684z47lbGq10MPpu { color:rgba(var(--color-tertiary-3),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:29.125rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#nzVdiLgcFwvv9kpZqkgGAROC9Q7McPU0 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:33.125rem;left:1.375rem; }
#qC359gfKpmXBgmoyRdORInX8w2k8PJwG { color:rgba(var(--color-tertiary-3),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.9375rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { color:#c30b0b;display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:40.624607086182rem;left:2rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#An2nzvyzbBVUhi3Nledulp36D8uElw95 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:47.840427398682rem;left:21.25rem;display:block; }
#brZvz640aQTQTxpNyP5pzTfmFd91ntgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gerTy795nm2IZJzT5XyALfWUQK82pouf { color:rgba(var(--color-tertiary-3),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:36.3125rem;left:3.625rem;height:1.875rem;font-style:normal;display:block; }
#LMlmulEC2SZOLfVbtc9NyPxtLRq92khb { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:36.5rem;left:1.375rem; }
#v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { position:absolute;display:block;z-index:15000;background-color:#4e598c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:54.504489898682rem;left:0rem;display:block; }
#RVl69vyLhnAQUM6ULkJByRkaNzCJZsR4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:54.501560211182rem;left:19.998046875rem;display:block; }
#VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { position:absolute;display:block;z-index:15002;background-color:#064771;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:54.504489898682rem;left:39.9990234375rem;display:block; }
#d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:58.170116424561rem;left:7.875rem;height:1.94921875rem;font-style:normal;display:block; }
#oUpZQlkvQxq6ktIClwTCoIoLDDOJ7EQp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:61.878513336182rem;left:1.59375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0TXhqWrsIKrNmmJCN0GCe690itGWu9s { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:62.590427398681rem;left:22.0576171875rem;height:1.94921875rem;font-style:normal;display:block; }
#CKxoKTwAOJGRsdvg1FDhXW6AP4Uq98OE { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:65.637302398681rem;left:22.0576171875rem;height:1.8681625rem;font-style:normal;display:block; }
#lT4srCayrAiFHh18AbMX5C1md6fcktSW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.654491424561rem;left:23.9677734375rem;height:1.94921875rem;font-style:normal;display:block; }
#GFOpq9aRoDTtIScXCRFh9DdW5T8o1nWl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:57.618743896484rem;left:21.25rem; }
#V6XGmF3WdPJoN9TBDBUM6NcXcBDtyS7F { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:56.881053924561rem;left:1.59375rem; }
#V6XGmF3WdPJoN9TBDBUM6NcXcBDtyS7F > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#lJr9AwHma81KGWys2Vpw53pxaJhMqWkO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:62.590427398681rem;left:42.123046875rem;height:4.5rem;font-style:normal;display:block; }
#ZoLnbvWcS0WAzcbEKaKQbSDE9LRahBzs { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:58.170116424561rem;left:45.310546875rem;height:1.94921875rem;font-style:normal;display:block; }
#M1adz3P5JXXg82mbyIIANm54QdA8ceMt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:57.744724273682rem;left:42.123046875rem; }
#iQ1nMA7VOxQLa520GX1foF3oS8EW4hr2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.654491424561rem;left:23.9677734375rem;height:1.94921875rem;font-style:normal;display:none; }
#WtVPRbtSEl4e0IHpWd1dtCheGkfyx2Wh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:57.618743896484rem;left:21.25rem;display:none; }
#qwE7VxNit64a5c5TJtuUkzzV2ETkOgRH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.654491424561rem;left:23.9677734375rem;height:1.94921875rem;font-style:normal;display:none; }
#qlqd9KTAzI2gvxTMAW0TM7Q3PuBGJlMH { color:rgba(var(--color-tertiary-3),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.5625rem;left:3.59375rem;height:1.875rem;font-style:normal;display:block; }
#UUfqEnRFEAlyGz2lTqvcHTGms8tvHXDI { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:10.9375rem;left:1.5625rem; }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { border-width: 0; border-radius: 0; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#205ab2;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:1.5625rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:15006;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:0.0625rem;width:56.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.5rem;left:1.5625rem;display:block; }
#ENRJbgoZTV2Tg8yvAPd3NxATygFFLmSq { color:#9e0808;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3291015625rem;left:1.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJ6xL313gfLnyUtz9qbBXwArgJCKCiOy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:9rem;left:22.46875rem;display:block; }
#tvZguxoJi2sbf954NShKtROprybHQIUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { background-color: transparent; background-image: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container > .video-iframe-container { display: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container { display: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .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); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { border-width: 0; border-radius: 0; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { color:#ac0a17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.162109375rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { color:#ac0a17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.90625rem;left:8.4375rem; }
#TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TAJqDdDv24srAwXLFJCtMl08pzgV44lq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.90625rem;left:28.4375rem; }
#TAJqDdDv24srAwXLFJCtMl08pzgV44lq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.90625rem;left:48.4375rem; }
#TdBF08n02Ud6bfDTemymh5mkx0WIHPZK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lD2TuOlqTyQO5pTxt5zoIl0nh9GK7Tci { color:#ac0a17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.162109375rem;left:2.21875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVA9d0NrizKccsTDVELyNEyVCe00W8mv { 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; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { background-color: transparent; background-image: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .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); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { border-width: 0; border-radius: 0; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { color:#205ab2;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { position:absolute;display:block;z-index:15006;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:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 { 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; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { background-color: transparent; background-image: none; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container > .video-iframe-container { display: none; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row > .video-iframe-container { display: none; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .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); }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { border-width: 0; border-radius: 0; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#wgoISZHAicN7zCqAd2UNp3c6Dr6ZEu9I { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#rOllv4VwLcsDpZmaTrkhk0q7fgUf6rLa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5625rem;height:1.6875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dMDLJ2a2pav4a2MvPxcqGhWk2L8tm2P7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:20rem;top:1.0625rem;left:20rem;display:block; }
#ZhQXJfb2Scc8eNtTny7rzcnuhyT3Tmwz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5625rem;left:21.5625rem;height:1.6875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#EDnLUZrokCR7ntNkknvEb2CBTX55dxdT { position:absolute;display:block;z-index:15002;background-color:#4e598c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:20rem;top:1.0625rem;left:40rem;display:block; }
#T4QXnR7zNVkZlJ40dxfHhatH7Jb32aUz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:41.5625rem;height:1.6875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Lw42AWChXmnRfWWfJQmmiw3reB22yqzo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:3.0625rem;left:1.5625rem; }
#RhNmSOVJC9fDMbqBTrUx49SyhwPkzqXi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:3.0625rem;left:21.5625rem; }
#RhNmSOVJC9fDMbqBTrUx49SyhwPkzqXi > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#uz4dq5o6mT3THMTP0IVybkQkQUdI2TRH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.0625rem;left:41.5625rem; }
#uz4dq5o6mT3THMTP0IVybkQkQUdI2TRH > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/XWtXocCA/AdobeStock_288346827.jpeg");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; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.adaptive-delivery-prevent-bg, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyload, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyloading { background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { border-width: 0; border-radius: 0; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#EEW8DWKwNSBfohNOlQnWpRSomb5W620m { color:#205ab2;display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:0rem;left:6.5rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5GUDOdhbFWDGn08QTI52FITXuIvCdhV { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3u7hT9abAeQBO6ZFXpWvZSCkRqx1hGA { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLy83w2ZbT3ALtvxJxRu8fLaCR0IZPZp { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2qXZi7adKTCt9TgDlNwUqpD995evgUb { top:0rem;left:0rem;width:14.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRXzzmLd14hwGqG1GmvR4N2WTX2zIE5 { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheDLdwtX1aMi5yQPwfUQ50Rtf2bCcGZ { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:5.5rem;top:0.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsGfWpI9mxrz5kM1Mf4Jdw0h53LiRSzR { width:1.0625rem;height:1.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gray9xskieW1VluFJHeXw4eJEEM4qIzc { width:1.125rem;height:1.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJNu1nTIeeCsQh7kZWHk4c3nvPW2XWaJ { width:1.125rem;height:1.125rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBZoPhn62MCrJWIPMcRIw2HRQPw8Fr2 { width:1.125rem;height:1.125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36r3fWsSvnJvXPA5SvTScyBCVnVuwUz { width:1.125rem;height:1.125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZU5NHfyHBpEMvg7ySIBme51kcQd0Jfz { width:1.125rem;height:1.125rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcyEcNM1KNDiNMmNIxSBp5ZgPDvwBOvS { width:1.125rem;height:1.125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FikZ9C4Z0V9ccrtp4lreckUniGFGVa8z { width:1.125rem;height:1.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ndxl5a6NxsVTy68on3hV9TOgBBlC9J { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TpP1eEkHHqwUkL3CZZDLvNNLaQuBoynk { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ha0J0DgcHsVAxADep4aNUcTH1sqbmDsN { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #x5nGf3ILQ1KnT5HWvKRv2PrBLWDM24xW { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aL4hSKsXwSVCn5tTE8rxSeEGTRCtBV8h { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wy5MTGelwfp5zBqmTrGrEE6R4F9mbox7 { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dKOGQULyif0zlMDcutRTBR5H3JtMAgG0 { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zodrk2KLz0QsXrUQ684z47lbGq10MPpu { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nzVdiLgcFwvv9kpZqkgGAROC9Q7McPU0 { width:1.125rem;height:1.125rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC359gfKpmXBgmoyRdORInX8w2k8PJwG { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { width:47.75rem;height:12.1875rem;top:40.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An2nzvyzbBVUhi3Nledulp36D8uElw95 { width:17.5rem;height:3.4375rem;top:47.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZvz640aQTQTxpNyP5pzTfmFd91ntgU { display:block; }
 }@media only screen and (max-width: 763px) { #gerTy795nm2IZJzT5XyALfWUQK82pouf { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LMlmulEC2SZOLfVbtc9NyPxtLRq92khb { width:1.125rem;height:1.125rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { width:20rem;height:16.25rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVl69vyLhnAQUM6ULkJByRkaNzCJZsR4 { width:20rem;height:16.25rem;top:54.5rem;left:13.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:16.25rem;top:54.5rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpZQlkvQxq6ktIClwTCoIoLDDOJ7EQp { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TXhqWrsIKrNmmJCN0GCe690itGWu9s { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKxoKTwAOJGRsdvg1FDhXW6AP4Uq98OE { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT4srCayrAiFHh18AbMX5C1md6fcktSW { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFOpq9aRoDTtIScXCRFh9DdW5T8o1nWl { width:2.5625rem;height:2.5625rem;top:57.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XGmF3WdPJoN9TBDBUM6NcXcBDtyS7F { width:3.5rem;height:3.5rem;top:56.875rem;left:0rem;display:block; }
#V6XGmF3WdPJoN9TBDBUM6NcXcBDtyS7F > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #lJr9AwHma81KGWys2Vpw53pxaJhMqWkO { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLnbvWcS0WAzcbEKaKQbSDE9LRahBzs { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1adz3P5JXXg82mbyIIANm54QdA8ceMt { width:2.5625rem;height:2.5625rem;top:57.6875rem;left:35.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1nMA7VOxQLa520GX1foF3oS8EW4hr2 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtVPRbtSEl4e0IHpWd1dtCheGkfyx2Wh { width:2.5625rem;height:2.5625rem;top:57.5625rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwE7VxNit64a5c5TJtuUkzzV2ETkOgRH { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlqd9KTAzI2gvxTMAW0TM7Q3PuBGJlMH { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UUfqEnRFEAlyGz2lTqvcHTGms8tvHXDI { width:1.125rem;height:1.125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:47.75rem;height:14.1875rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:47.75rem;height:0.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENRJbgoZTV2Tg8yvAPd3NxATygFFLmSq { width:47.75rem;height:2.0625rem;top:14.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ6xL313gfLnyUtz9qbBXwArgJCKCiOy { width:17.5rem;height:3.4375rem;top:9rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZguxoJi2sbf954NShKtROprybHQIUG { display:block; }
 }@media only screen and (max-width: 763px) { #AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.9375rem;top:6.125rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:16.875rem;height:3.875rem;top:5.1875rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { width:3.125rem;height:3.125rem;top:1.875rem;left:6.375rem;display:block; }
#TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TAJqDdDv24srAwXLFJCtMl08pzgV44lq { width:3.125rem;height:3.125rem;top:1.875rem;left:22.25rem;display:block; }
#TAJqDdDv24srAwXLFJCtMl08pzgV44lq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { width:3.125rem;height:3.125rem;top:1.875rem;left:38.125rem;display:block; }
#TdBF08n02Ud6bfDTemymh5mkx0WIHPZK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lD2TuOlqTyQO5pTxt5zoIl0nh9GK7Tci { width:16.875rem;height:1.9375rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:47.75rem;height:2.625rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 { display:block; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgoISZHAicN7zCqAd2UNp3c6Dr6ZEu9I { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOllv4VwLcsDpZmaTrkhk0q7fgUf6rLa { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMDLJ2a2pav4a2MvPxcqGhWk2L8tm2P7 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQXJfb2Scc8eNtTny7rzcnuhyT3Tmwz { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnLUZrokCR7ntNkknvEb2CBTX55dxdT { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QXnR7zNVkZlJ40dxfHhatH7Jb32aUz { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw42AWChXmnRfWWfJQmmiw3reB22yqzo { width:2.125rem;height:2.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhNmSOVJC9fDMbqBTrUx49SyhwPkzqXi { width:2.125rem;height:2.125rem;top:3.0625rem;left:15.875rem;display:block; }
#RhNmSOVJC9fDMbqBTrUx49SyhwPkzqXi > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #uz4dq5o6mT3THMTP0IVybkQkQUdI2TRH { width:2.125rem;height:2.125rem;top:3.0625rem;left:31.75rem;display:block; }
#uz4dq5o6mT3THMTP0IVybkQkQUdI2TRH > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:47.75rem;height:7.75rem;top:0rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e8cceca3-eebd-4b0f-8e12-d02aae5b5a51/Projektbeztytuu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5GUDOdhbFWDGn08QTI52FITXuIvCdhV { width:17.5rem;height:0;top:18.125rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #w3u7hT9abAeQBO6ZFXpWvZSCkRqx1hGA { top:0rem;left:3.8125rem;width:12.375rem;height:6.875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OLy83w2ZbT3ALtvxJxRu8fLaCR0IZPZp { width:20rem;height:11.25rem;top:19.078125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2qXZi7adKTCt9TgDlNwUqpD995evgUb { width:15.625rem;height:8.75rem;top:10.328125rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RcRXzzmLd14hwGqG1GmvR4N2WTX2zIE5 { width:20rem;height:5.0625rem;top:7.1343727111819rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TheDLdwtX1aMi5yQPwfUQ50Rtf2bCcGZ { width:20rem;height:4.6875rem;top:32.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:5.199225rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:20rem;height:0.0625rem;top:3.86230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:3.79980625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:142rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsGfWpI9mxrz5kM1Mf4Jdw0h53LiRSzR { width:1.0625rem;height:1.0625rem;top:1.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gray9xskieW1VluFJHeXw4eJEEM4qIzc { width:1.125rem;height:1.125rem;top:6.685546875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJNu1nTIeeCsQh7kZWHk4c3nvPW2XWaJ { width:1.125rem;height:1.125rem;top:43.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBZoPhn62MCrJWIPMcRIw2HRQPw8Fr2 { width:1.125rem;height:1.125rem;top:20.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36r3fWsSvnJvXPA5SvTScyBCVnVuwUz { width:1.125rem;height:1.125rem;top:28.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZU5NHfyHBpEMvg7ySIBme51kcQd0Jfz { width:1.125rem;height:1.125rem;top:35.5234375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcyEcNM1KNDiNMmNIxSBp5ZgPDvwBOvS { width:1.125rem;height:1.125rem;top:50.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FikZ9C4Z0V9ccrtp4lreckUniGFGVa8z { width:1.125rem;height:1.125rem;top:12.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ndxl5a6NxsVTy68on3hV9TOgBBlC9J { width:20rem;height:1.5rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpP1eEkHHqwUkL3CZZDLvNNLaQuBoynk { width:20rem;height:1.5rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0J0DgcHsVAxADep4aNUcTH1sqbmDsN { width:20rem;height:3rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5nGf3ILQ1KnT5HWvKRv2PrBLWDM24xW { width:20rem;height:3rem;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL4hSKsXwSVCn5tTE8rxSeEGTRCtBV8h { width:20rem;height:3rem;top:30.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy5MTGelwfp5zBqmTrGrEE6R4F9mbox7 { width:16.875rem;height:3rem;top:38.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOGQULyif0zlMDcutRTBR5H3JtMAgG0 { width:20rem;height:1.5rem;top:46.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zodrk2KLz0QsXrUQ684z47lbGq10MPpu { width:20rem;height:1.5rem;top:52.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzVdiLgcFwvv9kpZqkgGAROC9Q7McPU0 { width:1.125rem;height:1.125rem;top:57.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC359gfKpmXBgmoyRdORInX8w2k8PJwG { width:20rem;height:1.5rem;top:59.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3wWOPOJtsuhB0dAVhyGAzMThTlH0XO { width:20rem;height:9.09864375rem;top:72.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An2nzvyzbBVUhi3Nledulp36D8uElw95 { width:13.4375rem;height:2.75rem;top:80.40625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZvz640aQTQTxpNyP5pzTfmFd91ntgU { display:block; }
 }@media only screen and (max-width: 763px) { #gerTy795nm2IZJzT5XyALfWUQK82pouf { width:20rem;height:2.8125rem;top:66.669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMlmulEC2SZOLfVbtc9NyPxtLRq92khb { width:1.125rem;height:1.125rem;top:64.044921875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { width:20rem;height:14.375rem;top:86.874603271488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVl69vyLhnAQUM6ULkJByRkaNzCJZsR4 { width:20rem;height:14.75rem;top:104.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:14.125rem;top:121.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { width:16.875rem;height:1.7871125rem;top:4.05078125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpZQlkvQxq6ktIClwTCoIoLDDOJ7EQp { width:17.125rem;height:7.5rem;top:91.810546875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TXhqWrsIKrNmmJCN0GCe690itGWu9s { width:16.875rem;height:1.7871125rem;top:110.60546875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKxoKTwAOJGRsdvg1FDhXW6AP4Uq98OE { width:16.875rem;height:1.8681625rem;top:113.6328125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT4srCayrAiFHh18AbMX5C1md6fcktSW { width:16.875rem;height:1.7871125rem;top:106.64453125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFOpq9aRoDTtIScXCRFh9DdW5T8o1nWl { width:2.5625rem;height:2.5625rem;top:106.255859375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6XGmF3WdPJoN9TBDBUM6NcXcBDtyS7F { width:3.5rem;height:3.5rem;top:87.810546875rem;left:1.5625rem;display:block; }
#V6XGmF3WdPJoN9TBDBUM6NcXcBDtyS7F > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #lJr9AwHma81KGWys2Vpw53pxaJhMqWkO { width:16.875rem;height:4.5rem;top:126.900390625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLnbvWcS0WAzcbEKaKQbSDE9LRahBzs { width:16.875rem;height:1.7871125rem;top:35.5234375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1adz3P5JXXg82mbyIIANm54QdA8ceMt { width:2.5625rem;height:2.5625rem;top:34.34375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1nMA7VOxQLa520GX1foF3oS8EW4hr2 { width:14rem;height:1.7871125rem;top:123.919921875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WtVPRbtSEl4e0IHpWd1dtCheGkfyx2Wh { width:2.5625rem;height:2.5625rem;top:123.533203125rem;left:0.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qwE7VxNit64a5c5TJtuUkzzV2ETkOgRH { width:14.125rem;height:1.7871125rem;top:88.666015625rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qlqd9KTAzI2gvxTMAW0TM7Q3PuBGJlMH { width:20rem;height:0;top:138.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUfqEnRFEAlyGz2lTqvcHTGms8tvHXDI { width:1.125rem;height:1.125rem;top:136.5rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:20rem;height:22.4179625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:20rem;height:0.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENRJbgoZTV2Tg8yvAPd3NxATygFFLmSq { width:20rem;height:4.7109375rem;top:20.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ6xL313gfLnyUtz9qbBXwArgJCKCiOy { width:17.5rem;height:3.4375rem;top:28.5234375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZguxoJi2sbf954NShKtROprybHQIUG { display:block; }
 }@media only screen and (max-width: 763px) { #AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.4619125rem;top:16.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:16.875rem;height:2.9375rem;top:25.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;display:block; }
#TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TAJqDdDv24srAwXLFJCtMl08pzgV44lq { width:3.125rem;height:3.125rem;top:11.75rem;left:8.4375rem;display:block; }
#TAJqDdDv24srAwXLFJCtMl08pzgV44lq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { width:3.125rem;height:3.125rem;top:21.6875rem;left:8.4375rem;display:block; }
#TdBF08n02Ud6bfDTemymh5mkx0WIHPZK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lD2TuOlqTyQO5pTxt5zoIl0nh9GK7Tci { width:16.875rem;height:1.4619125rem;top:6.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:20rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:5.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 { display:block; }#aM8vVmLVKnzJcT8OGRFTvCJFoCFkdIE7 > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgoISZHAicN7zCqAd2UNp3c6Dr6ZEu9I { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOllv4VwLcsDpZmaTrkhk0q7fgUf6rLa { width:16.875rem;height:1.5rem;top:5.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMDLJ2a2pav4a2MvPxcqGhWk2L8tm2P7 { width:20rem;height:9.9375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQXJfb2Scc8eNtTny7rzcnuhyT3Tmwz { width:16.875rem;height:1.5rem;top:16.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnLUZrokCR7ntNkknvEb2CBTX55dxdT { width:20rem;height:9.25rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QXnR7zNVkZlJ40dxfHhatH7Jb32aUz { width:16.875rem;height:1.5rem;top:26.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw42AWChXmnRfWWfJQmmiw3reB22yqzo { width:2.125rem;height:2.125rem;top:1.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhNmSOVJC9fDMbqBTrUx49SyhwPkzqXi { width:2.125rem;height:2.125rem;top:12rem;left:8.9375rem;display:block; }
#RhNmSOVJC9fDMbqBTrUx49SyhwPkzqXi > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #uz4dq5o6mT3THMTP0IVybkQkQUdI2TRH { width:2.125rem;height:2.125rem;top:23.5625rem;left:8.9375rem;display:block; }
#uz4dq5o6mT3THMTP0IVybkQkQUdI2TRH > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/XWtXocCA/AdobeStock_288346827.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.adaptive-delivery-prevent-bg, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyload, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyloading { background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:18.5rem;height:4.6484375rem;top:1.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }