.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:218,228,234;--color-primary-1:130,166,186;--color-primary-2:5,76,117;--color-primary-3:3,38,59;--color-primary-4:1,11,18;--color-secondary-0:218,220,227;--color-secondary-1:132,139,160;--color-secondary-2:8,22,65;--color-secondary-3:4,11,33;--color-secondary-4:1,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:205,205,205;--color-tertiary-2:172,172,172;--color-tertiary-3:146,146,146;--color-tertiary-4:81,81,81;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { background-color: transparent; background-image: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { border-width: 0; border-radius: 0; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:58.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#THkE3Dvt88PZBFdWcwVaUhXb7W7F9pIW { color:#00aaff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:58.75rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aSUKIuNVzWra8WvJxqT7ScG8uKxiWuKC { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:1.25rem;left:37.5rem;display:block; }
#wAqduzVTn4pAsIPztkOihUeATWFcOwqz { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.5rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR { background-color:#1d5eb9;background-image:url("https://images.assets-landingi.com/uc/b1ac0840-4046-4b4f-b4a4-4a68e02c0636/bg3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR.adaptive-delivery-prevent-bg, #NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR.lazyload, #NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR.lazyloading { background-image: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { background-color: transparent; background-image: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container > .video-iframe-container { display: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row > .video-iframe-container { display: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .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); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { border-width: 0; border-radius: 0; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#DeRrV0Bu4yUO2gdFNfDeaBuA9HlNytTt { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:21.5rem;left:0rem;height:12.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ny09SBfLPdhDszM1SCcxq9gOaTSK4TIK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:60.0625rem;left:13.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SH0JEbUBABOTL36dxmED8cT11akqaPss { position:absolute;display:block;z-index:15016;height:3.75rem;width:20rem;top:42.5rem;left:0rem;display:block; }
#s83vHb2oTzedZU3vrxdHM3FckvA2VtOr { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:45.125rem;left:34.9375rem;overflow:hidden;display:block; }
#sU6Jx7yvTTEDZlvdxux4DMCPyUGhg7RS { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:43.625rem;left:40.75rem;overflow:hidden;display:block; }
#AMxgb4w71hayJk3a4TdhHpfxtBIxBGb0 { box-sizing:content-box;height:8.1875rem;width:62.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.4375rem;left:6.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#UFm0hGKc6lgzHO19cdK95T9B5d4hQJk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.4375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EOvu97pM88fv98iom5p2uPJi6Z1hd2pp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.0625rem;left:33.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NT6Azk1aQtebBoPW4NRXCAJCIWuhOXPf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:60.0625rem;left:53.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JExrxGT79mNX6hIJ7E4U2EFE5WNxJKx1 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:60.0625rem;left:7.75rem;overflow:hidden;display:block; }
#glAls2SZag33IU2VzVUmqdXzokcCqBpK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:61.6875rem;left:13.0625rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nikZVTHICSuafa7c4hT0D2zb4LMLZq4g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:61.6875rem;left:33.4375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wUt0MLWMN2bXvLT1Jylg2Vi8UkiqguT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:61.6875rem;left:53.4375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dywZgrKfXnVoxeRu1HyvcQJbQvleyona { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:60.0625rem;left:48.5rem;overflow:hidden;display:block; }
#qTHo8LE8tVvW6TA7HP2v2ZzGATuOizRN { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:60.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#ocBHxyGUvemMyiEWEA9yaecGct5PNQlJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:61.6875rem;left:13.0625rem;height:2.92471875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#i0kKvCn7cJZOtMHzLFNch7oclhTwR2CV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wmkrKdG6RrE34ut2op4dTTUBzGit8ViJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { background-color: transparent; background-image: none; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container > .video-iframe-container { display: none; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row > .video-iframe-container { display: none; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .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); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { border-width: 0; border-radius: 0; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#KtdUF8VbaURs18yJzmTZzdslf6FutfEg { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7rH819GDTgOfZpsmh8dyPII3kV6m0yO { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJSS09bInl9PNq5e8HDEQ4fur2A0q2TK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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.12421875rem;width:3.125rem;top:18.875rem;left:36rem;display:block; }
#trAlNSG8aeonZ52KyqeTWqIS7uDKGG2x { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:3.81818125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { background-color: transparent; background-image: none; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container > .video-iframe-container { display: none; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row > .video-iframe-container { display: none; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .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); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { border-width: 0; border-radius: 0; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#gbJv0kJqN1EgC0EKdbKubyXl03rT6QWI { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1249923706055rem;left:1.40625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i954tlSLirnhwV2QUKHq8rehwwtTQxJ4 { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2984313964844rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XQvzF3miCBBLPbQ9Pi0OVJ7gXD65OLAA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1249923706055rem;left:1.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tg9tqkD3BJh8mRXvWt61V3iLsFWpI9ET { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.8125rem;top:4.6734313964844rem;left:16.567970275879rem;overflow:hidden;display:block; }
#xPx5TXI0Z4nWN4LTof1G089htKCAT0ZM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5015563964844rem;left:1.40625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuFys0bwBgNRAu7rXfLrAcNseKQ788Rk { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:25.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IoCqKNPALMOV4wf3USzcte88JyuV4Wc0 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.75rem;top:4.6875rem;left:42.25rem;overflow:hidden;display:block; }
#XR89zlmpkVidQfnGPno7DZz0z7rsweF0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5rem;left:27.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSRoCuCRvt6AfZuW6GJl4eoXqDaArvBq { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.125rem;left:27.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UShtkdf6zcsCB0akXkWvm3Hs6BOTNB3d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.125rem;left:27.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ku19rQ8N61QCTziGGrk9TxqOlABgP3cn { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZnQRaVy340ZZXqe037VCgl8Aqg7ERn0s { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.75rem;top:4.6874923706055rem;left:67.875rem;overflow:hidden;display:block; }
#eRrDvXTTIZurWyZB6CXOKJNrgUL6Rrpz { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.4999923706056rem;left:52.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhzUC548Cn4T2v2t3NgmZftHAsyahbSZ { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1249923706055rem;left:52.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRmB3eJIWUhL7UmyaSHKNHhDsxxMTP6c { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.1249923706055rem;left:52.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { background-color: transparent; background-image: none; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container > .video-iframe-container { display: none; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row > .video-iframe-container { display: none; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .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); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { border-width: 0; border-radius: 0; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#qVx1DOsOibuvXqo4VZxLcOF2RlLXaTWQ { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.40625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHSZ8qLHJT91zJHlcTpxKThwb6HZyF6T { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.2976608276368rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Akf9hcZPXLfQXsyWAPrbIE0yOz6vWU7T { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQT3l428oF7kJVgtpnpDktkZq7E7szg5 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.75rem;top:3.6726608276367rem;left:16.567970275879rem;overflow:hidden;display:block; }
#oecue7RdDDCZFPrZbtqfmMkdGtLGcyLo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5640640258787rem;left:1.40625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zuKaGJgiG5qxTkTrlQm4DQVTCyLQJ7Rs { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:25.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Jd7yeENexuQws8Gu3TV42L1HIC5NCX1w { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.75rem;top:3.6875rem;left:42.25rem;overflow:hidden;display:block; }
#gpSMTZuRh4TL1iJT1fD4qKUuGQ1LR2DX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UEIpTfXRE7MaV6qWt4SchVQ8XfZXfMyf { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:27.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdBITRO62l54vqPWbpLrxXRVfyxdqwuw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.125rem;left:27.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IabF9mN7LTJRIin8MntBMkKBaDpxwZF2 { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FTVEscqNZ1l7rS3MykcRAkDaulfeEZXX { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.75rem;top:3.6875rem;left:67.875rem;overflow:hidden;display:block; }
#Isa7qbBDqNUBa6ZqyTKuRc0tUUlXZSIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.5625rem;left:52.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3Uscs0kgxG19uEkMzN1navQsLTk9O0K { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.125rem;left:52.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gH3J9vhfFE4H93MA8wom2i5sE4fuI0gZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { background-color: transparent; background-image: none; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container > .video-iframe-container { display: none; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row > .video-iframe-container { display: none; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .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); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { border-width: 0; border-radius: 0; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#BH2Tz6doGReRn5lsdvwDMgJpnfRbl9M0 { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:0rem;left:27.5rem;display:block; }
#HAGv4zQv9PBZKWBeEoHo82lXDV8dW0QL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#N7ndl0UD93KWm4kZTnOUdTgtURA9bTFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { background-color: transparent; background-image: none; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container > .video-iframe-container { display: none; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row > .video-iframe-container { display: none; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .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); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { border-width: 0; border-radius: 0; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { font-size:0.875rem;font-family:arial;height:73.3125rem;width:75rem;position:relative;display:block; }#gIIW8rq7NsT2ZilSmxTDkGmoxg25vRwS { color:rgba(var(--color-secondary-2),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7Sg4enuTPu50iggaK7IQMbTTv3w9c20 { box-sizing:content-box;height:37.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d7d00d30-a4d8-4e5d-8adf-0ab19781eba4/Screenshot_69.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9687497615814rem;left:56.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#T7Sg4enuTPu50iggaK7IQMbTTv3w9c20.adaptive-delivery-prevent-bg, #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20.lazyload, #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20.lazyloading { background-image: none; }
#vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P { box-sizing:content-box;height:37.5rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dca3bd08-d92a-40a2-b403-cced0527e33a/Screenshot_70.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9687497615814rem;left:36.934477210781rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P.adaptive-delivery-prevent-bg, #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P.lazyload, #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P.lazyloading { background-image: none; }
#v4ExTVlwfJB8esluaRnRrtf966xW7eG3 { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XfpaCXKJhWfKJx1NOKTw8QfKc1IdiImI { color:rgba(var(--color-secondary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSU7bqpaR3N1Ota9HSy2QXr3aKXfcgZh { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fUKkhBDu5Q3DPQaOBqv7ZCz1tgpslTT0 { color:rgba(var(--color-secondary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ihNOSowlFflVlWL75OcFMTxEOXmLtrV3 { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#T2xirTtrqggSukqsnnIHQM03oElg3HR6 { color:rgba(var(--color-secondary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.6875rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUv3ZP2Bd2x26o09QLUwgzSNLaCRgwtz { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.4375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#On8yA6WcwHvDTKbMPmWrsvAxy2XfJGvL { color:rgba(var(--color-secondary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MINy3QXZ1f68nw7paTQp6KWQHqFwJCFv { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iRdSfui1tQkvKBBI40TU2h9JyNzn7rTI { color:rgba(var(--color-secondary-2),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.9375rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BeGL0OUEugaHH7ce3nmwDNM4ATHWNuTQ { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rTbKMpwCEeCEoDGwd8P2q3JiQ8t0I0ow { color:rgba(var(--color-secondary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.75rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7II0EWMUHgvoysz59k5UkbIw4dMFQsQ { box-sizing:content-box;height:2.5rem;width:10.1875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:36.93359375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#tW0CVS38JZSRDsKL2Xd6uG4icQQPx5Ty { color:rgba(var(--color-secondary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.625rem;left:37.55859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mcL7wp8OpaTGIlQH33sB767t814F89SQ { box-sizing:content-box;height:2.5rem;width:10.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:56.25rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#iwqENH4UIZCXRtyFhGhT9skbfk3qLH26 { color:rgba(var(--color-secondary-2),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.625rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6nmFaNBcZJLRLz5eFNf96n5wiM8zFpV { position:absolute;display:block;z-index:15026;height:21.5625rem;width:75rem;top:44.023433685302rem;left:0rem;display:block; }
#aTZIpMS8VZbnceDdXRks8vNa0OioyhdD { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:35.625rem;left:0rem;display:block; }
#Wz7GTlJmUdBIZnxzCELImgPyCFxKCFGf { color:rgba(var(--color-secondary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.721591949463rem;left:0rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QOm2G1tkvVCBEWXUgikB18yCJ9mi0d5e { color:rgba(var(--color-secondary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.25rem;height:1.38068125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TdKwbVCe1bZ960mmeGpPnonIUM5CDSnH { color:rgba(var(--color-secondary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.25rem;height:1.38068125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#x6Vui470hf23TxcOFkhiZpXGrclmE48n { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AqNuvfpLXKU4FcmSiTnI9674qE9mMiQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container { background-color: transparent; background-image: none; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container > .video-iframe-container { display: none; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row > .video-iframe-container { display: none; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .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); }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container { border-width: 0; border-radius: 0; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#yzx15Gaka948sfwFU5BD1XEdLPbhvLs0 { box-sizing:content-box;height:36.0625rem;width:34.4375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#P5dPBTWeBoyH1HcvDTvDQ5uoXoxUhNWD { color:rgba(var(--color-secondary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.625rem;left:42.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCnBqweTRXnoSP19BEL3HdhEXvuDqfQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7rem;left:42.5625rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe { box-sizing:content-box;height:20.5625rem;width:34.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12897736-55ac-4a13-b049-416a740d50c7/Screenshot_71.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.045455932618rem;left:39.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe.adaptive-delivery-prevent-bg, #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe.lazyload, #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe.lazyloading { background-image: none; }
#zHH4pMbkrCuVAG4FWop2CKraTc7keBmw { position:absolute;display:block;z-index:15020;height:36.0625rem;width:38.75rem;top:2.5rem;left:0.9375rem;display:block; }
#ZuSuRLTWKauu942XFmRZHHLKKX9sFTF9 { position:absolute;display:block;z-index:15020;height:36.0625rem;width:38.75rem;top:2.5rem;left:0.9375rem;display:none; }
#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { background-color: transparent; background-image: none; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container > .video-iframe-container { display: none; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row > .video-iframe-container { display: none; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .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); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { border-width: 0; border-radius: 0; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#tA34Jc5Rlt6Te2o87Z3QEGTJ9UODkc5i { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.7781295776368rem;left:0rem;height:1.38125rem;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) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { width:11.625rem;height:1.625rem;top:0.9375rem;left:36.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkE3Dvt88PZBFdWcwVaUhXb7W7F9pIW { width:16.25rem;height:2.875rem;top:2rem;left:31.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSUKIuNVzWra8WvJxqT7ScG8uKxiWuKC { width:20rem;height:3.75rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAqduzVTn4pAsIPztkOihUeATWFcOwqz { width:4.5rem;height:4.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR { display:block; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeRrV0Bu4yUO2gdFNfDeaBuA9HlNytTt { width:44.75rem;height:12.75rem;top:21.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny09SBfLPdhDszM1SCcxq9gOaTSK4TIK { width:13.8125rem;height:1.625rem;top:60.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH0JEbUBABOTL36dxmED8cT11akqaPss { width:20rem;height:3.75rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s83vHb2oTzedZU3vrxdHM3FckvA2VtOr { width:10.9375rem;height:10.9375rem;top:45.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6Jx7yvTTEDZlvdxux4DMCPyUGhg7RS { width:11.1875rem;height:11.1875rem;top:43.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMxgb4w71hayJk3a4TdhHpfxtBIxBGb0 { width:47.75rem;height:8.1875rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFm0hGKc6lgzHO19cdK95T9B5d4hQJk0 { width:38.75rem;height:4.0625rem;top:35.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvu97pM88fv98iom5p2uPJi6Z1hd2pp { width:12.75rem;height:1.625rem;top:60.0625rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6Azk1aQtebBoPW4NRXCAJCIWuhOXPf { width:13.4375rem;height:1.625rem;top:60.0625rem;left:34.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JExrxGT79mNX6hIJ7E4U2EFE5WNxJKx1 { width:4.9375rem;height:4.9375rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glAls2SZag33IU2VzVUmqdXzokcCqBpK { width:12.8125rem;height:2.875rem;top:61.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nikZVTHICSuafa7c4hT0D2zb4LMLZq4g { width:12.8125rem;height:2.875rem;top:61.6875rem;left:19.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUt0MLWMN2bXvLT1Jylg2Vi8UkiqguT4 { width:12.8125rem;height:2.875rem;top:61.6875rem;left:34.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dywZgrKfXnVoxeRu1HyvcQJbQvleyona { width:4.9375rem;height:4.9375rem;top:60.0625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHo8LE8tVvW6TA7HP2v2ZzGATuOizRN { width:4.9375rem;height:4.9375rem;top:60.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocBHxyGUvemMyiEWEA9yaecGct5PNQlJ { width:12.8125rem;height:2.875rem;top:54.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0kKvCn7cJZOtMHzLFNch7oclhTwR2CV { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmkrKdG6RrE34ut2op4dTTUBzGit8ViJ { display:block; }
 }@media only screen and (max-width: 763px) { #Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp { display:block; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtdUF8VbaURs18yJzmTZzdslf6FutfEg { width:47.75rem;height:3.8125rem;top:12.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7rH819GDTgOfZpsmh8dyPII3kV6m0yO { width:47.75rem;height:1.4375rem;top:16.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSS09bInl9PNq5e8HDEQ4fur2A0q2TK { width:3.125rem;height:0.0625rem;top:18.875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAlNSG8aeonZ52KyqeTWqIS7uDKGG2x { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD { display:block; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbJv0kJqN1EgC0EKdbKubyXl03rT6QWI { width:17.1875rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i954tlSLirnhwV2QUKHq8rehwwtTQxJ4 { width:23.6875rem;height:14rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvzF3miCBBLPbQ9Pi0OVJ7gXD65OLAA { width:13.8125rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9tqkD3BJh8mRXvWt61V3iLsFWpI9ET { width:6.8125rem;height:9.625rem;top:4.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPx5TXI0Z4nWN4LTof1G089htKCAT0ZM { width:14.375rem;height:4.875rem;top:8.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuFys0bwBgNRAu7rXfLrAcNseKQ788Rk { width:23.6875rem;height:14rem;top:2.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCqKNPALMOV4wf3USzcte88JyuV4Wc0 { width:6.75rem;height:9.625rem;top:4.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR89zlmpkVidQfnGPno7DZz0z7rsweF0 { width:15.1875rem;height:4.875rem;top:8.5rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSRoCuCRvt6AfZuW6GJl4eoXqDaArvBq { width:17.1875rem;height:2.4375rem;top:4.125rem;left:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UShtkdf6zcsCB0akXkWvm3Hs6BOTNB3d { width:15.375rem;height:1.625rem;top:6.125rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku19rQ8N61QCTziGGrk9TxqOlABgP3cn { width:23.6875rem;height:14rem;top:2.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQRaVy340ZZXqe037VCgl8Aqg7ERn0s { width:6.75rem;height:9.625rem;top:4.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrDvXTTIZurWyZB6CXOKJNrgUL6Rrpz { width:14.375rem;height:3.625rem;top:8.4375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzUC548Cn4T2v2t3NgmZftHAsyahbSZ { width:17.1875rem;height:2.4375rem;top:4.0625rem;left:30.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmB3eJIWUhL7UmyaSHKNHhDsxxMTP6c { width:13.8125rem;height:1.625rem;top:6.0625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW { display:block; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVx1DOsOibuvXqo4VZxLcOF2RlLXaTWQ { width:15rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHSZ8qLHJT91zJHlcTpxKThwb6HZyF6T { width:23.6875rem;height:14rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akf9hcZPXLfQXsyWAPrbIE0yOz6vWU7T { width:13.8125rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQT3l428oF7kJVgtpnpDktkZq7E7szg5 { width:6.75rem;height:9.625rem;top:3.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecue7RdDDCZFPrZbtqfmMkdGtLGcyLo { width:14.875rem;height:4.875rem;top:7.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuKaGJgiG5qxTkTrlQm4DQVTCyLQJ7Rs { width:23.6875rem;height:14rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7yeENexuQws8Gu3TV42L1HIC5NCX1w { width:6.75rem;height:9.625rem;top:3.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSMTZuRh4TL1iJT1fD4qKUuGQ1LR2DX { width:14.375rem;height:4.875rem;top:7.5625rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEIpTfXRE7MaV6qWt4SchVQ8XfZXfMyf { width:17.1875rem;height:2.4375rem;top:3.125rem;left:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBITRO62l54vqPWbpLrxXRVfyxdqwuw { width:15.375rem;height:1.625rem;top:5.125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabF9mN7LTJRIin8MntBMkKBaDpxwZF2 { width:23.6875rem;height:14rem;top:1.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVEscqNZ1l7rS3MykcRAkDaulfeEZXX { width:6.75rem;height:9.625rem;top:3.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa7qbBDqNUBa6ZqyTKuRc0tUUlXZSIZ { width:14.375rem;height:3.625rem;top:7.5625rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Uscs0kgxG19uEkMzN1navQsLTk9O0K { width:17.1875rem;height:2.4375rem;top:3.125rem;left:30.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3J9vhfFE4H93MA8wom2i5sE4fuI0gZ { width:13.8125rem;height:1.625rem;top:5.125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 { display:block; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH2Tz6doGReRn5lsdvwDMgJpnfRbl9M0 { width:20rem;height:3.75rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGv4zQv9PBZKWBeEoHo82lXDV8dW0QL { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7ndl0UD93KWm4kZTnOUdTgtURA9bTFT { display:block; }
 }@media only screen and (max-width: 763px) { #zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg { display:block; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIIW8rq7NsT2ZilSmxTDkGmoxg25vRwS { width:29.875rem;height:6.875rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20 { width:18.75rem;height:37.5rem;top:2.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P { width:18.75rem;height:37.5rem;top:2.9375rem;left:23.309477210781rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ExTVlwfJB8esluaRnRrtf966xW7eG3 { width:33.125rem;height:2.5rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpaCXKJhWfKJx1NOKTw8QfKc1IdiImI { width:26.625rem;height:1.375rem;top:16.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSU7bqpaR3N1Ota9HSy2QXr3aKXfcgZh { width:33.125rem;height:2.5rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKkhBDu5Q3DPQaOBqv7ZCz1tgpslTT0 { width:30.5625rem;height:1.375rem;top:19.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihNOSowlFflVlWL75OcFMTxEOXmLtrV3 { width:33.125rem;height:2.5rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2xirTtrqggSukqsnnIHQM03oElg3HR6 { width:23.8125rem;height:1.375rem;top:22.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUv3ZP2Bd2x26o09QLUwgzSNLaCRgwtz { width:33.125rem;height:2.5rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #On8yA6WcwHvDTKbMPmWrsvAxy2XfJGvL { width:22.3125rem;height:1.375rem;top:31.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINy3QXZ1f68nw7paTQp6KWQHqFwJCFv { width:33.125rem;height:2.5rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdSfui1tQkvKBBI40TU2h9JyNzn7rTI { width:30.375rem;height:1.375rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGL0OUEugaHH7ce3nmwDNM4ATHWNuTQ { width:33.125rem;height:2.5rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbKMpwCEeCEoDGwd8P2q3JiQ8t0I0ow { width:30.9375rem;height:1.375rem;top:25.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7II0EWMUHgvoysz59k5UkbIw4dMFQsQ { width:10.1875rem;height:2.5rem;top:34.1875rem;left:23.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW0CVS38JZSRDsKL2Xd6uG4icQQPx5Ty { width:6.25rem;height:1.625rem;top:34.625rem;left:23.93359375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcL7wp8OpaTGIlQH33sB767t814F89SQ { width:10.1875rem;height:2.5rem;top:34.1875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwqENH4UIZCXRtyFhGhT9skbfk3qLH26 { width:9.5rem;height:1.625rem;top:34.625rem;left:38.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6nmFaNBcZJLRLz5eFNf96n5wiM8zFpV { width:47.75rem;height:21.5625rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZIpMS8VZbnceDdXRks8vNa0OioyhdD { width:20rem;height:3.75rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7GTlJmUdBIZnxzCELImgPyCFxKCFGf { width:26.0625rem;height:2.75rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOm2G1tkvVCBEWXUgikB18yCJ9mi0d5e { width:20rem;height:1.125rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdKwbVCe1bZ960mmeGpPnonIUM5CDSnH { width:20rem;height:0.9375rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6Vui470hf23TxcOFkhiZpXGrclmE48n { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqNuvfpLXKU4FcmSiTnI9674qE9mMiQe { display:block; }
 }@media only screen and (max-width: 763px) { #elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO { display:block; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzx15Gaka948sfwFU5BD1XEdLPbhvLs0 { width:34.4375rem;height:36.0625rem;top:2.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dPBTWeBoyH1HcvDTvDQ5uoXoxUhNWD { width:28.75rem;height:1.9375rem;top:4.625rem;left:19rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnBqweTRXnoSP19BEL3HdhEXvuDqfQ5 { width:27.9375rem;height:8.875rem;top:7rem;left:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe { width:34.4375rem;height:20.5625rem;top:18rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHH4pMbkrCuVAG4FWop2CKraTc7keBmw { width:38.75rem;height:36.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSuRLTWKauu942XFmRZHHLKKX9sFTF9 { width:38.75rem;height:36.0625rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT { display:block; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA34Jc5Rlt6Te2o87Z3QEGTJ9UODkc5i { width:47.75rem;height:1.375rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { position:relative;z-index:auto;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { width:12.6875rem;height:1.04166875rem;top:1.75rem;left:7.3125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THkE3Dvt88PZBFdWcwVaUhXb7W7F9pIW { width:11.5625rem;height:1.80555625rem;top:10.079196240234rem;left:4.1875rem;text-align:right;text-align-last:right;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSUKIuNVzWra8WvJxqT7ScG8uKxiWuKC { width:20rem;height:3.75rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAqduzVTn4pAsIPztkOihUeATWFcOwqz { width:3.625rem;height:3.9375rem;top:0.8125rem;left:8.1875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/893cbf67-804a-45d0-b6f8-8e0d65037908/34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR.adaptive-delivery-prevent-bg, #NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR.lazyload, #NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR.lazyloading { background-image: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { background-color: transparent; background-image: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container > .video-iframe-container { display: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row > .video-iframe-container { display: none; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .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); }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { border-width: 0; border-radius: 0; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRhXOD4Buk13ww4RpHUJ4u9py7xne0cR > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeRrV0Bu4yUO2gdFNfDeaBuA9HlNytTt { width:20rem;height:9.075rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ny09SBfLPdhDszM1SCcxq9gOaTSK4TIK { width:12.9375rem;height:1.625rem;top:47.5rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH0JEbUBABOTL36dxmED8cT11akqaPss { width:20rem;height:3.75rem;top:16.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s83vHb2oTzedZU3vrxdHM3FckvA2VtOr { width:7.625rem;height:7.625rem;top:22.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6Jx7yvTTEDZlvdxux4DMCPyUGhg7RS { width:7rem;height:7rem;top:21.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMxgb4w71hayJk3a4TdhHpfxtBIxBGb0 { width:18.25rem;height:13.125rem;top:46.25rem;left:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UFm0hGKc6lgzHO19cdK95T9B5d4hQJk0 { width:19rem;height:4.3875rem;top:11.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvu97pM88fv98iom5p2uPJi6Z1hd2pp { width:12.75rem;height:0;top:55rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT6Azk1aQtebBoPW4NRXCAJCIWuhOXPf { width:12.6875rem;height:1.625rem;top:53.1875rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JExrxGT79mNX6hIJ7E4U2EFE5WNxJKx1 { width:4.9375rem;height:4.9375rem;top:49.25rem;left:0.5625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #glAls2SZag33IU2VzVUmqdXzokcCqBpK { width:12.8125rem;height:0;top:51.0625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nikZVTHICSuafa7c4hT0D2zb4LMLZq4g { width:12.8125rem;height:0;top:56.5625rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUt0MLWMN2bXvLT1Jylg2Vi8UkiqguT4 { width:12.4375rem;height:2.925rem;top:54.8125rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dywZgrKfXnVoxeRu1HyvcQJbQvleyona { width:4.9375rem;height:4.9375rem;top:53rem;left:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qTHo8LE8tVvW6TA7HP2v2ZzGATuOizRN { width:4.9375rem;height:4.9375rem;top:47.5rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ocBHxyGUvemMyiEWEA9yaecGct5PNQlJ { width:12.8125rem;height:2.925rem;top:49.125rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #i0kKvCn7cJZOtMHzLFNch7oclhTwR2CV { top:17.1875rem;left:0rem;width:20rem;height:3.4375rem;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #53c000, #4daf50);background-image: -moz-linear-gradient(90deg, #53c000, #4daf50);background-image: -ms-linear-gradient(90deg, #53c000, #4daf50);background-image: -o-linear-gradient(90deg, #53c000, #4daf50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c000', endColorstr='#4daf50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c000', endColorstr='#4daf50' );";background-image: linear-gradient(90deg, #53c000, #4daf50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wmkrKdG6RrE34ut2op4dTTUBzGit8ViJ { display:block; }
 }@media only screen and (max-width: 763px) { #Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp { display:block; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtdUF8VbaURs18yJzmTZzdslf6FutfEg { width:20rem;height:0;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7rH819GDTgOfZpsmh8dyPII3kV6m0yO { width:20rem;height:0;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJSS09bInl9PNq5e8HDEQ4fur2A0q2TK { width:3.125rem;height:0.125rem;top:4.875rem;left:8.4375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAlNSG8aeonZ52KyqeTWqIS7uDKGG2x { width:20rem;height:4.55rem;top:5.2244319915771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD { display:block; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbJv0kJqN1EgC0EKdbKubyXl03rT6QWI { width:17.1875rem;height:1.625rem;top:4.1265640258789rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i954tlSLirnhwV2QUKHq8rehwwtTQxJ4 { width:20rem;height:14rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvzF3miCBBLPbQ9Pi0OVJ7gXD65OLAA { width:13.8125rem;height:1.38125rem;top:5.7015609741211rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9tqkD3BJh8mRXvWt61V3iLsFWpI9ET { width:6.8125rem;height:9.625rem;top:4.1265630722046rem;left:13.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPx5TXI0Z4nWN4LTof1G089htKCAT0ZM { width:12.125rem;height:6.09375rem;top:8.078125rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuFys0bwBgNRAu7rXfLrAcNseKQ788Rk { width:20rem;height:14rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCqKNPALMOV4wf3USzcte88JyuV4Wc0 { width:6.75rem;height:9.625rem;top:19.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR89zlmpkVidQfnGPno7DZz0z7rsweF0 { width:12.25rem;height:6.09375rem;top:23.3125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSRoCuCRvt6AfZuW6GJl4eoXqDaArvBq { width:17.1875rem;height:1.625rem;top:19.5rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UShtkdf6zcsCB0akXkWvm3Hs6BOTNB3d { width:15.375rem;height:1.38125rem;top:20.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku19rQ8N61QCTziGGrk9TxqOlABgP3cn { width:20rem;height:14rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQRaVy340ZZXqe037VCgl8Aqg7ERn0s { width:6.75rem;height:9.625rem;top:34.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrDvXTTIZurWyZB6CXOKJNrgUL6Rrpz { width:10.3125rem;height:4.875rem;top:38.5625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzUC548Cn4T2v2t3NgmZftHAsyahbSZ { width:17.1875rem;height:1.625rem;top:34.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmB3eJIWUhL7UmyaSHKNHhDsxxMTP6c { width:13.8125rem;height:1.38125rem;top:36.1875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW { display:block; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVx1DOsOibuvXqo4VZxLcOF2RlLXaTWQ { width:17.1875rem;height:1.625rem;top:2.25rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHSZ8qLHJT91zJHlcTpxKThwb6HZyF6T { width:20rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akf9hcZPXLfQXsyWAPrbIE0yOz6vWU7T { width:13.8125rem;height:1.625rem;top:3.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQT3l428oF7kJVgtpnpDktkZq7E7szg5 { width:6.75rem;height:9.625rem;top:2.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecue7RdDDCZFPrZbtqfmMkdGtLGcyLo { width:12rem;height:6.09375rem;top:6.25rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuKaGJgiG5qxTkTrlQm4DQVTCyLQJ7Rs { width:20rem;height:14rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7yeENexuQws8Gu3TV42L1HIC5NCX1w { width:6.75rem;height:9.625rem;top:17.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSMTZuRh4TL1iJT1fD4qKUuGQ1LR2DX { width:11.9375rem;height:6.09375rem;top:21.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEIpTfXRE7MaV6qWt4SchVQ8XfZXfMyf { width:17.1875rem;height:1.625rem;top:17.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBITRO62l54vqPWbpLrxXRVfyxdqwuw { width:15.375rem;height:1.625rem;top:19.0625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabF9mN7LTJRIin8MntBMkKBaDpxwZF2 { width:20rem;height:14rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVEscqNZ1l7rS3MykcRAkDaulfeEZXX { width:6.75rem;height:9.625rem;top:32.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa7qbBDqNUBa6ZqyTKuRc0tUUlXZSIZ { width:11.25rem;height:4.875rem;top:36.75rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Uscs0kgxG19uEkMzN1navQsLTk9O0K { width:17.1875rem;height:1.625rem;top:32.875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3J9vhfFE4H93MA8wom2i5sE4fuI0gZ { width:13.8125rem;height:1.625rem;top:34.3125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 { display:block; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH2Tz6doGReRn5lsdvwDMgJpnfRbl9M0 { width:20rem;height:3.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAGv4zQv9PBZKWBeEoHo82lXDV8dW0QL { top:0rem;left:0rem;width:20rem;height:3.4375rem;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #53c000, #4daf50);background-image: -moz-linear-gradient(90deg, #53c000, #4daf50);background-image: -ms-linear-gradient(90deg, #53c000, #4daf50);background-image: -o-linear-gradient(90deg, #53c000, #4daf50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c000', endColorstr='#4daf50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c000', endColorstr='#4daf50' );";background-image: linear-gradient(90deg, #53c000, #4daf50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N7ndl0UD93KWm4kZTnOUdTgtURA9bTFT { display:block; }
 }@media only screen and (max-width: 763px) { #zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg { display:block; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIIW8rq7NsT2ZilSmxTDkGmoxg25vRwS { width:20rem;height:4.4rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20 { width:9.6875rem;height:19.375rem;top:29.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P { width:9.6875rem;height:19.375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ExTVlwfJB8esluaRnRrtf966xW7eG3 { width:20rem;height:2.5rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpaCXKJhWfKJx1NOKTw8QfKc1IdiImI { width:20rem;height:0;top:11.870313644409rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSU7bqpaR3N1Ota9HSy2QXr3aKXfcgZh { width:20rem;height:2.5rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKkhBDu5Q3DPQaOBqv7ZCz1tgpslTT0 { width:20rem;height:0;top:15.205966949463rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ihNOSowlFflVlWL75OcFMTxEOXmLtrV3 { width:20rem;height:2.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2xirTtrqggSukqsnnIHQM03oElg3HR6 { width:20rem;height:1.1375rem;top:15.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUv3ZP2Bd2x26o09QLUwgzSNLaCRgwtz { width:20rem;height:2.5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #On8yA6WcwHvDTKbMPmWrsvAxy2XfJGvL { width:20rem;height:1.1375rem;top:26.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINy3QXZ1f68nw7paTQp6KWQHqFwJCFv { width:20rem;height:3.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdSfui1tQkvKBBI40TU2h9JyNzn7rTI { width:13.5rem;height:1.925rem;top:22.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BeGL0OUEugaHH7ce3nmwDNM4ATHWNuTQ { width:20rem;height:3.375rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbKMpwCEeCEoDGwd8P2q3JiQ8t0I0ow { width:14.5rem;height:1.925rem;top:18.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z7II0EWMUHgvoysz59k5UkbIw4dMFQsQ { width:7.8125rem;height:2.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW0CVS38JZSRDsKL2Xd6uG4icQQPx5Ty { width:6.25rem;height:1.38125rem;top:45rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcL7wp8OpaTGIlQH33sB767t814F89SQ { width:9.0625rem;height:2.5rem;top:44.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwqENH4UIZCXRtyFhGhT9skbfk3qLH26 { width:9.0625rem;height:1.38125rem;top:45.125rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6nmFaNBcZJLRLz5eFNf96n5wiM8zFpV { width:20rem;height:21.5625rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZIpMS8VZbnceDdXRks8vNa0OioyhdD { width:20rem;height:3.75rem;top:49.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wz7GTlJmUdBIZnxzCELImgPyCFxKCFGf { width:20rem;height:0;top:8.7045454978944rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOm2G1tkvVCBEWXUgikB18yCJ9mi0d5e { width:20rem;height:1.1375rem;top:9.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TdKwbVCe1bZ960mmeGpPnonIUM5CDSnH { width:20rem;height:0.9625rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #x6Vui470hf23TxcOFkhiZpXGrclmE48n { top:49.750002145768rem;left:0rem;width:20rem;height:3.4375rem;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #53c000, #4daf50);background-image: -moz-linear-gradient(90deg, #53c000, #4daf50);background-image: -ms-linear-gradient(90deg, #53c000, #4daf50);background-image: -o-linear-gradient(90deg, #53c000, #4daf50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c000', endColorstr='#4daf50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c000', endColorstr='#4daf50' );";background-image: linear-gradient(90deg, #53c000, #4daf50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AqNuvfpLXKU4FcmSiTnI9674qE9mMiQe { display:block; }
 }@media only screen and (max-width: 763px) { #elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO { display:block; }#elZ7OhyxFP1iGsm5VqZMs8nt6Wl6OxbO > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzx15Gaka948sfwFU5BD1XEdLPbhvLs0 { width:20rem;height:20.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dPBTWeBoyH1HcvDTvDQ5uoXoxUhNWD { width:20rem;height:1.54375rem;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnBqweTRXnoSP19BEL3HdhEXvuDqfQ5 { width:17.5rem;height:5.6875rem;top:16.9375rem;left:1.2500001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe { width:20rem;height:12.5rem;top:1.0625rem;left:0rem;z-index:15029;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zHH4pMbkrCuVAG4FWop2CKraTc7keBmw { width:20rem;height:36.0625rem;top:28.53125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuSuRLTWKauu942XFmRZHHLKKX9sFTF9 { width:20rem;height:18.75rem;top:24.124290466309rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT { display:block; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA34Jc5Rlt6Te2o87Z3QEGTJ9UODkc5i { width:20rem;height:2.3375rem;top:1.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }