.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:255,76,76;--color-primary-1:243,74,74;--color-primary-2:255,0,0;--color-primary-3:229,0,0;--color-primary-4:112,0,0;--color-secondary-0:221,254,226;--color-secondary-1:153,253,169;--color-secondary-2:85,251,112;--color-secondary-3:37,211,102;--color-secondary-4:0,137,36;--color-tertiary-0:255,255,255;--color-tertiary-1:154,154,154;--color-tertiary-2:109,109,109;--color-tertiary-3:56,55,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(66,66,66,0.1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#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); }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 { position:relative;display:none; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 { border-width: 0; border-radius: 0; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AqxorbPWP2Ce7PTWxp8rS50b4DmFut7l { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.25rem;top:0.78125rem;left:9.9375rem;overflow:hidden;display:none; }
#B2n2ymdTOhgK64pN4te127o42F3oZppc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { background-color: transparent; background-image: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .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); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { border-width: 0; border-radius: 0; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { color:rgba(var(--color-tertiary-3),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:36rem;height:1.70543125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:35.25rem;height:1.70543125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KnSwGrTSG1WuIgQcNiyIMWciCxdOZVGL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:13.812125rem;top:0.62357902526856rem;left:9.1875rem;overflow:hidden;display:block; }
#UTg7m0enf8QluAvyTHZbfySsm38KemVS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:37.125rem;top:6.2060546875rem;left:30.375rem;overflow:hidden;display:none; }
#fnf7wP4ZmAAahX8gab0zg98RVaA6phlV { color:#5050ba;display:block;width:33.9375rem;position:absolute;font-family:"times new roman";font-size:3.3125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.625rem;left:9.6875rem;height:11.9238125rem;font-style:normal;display:none; }
#RAzvwBkP02Nl2FqwEgTeOgCCsKIJqFJG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:5rem;top:20.375rem;left:7.5rem;overflow:hidden;display:none; }
#t0CShz4rxrhBF4BTQmIqvsqELTJTiJho { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:24.125rem;left:28.375rem;height:2.1555375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qnZ2DBMaSuADvOb78ILzM574TELxiXLX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:24.125rem;left:28.375rem;height:2.1555375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iMpoq81TLbgpt1Ttx972yBaSaeTHu1Mu { color:#2a367e;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:24.4375rem;left:23.5625rem;height:1.6867875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ORT6RlSCLTDcTT4BA8bctlBV7wtBZloc { box-sizing:content-box;height:2.0625rem;width:8.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:24.0625rem;left:26rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:none; }
#Xf18MBRwr7cZ3pqxCwlN9eb4pEcA9DGi { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.561256408691rem;left:26.375rem;display:none; }
#eMWpEqMEhsXMETP4zCCCNsoV1qlRhCso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6UyiXBRbBqIVPbqXEXVMNVVdX4bGH0I { box-sizing:content-box;height:2.0625rem;width:8.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:24.0625rem;left:26rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:none; }
#wPuKhVQrsFDahZi7v7TKyaT7XkbGOKbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.5rem;left:23.0625rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#wPuKhVQrsFDahZi7v7TKyaT7XkbGOKbd > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#y4OUOHTJa32GD7Q5ETOK3PsWrFwhLwlK { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.21875rem;left:12.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ivNwlggQQdaLqGfru4zRhPDymzaxgB5M { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.21875rem;left:12.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#sSC6S3tppkWXQmbSPUFBqmFdyQe9UcRC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.8125rem;top:31.060546875rem;left:21.5rem;overflow:hidden;display:none; }
#mBzOQpTbSeNSw2TX32ehRJArAeF0fwtK { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.92342375rem;height:2.79861125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.375rem;left:30.75rem;display:none; }
#hJBUn5J4tfWHQ3FohT7KdikUyDhmpXZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgNo3NhdT70riy7KZCDywUR6C0fuhxui { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.375rem;left:22.3125rem;display:none; }
#uMEaG0Kyi0ecgLWkXtrMmtT9f1cCJEvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#242659;background-image:url("https://images.assets-landingi.com/uc/ec7b68bd-3083-4e84-8300-ef8b2c4ef72d/Yourparagraphtext15.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;overflow:visible;position:relative;display:block; }#lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:"times new roman";font-size:3.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.1875rem;left:0.4375rem;height:11.54829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.312255859375rem;left:0rem;height:3.37358125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iS4aMSTnXURKgANu0cC0sKEHSr36NgvT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.7494375rem;width:13.6248125rem;top:24rem;left:0rem;overflow:hidden;display:block; }
#STZrH4tqLAz0qBOCNrGpQGvNTusFLia9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.5rem;left:23.0625rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#STZrH4tqLAz0qBOCNrGpQGvNTusFLia9 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#U4C4mMzoNHt9c9y83OQLyOxENUKp3WMk { box-sizing:content-box;height:2.8125rem;width:6.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.9375rem;left:14.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mB3LBHSqWy6ZZZ0inIsu9cTpmTw7cc4H { color:#2a367e;display:block;width:3.75rem;position:absolute;font-family:"marck script";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:34.375rem;left:15.125rem;height:2.25053125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AApxOgUwb8BCoIE6cmFo19FiQiP8gZuH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:34.25rem;left:21.5625rem;height:2.1555375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISegGo2yxk29ZU0WDtRAhMI5rDklps6b { box-sizing:content-box;height:2.5rem;width:11rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:34rem;left:17.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#FUnGpe51dMtJs9JMbuher1TZVE5h0yOD { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.75rem;left:9.6875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gVMqf3DTqUQrhXJAkzyT2fszv4LIqriR { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.75rem;left:9.6875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KQ8p5CUUXDcu8aIGT5QO0OGi1ADwOVSS { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.75rem;left:9.6875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AzIQkJI1nrdnHduXsT5c4ypXVLMgSC8F { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.21875rem;left:12.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#oMyOfMGONC7nnOlE5rv7ODWS1Mp6zUpA { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.21875rem;left:12.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#INxUErtlxfUKtM7DdPgr6LhlBZZFhiNZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:56.4375rem;display:none; }
#KBnp2LJGki3PmUy8s4TpXhnOT6rqQTVT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.21875rem;left:12.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#g6fbRmH0XLTFhpQT25yPRAGh3rlSol4H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.75rem;top:28.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#uhfICpJ5EH1z3D938cR1hda3OOZavRFa { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.6875rem;left:14.3125rem;display:block; }
#dNI0lEUNAwqTKqzKxUA1TiH3idGqhue8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0dpt6TU6ZDMlQedpuMel2nQd2a89tWi { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.92342375rem;height:2.79861125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.6875rem;left:22.75rem;display:block; }
#CSUhiOI9f7t8iVmB3t7UBTvMI0abNPxe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmV5ECKQffD8riaBbdT4qxq1EgaAdLsW { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.375rem;left:22.3125rem;display:none; }
#wpZzWHtWWEnQtTC8BDiF7Gt0KZvuZiLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JT7TxyoWTp73yVk1nlZXKVoHKES8QtFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9rem;width:9rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:30.0625rem;left:4.875rem;display:none; }
#VAyXx4Ip9TelvkHTq56MhStx4UfODnav { color:#424242;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.5;letter-spacing:0;top:23.56228351593rem;left:0rem;height:1.875rem;display:none; }
#dlyIUtSyvdkaL2PhoSE78rOKHd0UfoFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:34.125rem;left:1.125rem;display:none; }
#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.02);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; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { background-color: transparent; background-image: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container > .video-iframe-container { display: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row > .video-iframe-container { display: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .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); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { border-width: 0; border-radius: 0; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#eXIuLiOKGqfFXEMpZrb0HUMXB0o6xiJx { color:#424242;display:block;width:39.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:13.47900390625rem;left:1.436767578125rem;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lCZ7emJPBQnSm2dVvz0dT7fNxPBWpbgb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.312rem;width:32.312rem;top:1.153564453125rem;left:42.68798828125rem;overflow:hidden;display:block; }
#fMzzuyeNhvohfsvS60hv6BwdsrKI7oDN { color:#5050ba;display:block;width:28.1875rem;position:absolute;font-family:"times new roman";font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.4375rem;height:6.4994375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ozTud4oDFV2bHUHc16nDO5oUza99w0Ro { color:rgba(var(--color-tertiary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.0625rem;height:3.65600625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#in1TvsO6FhuuR1v6qZholph9i9SEUSLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.02);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; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container { background-color: transparent; background-image: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container > .video-iframe-container { display: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row > .video-iframe-container { display: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .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); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container { border-width: 0; border-radius: 0; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#NdOqAFXQGPAdpvgCz8ur1kyKeWGelDlB { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.0625rem;left:12.125rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#qngazTn1nImtUAt4RgWJAngz1XG4Mete { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.75rem;left:8.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#ycnthCIQW8dXDZWQVb7IQzQki6nZva6p { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:14995;line-height:1.1;letter-spacing:0;top:8.625rem;left:9.8125rem;height:5.49538125rem;text-align:center;text-align-last:center;display:block; }
#dWMJ6syh2OtcJqyOLb3R5SDlbXG3ZpOc { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:8.625rem;left:25.1875rem;height:5.49538125rem;text-align:center;text-align-last:center;display:block; }
#t7kSBHCpf98pDq3q9W8RP362HvFy6Hnl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:8.625rem;left:39.3125rem;height:5.49538125rem;text-align:center;text-align-last:center;display:block; }
#MeHOQ3BSA2DCmlIG7H59O2TqC92RlwiT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:8.625rem;left:54.125rem;height:5.49538125rem;text-align:center;text-align-last:center;display:block; }
#fpfCUUJaGOZlbQyq3PPptEXIdwZXRiLX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:3.6875rem;left:13.25rem;height:2.19815625rem;text-align:left;text-align-last:left;display:block; }
#g3pvi5rA54tF56q2JbuuoUW7Z71tOA7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.1875rem;left:9.75rem; }
#TA7X7qdRsXuEOmtRPUyLqIrqMTkF06Uy { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14997;background-color:#ec474c;background-image:none;top:9.3125rem;left:23.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:none; }
#T4ngBtvgSmnHiyM22nzM7qvTul1eyb4C { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14999;background-color:#ec474c;background-image:none;top:9.3125rem;left:38.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:none; }
#enKFosZHVgdikSpKiTySFhv00C5LVqMz { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:15001;background-color:#ec474c;background-image:none;top:9.3125rem;left:52.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:none; }
#IdwnUoTDrE1EIvxXFe29wfwLpJFH50Gl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.125rem;left:25.9375rem; }
#v8WC8sbIoukbA0Icq4gAr8NbNTxBnG7M { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:3.625rem;left:29.4375rem;height:2.19815rem;text-align:left;text-align-last:left;display:block; }
#pai0uLdzloympUHrx0nKfRWzUXXVVsQy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.125rem;left:39.8125rem; }
#mumqWd8hZQGAze2QPGbGozIRAzkILOrW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:3.625rem;left:43.3125rem;height:2.19815625rem;text-align:left;text-align-last:left;display:block; }
#kHAqRSlrTXHvfy2eZMg7vTuhfpsDFGvW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.125rem;left:54.75rem; }
#RLUpU5FzBpUbZwapDtRVFg9Ow9E2okwR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:3.625rem;left:58.25rem;height:2.19815625rem;text-align:left;text-align-last:left;display:block; }
#zE59DmOTcAcFbpw8oQ294SshicRkTn9e { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14977;background-color:transparent;background-image: -webkit-linear-gradient(182deg, #073453, #11def6);background-image: -moz-linear-gradient(182deg, #073453, #11def6);background-image: -ms-linear-gradient(182deg, #073453, #11def6);background-image: -o-linear-gradient(182deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(182deg, #073453, #11def6);background-size:auto !important;top:2.1875rem;left:24.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.39) ;display:block; }
#m4y6iT2iLX6J1h6XCgnZSVrChG9Waa3Z { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(182deg, #073453, #11def6);background-image: -moz-linear-gradient(182deg, #073453, #11def6);background-image: -ms-linear-gradient(182deg, #073453, #11def6);background-image: -o-linear-gradient(182deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(182deg, #073453, #11def6);background-size:auto !important;top:2.1875rem;left:9.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.39) ;display:block; }
#DRNaeik6DbGgJZPXbg2NwTL2b248eh84 { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(182deg, #073453, #11def6);background-image: -moz-linear-gradient(182deg, #073453, #11def6);background-image: -ms-linear-gradient(182deg, #073453, #11def6);background-image: -o-linear-gradient(182deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(182deg, #073453, #11def6);background-size:auto !important;top:2.1875rem;left:39rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.39) ;display:block; }
#rUTCmhlAMdPoN5o5FKSOUZFiuEpZw3wo { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14980;background-color:transparent;background-image: -webkit-linear-gradient(182deg, #073453, #11def6);background-image: -moz-linear-gradient(182deg, #073453, #11def6);background-image: -ms-linear-gradient(182deg, #073453, #11def6);background-image: -o-linear-gradient(182deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(182deg, #073453, #11def6);background-size:auto !important;top:2.1875rem;left:53.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.39) ;display:block; }
#B1kF8264OiVfvtQsMI0F5NXGkm3DxID7 { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #073453, #11def6);background-image: -moz-linear-gradient(160deg, #073453, #11def6);background-image: -ms-linear-gradient(160deg, #073453, #11def6);background-image: -o-linear-gradient(160deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(160deg, #073453, #11def6);background-size:auto !important;top:4.6875rem;left:9.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.39) ;display:none; }
#BkV044ireT3HRchGFShvmeK6JV5RhvSl { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #073453, #11def6);background-image: -moz-linear-gradient(160deg, #073453, #11def6);background-image: -ms-linear-gradient(160deg, #073453, #11def6);background-image: -o-linear-gradient(160deg, #073453, #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#073453', endColorstr='#11def6' );";background-image: linear-gradient(160deg, #073453, #11def6);background-size:auto !important;top:4.6875rem;left:9.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(66,66,66,0.39) ;display:none; }
#E7tb3keNEfSOcTy45CTh3Ns7NmJqlkA0 { box-sizing:content-box;height:8.49975rem;width:13.93675rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.75rem;left:23.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#xXD7OTlBlyiPk2DzHHdgIIC9VPJZUT20 { box-sizing:content-box;height:8.4985625rem;width:13.9355625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.75rem;left:38.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#XXXZwM8u0SKTtViciKfga9qI61xd1gcV { box-sizing:content-box;height:8.4985625rem;width:13.9355625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.8125rem;left:52.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#zELkP1OQt2gsBB3bIgeppPwoAhcX9zAw { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.25rem;left:8.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:none; }
#XAwrbCiMzOkTrGy9izdupGMtTwIiIE7H { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.25rem;left:8.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:none; }
#kG6KF5HsnFTP0Aee79QoJLTamAE4VNei { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.25rem;left:8.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:none; }
#xpQaPtenArEWS7zeXPcifJ9KTXFNUeAA { color:#5050ba;display:block;width:32.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mCfdrvqATZTU6TKJMILuIyTcOAUgyqHd { color:#5050ba;display:block;width:32.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD { position:relative;display:none; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD { border-width: 0; border-radius: 0; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mqGIHoM3F2vVzGhUX4Qs3u0ckaXGG6mz { color:#5050ba;display:block;width:32.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LACRL050hRicDZyNxEqN02QhltBhkWUk { color:#5050ba;display:block;width:32.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KnubznSW9gUonvrT9VG28I7Tmzkt2TUi { color:#5050ba;display:block;width:32.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container { background-color: transparent; background-image: none; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container > .video-iframe-container { display: none; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row > .video-iframe-container { display: none; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .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); }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container { border-width: 0; border-radius: 0; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#D6XF0uzWK8zhFXHbtHeLiBubJo1w40Fd { position:absolute;display:block;z-index:15000;height:42.5625rem;width:75rem;top:11.373291015625rem;left:0rem;display:block; }
#aZ8xov8nIPkw5Xb8O2JrlTdsyKhaduxP { color:#5050ba;display:block;width:32.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.5625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KXzxTVEUN2x0b5i93IQt017PD5t0rtmW { color:rgba(var(--color-tertiary-3),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4990234375rem;left:35.0625rem;height:4.874825rem;font-style:normal;display:block; }
#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/R19fWmdc/Group-3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs.adaptive-delivery-prevent-bg, #G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs.lazyload, #G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs.lazyloading { background-image: none; }#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs > .row .container { border-width: 0; border-radius: 0; }#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:none; }#MWDKN78szN4lE1iGZxV2X0q3htJ64gSl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efd5d5;border-left:0.125rem solid #efd5d5;border-right:0.125rem solid #efd5d5;border-bottom:0.125rem solid #efd5d5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:2.75rem;display:block; }
#EJHQDuNXd3vIdedPPIeT8xvgMAKzZaPx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:12.625rem;top:3.3125rem;left:6.125rem;overflow:hidden;display:block; }
#HvBgn3ABqeW5DpE2THA6iCFkgnu7DpUl { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.3125rem;left:3rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#utaQzFTWrVsRfA0mORZSDWS9NyUP69ax { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3rem;height:4.38654375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFMIGHN6pL8DwU5pJA6g8W7DMQop4t05 { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.5rem;left:5.5625rem;display:block; }
#zbK11asqbekwZ5HOoqeOQqPe9ZeNuNuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xabNr9hEtT0ebdLmVkvrdsBFda9Ah27g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d3fcff;border-left:0.125rem solid #d3fcff;border-right:0.125rem solid #d3fcff;border-bottom:0.125rem solid #d3fcff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:27.8125rem;display:block; }
#mkALHMSzBAkmXipG9h8EWmWZCCmXVzZ2 { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.5rem;left:30.625rem;display:block; }
#K92TNAlGfg7CIou8a6cszInxqUbnoWQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iasawl7ZSKxlPIK7sF13HVTSmFlwR9ke { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.4375rem;left:28.0625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbmcVWnoEEoVBqRm4rCCeTXt7IQ2xagz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:12.8125rem;top:3.3125rem;left:31.0625rem;overflow:hidden;display:block; }
#gGAuGBctHKmZIi88fmDCuSlEqt7Gkkia { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:28.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vXRR2mAuDrTOrHvOVCGpbkIaG7KvORKQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d9fddb;border-left:0.125rem solid #d9fddb;border-right:0.125rem solid #d9fddb;border-bottom:0.125rem solid #d9fddb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:52.8125rem;display:block; }
#BCHRVMVuoJLRaMGTDKiF48vdAimRFmHE { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.5rem;left:55.5625rem;display:block; }
#VDp8TSQqfNrdfDsQfNWGtQX7qFlx96tS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVHZR9am4WZ4qHXqP3cSM9ThFFMJENzc { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.4375rem;left:53.0625rem;height:4.38654375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbPhnuXIV1hJCvnc9sBrs7QZkABOWTXe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:12.8125rem;top:3.125rem;left:56.1875rem;overflow:hidden;display:block; }
#MSp7UguaX2yu0mFQiGcWLeb9TTaUBdpi { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:53.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PuH34wJTRSXXaKyh8XAIMDyJSTMcqkzs { color:#ec474c;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.41015625rem;left:8.875rem;height:1.29980625rem;display:block; }
#KUKPqFwqaTM93XZyqGKNoK0mvBvT6sGq { color:#ec474c;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.41015625rem;left:33.875rem;height:1.29980625rem;display:block; }
#pZI2BXTu1A8ib2QfpnLoLiEziPcGdgK7 { color:#ec474c;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.41015625rem;left:58.875rem;height:1.29980625rem;display:block; }
#Rrygk6gTXSmRwhv7xIV6ioIPQA9WiFcx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.75rem;left:12.4375rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#Rrygk6gTXSmRwhv7xIV6ioIPQA9WiFcx > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#g7EzbBZsEopuQBPnQDChN4Tdi4WVNaw1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.75rem;left:12.4375rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#g7EzbBZsEopuQBPnQDChN4Tdi4WVNaw1 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#J4bO138W2yz5vQ57UUGwDwnCJz1lAby9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.75rem;left:12.4375rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#J4bO138W2yz5vQ57UUGwDwnCJz1lAby9 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#A1uUWx38RFFlnL4lQ5mwWAxo7h5g9Wid { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:35.3125rem;height:4.875rem;font-style:normal;display:none; }
#ocn2Ihondns8XaP9T30vBQINLTMxM4PN { color:#5050ba;display:block;width:12.625rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#B2k9wTZZ4QPhsRFMpn3kgNEoGKQROIUm { color:#5050ba;display:block;width:12.625rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:27.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gm8qpVegTfDSEOoHNz5qsFpbSkg2UtwL { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:35.3125rem;height:4.875rem;font-style:normal;display:none; }
#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/R19fWmdc/Group-3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy.adaptive-delivery-prevent-bg, #L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy.lazyload, #L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy.lazyloading { background-image: none; }#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy > .row .container { border-width: 0; border-radius: 0; }#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:none; }#hRGp3pNlIzHDZF6cVApUbWlosB7eeTyT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fbf7cb;border-left:0.125rem solid #fbf7cb;border-right:0.125rem solid #fbf7cb;border-bottom:0.125rem solid #fbf7cb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:2.75rem;display:block; }
#nZoOZbopgVIMiNXWkip28RdRpVEfViJR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:12.625rem;top:3.3125rem;left:6.125rem;overflow:hidden;display:block; }
#hqmfmgNTDyVqCOlQo30f7x5ArmVRcI0W { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.3125rem;left:3rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xEetAb71rm1GmS8xpLRtIhTvuWwScOu6 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrPWP5xSED2Mgm0cuF4Ir51K691bF2Cg { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.5rem;left:5.5625rem;display:block; }
#KdLClotOT35CIVnn3BP0wg3SZ07novQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0LSHcxtgdSM2VcK0OlbBmI6reLVJDCV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #c8fff7;border-left:0.125rem solid #c8fff7;border-right:0.125rem solid #c8fff7;border-bottom:0.125rem solid #c8fff7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:27.8125rem;display:block; }
#OJs5ov4Dw6RgxurDTQ7W7cPgt4lmakrt { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.5rem;left:30.625rem;display:block; }
#w6Muoy5QosXgh3qZc1SWkA9naOGD5LTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6yOAfcd2FeMgZF7FQD4GJuKZ3aXRpPG { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.4375rem;left:28.0625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKARfbptwsdDogIqvyIpgOCCALraN7UR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:12.875rem;top:3.3125rem;left:31.0625rem;overflow:hidden;display:block; }
#GRtHDPACzPAczwTGb2cAvUP4BEJyWKNN { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:28.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzWUPviAOVVuwtZTfOPWB9fy8RFcrgLT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fcdaff;border-left:0.125rem solid #fcdaff;border-right:0.125rem solid #fcdaff;border-bottom:0.125rem solid #fcdaff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:52.8125rem;display:block; }
#DSAlznOGS8GGVs6eLTIuoSQC1kWG2XyW { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.5rem;left:55.625rem;display:block; }
#SrdCOHNPZbQRLEOPf0S2r2CUMQnka7Am { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntWdC3sOFJCEE2Ez7GBUepycLasvwdHV { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.4375rem;left:53.0625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUK3dG33qNX09ZlgTh2FmCsyHL6aduTq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:12.8125rem;top:3.125rem;left:56.1875rem;overflow:hidden;display:block; }
#FHFPtmaNxpmJgdMFaoI077wLuIbZfKxf { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:53.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hqoKPcupTKTKCIZk0oaOZpM5dJHeRxUL { color:#ec474c;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.6875rem;left:8.875rem;height:1.29980625rem;display:block; }
#BTJz9yDWA0VzpKeQxbSKCxsPLs9AtbFQ { color:#ec474c;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.6875rem;left:33.875rem;height:1.29980625rem;display:block; }
#xKxqyTad2dmiIi0swlKoKxayQVZEcT7d { color:#ec474c;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:33.6875rem;left:58.875rem;height:1.29980625rem;display:block; }
#wczzg47xT6TDsQ1iVScTS8drppLMgg7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.75rem;left:12.4375rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#wczzg47xT6TDsQ1iVScTS8drppLMgg7T > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#mmliZmfKGUqG0QJOOATxTGWyUTDi8Tif { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.75rem;left:12.4375rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#mmliZmfKGUqG0QJOOATxTGWyUTDi8Tif > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#KsWSg3wD6pEeb49pT91C870z0QtIGX2I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.75rem;left:12.4375rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#KsWSg3wD6pEeb49pT91C870z0QtIGX2I > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a367e;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; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container { background-color: transparent; background-image: none; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container > .video-iframe-container { display: none; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row > .video-iframe-container { display: none; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .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); }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container { border-width: 0; border-radius: 0; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#vZTxr7g1kGa29wsZGZEo97RfBT7knZv7 { color:#f6de0c;display:block;width:48.5608125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.060791015625rem;left:13.218994140625rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hM5LesVP1ipGcGlVIkhAGTAmRZqM0OBv { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4358125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:14.781494140625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N2oM0aG0IvDmOCd44ao9pyaWseDgDKMD { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.90575rem;height:2.78125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.8125rem;left:29.3125rem;display:block; }
#Z8UZCMJU3t2NInLFRsycqTUrVI1XMLKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eibGsTao8DZ6xbGMTknkvJWgzXmdlTE3 { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(185deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.891125rem;height:2.7666rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.8125rem;left:37.75rem;display:block; }
#XRCUScNmuwrN3DzsCkfG69NDBWOTa3O8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yu4BtCEWcqFb2TgMKsrnzFRHhqlVFCvG { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:roboto;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.375rem;left:22.3125rem;display:none; }
#WK6TipEUfTp1PCHS6XgCD1st63ibEis5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8mUKscww0D5ZSvwL06dWFsmiCThIHaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#O8mUKscww0D5ZSvwL06dWFsmiCThIHaS > .row .container { border-width: 0; border-radius: 0; }#O8mUKscww0D5ZSvwL06dWFsmiCThIHaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8mUKscww0D5ZSvwL06dWFsmiCThIHaS > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:none; }#Ek8kvCxcsnU7aLVS22C5VyhTzWKqdCKm { color:#f6de0c;display:block;width:20.8125rem;position:absolute;font-family:"times new roman";font-size:4.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.5250358581543rem;left:4.1875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hzJGvN6qn4v9zAxSLUnzpto1CChs2GPq { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2496337890625rem;left:35.1875rem;height:4.875rem;font-style:normal;display:block; }
#E3tmWDxAxwlfkQ3yr3ETx4UeQ8WAWauE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:19rem;top:9.5rem;left:3rem;overflow:hidden;display:block; }
#pwDwiwTF9JLrLdlgVbd1HUgcqo7I4VNM { position:absolute;display:block;z-index:15008;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:23.9375rem;width:19rem;top:9.5rem;left:28rem;overflow:hidden;display:block; }
#gn48XKsdbN6fu31M7cCJ1VEK6nbDspt0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:19rem;top:9.5rem;left:53.0625rem;overflow:hidden;display:block; }
#xiNo1zbtS6foVD3VFR7HF7AvVJ3slQAD { color:rgba(var(--color-tertiary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.810546875rem;left:31.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3fe8dMSfpGelxf0P7wMFZeflN87PIqF { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:8.75rem;display:block; }
#RTV8sPmL0OdJITIx286QQ30V9xlTDJEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLAOERhfo1rETeTb2CRofHdigRuE94ld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:34.75rem;left:6.6875rem; }
#pLAOERhfo1rETeTb2CRofHdigRuE94ld > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ZO71N7bqU9AnKTZ8iXFP5bTfbB65PrUb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.75rem;left:32.0625rem; }
#ZO71N7bqU9AnKTZ8iXFP5bTfbB65PrUb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#XE66wgcCNtaqXuWaaxXtmefgSaynRTf4 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.8125rem;left:34.125rem;display:block; }
#OXrSShJpJDlZyFONhxOWSKcW5EkstgS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUcTlxxPyBlgnyuQrwNDIcqiNPMa6hTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:34.75rem;left:57.0625rem; }
#DUcTlxxPyBlgnyuQrwNDIcqiNPMa6hTy > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TQlKFosChNmRGvJV84s4xW3eesDUlCUL { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.8125rem;left:59.125rem;display:block; }
#pqanT5JVscnm7z2w8Lai14k5yH7ceRrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wze7TWQ9KVVlv8ET1eB5aRvU2ZaZiDGy { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:8.75rem;display:none; }
#MvMx2ATtwrHvoeKmz1B4O8XnwV73qm67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnWDfXT3fCxTMFpZeJ3qKAzMQ4ofAzs5 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:8.75rem;display:none; }
#JKVPgx2KvW5sOrfaHf1cEZURNaXPit8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy > .row .container { border-width: 0; border-radius: 0; }#nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:none; }#RiNT6gpPKDJo8FMkmBXUkD95DSLBhZrt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:19rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#J5a4mDAn8CcF8Wpf7BFlJWsrld2uiig4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:19rem;top:0rem;left:28rem;overflow:hidden;display:block; }
#OeDsUD4IiIBTgKrb2v0Q813uea8uM0OD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:19rem;top:0rem;left:53.0625rem;overflow:hidden;display:block; }
#urCMo83g6dEXLf0HGEa4PcZJRtXC5Os9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.3125rem;left:7.0625rem; }
#urCMo83g6dEXLf0HGEa4PcZJRtXC5Os9 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#fKV7iHOBOy52WV10wSuhz3HVJRBq1i2n { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.375rem;left:9.125rem;display:block; }
#KHk4MqwpVqRrZ2hUsyVXRgI1l0G5fmL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kg2n27eAeTiKTBFC8E1zd1GGiwBl4Im9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.3125rem;left:32.0625rem; }
#kg2n27eAeTiKTBFC8E1zd1GGiwBl4Im9 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#hUqGPgAn934RcZR8va45QADGHSEolb9a { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.375rem;left:34.125rem;display:block; }
#hLTM3m1nmcD4OdZxfgT16gndr7P2c1qQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KnBvn437ole4upwlViXAbc177oBBSMVX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.3125rem;left:57.0625rem; }
#KnBvn437ole4upwlViXAbc177oBBSMVX > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Riy7Is3IPJIUbx0zmafIaxVWR6UMCRld { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.375rem;left:59.125rem;display:block; }
#Ly2At4Q5dd7k9Fvk2S4N3s7rgeTo9Fv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ex7FaB5amMp9ct5HmT3ZnDacTCZUfIL4 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:8.75rem;display:none; }
#Npg9ltbZi5aWyCf7xHqFfb0SUy2eyZq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOb9T1m8kqDcZnQMouT8kqQTksHn95gi { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:8.75rem;display:none; }
#DqdTETZEQdslfywAqxe7MH6b6iMXh9X4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrIWNSPkUJblaqHCRTlF5ikFTK53cmiB { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.8125rem;left:8.75rem;display:none; }
#xOJhy7WLGpMkc42lLiIUkRWeRvHcNpzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { background-color: transparent; background-image: none; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container > .video-iframe-container { display: none; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row > .video-iframe-container { display: none; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .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); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { border-width: 0; border-radius: 0; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { color:rgba(var(--color-tertiary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.374267578125rem;left:11.375rem;height:2.03125rem;font-style:normal;display:block; }
#zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.436767578125rem;left:13.1875rem;height:4.87426875rem;font-style:normal;display:block; }
#xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.249267578125rem;left:11.875rem;height:2.03125rem;font-style:normal;display:block; }
#zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:13.1875rem;height:3.2495125rem;font-style:normal;display:block; }
#kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:11.8125rem;height:2.03125rem;font-style:normal;display:block; }
#E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:37.5rem;height:4.874825rem;font-style:normal;display:block; }
#xIqrtp2V6T33dpFZR4prqNaN9yacsawg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.249267578125rem;left:6.1875rem; }
#QPnTQUlFJnlzR9FHKx3nPJ4HXsa3neup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.12451171875rem;left:6.3125rem; }
#piyTp10siDDGrsCxT9SkWPPGxEZrNwRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.374267578125rem;left:5.8125rem; }
#k6LSmMa7iFWpS1X8ryQyyeD90yTSbm7A { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:34.0625rem;top:10.07958984375rem;left:38.936767578125rem;overflow:hidden;display:block; }
#nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { color:rgba(var(--color-tertiary-1),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.18701171875rem;left:13.1875rem;height:3.2495125rem;font-style:normal;display:block; }
#MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { color:#5050ba;display:block;width:12.625rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:23.875rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IV26ymsdThtrA3XCwUAP6TCSob1ewqcs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:31.5rem;top:12.8935546875rem;left:6rem;overflow:hidden;display:none; }
#TdzUR0o44cTorAsof87Ne3UtpO4QiNne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container { background-color: transparent; background-image: none; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container > .video-iframe-container { display: none; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row > .video-iframe-container { display: none; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .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); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container { border-width: 0; border-radius: 0; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#XAEhq0EUrdr0XnT2Zz9wQF6Sgz7rtv5m { position:absolute;display:block;z-index:15000;height:19.5rem;width:60rem;top:10.5rem;left:7.5rem;display:block; }
#JnmeUk3ADxTN8qtkosqBPr3seF7tTv8e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4365rem;width:22.1875rem;top:2rem;left:27rem;overflow:hidden;display:block; }
#AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo { position:relative;display:none; }#AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo { border-width: 0; border-radius: 0; }#AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z { position:relative;display:block; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z { background-color: transparent; background-image: none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container > .video-iframe-container { display: none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row > .video-iframe-container { display: none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .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); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z { border-width: 0; border-radius: 0; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ec474c;background-image:none;vertical-align:top; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;color:rgba(var(--color-tertiary-0),1); }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-trigger { width:1rem;min-width:1rem;height:1rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-trigger.adaptive-delivery-prevent-bg, #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-trigger.lazyload, #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-trigger.lazyloading { background-image: none; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf { box-sizing:content-box;height:auto;width:73.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(66,66,66,0.1);background-image:none;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;top:0rem;left:-0.0625rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #oSP2T9w2sgLTiZqOO4GCWIlOIsZMhxHb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #UgsLBCReySuXi0KgcsbkwZkqVF4BxpGU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Z71EOGyVf4ZBV4aOpT2WBiSr5c0vToK4 { display:block;position:relative; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ZlzQEJAICb7s42ekGPpXUCnaHGTccHbz {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #AgDE28GCtXJ9l0wNBxS6BOPg9T9td8q8 {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #V94pyRtbyae02mvXUcIJPIxrwPvKOxkX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #uurW15ufRNLCTM09HRBMCUzOyN5zX6Dz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #f36UcINCisG0EPWwTHF3igLCnq8gL5SR { display:block;position:relative; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #WKEhd2uBuw5QM6n7mygbKg7S4n3WtEqh {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #VaqtVkArr2qQXuDrFIvaXWLxNVVTsyZW { display:none; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ZTNN2lUunn5Pi0eiIQXqk6ZtU28UX60L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #l4BGN9z8F34oJQDXFykBB6ru2LRWmg9Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #pRmd1wypTyBtbeZ7VEeO6rgwbMVkdUgI { display:block;position:relative; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ubvHOyMC4KNKt4A5SNI8Mr6HHXJOhheS {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #kAkF9k0TD3VTQOzkvDA2MKDTlH0HcUib { display:none; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #KlmAecnnpFaTzDGDPlfJGruH4ygAyZGW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #hv7kFGcdv3QznimtURw7LqwtMCDQXW83 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #TaqhSINdvphMzyDure6iev8QGovGZh7H { display:block;position:relative; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Bmkpg2QPSW4WOsNkv7thE4kQKTQbTfF0 {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Cv4ToWbg0WQSa44vw1mZEKk0vaK6xPWJ { display:none; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #aOTUmeGaqCIWd1bIZ4sbEfuK6GR2fueF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Z5lR9Rirb9GGqQTd9Wsvr3nkxFIwLx4M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #x8Jx3i7tOtaN5KHdo75cFeJM98S8pA2o { display:block;position:relative; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #i1pHdJcABDt7eTW5Sd6UDBxR2iscJNMR {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #fOiLtGJeyeTNpy8oiEiya52FCmP7Foiq { display:none; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Pc801DFbyAwphct4eUXibGiNS0aT31qB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #qnm1CHSv32lUTN24TRrcwKMUuBMRFOoh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #MyCacc2W92TBVIVBTx35xnBqeQzz6a3e { display:block;position:relative; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #wSaS8nq8TW5bvvCGCMZLTDivhgvlOiiZ {  }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #vw7kKheT969aLTl7VDxvGqHPzhHz6Ntm { display:none; }
#qHSGL6gTANEA7smkUBldpUFbXDPGVzrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a367e;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:none; }#qHSGL6gTANEA7smkUBldpUFbXDPGVzrE > .row .container { border-width: 0; border-radius: 0; }#qHSGL6gTANEA7smkUBldpUFbXDPGVzrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHSGL6gTANEA7smkUBldpUFbXDPGVzrE > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:none; }#KqneEkgfRB73DLdqleEdk68QmZzDQ8h1 { color:#f6de0c;display:block;width:48.5618125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P1xL3N4eNG9l7lFZfpLTlAbBmsTwbV9W { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:16.75rem;height:3.41064375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/hFkC53eb/Group-7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz.adaptive-delivery-prevent-bg, #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz.lazyload, #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz.lazyloading { background-image: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { background-color: transparent; background-image: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .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); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { border-width: 0; border-radius: 0; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { color:#5050ba;display:block;width:56.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:9.375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATPVKc7bakr6UhvW4VVxEoTTLrik8hHL { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.687255859375rem;left:36.625rem;height:5.2807625rem;font-style:normal;display:block; }
#zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { position:absolute;display:block;z-index:15022;background-color:#ececec;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:33.375rem;width:29.1875rem;top:13.8125rem;left:7.5rem;display:block; }
#SUiJ3EhsTAGfBBgbKKgtU35qrMX2bcJC { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:33.3125rem;top:13.8125rem;left:36.6875rem;overflow:hidden;display:block; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-form-header {  }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0.4375rem 0.5rem 1.4375rem rgba(var(--color-tertiary-4),0.18) ;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:7.5rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0.4375rem 0.5rem 1.4375rem rgba(var(--color-tertiary-4),0.18) ;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.4375rem;font-family:raleway;overflow:hidden;box-shadow: 0.4375rem 0.5rem 1.4375rem rgba(var(--color-tertiary-4),0.18) ; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:20.5rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-container:first-of-type{padding-top:0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-container:last-of-type{padding-bottom:0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:10rem;top:20.875rem;z-index:15025;position:absolute; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H {display:block;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:10rem;top:20.875rem;z-index:15025;position:absolute; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #ObQGhlQ0Jx4e8yFwEIV3oI7ygrvZKT8O { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JFp79uVdJGCtUrNoDgdO9HBIAWW4VLI1 { position:relative;display:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JydfeEsgmhB5hJB8Cq3TLD9STKyxds2K { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Gh9GJRtkoxtJucEfCvEVNRTxxkMAlXqU { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KCbNRFydEhaTTMy26eWCIvbddztutsvH { position:relative;display:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KVOSPaHpOsFWM74Br204lgibaKEQhLsT { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #VqD4wSOVVk14PadqLZvQ7pXtGmZRwL39 { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #xLWwT7THsTJeQfe7x9pk03u4NqdI0vvp { position:relative;display:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #kGZxqaFlDhVXeVqoTm6uetV38eTl1Ens { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #d6lJBnMPqnpmGW2az82oZNEHby65uXGd { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #cCH9ayZDSBbz7pAWFUCODbwJiAaPUZ8z { position:relative;z-index:2; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Ss2ZzK7TkoT5KxXoIQLadk9pkNkOKT5q { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #tlzPHluzCDbM2TVmbeaycSO0vB04MD0O { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #g2d476G34N09ng5AQXt8mwA9iWTMIyhV { position:relative; }
#neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:14.875rem;left:10.0625rem;height:6.3361125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgIwzRBnMBnVQJWOxfvXPqAQtbimS6oG { color:rgba(var(--color-tertiary-3),1);display:block;width:25.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:17.374134063721rem;left:32.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 { position:relative;display:none; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 { border-width: 0; border-radius: 0; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242659;background-image:url("https://images.assets-landingi.com/uc/ec7b68bd-3083-4e84-8300-ef8b2c4ef72d/Yourparagraphtext15.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS.adaptive-delivery-prevent-bg, #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS.lazyload, #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS.lazyloading { background-image: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { background-color: transparent; background-image: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .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); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { border-width: 0; border-radius: 0; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#OioKLrQM18alUQptT7BmKsTBL6qfrOn1 { position:absolute;display:block;z-index:15036;height:2.375rem;width:4.4375rem;top:8.0126953125rem;left:37.25rem;display:block; }
#LizMrC6XE5odqGK1kyG5unbSMb2lhb8u { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.8125rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#nl9i2ZM3rBW7zxCcy7wcTmAxrZSRGLRw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:5.9375rem;left:1.8125rem;height:4.19745rem;text-align:left;text-align-last:left;display:block; }
#pKZbfZKOsMIxbPXabdVTqgbO8pDGHByt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.4375rem;top:2.5rem;left:30.8125rem;overflow:hidden;display:block; }
#Kb6WXUTV100GONSCodCnV6Ak94IlgNOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:26.9375rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#zulq1FXsZilITuhMNpIGEOT68VSeWxZi { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:58.0625rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EoRJoMcAdrosDMDBEaqkC9SBXfAByuoE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.2744140625rem;left:27.6875rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#nrmViRT2IEHQTJVSveJgdhtr5nTAIOoe { position:absolute;display:block;z-index:15040;height:2.5625rem;width:4.75rem;top:7.9189453125rem;left:29.8125rem;display:block; }
#sxNG3Ca0Ug9eV0Mbb95fzW0E16V8ZsyN { color:#1f333b;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:6.1875rem;left:58.5625rem;height:4.4989375rem;text-align:right;text-align-last:right;display:block; }
#XLuywxaOIcp4x8SGHtxLbZ4QC8EA8oIq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.0625rem;top:11.12451171875rem;left:62.1875rem;overflow:hidden;display:block; }
#vGGADnL5a4u0KU4cDL1Zmca4tyxU9NWs { box-sizing:content-box;height:3.625rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3125rem;left:29.8125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TzTRGFIfzy2gPPTi2vhrw6zVio1CUMPs { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:7.4370625rem;top:10.625rem;left:1.8125rem;overflow:hidden;display:block; }
#Imw6ueQTHoAM3fNTwcvpICa7TPDra3l5 { box-sizing:content-box;height:3.5rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.811767578125rem;left:61.436767578125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5050ba;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:none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { border-width: 0; border-radius: 0; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { color:#ec474c;display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.625rem;left:38rem;height:5.118275rem;font-style:normal;display:block; }
#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.3125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9a3b8ce4042f2fccc9a8ecc062dc08acc1d620d.svg); }
#e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.1875rem;position:absolute;font-family:"times new roman";font-size:7.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.5rem;height:9.8310625rem;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) { #v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 { display:none; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AqxorbPWP2Ce7PTWxp8rS50b4DmFut7l { top:0.75rem;left:0rem;width:11.4375rem;height:2.859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2n2ymdTOhgK64pN4te127o42F3oZppc { display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { width:31.5625rem;height:1.6875rem;top:0.625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { width:32.25rem;height:1.6875rem;top:2.25rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnSwGrTSG1WuIgQcNiyIMWciCxdOZVGL { top:0.5625rem;left:0rem;width:13.75rem;height:3.2971265109038rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg7m0enf8QluAvyTHZbfySsm38KemVS { width:37.125rem;height:18.5625rem;top:6.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnf7wP4ZmAAahX8gab0zg98RVaA6phlV { width:15.75rem;height:4.9375rem;top:3.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAzvwBkP02Nl2FqwEgTeOgCCsKIJqFJG { top:20.375rem;left:0rem;width:9.9375rem;height:17.390625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0CShz4rxrhBF4BTQmIqvsqELTJTiJho { width:6.5625rem;height:2.125rem;top:24.0625rem;left:14.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnZ2DBMaSuADvOb78ILzM574TELxiXLX { width:6.5625rem;height:2.125rem;top:24.0625rem;left:14.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMpoq81TLbgpt1Ttx972yBaSaeTHu1Mu { width:3.75rem;height:1.3125rem;top:24.375rem;left:9.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORT6RlSCLTDcTT4BA8bctlBV7wtBZloc { top:24rem;left:12.375rem;width:8.5625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf18MBRwr7cZ3pqxCwlN9eb4pEcA9DGi { width:13.1875rem;height:2.8125rem;top:27.5rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMWpEqMEhsXMETP4zCCCNsoV1qlRhCso { display:block; }
 }@media only screen and (max-width: 763px) { #D6UyiXBRbBqIVPbqXEXVMNVVdX4bGH0I { top:24rem;left:12.375rem;width:8.5625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPuKhVQrsFDahZi7v7TKyaT7XkbGOKbd { top:27.4375rem;left:9.4375rem;width:2.9375rem;height:2.9375rem;display:none; }
#wPuKhVQrsFDahZi7v7TKyaT7XkbGOKbd > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #y4OUOHTJa32GD7Q5ETOK3PsWrFwhLwlK { top:2.1875rem;left:0rem;width:14.8125rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivNwlggQQdaLqGfru4zRhPDymzaxgB5M { top:5.0625rem;left:0rem;width:16rem;height:;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSC6S3tppkWXQmbSPUFBqmFdyQe9UcRC { top:31rem;left:7.875rem;width:12.0625rem;height:4.3927023121387rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBzOQpTbSeNSw2TX32ehRJArAeF0fwtK { width:7.875rem;height:2.75rem;top:32.3125rem;left:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJBUn5J4tfWHQ3FohT7KdikUyDhmpXZi { display:block; }
 }@media only screen and (max-width: 763px) { #wgNo3NhdT70riy7KZCDywUR6C0fuhxui { width:7.875rem;height:2.8125rem;top:32.3125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMEaG0Kyi0ecgLWkXtrMmtT9f1cCJEvy { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { width:39.375rem;height:11.5rem;top:3.1875rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:33.8125rem;height:3.375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS4aMSTnXURKgANu0cC0sKEHSr36NgvT { top:24rem;left:0rem;width:13.5625rem;height:17.668555149825rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZrH4tqLAz0qBOCNrGpQGvNTusFLia9 { top:27.5rem;left:9.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
#STZrH4tqLAz0qBOCNrGpQGvNTusFLia9 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #U4C4mMzoNHt9c9y83OQLyOxENUKp3WMk { top:33.9375rem;left:0.5625rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB3LBHSqWy6ZZZ0inIsu9cTpmTw7cc4H { width:3.75rem;height:2.1875rem;top:34.375rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AApxOgUwb8BCoIE6cmFo19FiQiP8gZuH { width:6.875rem;height:2.125rem;top:34.25rem;left:7.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISegGo2yxk29ZU0WDtRAhMI5rDklps6b { top:34rem;left:3.5rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUnGpe51dMtJs9JMbuher1TZVE5h0yOD { width:16.375rem;height:4.125rem;top:16.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVMqf3DTqUQrhXJAkzyT2fszv4LIqriR { width:16.0625rem;height:3.875rem;top:16.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQ8p5CUUXDcu8aIGT5QO0OGi1ADwOVSS { width:16.75rem;height:3.25rem;top:16.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzIQkJI1nrdnHduXsT5c4ypXVLMgSC8F { top:2.1875rem;left:0rem;width:9.5625rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMyOfMGONC7nnOlE5rv7ODWS1Mp6zUpA { top:2.1875rem;left:0rem;width:19.25rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #INxUErtlxfUKtM7DdPgr6LhlBZZFhiNZ { width:12.5rem;height:4.25rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBnp2LJGki3PmUy8s4TpXhnOT6rqQTVT { top:2.1875rem;left:0rem;width:8.5rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6fbRmH0XLTFhpQT25yPRAGh3rlSol4H { top:28.9375rem;left:0rem;width:14.6875rem;height:4.7917038318446rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhfICpJ5EH1z3D938cR1hda3OOZavRFa { width:7.875rem;height:2.75rem;top:37.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNI0lEUNAwqTKqzKxUA1TiH3idGqhue8 { display:block; }
 }@media only screen and (max-width: 763px) { #w0dpt6TU6ZDMlQedpuMel2nQd2a89tWi { width:7.875rem;height:2.75rem;top:37.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSUhiOI9f7t8iVmB3t7UBTvMI0abNPxe { display:block; }
 }@media only screen and (max-width: 763px) { #zmV5ECKQffD8riaBbdT4qxq1EgaAdLsW { width:7.875rem;height:2.8125rem;top:32.3125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpZzWHtWWEnQtTC8BDiF7Gt0KZvuZiLW { display:block; }
 }@media only screen and (max-width: 763px) { #JT7TxyoWTp73yVk1nlZXKVoHKES8QtFM { top:30.0625rem;left:0rem;width:9rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAyXx4Ip9TelvkHTq56MhStx4UfODnav { top:19.25rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlyIUtSyvdkaL2PhoSE78rOKHd0UfoFB { top:34.125rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO { display:block; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXIuLiOKGqfFXEMpZrb0HUMXB0o6xiJx { top:13.4375rem;left:0rem;width:39.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCZ7emJPBQnSm2dVvz0dT7fNxPBWpbgb { top:1.125rem;left:15.4375rem;width:32.25rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMzzuyeNhvohfsvS60hv6BwdsrKI7oDN { width:28.125rem;height:6.4375rem;top:2.5rem;left:0rem;font-size:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozTud4oDFV2bHUHc16nDO5oUza99w0Ro { width:26.875rem;height:3.625rem;top:7.875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #in1TvsO6FhuuR1v6qZholph9i9SEUSLI { display:block; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdOqAFXQGPAdpvgCz8ur1kyKeWGelDlB { top:1.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qngazTn1nImtUAt4RgWJAngz1XG4Mete { top:6.75rem;left:0rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycnthCIQW8dXDZWQVb7IQzQki6nZva6p { top:8.625rem;left:0rem;width:10.3125rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWMJ6syh2OtcJqyOLb3R5SDlbXG3ZpOc { top:8.625rem;left:11.5625rem;width:10rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kSBHCpf98pDq3q9W8RP362HvFy6Hnl { top:8.625rem;left:25.6875rem;width:11.4375rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeHOQ3BSA2DCmlIG7H59O2TqC92RlwiT { top:8.625rem;left:36.5rem;width:11.25rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpfCUUJaGOZlbQyq3PPptEXIdwZXRiLX { top:3.6875rem;left:0rem;width:7.25rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3pvi5rA54tF56q2JbuuoUW7Z71tOA7u { top:3.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7X7qdRsXuEOmtRPUyLqIrqMTkF06Uy { top:9.25rem;left:9.5625rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ngBtvgSmnHiyM22nzM7qvTul1eyb4C { top:9.25rem;left:24.4375rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKFosZHVgdikSpKiTySFhv00C5LVqMz { top:9.25rem;left:33.8125rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdwnUoTDrE1EIvxXFe29wfwLpJFH50Gl { top:3.125rem;left:12.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8WC8sbIoukbA0Icq4gAr8NbNTxBnG7M { top:3.625rem;left:15.8125rem;width:5.3125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pai0uLdzloympUHrx0nKfRWzUXXVVsQy { top:3.125rem;left:26.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumqWd8hZQGAze2QPGbGozIRAzkILOrW { top:3.625rem;left:29.6875rem;width:7.25rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHAqRSlrTXHvfy2eZMg7vTuhfpsDFGvW { top:3.125rem;left:41.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUpU5FzBpUbZwapDtRVFg9Ow9E2okwR { top:3.625rem;left:40.4375rem;width:7.25rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE59DmOTcAcFbpw8oQ294SshicRkTn9e { top:2.1875rem;left:10.5rem;width:12rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4y6iT2iLX6J1h6XCgnZSVrChG9Waa3Z { top:2.1875rem;left:0rem;width:12rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRNaeik6DbGgJZPXbg2NwTL2b248eh84 { top:2.1875rem;left:25.375rem;width:12rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUTCmhlAMdPoN5o5FKSOUZFiuEpZw3wo { top:2.1875rem;left:35.6875rem;width:12rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1kF8264OiVfvtQsMI0F5NXGkm3DxID7 { top:4.6875rem;left:0rem;width:12.0625rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkV044ireT3HRchGFShvmeK6JV5RhvSl { top:4.6875rem;left:0rem;width:12.0625rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7tb3keNEfSOcTy45CTh3Ns7NmJqlkA0 { top:6.75rem;left:9.5625rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXD7OTlBlyiPk2DzHHdgIIC9VPJZUT20 { top:6.75rem;left:24.4375rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXXZwM8u0SKTtViciKfga9qI61xd1gcV { top:6.8125rem;left:33.875rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zELkP1OQt2gsBB3bIgeppPwoAhcX9zAw { top:9.1875rem;left:0rem;width:13.9375rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAwrbCiMzOkTrGy9izdupGMtTwIiIE7H { top:9.1875rem;left:0rem;width:13.9375rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kG6KF5HsnFTP0Aee79QoJLTamAE4VNei { top:9.1875rem;left:0rem;width:13.9375rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpQaPtenArEWS7zeXPcifJ9KTXFNUeAA { width:20rem;height:6.875rem;top:1.6875rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCfdrvqATZTU6TKJMILuIyTcOAUgyqHd { width:20rem;height:4rem;top:6.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD { display:none; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqGIHoM3F2vVzGhUX4Qs3u0ckaXGG6mz { width:17.0625rem;height:9.5625rem;top:0rem;left:14rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LACRL050hRicDZyNxEqN02QhltBhkWUk { width:14.0625rem;height:2rem;top:8.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnubznSW9gUonvrT9VG28I7Tmzkt2TUi { width:20rem;height:5.875rem;top:1.0625rem;left:0rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG { display:block; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6XF0uzWK8zhFXHbtHeLiBubJo1w40Fd { top:11.3125rem;left:0rem;width:47.75rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ8xov8nIPkw5Xb8O2JrlTdsyKhaduxP { width:32.1875rem;height:8.125rem;top:0rem;left:13.9375rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXzxTVEUN2x0b5i93IQt017PD5t0rtmW { width:26.0625rem;height:4.875rem;top:5.4375rem;left:21.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs { display:block; }#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWDKN78szN4lE1iGZxV2X0q3htJ64gSl { width:19rem;height:36rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJHQDuNXd3vIdedPPIeT8xvgMAKzZaPx { width:12.6875rem;height:18.465965346535rem;top:3.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvBgn3ABqeW5DpE2THA6iCFkgnu7DpUl { width:19rem;height:2rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utaQzFTWrVsRfA0mORZSDWS9NyUP69ax { width:19.0625rem;height:4.375rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMIGHN6pL8DwU5pJA6g8W7DMQop4t05 { width:13.875rem;height:3.4375rem;top:35.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbK11asqbekwZ5HOoqeOQqPe9ZeNuNuh { display:block; }
 }@media only screen and (max-width: 763px) { #xabNr9hEtT0ebdLmVkvrdsBFda9Ah27g { width:19rem;height:36rem;top:6.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkALHMSzBAkmXipG9h8EWmWZCCmXVzZ2 { width:13.875rem;height:3.4375rem;top:35.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K92TNAlGfg7CIou8a6cszInxqUbnoWQF { display:block; }
 }@media only screen and (max-width: 763px) { #Iasawl7ZSKxlPIK7sF13HVTSmFlwR9ke { width:19.0625rem;height:5.8125rem;top:26.4375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmcVWnoEEoVBqRm4rCCeTXt7IQ2xagz { width:12.875rem;height:18.715853658537rem;top:3.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGAuGBctHKmZIi88fmDCuSlEqt7Gkkia { width:19rem;height:2rem;top:23.3125rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXRR2mAuDrTOrHvOVCGpbkIaG7KvORKQ { width:19rem;height:36rem;top:6.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCHRVMVuoJLRaMGTDKiF48vdAimRFmHE { width:13.875rem;height:3.4375rem;top:35.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDp8TSQqfNrdfDsQfNWGtQX7qFlx96tS { display:block; }
 }@media only screen and (max-width: 763px) { #rVHZR9am4WZ4qHXqP3cSM9ThFFMJENzc { width:19.0625rem;height:4.375rem;top:26.4375rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbPhnuXIV1hJCvnc9sBrs7QZkABOWTXe { width:12.8125rem;height:18.75rem;top:3.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSp7UguaX2yu0mFQiGcWLeb9TTaUBdpi { width:19rem;height:2rem;top:23.3125rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuH34wJTRSXXaKyh8XAIMDyJSTMcqkzs { top:33.375rem;left:4.3125rem;width:7.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKPqFwqaTM93XZyqGKNoK0mvBvT6sGq { top:33.375rem;left:20.1875rem;width:7.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZI2BXTu1A8ib2QfpnLoLiEziPcGdgK7 { top:33.375rem;left:36.0625rem;width:7.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrygk6gTXSmRwhv7xIV6ioIPQA9WiFcx { top:24.75rem;left:7.875rem;width:2.9375rem;height:2.9375rem;display:none; }
#Rrygk6gTXSmRwhv7xIV6ioIPQA9WiFcx > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #g7EzbBZsEopuQBPnQDChN4Tdi4WVNaw1 { top:24.75rem;left:7.875rem;width:2.9375rem;height:2.9375rem;display:none; }
#g7EzbBZsEopuQBPnQDChN4Tdi4WVNaw1 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #J4bO138W2yz5vQ57UUGwDwnCJz1lAby9 { top:24.75rem;left:7.875rem;width:2.9375rem;height:2.9375rem;display:none; }
#J4bO138W2yz5vQ57UUGwDwnCJz1lAby9 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #A1uUWx38RFFlnL4lQ5mwWAxo7h5g9Wid { width:10.125rem;height:2.375rem;top:5.3125rem;left:21.625rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocn2Ihondns8XaP9T30vBQINLTMxM4PN { width:9.375rem;height:11rem;top:0rem;left:15.875rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2k9wTZZ4QPhsRFMpn3kgNEoGKQROIUm { width:9.375rem;height:11rem;top:0rem;left:15.875rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gm8qpVegTfDSEOoHNz5qsFpbSkg2UtwL { width:10.125rem;height:2.375rem;top:5.3125rem;left:21.625rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy { display:block; }#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRGp3pNlIzHDZF6cVApUbWlosB7eeTyT { width:19rem;height:36rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZoOZbopgVIMiNXWkip28RdRpVEfViJR { width:12.625rem;height:18.4375rem;top:3.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmfmgNTDyVqCOlQo30f7x5ArmVRcI0W { width:19rem;height:2rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEetAb71rm1GmS8xpLRtIhTvuWwScOu6 { width:19.0625rem;height:5.8125rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrPWP5xSED2Mgm0cuF4Ir51K691bF2Cg { width:13.875rem;height:3.4375rem;top:35.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLClotOT35CIVnn3BP0wg3SZ07novQg { display:block; }
 }@media only screen and (max-width: 763px) { #O0LSHcxtgdSM2VcK0OlbBmI6reLVJDCV { width:19rem;height:36rem;top:6.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJs5ov4Dw6RgxurDTQ7W7cPgt4lmakrt { width:13.875rem;height:3.4375rem;top:35.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Muoy5QosXgh3qZc1SWkA9naOGD5LTW { display:block; }
 }@media only screen and (max-width: 763px) { #M6yOAfcd2FeMgZF7FQD4GJuKZ3aXRpPG { width:19.0625rem;height:5.8125rem;top:26.4375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKARfbptwsdDogIqvyIpgOCCALraN7UR { width:12.875rem;height:18.75rem;top:3.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRtHDPACzPAczwTGb2cAvUP4BEJyWKNN { width:19rem;height:2rem;top:23.3125rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWUPviAOVVuwtZTfOPWB9fy8RFcrgLT { width:19rem;height:36rem;top:6.1875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAlznOGS8GGVs6eLTIuoSQC1kWG2XyW { width:13.875rem;height:3.4375rem;top:35.5rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrdCOHNPZbQRLEOPf0S2r2CUMQnka7Am { display:block; }
 }@media only screen and (max-width: 763px) { #ntWdC3sOFJCEE2Ez7GBUepycLasvwdHV { width:19.0625rem;height:5.8125rem;top:26.4375rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUK3dG33qNX09ZlgTh2FmCsyHL6aduTq { width:12.8125rem;height:18.625rem;top:3.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHFPtmaNxpmJgdMFaoI077wLuIbZfKxf { width:19rem;height:2rem;top:23.3125rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqoKPcupTKTKCIZk0oaOZpM5dJHeRxUL { top:33.6875rem;left:4.3125rem;width:7.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJz9yDWA0VzpKeQxbSKCxsPLs9AtbFQ { top:33.6875rem;left:20.1875rem;width:7.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxqyTad2dmiIi0swlKoKxayQVZEcT7d { top:33.6875rem;left:36.0625rem;width:7.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wczzg47xT6TDsQ1iVScTS8drppLMgg7T { top:24.75rem;left:7.875rem;width:2.9375rem;height:2.9375rem;display:none; }
#wczzg47xT6TDsQ1iVScTS8drppLMgg7T > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #mmliZmfKGUqG0QJOOATxTGWyUTDi8Tif { top:24.75rem;left:7.875rem;width:2.9375rem;height:2.9375rem;display:none; }
#mmliZmfKGUqG0QJOOATxTGWyUTDi8Tif > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #KsWSg3wD6pEeb49pT91C870z0QtIGX2I { top:24.75rem;left:7.875rem;width:2.9375rem;height:2.9375rem;display:none; }
#KsWSg3wD6pEeb49pT91C870z0QtIGX2I > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw { display:block; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZTxr7g1kGa29wsZGZEo97RfBT7knZv7 { width:47.75rem;height:3.625rem;top:1rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM5LesVP1ipGcGlVIkhAGTAmRZqM0OBv { width:45.375rem;height:;top:6.1875rem;left:1.156494140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2oM0aG0IvDmOCd44ao9pyaWseDgDKMD { width:7.875rem;height:2.75rem;top:12.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8UZCMJU3t2NInLFRsycqTUrVI1XMLKb { display:block; }
 }@media only screen and (max-width: 763px) { #eibGsTao8DZ6xbGMTknkvJWgzXmdlTE3 { width:7.875rem;height:2.75rem;top:12.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRCUScNmuwrN3DzsCkfG69NDBWOTa3O8 { display:block; }
 }@media only screen and (max-width: 763px) { #yu4BtCEWcqFb2TgMKsrnzFRHhqlVFCvG { width:7.875rem;height:2.8125rem;top:32.3125rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK6TipEUfTp1PCHS6XgCD1st63ibEis5 { display:block; }
 }@media only screen and (max-width: 763px) { #O8mUKscww0D5ZSvwL06dWFsmiCThIHaS { display:block; }#O8mUKscww0D5ZSvwL06dWFsmiCThIHaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8kvCxcsnU7aLVS22C5VyhTzWKqdCKm { width:20.8125rem;height:6.125rem;top:0.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzJGvN6qn4v9zAxSLUnzpto1CChs2GPq { width:14.8125rem;height:4.875rem;top:1.1875rem;left:16.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3tmWDxAxwlfkQ3yr3ETx4UeQ8WAWauE { top:9.5rem;left:0rem;width:19rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwDwiwTF9JLrLdlgVbd1HUgcqo7I4VNM { top:9.5rem;left:12.75rem;width:19rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn48XKsdbN6fu31M7cCJ1VEK6nbDspt0 { top:9.5rem;left:28.625rem;width:19rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiNo1zbtS6foVD3VFR7HF7AvVJ3slQAD { width:13.75rem;height:1.4375rem;top:5.75rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3fe8dMSfpGelxf0P7wMFZeflN87PIqF { width:8.8125rem;height:2.6875rem;top:34.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTV8sPmL0OdJITIx286QQ30V9xlTDJEt { display:block; }
 }@media only screen and (max-width: 763px) { #pLAOERhfo1rETeTb2CRofHdigRuE94ld { top:34.75rem;left:2.125rem;width:2.8125rem;height:2.8125rem;display:block; }
#pLAOERhfo1rETeTb2CRofHdigRuE94ld > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #ZO71N7bqU9AnKTZ8iXFP5bTfbB65PrUb { top:34.75rem;left:18.375rem;width:2.8125rem;height:2.8125rem;display:block; }
#ZO71N7bqU9AnKTZ8iXFP5bTfbB65PrUb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #XE66wgcCNtaqXuWaaxXtmefgSaynRTf4 { width:8.75rem;height:2.625rem;top:34.8125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXrSShJpJDlZyFONhxOWSKcW5EkstgS2 { display:block; }
 }@media only screen and (max-width: 763px) { #DUcTlxxPyBlgnyuQrwNDIcqiNPMa6hTy { top:34.75rem;left:34.25rem;width:2.8125rem;height:2.8125rem;display:block; }
#DUcTlxxPyBlgnyuQrwNDIcqiNPMa6hTy > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #TQlKFosChNmRGvJV84s4xW3eesDUlCUL { width:8.75rem;height:2.625rem;top:34.8125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqanT5JVscnm7z2w8Lai14k5yH7ceRrZ { display:block; }
 }@media only screen and (max-width: 763px) { #Wze7TWQ9KVVlv8ET1eB5aRvU2ZaZiDGy { width:8.8125rem;height:2.6875rem;top:34.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvMx2ATtwrHvoeKmz1B4O8XnwV73qm67 { display:block; }
 }@media only screen and (max-width: 763px) { #vnWDfXT3fCxTMFpZeJ3qKAzMQ4ofAzs5 { width:8.8125rem;height:2.6875rem;top:34.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKVPgx2KvW5sOrfaHf1cEZURNaXPit8i { display:block; }
 }@media only screen and (max-width: 763px) { #nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy { display:block; }#nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiNT6gpPKDJo8FMkmBXUkD95DSLBhZrt { top:0rem;left:0rem;width:19rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5a4mDAn8CcF8Wpf7BFlJWsrld2uiig4 { top:0rem;left:12.75rem;width:19rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDsUD4IiIBTgKrb2v0Q813uea8uM0OD { top:0rem;left:28.625rem;width:19rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urCMo83g6dEXLf0HGEa4PcZJRtXC5Os9 { top:25.3125rem;left:2.5rem;width:2.8125rem;height:2.8125rem;display:block; }
#urCMo83g6dEXLf0HGEa4PcZJRtXC5Os9 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #fKV7iHOBOy52WV10wSuhz3HVJRBq1i2n { width:8.75rem;height:2.625rem;top:25.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHk4MqwpVqRrZ2hUsyVXRgI1l0G5fmL1 { display:block; }
 }@media only screen and (max-width: 763px) { #kg2n27eAeTiKTBFC8E1zd1GGiwBl4Im9 { top:25.3125rem;left:18.375rem;width:2.8125rem;height:2.8125rem;display:block; }
#kg2n27eAeTiKTBFC8E1zd1GGiwBl4Im9 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #hUqGPgAn934RcZR8va45QADGHSEolb9a { width:8.75rem;height:2.625rem;top:25.375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTM3m1nmcD4OdZxfgT16gndr7P2c1qQ { display:block; }
 }@media only screen and (max-width: 763px) { #KnBvn437ole4upwlViXAbc177oBBSMVX { top:25.3125rem;left:34.25rem;width:2.8125rem;height:2.8125rem;display:block; }
#KnBvn437ole4upwlViXAbc177oBBSMVX > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Riy7Is3IPJIUbx0zmafIaxVWR6UMCRld { width:8.75rem;height:2.625rem;top:25.375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly2At4Q5dd7k9Fvk2S4N3s7rgeTo9Fv5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ex7FaB5amMp9ct5HmT3ZnDacTCZUfIL4 { width:8.8125rem;height:2.6875rem;top:34.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Npg9ltbZi5aWyCf7xHqFfb0SUy2eyZq3 { display:block; }
 }@media only screen and (max-width: 763px) { #iOb9T1m8kqDcZnQMouT8kqQTksHn95gi { width:8.8125rem;height:2.6875rem;top:34.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqdTETZEQdslfywAqxe7MH6b6iMXh9X4 { display:block; }
 }@media only screen and (max-width: 763px) { #lrIWNSPkUJblaqHCRTlF5ikFTK53cmiB { width:8.8125rem;height:2.6875rem;top:34.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOJhy7WLGpMkc42lLiIUkRWeRvHcNpzW { display:block; }
 }@media only screen and (max-width: 763px) { #gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS { display:block; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:18.25rem;height:2rem;top:30.3125rem;left:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:18.875rem;height:4.875rem;top:24.375rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:17.1875rem;height:2rem;top:22.1875rem;left:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:17.5625rem;height:3.25rem;top:17.1875rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:19.0625rem;height:2rem;top:15.0625rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { width:14.6875rem;height:4.8125rem;top:2.25rem;left:23.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIqrtp2V6T33dpFZR4prqNaN9yacsawg { top:22.1875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPnTQUlFJnlzR9FHKx3nPJ4HXsa3neup { top:15.0625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyTp10siDDGrsCxT9SkWPPGxEZrNwRy { top:30.3125rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LSmMa7iFWpS1X8ryQyyeD90yTSbm7A { top:10.0625rem;left:13.625rem;width:34.0625rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { width:17.4375rem;height:3.25rem;top:32.125rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:12.625rem;height:8.125rem;top:0rem;left:11.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV26ymsdThtrA3XCwUAP6TCSob1ewqcs { top:12.875rem;left:0rem;width:32.625rem;height:31.524553571429rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdzUR0o44cTorAsof87Ne3UtpO4QiNne { display:block; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAEhq0EUrdr0XnT2Zz9wQF6Sgz7rtv5m { top:10.4375rem;left:0rem;width:47.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnmeUk3ADxTN8qtkosqBPr3seF7tTv8e { top:1.9375rem;left:13.375rem;width:22.1875rem;height:7.4353125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo { display:none; }#AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z { display:block; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #oSP2T9w2sgLTiZqOO4GCWIlOIsZMhxHb {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #UgsLBCReySuXi0KgcsbkwZkqVF4BxpGU {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Z71EOGyVf4ZBV4aOpT2WBiSr5c0vToK4 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ZlzQEJAICb7s42ekGPpXUCnaHGTccHbz {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #AgDE28GCtXJ9l0wNBxS6BOPg9T9td8q8 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #V94pyRtbyae02mvXUcIJPIxrwPvKOxkX {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #uurW15ufRNLCTM09HRBMCUzOyN5zX6Dz {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #f36UcINCisG0EPWwTHF3igLCnq8gL5SR {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #WKEhd2uBuw5QM6n7mygbKg7S4n3WtEqh {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #VaqtVkArr2qQXuDrFIvaXWLxNVVTsyZW {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ZTNN2lUunn5Pi0eiIQXqk6ZtU28UX60L {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #l4BGN9z8F34oJQDXFykBB6ru2LRWmg9Z {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #pRmd1wypTyBtbeZ7VEeO6rgwbMVkdUgI {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ubvHOyMC4KNKt4A5SNI8Mr6HHXJOhheS {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #kAkF9k0TD3VTQOzkvDA2MKDTlH0HcUib {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #KlmAecnnpFaTzDGDPlfJGruH4ygAyZGW {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #hv7kFGcdv3QznimtURw7LqwtMCDQXW83 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #TaqhSINdvphMzyDure6iev8QGovGZh7H {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Bmkpg2QPSW4WOsNkv7thE4kQKTQbTfF0 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Cv4ToWbg0WQSa44vw1mZEKk0vaK6xPWJ {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #aOTUmeGaqCIWd1bIZ4sbEfuK6GR2fueF {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Z5lR9Rirb9GGqQTd9Wsvr3nkxFIwLx4M {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #x8Jx3i7tOtaN5KHdo75cFeJM98S8pA2o {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #i1pHdJcABDt7eTW5Sd6UDBxR2iscJNMR {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #fOiLtGJeyeTNpy8oiEiya52FCmP7Foiq {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Pc801DFbyAwphct4eUXibGiNS0aT31qB {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #qnm1CHSv32lUTN24TRrcwKMUuBMRFOoh {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #MyCacc2W92TBVIVBTx35xnBqeQzz6a3e {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #wSaS8nq8TW5bvvCGCMZLTDivhgvlOiiZ {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #vw7kKheT969aLTl7VDxvGqHPzhHz6Ntm {  }
 }@media only screen and (max-width: 763px) { #qHSGL6gTANEA7smkUBldpUFbXDPGVzrE { display:block; }#qHSGL6gTANEA7smkUBldpUFbXDPGVzrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqneEkgfRB73DLdqleEdk68QmZzDQ8h1 { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1xL3N4eNG9l7lFZfpLTlAbBmsTwbV9W { width:41.5625rem;height:3.375rem;top:4.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPVKc7bakr6UhvW4VVxEoTTLrik8hHL { width:19rem;height:5.25rem;top:6.625rem;left:23rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { width:29.1875rem;height:33.375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUiJ3EhsTAGfBBgbKKgtU35qrMX2bcJC { width:33.3125rem;height:33.375751424047rem;top:13.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H  { width:21.5625rem;height:23rem;top:20.875rem;left:0rem; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H {display:block;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H { width:21.5625rem;height:23rem;top:20.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #ObQGhlQ0Jx4e8yFwEIV3oI7ygrvZKT8O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JFp79uVdJGCtUrNoDgdO9HBIAWW4VLI1 { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JydfeEsgmhB5hJB8Cq3TLD9STKyxds2K {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Gh9GJRtkoxtJucEfCvEVNRTxxkMAlXqU {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KCbNRFydEhaTTMy26eWCIvbddztutsvH {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KVOSPaHpOsFWM74Br204lgibaKEQhLsT {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #VqD4wSOVVk14PadqLZvQ7pXtGmZRwL39 {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #xLWwT7THsTJeQfe7x9pk03u4NqdI0vvp { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #kGZxqaFlDhVXeVqoTm6uetV38eTl1Ens {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #d6lJBnMPqnpmGW2az82oZNEHby65uXGd {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #cCH9ayZDSBbz7pAWFUCODbwJiAaPUZ8z {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Ss2ZzK7TkoT5KxXoIQLadk9pkNkOKT5q {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #tlzPHluzCDbM2TVmbeaycSO0vB04MD0O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #g2d476G34N09ng5AQXt8mwA9iWTMIyhV {  }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:23.9375rem;height:6.3125rem;top:14.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIwzRBnMBnVQJWOxfvXPqAQtbimS6oG { width:25.6875rem;height:1.5625rem;top:17.3125rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 { display:none; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OioKLrQM18alUQptT7BmKsTBL6qfrOn1 { top:8rem;left:23.625rem;width:4.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizMrC6XE5odqGK1kyG5unbSMb2lhb8u { width:18.125rem;height:1.25rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl9i2ZM3rBW7zxCcy7wcTmAxrZSRGLRw { width:10.6875rem;height:4.1875rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKZbfZKOsMIxbPXabdVTqgbO8pDGHByt { top:2.5rem;left:17.1875rem;width:10.4375rem;height:3.311927405205rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6WXUTV100GONSCodCnV6Ak94IlgNOZ { width:18.125rem;height:1.25rem;top:12.0625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulq1FXsZilITuhMNpIGEOT68VSeWxZi { width:13.9375rem;height:1.4375rem;top:4.125rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoRJoMcAdrosDMDBEaqkC9SBXfAByuoE { width:16.625rem;height:0.9375rem;top:14.25rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrmViRT2IEHQTJVSveJgdhtr5nTAIOoe { top:7.875rem;left:16.1875rem;width:4.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxNG3Ca0Ug9eV0Mbb95fzW0E16V8ZsyN { width:13.5625rem;height:4.4375rem;top:6.1875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuywxaOIcp4x8SGHtxLbZ4QC8EA8oIq { top:11.0625rem;left:37.75rem;width:10rem;height:3.1056672215459rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGGADnL5a4u0KU4cDL1Zmca4tyxU9NWs { top:2.25rem;left:16.1875rem;width:12.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTRGFIfzy2gPPTi2vhrw6zVio1CUMPs { top:10.625rem;left:0rem;width:7.375rem;height:4.8956998419956rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imw6ueQTHoAM3fNTwcvpICa7TPDra3l5 { top:10.75rem;left:36.375rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { width:25.6875rem;height:5.0625rem;top:10.625rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:47.75rem;height:;top:17.3125rem;left:0rem;font-size:1.375rem;display:block; }#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9a3b8ce4042f2fccc9a8ecc062dc08acc1d620d.svg); }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:47.75rem;height:9.8125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container { background-color: transparent; background-image: none; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container > .video-iframe-container { display: none; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row > .video-iframe-container { display: none; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .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); }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container { border-width: 0; border-radius: 0; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1Gs5JhBZEt8ZEM3x9CneClcIpRvSbT6 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqxorbPWP2Ce7PTWxp8rS50b4DmFut7l { width:10.5625rem;height:2.6875rem;top:0.375rem;left:4.71875rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #B2n2ymdTOhgK64pN4te127o42F3oZppc { position:relative;z-index:auto;background-color:#242659;background-image:url("https://images.assets-landingi.com/uc/85a45071-b891-4df1-9261-e03644165ce7/Untitleddesign.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc.adaptive-delivery-prevent-bg, #B2n2ymdTOhgK64pN4te127o42F3oZppc.lazyload, #B2n2ymdTOhgK64pN4te127o42F3oZppc.lazyloading { background-image: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { background-color: transparent; background-image: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .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); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { border-width: 0; border-radius: 0; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { width:10.1875rem;height:1.29980625rem;top:1.599609375rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { width:9.625rem;height:1.298825rem;top:1.0236151218414rem;left:10.375532507896rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnSwGrTSG1WuIgQcNiyIMWciCxdOZVGL { width:5.125rem;height:1.25rem;top:1.25rem;left:5.65625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UTg7m0enf8QluAvyTHZbfySsm38KemVS { width:17.8125rem;height:8.875rem;top:7.3739342689512rem;left:2.1866121888161rem;z-index:14991;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fnf7wP4ZmAAahX8gab0zg98RVaA6phlV { width:15.8114375rem;height:0;top:4.9334161281586rem;left:0.84161925315856rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #RAzvwBkP02Nl2FqwEgTeOgCCsKIJqFJG { width:5.6860375rem;height:10rem;top:15.2490234375rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t0CShz4rxrhBF4BTQmIqvsqELTJTiJho { width:6.5625rem;height:0;top:20.053266763687rem;left:8.3602622747419rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #qnZ2DBMaSuADvOb78ILzM574TELxiXLX { width:5.875rem;height:1.593575rem;top:26.748046875rem;left:3.560791015625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iMpoq81TLbgpt1Ttx972yBaSaeTHu1Mu { width:3.75rem;height:1.31303125rem;top:26.93603515625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15008;color:#2a367e;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ORT6RlSCLTDcTT4BA8bctlBV7wtBZloc { width:8.8125rem;height:1.625rem;top:26.685791015625rem;left:0.123291015625rem;z-index:15002;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xf18MBRwr7cZ3pqxCwlN9eb4pEcA9DGi { width:10.3125rem;height:2.125rem;top:26.873046875rem;left:2.373046875rem;font-size:0.9375rem;z-index:15007;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMWpEqMEhsXMETP4zCCCNsoV1qlRhCso { display:block; }
 }@media only screen and (max-width: 763px) { #D6UyiXBRbBqIVPbqXEXVMNVVdX4bGH0I { width:3.875rem;height:1.75rem;top:26.685791015625rem;left:0.123291015625rem;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPuKhVQrsFDahZi7v7TKyaT7XkbGOKbd { display:flex;width:2.125rem;height:2.125rem;top:26.8740234375rem;left:0.0615234375rem;z-index:15009;display:none; }
#wPuKhVQrsFDahZi7v7TKyaT7XkbGOKbd > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #y4OUOHTJa32GD7Q5ETOK3PsWrFwhLwlK { width:14.875rem;height:1.18785625rem;top:3.2432725429535rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1;z-index:15004;color:#ffffff;font-family:lato;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ivNwlggQQdaLqGfru4zRhPDymzaxgB5M { width:16.0625rem;height:;top:5.068359375rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15005;color:#ffffff;font-family:"times new roman";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sSC6S3tppkWXQmbSPUFBqmFdyQe9UcRC { width:11.1875rem;height:4.0625rem;top:28.8115234375rem;left:0rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mBzOQpTbSeNSw2TX32ehRJArAeF0fwtK { width:6.375rem;height:2.25rem;top:29.691162109375rem;left:6.830078125rem;font-size:0.9375rem;z-index:15009;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJBUn5J4tfWHQ3FohT7KdikUyDhmpXZi { display:block; }
 }@media only screen and (max-width: 763px) { #wgNo3NhdT70riy7KZCDywUR6C0fuhxui { width:6.375rem;height:2.25rem;top:29.68505859375rem;left:0.0625rem;font-size:0.9375rem;z-index:15008;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMEaG0Kyi0ecgLWkXtrMmtT9f1cCJEvy { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/3S52dIip/Group-222.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { width:20rem;height:auto;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:16.75rem;height:0;top:5.6729412078858rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS4aMSTnXURKgANu0cC0sKEHSr36NgvT { width:3.8125rem;height:4.9375rem;top:4.9375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STZrH4tqLAz0qBOCNrGpQGvNTusFLia9 { display:flex;width:2.0625rem;height:2.0625rem;top:0.875rem;left:4rem;display:none; }
#STZrH4tqLAz0qBOCNrGpQGvNTusFLia9 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #U4C4mMzoNHt9c9y83OQLyOxENUKp3WMk { width:4.625rem;height:2.375rem;top:4.1867909423828rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB3LBHSqWy6ZZZ0inIsu9cTpmTw7cc4H { width:3.75rem;height:0;top:4.6242909423828rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AApxOgUwb8BCoIE6cmFo19FiQiP8gZuH { width:6.875rem;height:auto;top:34.25rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISegGo2yxk29ZU0WDtRAhMI5rDklps6b { width:8.5625rem;height:2rem;top:7.8117909423825rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUnGpe51dMtJs9JMbuher1TZVE5h0yOD { width:15.5625rem;height:0;top:1.021484375rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15004;line-height:1.3;color:#424242;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gVMqf3DTqUQrhXJAkzyT2fszv4LIqriR { width:20rem;height:3.8964875rem;top:9.366455078125rem;left:0.031494140625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;line-height:1.3;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KQ8p5CUUXDcu8aIGT5QO0OGi1ADwOVSS { width:19.87425rem;height:7.310875rem;top:1.082763671875rem;left:0.125732421875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15006;line-height:1.3;color:#424242;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AzIQkJI1nrdnHduXsT5c4ypXVLMgSC8F { width:9.5625rem;height:0;top:11.1875rem;left:8.625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15002;color:#ec474c;font-family:"times new roman";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oMyOfMGONC7nnOlE5rv7ODWS1Mp6zUpA { width:20rem;height:16.78975rem;top:14.6865234375rem;left:-0.0634765625rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #INxUErtlxfUKtM7DdPgr6LhlBZZFhiNZ { top:31.811767578125rem;left:3.936767578125rem;width:12.25rem;height:4.1875rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KBnp2LJGki3PmUy8s4TpXhnOT6rqQTVT { width:8.5rem;height:0;top:11.1875rem;left:1.875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15003;color:#5050ba;font-family:"times new roman";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #g6fbRmH0XLTFhpQT25yPRAGh3rlSol4H { width:12.0625rem;height:4rem;top:37.1875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhfICpJ5EH1z3D938cR1hda3OOZavRFa { width:7.875rem;height:2.8125rem;top:37.186416267395rem;left:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNI0lEUNAwqTKqzKxUA1TiH3idGqhue8 { display:block; }
 }@media only screen and (max-width: 763px) { #w0dpt6TU6ZDMlQedpuMel2nQd2a89tWi { width:7.875rem;height:2.75rem;top:41.248916267395rem;left:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSUhiOI9f7t8iVmB3t7UBTvMI0abNPxe { display:block; }
 }@media only screen and (max-width: 763px) { #zmV5ECKQffD8riaBbdT4qxq1EgaAdLsW { width:7.490915rem;height:2.30273375rem;top:37.185724765063rem;left:6.2020596265793rem;font-size:0.9375rem;z-index:15009;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZzWHtWWEnQtTC8BDiF7Gt0KZvuZiLW { display:block; }
 }@media only screen and (max-width: 763px) { #JT7TxyoWTp73yVk1nlZXKVoHKES8QtFM { display:flex;top:30.125rem;left:8.0625rem;width:7.0625rem;height:7.0625rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #VAyXx4Ip9TelvkHTq56MhStx4UfODnav { width:7rem;height:1.124825rem;top:34.625rem;left:8.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dlyIUtSyvdkaL2PhoSE78rOKHd0UfoFB { display:flex;top:32.875rem;left:4.875rem;width:2.875rem;height:2.875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO { background-color:rgba(66,66,66,0.08);background-image:url("https://images.assets-landingi.com/uc/e5c831d7-06ac-4781-a08c-7b19db56411d/IVtherapy2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO.adaptive-delivery-prevent-bg, #nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO.lazyload, #nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO.lazyloading { background-image: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { background-color: transparent; background-image: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container > .video-iframe-container { display: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row > .video-iframe-container { display: none; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .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); }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { border-width: 0; border-radius: 0; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQxNi82xHoSS1xMl9nx2MBh7QSDINZTO > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXIuLiOKGqfFXEMpZrb0HUMXB0o6xiJx { width:19.25rem;height:0;top:1.1875rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #lCZ7emJPBQnSm2dVvz0dT7fNxPBWpbgb { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMzzuyeNhvohfsvS60hv6BwdsrKI7oDN { width:20rem;height:auto;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #ozTud4oDFV2bHUHc16nDO5oUza99w0Ro { width:20rem;height:auto;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#424242;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #in1TvsO6FhuuR1v6qZholph9i9SEUSLI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9671f818-928f-4282-b1fc-dd9383d14e74/Asset1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI.adaptive-delivery-prevent-bg, #in1TvsO6FhuuR1v6qZholph9i9SEUSLI.lazyload, #in1TvsO6FhuuR1v6qZholph9i9SEUSLI.lazyloading { background-image: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container { background-color: transparent; background-image: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container > .video-iframe-container { display: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row > .video-iframe-container { display: none; }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .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); }#in1TvsO6FhuuR1v6qZholph9i9SEUSLI > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdOqAFXQGPAdpvgCz8ur1kyKeWGelDlB { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qngazTn1nImtUAt4RgWJAngz1XG4Mete { width:10.4375rem;height:7.9375rem;top:11.998573303222rem;left:8.4374994039537rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #ycnthCIQW8dXDZWQVb7IQzQki6nZva6p { width:8.6875rem;height:5.1535875rem;top:13.373756408691rem;left:9.3749994039537rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #dWMJ6syh2OtcJqyOLb3R5SDlbXG3ZpOc { width:8.6875rem;height:6.18430625rem;top:21.185897827149rem;left:9.4992898702619rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kSBHCpf98pDq3q9W8RP362HvFy6Hnl { width:9.9375rem;height:6.18430625rem;top:29.748397827149rem;left:8.7499994039537rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeHOQ3BSA2DCmlIG7H59O2TqC92RlwiT { width:9.8125rem;height:6.18430625rem;top:38.123931884766rem;left:8.7499994039537rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpfCUUJaGOZlbQyq3PPptEXIdwZXRiLX { width:5.9375rem;height:2.0614375rem;top:16.373573303222rem;left:1.811967253685rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3pvi5rA54tF56q2JbuuoUW7Z71tOA7u { display:flex;width:3.125rem;height:3.125rem;top:13.123397827149rem;left:2.9989346265793rem; }
 }@media only screen and (max-width: 763px) { #TA7X7qdRsXuEOmtRPUyLqIrqMTkF06Uy { width:10.4375rem;height:7.9375rem;top:14.0625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4ngBtvgSmnHiyM22nzM7qvTul1eyb4C { width:10.4375rem;height:7.9375rem;top:23.375rem;left:8.375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #enKFosZHVgdikSpKiTySFhv00C5LVqMz { width:10.4375rem;height:7.9375rem;top:32.5625rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdwnUoTDrE1EIvxXFe29wfwLpJFH50Gl { display:flex;width:3.125rem;height:3.125rem;top:21.248931884766rem;left:3.374467253685rem; }
 }@media only screen and (max-width: 763px) { #v8WC8sbIoukbA0Icq4gAr8NbNTxBnG7M { width:5.374025rem;height:2.0614375rem;top:24.373931884766rem;left:2.2496448755264rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pai0uLdzloympUHrx0nKfRWzUXXVVsQy { display:flex;width:3.125rem;height:3.125rem;top:29.686248779297rem;left:3.2492898702621rem; }
 }@media only screen and (max-width: 763px) { #mumqWd8hZQGAze2QPGbGozIRAzkILOrW { width:7.3115rem;height:2.0614375rem;top:32.936431884766rem;left:1.3734019994736rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHAqRSlrTXHvfy2eZMg7vTuhfpsDFGvW { display:flex;width:3.125rem;height:3.125rem;top:38.311248779297rem;left:3.2492898702621rem; }
 }@media only screen and (max-width: 763px) { #RLUpU5FzBpUbZwapDtRVFg9Ow9E2okwR { width:5.4375rem;height:2.0614375rem;top:41.375rem;left:2.1874998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zE59DmOTcAcFbpw8oQ294SshicRkTn9e { width:10.4375rem;height:7.9375rem;top:20.373573303222rem;left:1.186967253685rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m4y6iT2iLX6J1h6XCgnZSVrChG9Waa3Z { width:10.4375rem;height:7.9375rem;top:11.998573303222rem;left:1.0617897510529rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DRNaeik6DbGgJZPXbg2NwTL2b248eh84 { width:12.0625rem;height:7.9375rem;top:30.25rem;left:3.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rUTCmhlAMdPoN5o5FKSOUZFiuEpZw3wo { width:12.0625rem;height:7.9375rem;top:60rem;left:4.75rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #B1kF8264OiVfvtQsMI0F5NXGkm3DxID7 { width:10.4375rem;height:7.9375rem;top:28.873931884766rem;left:1.2491122484207rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #BkV044ireT3HRchGFShvmeK6JV5RhvSl { width:10.4375rem;height:7.9375rem;top:37.3125rem;left:1.3734019994736rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #E7tb3keNEfSOcTy45CTh3Ns7NmJqlkA0 { width:13.875rem;height:8.4375rem;top:41.749255859375rem;left:3.0625rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #xXD7OTlBlyiPk2DzHHdgIIC9VPJZUT20 { width:13.875rem;height:8.4375rem;top:51.436755859375rem;left:3.0625rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #XXXZwM8u0SKTtViciKfga9qI61xd1gcV { width:13.875rem;height:8.4375rem;top:61.124255859375rem;left:3.0625rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #zELkP1OQt2gsBB3bIgeppPwoAhcX9zAw { width:10.437rem;height:7.937rem;top:20.311431884766rem;left:8.5617898702619rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #XAwrbCiMzOkTrGy9izdupGMtTwIiIE7H { width:10.437rem;height:7.937rem;top:28.873931884766rem;left:8.4374994039537rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #kG6KF5HsnFTP0Aee79QoJLTamAE4VNei { width:10.437rem;height:7.937rem;top:37.3125rem;left:8.5617898702619rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #xpQaPtenArEWS7zeXPcifJ9KTXFNUeAA { width:20rem;height:6.875rem;top:1.7487564086914rem;left:0.12340193986893rem;text-align:center;text-align-last:center;font-size:3.125rem;z-index:15011;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mCfdrvqATZTU6TKJMILuIyTcOAUgyqHd { width:7.1875rem;height:0;top:9.4344806671144rem;left:8.4374994039537rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15012;line-height:1.1;color:rgba(66,66,66,0.86);font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container { background-color: transparent; background-image: none; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container > .video-iframe-container { display: none; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row > .video-iframe-container { display: none; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .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); }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container { border-width: 0; border-radius: 0; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGHMyUvpmgTiL7mtybbPkCHwfivHm5nD > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqGIHoM3F2vVzGhUX4Qs3u0ckaXGG6mz { width:17.1230625rem;height:0;top:0.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:3.6875rem;z-index:15010;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #LACRL050hRicDZyNxEqN02QhltBhkWUk { width:14.1235625rem;height:0;top:8.73779296875rem;left:2.93701171875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15013;line-height:1.1;color:rgba(66,66,66,0.86);font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #KnubznSW9gUonvrT9VG28I7Tmzkt2TUi { width:20rem;height:5.87535625rem;top:1.0623226165771rem;left:0rem;text-align:center;text-align-last:center;font-size:2.9375rem;z-index:15011;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG { display:block; }#E5TUIMNFinpn5lEAtCNMCTn4JoOTBirG > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6XF0uzWK8zhFXHbtHeLiBubJo1w40Fd { width:20rem;height:33.8743125rem;top:2.6850128173828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ8xov8nIPkw5Xb8O2JrlTdsyKhaduxP { width:17.1230625rem;height:0;top:0.98046875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:3.6875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #KXzxTVEUN2x0b5i93IQt017PD5t0rtmW { width:10.1855625rem;height:0;top:6.3984375rem;left:4.90625rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#424242;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs { display:none; }#G46W5tytMvW8CzCko9Z2JFg8ldbAhZIs > .row .container { width:20rem;height:108.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MWDKN78szN4lE1iGZxV2X0q3htJ64gSl { width:18.3125rem;height:29.6875rem;top:11.28870677948rem;left:0.78924000263213rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJHQDuNXd3vIdedPPIeT8xvgMAKzZaPx { width:11.875rem;height:17.3125rem;top:9.6232242584231rem;left:4.0624998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HvBgn3ABqeW5DpE2THA6iCFkgnu7DpUl { width:19rem;height:1.298825rem;top:28.00479221344rem;left:0.99964487552644rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utaQzFTWrVsRfA0mORZSDWS9NyUP69ax { width:14.5623125rem;height:3.8964875rem;top:29.99697971344rem;left:2.7175070047379rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMIGHN6pL8DwU5pJA6g8W7DMQop4t05 { width:9.3119375rem;height:2.24964375rem;top:36.56214427948rem;left:6.6246446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbK11asqbekwZ5HOoqeOQqPe9ZeNuNuh { display:block; }
 }@media only screen and (max-width: 763px) { #xabNr9hEtT0ebdLmVkvrdsBFda9Ah27g { width:18.375rem;height:29.5625rem;top:44.287638664246rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkALHMSzBAkmXipG9h8EWmWZCCmXVzZ2 { width:9.9375rem;height:2.375rem;top:70.374285697937rem;left:6.3734015226363rem;display:block; }
 }@media only screen and (max-width: 763px) { #K92TNAlGfg7CIou8a6cszInxqUbnoWQF { display:block; }
 }@media only screen and (max-width: 763px) { #Iasawl7ZSKxlPIK7sF13HVTSmFlwR9ke { width:16.6875rem;height:5.1953125rem;top:63.050066947938rem;left:1.655717253685rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmcVWnoEEoVBqRm4rCCeTXt7IQ2xagz { width:11.6875rem;height:17rem;top:42.655005455017rem;left:4.1246446371079rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gGAuGBctHKmZIi88fmDCuSlEqt7Gkkia { width:19rem;height:1.298825rem;top:60.874110221863rem;left:0.49893462657929rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXRR2mAuDrTOrHvOVCGpbkIaG7KvORKQ { width:18.3125rem;height:29.5rem;top:77.124110221862rem;left:0.71732950210569rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BCHRVMVuoJLRaMGTDKiF48vdAimRFmHE { width:9.875rem;height:2.375rem;top:102.06196117401rem;left:6.3734015226363rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDp8TSQqfNrdfDsQfNWGtQX7qFlx96tS { display:block; }
 }@media only screen and (max-width: 763px) { #rVHZR9am4WZ4qHXqP3cSM9ThFFMJENzc { width:17.25rem;height:3.8964875rem;top:95.811961174012rem;left:1.3734019994736rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbPhnuXIV1hJCvnc9sBrs7QZkABOWTXe { width:12.25rem;height:18rem;top:75.686785697937rem;left:3.8734019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSp7UguaX2yu0mFQiGcWLeb9TTaUBdpi { width:19rem;height:1.298825rem;top:93.686610221862rem;left:0.49893462657929rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuH34wJTRSXXaKyh8XAIMDyJSTMcqkzs { width:7.1875rem;height:0.9747875rem;top:35.0724401474rem;left:6.4062498807906rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUKPqFwqaTM93XZyqGKNoK0mvBvT6sGq { width:7.1875rem;height:0.9747875rem;top:69.133166313169rem;left:6.4062498807906rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZI2BXTu1A8ib2QfpnLoLiEziPcGdgK7 { width:7.1875rem;height:0.9747875rem;top:100.86168193817rem;left:6.4062498807906rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rrygk6gTXSmRwhv7xIV6ioIPQA9WiFcx { display:flex;width:2.24875625rem;height:2.24875625rem;top:36.623750686646rem;left:4.0624998807907rem;z-index:15008; }
#Rrygk6gTXSmRwhv7xIV6ioIPQA9WiFcx > img { max-width: 100%;max-height:100%; width:2.24875625rem; height:2.24875625rem; } }@media only screen and (max-width: 763px) { #g7EzbBZsEopuQBPnQDChN4Tdi4WVNaw1 { display:flex;width:2.24875625rem;height:2.24875625rem;top:70.436431884762rem;left:3.8734019994736rem;z-index:15009; }
#g7EzbBZsEopuQBPnQDChN4Tdi4WVNaw1 > img { max-width: 100%;max-height:100%; width:2.24875625rem; height:2.24875625rem; } }@media only screen and (max-width: 763px) { #J4bO138W2yz5vQ57UUGwDwnCJz1lAby9 { display:flex;width:2.24786875rem;height:2.24786875rem;top:102.18748855591rem;left:3.8734019994736rem;z-index:15010; }
#J4bO138W2yz5vQ57UUGwDwnCJz1lAby9 > img { max-width: 100%;max-height:100%; width:2.24786875rem; height:2.24786875rem; } }@media only screen and (max-width: 763px) { #A1uUWx38RFFlnL4lQ5mwWAxo7h5g9Wid { width:10.1873125rem;height:0;top:5.6338806152344rem;left:4.9058946371079rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#424242;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ocn2Ihondns8XaP9T30vBQINLTMxM4PN { width:17.1244375rem;height:0;top:0.90376377105713rem;left:1.4364346265793rem;text-align:center;text-align-last:center;font-size:4.25rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #B2k9wTZZ4QPhsRFMpn3kgNEoGKQROIUm { width:17.1244375rem;height:5.5244125rem;top:0.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:4.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gm8qpVegTfDSEOoHNz5qsFpbSkg2UtwL { width:10.1864375rem;height:2.4375rem;top:5.4367885589599rem;left:4.9058946371079rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#424242;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy { display:none; }#L3M8SJLubvtJE3sRx2Eesz71wFVwQTGy > .row .container { width:20rem;height:99.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hRGp3pNlIzHDZF6cVApUbWlosB7eeTyT { width:18.125rem;height:29.375rem;top:1.9619140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZoOZbopgVIMiNXWkip28RdRpVEfViJR { width:12.125rem;height:17.875rem;top:0rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmfmgNTDyVqCOlQo30f7x5ArmVRcI0W { width:19rem;height:1.298825rem;top:17.4375rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEetAb71rm1GmS8xpLRtIhTvuWwScOu6 { width:17.0625rem;height:5.1953125rem;top:19.25rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrPWP5xSED2Mgm0cuF4Ir51K691bF2Cg { width:9.75rem;height:2.375rem;top:27rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLClotOT35CIVnn3BP0wg3SZ07novQg { display:block; }
 }@media only screen and (max-width: 763px) { #O0LSHcxtgdSM2VcK0OlbBmI6reLVJDCV { width:18.125rem;height:29.125rem;top:35.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJs5ov4Dw6RgxurDTQ7W7cPgt4lmakrt { width:9.75rem;height:2.5rem;top:60.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Muoy5QosXgh3qZc1SWkA9naOGD5LTW { display:block; }
 }@media only screen and (max-width: 763px) { #M6yOAfcd2FeMgZF7FQD4GJuKZ3aXRpPG { width:16.875rem;height:5.1953125rem;top:52.9375rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKARfbptwsdDogIqvyIpgOCCALraN7UR { width:13.0625rem;height:19.0625rem;top:33.0625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRtHDPACzPAczwTGb2cAvUP4BEJyWKNN { width:19rem;height:1.298825rem;top:51.125rem;left:0.50000005960464rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWUPviAOVVuwtZTfOPWB9fy8RFcrgLT { width:18.125rem;height:29.1875rem;top:67.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAlznOGS8GGVs6eLTIuoSQC1kWG2XyW { width:9.875rem;height:2.5rem;top:93.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrdCOHNPZbQRLEOPf0S2r2CUMQnka7Am { display:block; }
 }@media only screen and (max-width: 763px) { #ntWdC3sOFJCEE2Ez7GBUepycLasvwdHV { width:15.875rem;height:5.1953125rem;top:85.625rem;left:2.0625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUK3dG33qNX09ZlgTh2FmCsyHL6aduTq { width:13.125rem;height:19.25rem;top:65.4248046875rem;left:3.4375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FHFPtmaNxpmJgdMFaoI077wLuIbZfKxf { width:19rem;height:1.298825rem;top:83.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqoKPcupTKTKCIZk0oaOZpM5dJHeRxUL { width:7.1875rem;height:0.975rem;top:25.325000762939rem;left:6.4062502980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTJz9yDWA0VzpKeQxbSKCxsPLs9AtbFQ { width:7.1875rem;height:0.9747875rem;top:59.1875rem;left:6.4062502980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKxqyTad2dmiIi0swlKoKxayQVZEcT7d { width:7.1875rem;height:0.9747875rem;top:91.862499237062rem;left:6.4062502980231rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wczzg47xT6TDsQ1iVScTS8drppLMgg7T { display:flex;width:2.249025rem;height:2.249025rem;top:27.0625rem;left:3.8125rem;z-index:15011; }
#wczzg47xT6TDsQ1iVScTS8drppLMgg7T > img { max-width: 100%;max-height:100%; width:2.249025rem; height:2.249025rem; } }@media only screen and (max-width: 763px) { #mmliZmfKGUqG0QJOOATxTGWyUTDi8Tif { display:flex;width:2.24875625rem;height:2.24875625rem;top:60.687141418457rem;left:3.8749998807907rem;z-index:15012; }
#mmliZmfKGUqG0QJOOATxTGWyUTDi8Tif > img { max-width: 100%;max-height:100%; width:2.24875625rem; height:2.24875625rem; } }@media only screen and (max-width: 763px) { #KsWSg3wD6pEeb49pT91C870z0QtIGX2I { display:flex;width:2.24786875rem;height:2.24786875rem;top:93.25rem;left:3.6875rem;z-index:15013; }
#KsWSg3wD6pEeb49pT91C870z0QtIGX2I > img { max-width: 100%;max-height:100%; width:2.24786875rem; height:2.24786875rem; } }@media only screen and (max-width: 763px) { #FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw { display:block; }#FLNV7KIFluBK3W5Apiq1gvk9H2caWQTw > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZTxr7g1kGa29wsZGZEo97RfBT7knZv7 { width:20rem;height:3.75rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hM5LesVP1ipGcGlVIkhAGTAmRZqM0OBv { width:19.5625rem;height:4.38654375rem;top:6rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2oM0aG0IvDmOCd44ao9pyaWseDgDKMD { width:7.875rem;height:2.75rem;top:12.8125rem;left:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8UZCMJU3t2NInLFRsycqTUrVI1XMLKb { display:block; }
 }@media only screen and (max-width: 763px) { #eibGsTao8DZ6xbGMTknkvJWgzXmdlTE3 { width:7.875rem;height:2.75rem;top:12.8125rem;left:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRCUScNmuwrN3DzsCkfG69NDBWOTa3O8 { display:block; }
 }@media only screen and (max-width: 763px) { #yu4BtCEWcqFb2TgMKsrnzFRHhqlVFCvG { width:7.4589775rem;height:2.2707775rem;top:11.4375rem;left:6.1875rem;font-size:0.9375rem;z-index:15010;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6TipEUfTp1PCHS6XgCD1st63ibEis5 { display:block; }
 }@media only screen and (max-width: 763px) { #O8mUKscww0D5ZSvwL06dWFsmiCThIHaS { display:none; }#O8mUKscww0D5ZSvwL06dWFsmiCThIHaS > .row .container { width:20rem;height:95.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ek8kvCxcsnU7aLVS22C5VyhTzWKqdCKm { width:13.2493125rem;height:3.8994125rem;top:0.72176837921144rem;left:3.374467253685rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzJGvN6qn4v9zAxSLUnzpto1CChs2GPq { width:9.3119375rem;height:2.1937125rem;top:3.72265625rem;left:5.3426846265793rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #E3tmWDxAxwlfkQ3yr3ETx4UeQ8WAWauE { width:19rem;height:23.9375rem;top:8.4110412597656rem;left:0.49982237815857rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwDwiwTF9JLrLdlgVbd1HUgcqo7I4VNM { width:19rem;height:23.9375rem;top:37.9105125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn48XKsdbN6fu31M7cCJ1VEK6nbDspt0 { width:18.9994375rem;height:23.75rem;top:67.534088134762rem;left:0.49893462657929rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiNo1zbtS6foVD3VFR7HF7AvVJ3slQAD { width:8.9373125rem;height:1.13725rem;top:6.03941822052rem;left:5.5300067663193rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3fe8dMSfpGelxf0P7wMFZeflN87PIqF { width:6.875rem;height:2.4375rem;top:33.535308837891rem;left:6.5624998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTV8sPmL0OdJITIx286QQ30V9xlTDJEt { display:block; }
 }@media only screen and (max-width: 763px) { #pLAOERhfo1rETeTb2CRofHdigRuE94ld { display:flex;width:2.8125rem;height:2.8125rem;top:34.75rem;left:8.5625rem;display:none; }
#pLAOERhfo1rETeTb2CRofHdigRuE94ld > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #ZO71N7bqU9AnKTZ8iXFP5bTfbB65PrUb { display:flex;width:2.8125rem;height:2.8125rem;top:34.75rem;left:8.5625rem;display:none; }
#ZO71N7bqU9AnKTZ8iXFP5bTfbB65PrUb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #XE66wgcCNtaqXuWaaxXtmefgSaynRTf4 { width:8.75rem;height:2.625rem;top:63.0980125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXrSShJpJDlZyFONhxOWSKcW5EkstgS2 { display:block; }
 }@media only screen and (max-width: 763px) { #DUcTlxxPyBlgnyuQrwNDIcqiNPMa6hTy { display:flex;width:2.8125rem;height:2.8125rem;top:34.75rem;left:8.5625rem;display:none; }
#DUcTlxxPyBlgnyuQrwNDIcqiNPMa6hTy > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #TQlKFosChNmRGvJV84s4xW3eesDUlCUL { width:8.75rem;height:2.625rem;top:91.9730125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqanT5JVscnm7z2w8Lai14k5yH7ceRrZ { display:block; }
 }@media only screen and (max-width: 763px) { #Wze7TWQ9KVVlv8ET1eB5aRvU2ZaZiDGy { width:6.875rem;height:2.43696875rem;top:63.004270553588rem;left:6.5624998807906rem;font-size:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MvMx2ATtwrHvoeKmz1B4O8XnwV73qm67 { display:block; }
 }@media only screen and (max-width: 763px) { #vnWDfXT3fCxTMFpZeJ3qKAzMQ4ofAzs5 { width:6.875rem;height:2.43696875rem;top:92.3352355957rem;left:6.5624998807906rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #JKVPgx2KvW5sOrfaHf1cEZURNaXPit8i { display:block; }
 }@media only screen and (max-width: 763px) { #nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy { display:none; }#nbN00PCPF0Q3vEaaLeEI9PWze6pfdzSy > .row .container { width:20rem;height:87.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RiNT6gpPKDJo8FMkmBXUkD95DSLBhZrt { width:19rem;height:23.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5a4mDAn8CcF8Wpf7BFlJWsrld2uiig4 { width:19rem;height:23.75rem;top:30.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDsUD4IiIBTgKrb2v0Q813uea8uM0OD { width:19rem;height:23.75rem;top:59rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #urCMo83g6dEXLf0HGEa4PcZJRtXC5Os9 { display:flex;width:2.8125rem;height:2.8125rem;top:25.3125rem;left:8.5625rem;display:none; }
#urCMo83g6dEXLf0HGEa4PcZJRtXC5Os9 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #fKV7iHOBOy52WV10wSuhz3HVJRBq1i2n { width:8.75rem;height:2.625rem;top:26.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHk4MqwpVqRrZ2hUsyVXRgI1l0G5fmL1 { display:block; }
 }@media only screen and (max-width: 763px) { #kg2n27eAeTiKTBFC8E1zd1GGiwBl4Im9 { display:flex;width:2.8125rem;height:2.8125rem;top:25.3125rem;left:8.5625rem;display:none; }
#kg2n27eAeTiKTBFC8E1zd1GGiwBl4Im9 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #hUqGPgAn934RcZR8va45QADGHSEolb9a { width:8.75rem;height:2.625rem;top:55.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLTM3m1nmcD4OdZxfgT16gndr7P2c1qQ { display:block; }
 }@media only screen and (max-width: 763px) { #KnBvn437ole4upwlViXAbc177oBBSMVX { display:flex;width:2.8125rem;height:2.8125rem;top:25.3125rem;left:8.5625rem;display:none; }
#KnBvn437ole4upwlViXAbc177oBBSMVX > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Riy7Is3IPJIUbx0zmafIaxVWR6UMCRld { width:8.75rem;height:2.625rem;top:84rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ly2At4Q5dd7k9Fvk2S4N3s7rgeTo9Fv5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ex7FaB5amMp9ct5HmT3ZnDacTCZUfIL4 { width:6.875rem;height:2.43696875rem;top:25.817648470402rem;left:6.5624998807906rem;font-size:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Npg9ltbZi5aWyCf7xHqFfb0SUy2eyZq3 { display:block; }
 }@media only screen and (max-width: 763px) { #iOb9T1m8kqDcZnQMouT8kqQTksHn95gi { width:6.875rem;height:2.43696875rem;top:54.658025741577rem;left:6.5624998807906rem;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #DqdTETZEQdslfywAqxe7MH6b6iMXh9X4 { display:block; }
 }@media only screen and (max-width: 763px) { #lrIWNSPkUJblaqHCRTlF5ikFTK53cmiB { width:6.875rem;height:2.43696875rem;top:83.4437122345rem;left:6.5624998807906rem;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xOJhy7WLGpMkc42lLiIUkRWeRvHcNpzW { display:block; }
 }@media only screen and (max-width: 763px) { #gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS { background-color:rgba(66,66,66,0.07);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { background-color: transparent; background-image: none; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container > .video-iframe-container { display: none; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row > .video-iframe-container { display: none; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .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); }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { border-width: 0; border-radius: 0; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXLcMrxKbfkWprqBkyaWDlXq5zDW6ZhS > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:12.9375rem;height:1.298825rem;top:22.375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:13.5rem;height:3.8964875rem;top:16.8125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(66,66,66,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:13.0625rem;height:1.298825rem;top:15.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:14.375rem;height:2.59765625rem;top:11.125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(66,66,66,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:12.75rem;height:1.298825rem;top:9.6875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { width:10.1875rem;height:2.43696875rem;top:4.875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #xIqrtp2V6T33dpFZR4prqNaN9yacsawg { display:flex;width:2.625rem;height:2.625rem;top:15.5rem;left:1.0625rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #QPnTQUlFJnlzR9FHKx3nPJ4HXsa3neup { display:flex;width:2.5rem;height:2.5rem;top:9.6875rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #piyTp10siDDGrsCxT9SkWPPGxEZrNwRy { display:flex;width:2.625rem;height:2.625rem;top:22.375rem;left:0.9375rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #k6LSmMa7iFWpS1X8ryQyyeD90yTSbm7A { width:19.875rem;height:19.25rem;top:1.705078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { width:13.125rem;height:2.59765625rem;top:23.8125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(66,66,66,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:9.375rem;height:5.5249rem;top:0.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV26ymsdThtrA3XCwUAP6TCSob1ewqcs { width:19.1868125rem;height:18.499625rem;top:29.25rem;left:0.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TdzUR0o44cTorAsof87Ne3UtpO4QiNne { display:block; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne { background-color: transparent; background-image: none; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container > .video-iframe-container { display: none; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row > .video-iframe-container { display: none; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .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); }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne { border-width: 0; border-radius: 0; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdzUR0o44cTorAsof87Ne3UtpO4QiNne > .row .container { width:20rem;height:19.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAEhq0EUrdr0XnT2Zz9wQF6Sgz7rtv5m { width:20rem;height:10.125rem;top:7.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JnmeUk3ADxTN8qtkosqBPr3seF7tTv8e { width:20rem;height:6.703125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo { display:block; }#AgDTOuR2iVxSiiMPEJRZLObfGWnJGLbo > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z { background-color:rgba(66,66,66,0.17);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container { background-color: transparent; background-image: none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container > .video-iframe-container { display: none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row > .video-iframe-container { display: none; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .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); }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container { border-width: 0; border-radius: 0; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOMSoOA6Mr6prnTFUkchRKmDTGB55w6z > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ec474c;background-image:none; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.1;overflow:hidden; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-desc-text { font-size:0.625rem;height:auto; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf { display:flex;height:auto;width:20rem;top:1.1796875rem;left:0rem;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.25rem; }
#E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #oSP2T9w2sgLTiZqOO4GCWIlOIsZMhxHb {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #UgsLBCReySuXi0KgcsbkwZkqVF4BxpGU {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Z71EOGyVf4ZBV4aOpT2WBiSr5c0vToK4 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ZlzQEJAICb7s42ekGPpXUCnaHGTccHbz {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #AgDE28GCtXJ9l0wNBxS6BOPg9T9td8q8 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #V94pyRtbyae02mvXUcIJPIxrwPvKOxkX {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #uurW15ufRNLCTM09HRBMCUzOyN5zX6Dz {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #f36UcINCisG0EPWwTHF3igLCnq8gL5SR {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #WKEhd2uBuw5QM6n7mygbKg7S4n3WtEqh {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #VaqtVkArr2qQXuDrFIvaXWLxNVVTsyZW {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ZTNN2lUunn5Pi0eiIQXqk6ZtU28UX60L {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #l4BGN9z8F34oJQDXFykBB6ru2LRWmg9Z {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #pRmd1wypTyBtbeZ7VEeO6rgwbMVkdUgI {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #ubvHOyMC4KNKt4A5SNI8Mr6HHXJOhheS {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #kAkF9k0TD3VTQOzkvDA2MKDTlH0HcUib {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #KlmAecnnpFaTzDGDPlfJGruH4ygAyZGW {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #hv7kFGcdv3QznimtURw7LqwtMCDQXW83 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #TaqhSINdvphMzyDure6iev8QGovGZh7H {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Bmkpg2QPSW4WOsNkv7thE4kQKTQbTfF0 {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Cv4ToWbg0WQSa44vw1mZEKk0vaK6xPWJ {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #aOTUmeGaqCIWd1bIZ4sbEfuK6GR2fueF {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Z5lR9Rirb9GGqQTd9Wsvr3nkxFIwLx4M {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #x8Jx3i7tOtaN5KHdo75cFeJM98S8pA2o {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #i1pHdJcABDt7eTW5Sd6UDBxR2iscJNMR {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #fOiLtGJeyeTNpy8oiEiya52FCmP7Foiq {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #Pc801DFbyAwphct4eUXibGiNS0aT31qB {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #qnm1CHSv32lUTN24TRrcwKMUuBMRFOoh {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #MyCacc2W92TBVIVBTx35xnBqeQzz6a3e {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #wSaS8nq8TW5bvvCGCMZLTDivhgvlOiiZ {  }
 }@media only screen and (max-width: 763px) { #E8ttG57zeZIXiS3hNaiLwVvZbi6xFCHf #vw7kKheT969aLTl7VDxvGqHPzhHz6Ntm {  }
 }@media only screen and (max-width: 763px) { #qHSGL6gTANEA7smkUBldpUFbXDPGVzrE { display:block; }#qHSGL6gTANEA7smkUBldpUFbXDPGVzrE > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqneEkgfRB73DLdqleEdk68QmZzDQ8h1 { width:20rem;height:4.38743125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1xL3N4eNG9l7lFZfpLTlAbBmsTwbV9W { width:16.625rem;height:3.6547875rem;top:6.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { background-color: transparent; background-image: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .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); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { border-width: 0; border-radius: 0; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:8.875rem;height:0;top:1.248046875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATPVKc7bakr6UhvW4VVxEoTTLrik8hHL { width:5.3125rem;height:0;top:1.3916015625rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { width:20rem;height:34.8125rem;top:0.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUiJ3EhsTAGfBBgbKKgtU35qrMX2bcJC { width:20rem;height:19.9375rem;top:39.0625rem;left:0rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]:-moz-placeholder { color:rgba(66,66,66,0.52); }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]::-moz-placeholder { color:rgba(66,66,66,0.52); }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]:-ms-input-placeholder { color:rgba(66,66,66,0.52); }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]::-webkit-input-placeholder { color:rgba(66,66,66,0.52); }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H  { width:16.3125rem;height:auto;top:9.716796875rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H {display:block;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H { width:16.3125rem;height:auto;top:9.716796875rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #ObQGhlQ0Jx4e8yFwEIV3oI7ygrvZKT8O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JFp79uVdJGCtUrNoDgdO9HBIAWW4VLI1 { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JydfeEsgmhB5hJB8Cq3TLD9STKyxds2K {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Gh9GJRtkoxtJucEfCvEVNRTxxkMAlXqU {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KCbNRFydEhaTTMy26eWCIvbddztutsvH { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KVOSPaHpOsFWM74Br204lgibaKEQhLsT {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #VqD4wSOVVk14PadqLZvQ7pXtGmZRwL39 {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #xLWwT7THsTJeQfe7x9pk03u4NqdI0vvp { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #kGZxqaFlDhVXeVqoTm6uetV38eTl1Ens {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #d6lJBnMPqnpmGW2az82oZNEHby65uXGd {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #cCH9ayZDSBbz7pAWFUCODbwJiAaPUZ8z {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Ss2ZzK7TkoT5KxXoIQLadk9pkNkOKT5q {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #tlzPHluzCDbM2TVmbeaycSO0vB04MD0O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #g2d476G34N09ng5AQXt8mwA9iWTMIyhV {  }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:18.562rem;height:7.80185rem;top:1.873291015625rem;left:0.7177734375rem;text-align:center;text-align-last:center;font-size:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mgIwzRBnMBnVQJWOxfvXPqAQtbimS6oG { width:20rem;height:0;top:6.436767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c533c0f-5086-40f2-948a-e12490e57542/Yourparagraphtext16.crop_602x600_0,0.preview.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; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02.adaptive-delivery-prevent-bg, #noCnh5ut4QgttlvH9Fyv4krfkfmS3k02.lazyload, #noCnh5ut4QgttlvH9Fyv4krfkfmS3k02.lazyloading { background-image: none; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container { background-color: transparent; background-image: none; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container > .video-iframe-container { display: none; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row > .video-iframe-container { display: none; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .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); }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container { border-width: 0; border-radius: 0; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noCnh5ut4QgttlvH9Fyv4krfkfmS3k02 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec7b68bd-3083-4e84-8300-ef8b2c4ef72d/Yourparagraphtext15.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS.adaptive-delivery-prevent-bg, #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS.lazyload, #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS.lazyloading { background-image: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { background-color: transparent; background-image: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,38,89,0.85); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,38,89,0.85); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .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); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OioKLrQM18alUQptT7BmKsTBL6qfrOn1 { width:2.749025rem;height:2.249025rem;top:7.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizMrC6XE5odqGK1kyG5unbSMb2lhb8u { width:18.125rem;height:1.298825rem;top:7.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nl9i2ZM3rBW7zxCcy7wcTmAxrZSRGLRw { width:18.125rem;height:4.19745rem;top:9.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKZbfZKOsMIxbPXabdVTqgbO8pDGHByt { width:9.625rem;height:3.1875rem;top:3.1796875rem;left:5.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6WXUTV100GONSCodCnV6Ak94IlgNOZ { width:18.125rem;height:1.298825rem;top:34.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zulq1FXsZilITuhMNpIGEOT68VSeWxZi { width:20rem;height:1.298825rem;top:17.224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoRJoMcAdrosDMDBEaqkC9SBXfAByuoE { width:16.624rem;height:0.9747875rem;top:36.1875rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrmViRT2IEHQTJVSveJgdhtr5nTAIOoe { width:2.874025rem;height:2.124025rem;top:8rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxNG3Ca0Ug9eV0Mbb95fzW0E16V8ZsyN { width:18.125rem;height:4.4989375rem;top:18.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XLuywxaOIcp4x8SGHtxLbZ4QC8EA8oIq { width:10.0625rem;height:3.125rem;top:25rem;left:4.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vGGADnL5a4u0KU4cDL1Zmca4tyxU9NWs { width:12.5rem;height:3.625rem;top:24.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTRGFIfzy2gPPTi2vhrw6zVio1CUMPs { width:7.375rem;height:4.8958687695915rem;top:29.422743797302rem;left:6.3118494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imw6ueQTHoAM3fNTwcvpICa7TPDra3l5 { width:10.625rem;height:3.5rem;top:38.4106421875rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { display:none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { width:10.9375rem;height:2.4375rem;top:2.875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:19rem;height:12.5498125rem;top:5.375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f9a3b8ce4042f2fccc9a8ecc062dc08acc1d620d.svg); }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:19.3125rem;height:2.5996125rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }