.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:221,253,250;--color-primary-1:140,248,239;--color-primary-2:25,240,222;--color-primary-3:13,120,111;--color-primary-4:4,36,33;--color-secondary-0:233,240,255;--color-secondary-1:181,206,255;--color-secondary-2:107,157,255;--color-secondary-3:54,79,128;--color-secondary-4:16,24,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"IBM Plex Sans Thai";--paragraphs-font-family:"IBM Plex Sans Thai"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container { background-color: transparent; background-image: none; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container > .video-iframe-container { display: none; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row > .video-iframe-container { display: none; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .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); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container { border-width: 0; border-radius: 0; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#kOhNcbnVICL6yMcc5AuhOKSmeJ5UQ7bD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:50rem;display:none; }
#hrxiPNgHHNTOlmZ33K2LQZXv9oUJo6T6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9Plw10CxncuKH2X8VT6y0XulFVsklJf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:62.5rem;display:none; }
#o4vGeqcIv1OPpTwraFyC02zQfJSCHzyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTfULrvWTcguTAkApIsTG0FCP414UCpq { 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:2.8125rem;width:8.625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#PykOg6GgNNaLTTJ70gmeXk8i8PEix7eH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#aB7EoG9H6rMD9p8FOiD3UmtxM51hICzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1mG33F44zTMN0AkGC5l3F6efIV43HeO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:68.75rem;display:none; }
#lPLl5COEcEAlCi2WxC0IwPzU87fmqCeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se23KfC2b0qn7c8N4dizTZoreL89KAcO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:43.75rem;display:none; }
#kmqQz7JuWC6rXADAo6DJWIIXF3QrKVMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RS8cKMtd2OVDqm7xKhH0Qkeox30Gy2vi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:56.25rem;display:none; }
#LK4QAPwdyPrh2FZtGGvM7i2mcQXVkmuR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dswl5VEcClCp0uPVKc9Folh5TLfWKGPK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -moz-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -ms-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -o-linear-gradient(90deg, #e80000, #ff6e1b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#ff6e1b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#ff6e1b' );";background-image: linear-gradient(90deg, #e80000, #ff6e1b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:14.375rem;height:2.8125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:0.78125rem;left:60.625rem;display:block; }
#aXb56M0lNVxzSEqbT68uBChzOQxz4NQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3gmKGv2DRoVO37PDyqJT9MHiUiA9ISo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:0.78125rem;left:44.75rem;display:block; }
#AKHc7hHss4PTguipE4eyfrSPbuVSdlId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container { background-color: transparent; background-image: none; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container > .video-iframe-container { display: none; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row > .video-iframe-container { display: block; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .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); }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container { border-width: 0; border-radius: 0; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc::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; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#wfOVzIhE5e3zqwrPqGIK5LwUUUJcp4Xx { position:absolute;display:block;z-index:15058;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.0625rem;width:37.5rem;top:33.5rem;left:18.75rem;overflow:hidden;display:block; }
#TLiIfymQ41PFW4GNBgpieRXyOC689g1C { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:30.3125rem;left:30.5625rem;height:1.94970625rem;display:block; }
#V91DtuPwhXoUScoczNiUDr19IaBXbRaD { box-sizing:content-box;height:2.0625rem;width:8.25rem;position:absolute;display:block;z-index:15056;background-color:#19f0de;background-image:none;top:30.25rem;left:36.125rem;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;display:block; }
#ApZm0PsW37SIUTq4KqSp9K0ArzTZOq9r { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:30.5625rem;left:36rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Anvb4N0zbD0EPCqVRTUDTKy11WkH2mvz { box-sizing:content-box;height:14.0625rem;width:43.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:15.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:3.125rem;display:block; }
#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3cdba0b4-8d8d-473e-9848-ed3e2d74df54/Header.png");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; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi.adaptive-delivery-prevent-bg, #qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi.lazyload, #qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi.lazyloading { background-image: none; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container { border-width: 0; border-radius: 0; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:none; }#taxLerV6zTlNPfTvxeVIf4XGvmkT5UpN { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.18701171875rem;left:3.5625rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o6xgMB7eWbfiLTEmZrrWxegcPZZBAvHO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.875rem;left:3.5625rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rXwpmty9m4OL9J7h5IAqwmKOLTlGMLTH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.5rem;width:20rem;display:none; }
#xUNq2Ourgl4LqQOxOaTw0Hr1qH1wdZQB { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:27.4375rem;top:9.875rem;left:3.5625rem;overflow:hidden;display:block; }
#OTTZICNRHmitqaiSCScy8tgBi9Hr3MNS { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:6.1875rem;left:27.5rem;overflow:hidden;display:block; }
#qQ0sGkXx3K7yqeQ6ZSyuzOW5r9qIPbao { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.49951171875rem;left:3.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ibDdGmryKDJEKxsxBcmcq0lgqTNUqoWf { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.375rem;left:3.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zueLRSyhIObdNuxLZZct0ZLns8Me1Ns7 { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.1875rem;left:3.5625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#USEMEvrBQH7cMtbLfE9xHRT5p5BWZSPZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:34.6875rem;display:none; }
#w1U13BMuPqNt3TEnIEIDwt8fvCh8Xk7w { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:75rem;display:none; }
#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container { background-color: transparent; background-image: none; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container > .video-iframe-container { display: none; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row > .video-iframe-container { display: none; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .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); }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container { border-width: 0; border-radius: 0; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#lL0KwHmyQKU0z1gQAi8S5TVP4TkbVnCM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.8125rem;left:11.625rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wpNrnJu1FSpxuNRobyWWqKaz63mLG8ZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:0.8125rem;left:35.875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E7QoTmqiS9IuDkclPy822iIHhoKMn4sa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1rem;left:34rem; }
#bgxPX3w2G6W6fVW3Akx6G7ZHZqCLBsdl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:0.875rem;left:53.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FgUWhhb3fuUO4nbOGApaqWRI5OFVA7My { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1rem;left:51.3125rem; }
#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 { 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/uc/ea2e0831-5dd9-4936-8cef-4ee2e11e0e0a/Section.png");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; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2.adaptive-delivery-prevent-bg, #IigwpxphZTTLKPPd30iFQGaldRIsCvz2.lazyload, #IigwpxphZTTLKPPd30iFQGaldRIsCvz2.lazyloading { background-image: none; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container { background-color: transparent; background-image: none; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container > .video-iframe-container { display: none; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row > .video-iframe-container { display: none; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .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); }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container { border-width: 0; border-radius: 0; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#c2rORhAbQa7To0A5dMbFVuF3A14VggLx { color:#46ffd4;display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.28125rem;left:8.9375rem;height:4.467775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OLhVNchSP0MUKwAKHDLPhUPUAVnyX0sB { color:rgba(var(--color-tertiary-0),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:12.46875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FVV6P3SwcaklTRyf2ONO3cSH86PKxEl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625rem;left:12.46875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wAwWfSpFwv9MORaTTkBecF7TWS2ZF9T8 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:20rem;top:20.83642578125rem;left:6.125rem;overflow:hidden;display:block; }
#TsyzzrWq1K5I0tWSCSK5zXG04swsL45d { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:20rem;top:20.58642578125rem;left:27.5rem;overflow:hidden;display:block; }
#JOZwu9Id5SPlgK7ZAO9LwUXFtZtTENXP { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:20rem;top:20.58642578125rem;left:48.8125rem;overflow:hidden;display:block; }
#tv89zIJNvVsrgB9tKTgwhCnekt62CWtv { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:21.9375rem;left:10.8125rem;overflow:hidden;display:block; }
#a7uaZUVqr1UWFwC7O1cLJfabgxTuZWgs { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:22.0625rem;left:32.1875rem;overflow:hidden;display:block; }
#arnDgr6plr7n5XxplXnNaVAIEbMki6T1 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:10.625rem;top:22.875rem;left:53.5rem;overflow:hidden;display:block; }
#GAZVhXkz5iwpx17bd4WkryxNAMTspolX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:35.6875rem;left:8.75rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDhy3ZODgaekDc7gSh5AJf9w0zzQNt5M { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:35.6875rem;left:30.34375rem;height:3.89795rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LFtMLyIFwwxGZ3askSKRDhAAl9WTkwQz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:35.6875rem;left:51.1875rem;height:5.1972625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duWIRGiMbPShBdTHxOCU2pCdyrzC8WaM { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.9375rem;left:9.15625rem;height:2.59863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eK1GdtrUNq9SNM1PexN2UBiI3so3XFdS { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.625rem;left:30.5rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQgTqC4iATAHzXifC45LSP7NV6OU0P5K { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.625rem;left:51.8125rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNWx121cZFZDHnb7wLDnqk92u7slSEym { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33rem;left:53.875rem;display:none; }
#phPUP5VhN7J6ATRbS7SJuH8HMV8i0uwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCgWqTdIB60iTwuBP0cqg7pe0s4OtGLt { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33rem;left:34.75rem;display:none; }
#IKbf72K40wXui5H4yfohdtKMD8XoCuDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeN7pB0lmn8SW40FRXM2oQJpN6156908 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#93dfd9;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; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container { background-color: transparent; background-image: none; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container > .video-iframe-container { display: none; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row > .video-iframe-container { display: none; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .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); }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container { border-width: 0; border-radius: 0; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#gRmUylS9NRLXoDc7XRkx0UZT9pFT1kWa { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.43725625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:7.295654296875rem;display:block; }
#DTPxc5L8fLOBQVgEtL54oT9Z68TsTcJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzNZSqZ6KfBV3HlHwNrBM3V6GRXv9GhM { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:22.248779296875rem;display:block; }
#GdLVe19BvHISet0aICTcnRAGCZDWLrwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SldUhnDUvAluqhf4p4OLSSS3AW9y8F5Q { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4983125rem;height:3.43725625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:35.31005859375rem;display:block; }
#LTtVThNeJmUuJSyFF9mGciqKPuvXIE9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6AtS67FpLlgiNSrQpTGR1fEbW4rN9Si { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.99975rem;height:3.43725625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:52.808349609375rem;display:block; }
#t6a3lw2xHlePfi8ZWLmsuKKLKqVmgFFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2S96NowUR7mgznrf0DtViiJLlFsCROK { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#twF8JdkX6L6NgvMXESzfIWATGLU9WgAU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#93dfd9;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; }#A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT > .row .container { border-width: 0; border-radius: 0; }#A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:none; }#RXRycymF8MrTu36T4Nx205R8pUMQtmF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:0.8125rem;left:6rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZhPB3i3mKKrMU8VeRxdlDQLioCfIwtX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:0.8125rem;left:21.75rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vn9FFk0qIlTKRDiMPwRK6bONltRgQv1W { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:0.8125rem;left:37.5rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bocb39CSfBZ5IvhGh7kRv1ToroVpv04M { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:53.25rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EryPNNozxOh9mgCEtLagobQtz2v0vbRW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ney2MK5EkROGmroDvKiwLTQqBm2owQqm { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3cdba0b4-8d8d-473e-9848-ed3e2d74df54/Header.png");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:block; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo.adaptive-delivery-prevent-bg, #g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo.lazyload, #g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo.lazyloading { background-image: none; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container { background-color: transparent; background-image: none; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container > .video-iframe-container { display: none; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row > .video-iframe-container { display: none; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .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); }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container { border-width: 0; border-radius: 0; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#HcfJEPIRDia8Pl4JCrswpyWfX8SxTcL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.18701171875rem;left:3.5625rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LxF2yqhNtnJSZHL4f4Oz9PFuU1BKAaL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.875rem;left:3.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ztm74Si6L5dTkp3i4zvLPWvKImfnrGTS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.5rem;width:20rem;display:none; }
#FSTdTyTMpLe705QlQpPJiQKTVcGtxk95 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:29.1875rem;top:9.875rem;left:3.5625rem;overflow:hidden;display:block; }
#J3TCE4NfQX9vgnXNRRnxTx1GMwTbcqHh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;top:6.1875rem;left:27.5rem;overflow:hidden;display:block; }
#SmCnlZJUE6TNTiwxfBvnWTbAlgvowP6W { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.49951171875rem;left:3.5625rem;height:3.249025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kI7mnLBL9phgTc387EA42B7HKWqZ3urM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.375rem;left:3.5625rem;height:3.249025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hwmDRysyuqq6mxRcSwAOuOAIoXm3Gf14 { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.1875rem;left:3.5625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/eab0d671-4634-4547-a965-518be1449578/Section3.png");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; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9.adaptive-delivery-prevent-bg, #HTASWuPAyTk45DSsIyOwf0DnI60eIed9.lazyload, #HTASWuPAyTk45DSsIyOwf0DnI60eIed9.lazyloading { background-image: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container { background-color: transparent; background-image: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container > .video-iframe-container { display: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row > .video-iframe-container { display: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .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); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container { border-width: 0; border-radius: 0; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#b8QIqDERnqSdBO61lBtDoN2WCEoCq6bS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.25rem;left:40rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bOFqXszTg5bVtg2CKaFuAoWK0LQMOB2r { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.5rem;width:20rem;display:none; }
#omyrooZJk51MChkLq57lMwxBM6rDib6g { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:31.5625rem;top:11.625rem;left:34.375rem;overflow:hidden;display:block; }
#BpvT1y7wrUFJt3X74oTlW7D2Ori2eT54 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:28.6875rem;top:16.625rem;left:42.1875rem;overflow:hidden;display:block; }
#nfCBZZlr5sXCo11Q2AqSr6tPlffkGHgx { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:28.6875rem;top:21.625rem;left:38rem;overflow:hidden;display:block; }
#b1PUHwfCAAuLsTUaTlW5haibQFrLG7Cy { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:21.125rem;top:27.875rem;left:42.5rem;overflow:hidden;display:block; }
#n8lOqlxmkzyPCAScLbKgLt274lwhdrFr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33rem;left:53.875rem;display:block; }
#oozKs6bQEeS3z3w9KI50VFn4c52J64Tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eA3QeJxk2yCJWRWFEPNXlD2pMrwQ5qgg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33rem;left:34.375rem;display:block; }
#xN9KGDlfDTGGkPcvqSoCW9DIixKE4Lon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/4a54c0fa-6579-4449-9d5d-25f57e6997e7/session4.png");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:block; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7.adaptive-delivery-prevent-bg, #Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7.lazyload, #Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7.lazyloading { background-image: none; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container { background-color: transparent; background-image: none; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container > .video-iframe-container { display: none; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row > .video-iframe-container { display: none; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .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); }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container { border-width: 0; border-radius: 0; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container { font-size:0.875rem;font-family:arial;height:83.875rem;width:75rem;position:relative;display:block; }#fh48xxDXyxKMneBA792J6ogngL46MVcv { color:rgba(var(--color-tertiary-2),1);display:block;width:60.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.15625rem;left:7.46875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KguTc8rl1K7mNwhec2UZXdcT9TKelnI0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:59.0625rem;top:15rem;left:7.96875rem;overflow:hidden;display:block; }
#EX0R5yQwMtZv5cye1L2UlttCFQrZ3lSW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14.3125rem;display:none; }
#RwdJtnwTwHGrBW4V3sFdJyizWSupIzX4 { color:rgba(var(--color-primary-2),1);display:block;width:58.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.37451171875rem;left:8.092529296875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zo60bmflObpWxmThwic41u8ZOgQXf7gJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.5rem;left:39.25rem;display:block; }
#MBKRnZiqzETsAkhWzgHfldqFKK7Lvo2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxrTgtmosr1dh7dBEJb8bQrHnbe2tUuU { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.5rem;left:18.3125rem;display:block; }
#fzTi5QA8mzf1IhPqchWe7MGRbTTV9Zmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3dGmMemk0gTvt8GulzlfQKs5PZWptLX { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.8125rem;width:55rem;top:53.0625rem;left:10rem;display:block; }
#qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny > .row .container { border-width: 0; border-radius: 0; }#qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny > .row .container { font-size:0.875rem;font-family:arial;height:84.0625rem;width:75rem;position:relative;display:none; }#KqEIZVoXt9aHJ3vBFGWinFkBkddmzJDF { box-sizing:content-box;height:20.875rem;width:34.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 6.25rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.8125rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XeOEMR8NM9Er0Dqo6VTmHJQneeg3phos { box-sizing:content-box;height:20.875rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 6.25rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.8125rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#r2VLOVk8W89zeM2Sc7llzrTOtPz55xtr { box-sizing:content-box;height:20.875rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/9a004b69-5bdd-48a4-90fa-433ac2b782f1/Chain.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.1875rem 3.125rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.8125rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r2VLOVk8W89zeM2Sc7llzrTOtPz55xtr.adaptive-delivery-prevent-bg, #r2VLOVk8W89zeM2Sc7llzrTOtPz55xtr.lazyload, #r2VLOVk8W89zeM2Sc7llzrTOtPz55xtr.lazyloading { background-image: none; }
#cdohUbOBq3WxRyLWSV97aPz2AeGRrvDS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.625rem;left:19.4375rem;height:0.97485625rem;font-style:normal;display:block; }
#dREyuv978cX87J59vS3bBbu7Pkf6ksld { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:19.4375rem;height:3.8997375rem;display:block; }
#TdJs2byTx64ap4rmoNlHcIfFn0AXEghs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.8125rem;left:19.4375rem;height:9.098625rem;font-style:normal;display:block; }
#qTy3IutQFvFyPrTEFVHkurL0Xqr5JSo7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9375rem;left:56.8125rem;height:7.7988125rem;font-style:normal;display:block; }
#kFz0bEcQrsMU4JyehbJKKTQJUBeb92Ct { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:56.8125rem;height:5.84911875rem;display:block; }
#BRgP9EhCkySFfRxOWbBQziP8PTtdaniF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.625rem;left:56.8125rem;height:0.97485625rem;font-style:normal;display:block; }
#ldAHVUk9Amhr7ALTGkKTvJp98Viwipdt { box-sizing:content-box;height:20.875rem;width:34.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 6.25rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.5625rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PNbwhEE4eiT7phbqIH5kWyOUw3yLiika { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.625rem;left:19.4375rem;height:6.499rem;font-style:normal;display:block; }
#fsvdZXcEbdm1Eb2LdEbVQVuozdnVhGUD { box-sizing:content-box;height:20.875rem;width:15.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/d16b356d-c05a-4ee3-a50e-8a34acadc3c2/Router.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.1875rem 3.125rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.5625rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsvdZXcEbdm1Eb2LdEbVQVuozdnVhGUD.adaptive-delivery-prevent-bg, #fsvdZXcEbdm1Eb2LdEbVQVuozdnVhGUD.lazyload, #fsvdZXcEbdm1Eb2LdEbVQVuozdnVhGUD.lazyloading { background-image: none; }
#g41xqwHpCQp8SwM4q6QKBF6BKrhvk4AF { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.6875rem;left:19.4375rem;height:5.84911875rem;display:block; }
#gJ5EPQxiy5V3mMpEtaQbJeUKT1piprGV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:37.375rem;left:19.4375rem;height:0.97485625rem;font-style:normal;display:block; }
#F1WpDa2cI1WP0QQTIZPiVp4aP8ETVPSd { box-sizing:content-box;height:20.875rem;width:15.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/d9f81dc0-15cd-4f52-a84f-bc78c2464540/LLM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: 0rem 0.1875rem 3.125rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.8125rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F1WpDa2cI1WP0QQTIZPiVp4aP8ETVPSd.adaptive-delivery-prevent-bg, #F1WpDa2cI1WP0QQTIZPiVp4aP8ETVPSd.lazyload, #F1WpDa2cI1WP0QQTIZPiVp4aP8ETVPSd.lazyloading { background-image: none; }
#Ad9HctNxoMQQDITmZTy4kJsrytidKQO8 { box-sizing:content-box;height:20.875rem;width:34.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 6.25rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.5625rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#VL5uOGkpJ0uqq8VMhIMxgp3sLS5FV4z9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:45.625rem;left:56.9375rem;height:9.098625rem;font-style:normal;display:block; }
#vWb8dzXrZaMRvFqRGmUDgNEpgTBeJzgh { box-sizing:content-box;height:20.875rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/2a9e9b62-a62f-4d75-bf8c-5d2f56b2e706/StateMachine.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.1875rem 3.125rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.5625rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vWb8dzXrZaMRvFqRGmUDgNEpgTBeJzgh.adaptive-delivery-prevent-bg, #vWb8dzXrZaMRvFqRGmUDgNEpgTBeJzgh.lazyload, #vWb8dzXrZaMRvFqRGmUDgNEpgTBeJzgh.lazyloading { background-image: none; }
#TREhA28TyOQuTAQBPCIig9rml2GKz6wT { color:rgba(var(--color-primary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.6875rem;left:56.9375rem;height:5.84911875rem;display:block; }
#pTT0THRKIdQ7e9fvK3Z6awIEZH2BL9CH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:37.375rem;left:56.9375rem;height:0.97485625rem;font-style:normal;display:block; }
#oJxpKcFBUV3aqQg6XaLuF9ZG3HosoPMD { box-sizing:content-box;height:20.875rem;width:34.375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 6.25rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:58.625rem;left:19.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Q6DhU0AnP3cKV0lfhcVQVsAc7qOTcTVI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:67rem;left:37.3125rem;height:9.098625rem;font-style:normal;display:block; }
#hodGmtpGzlGbg3GmIOPv4HlXwJgG5FQ7 { box-sizing:content-box;height:20.875rem;width:15.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/803acac5-6cc4-4dc4-9235-16afcdee68f6/Agent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0.1875rem 3.125rem rgba(var(--color-tertiary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:58.625rem;left:19.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hodGmtpGzlGbg3GmIOPv4HlXwJgG5FQ7.adaptive-delivery-prevent-bg, #hodGmtpGzlGbg3GmIOPv4HlXwJgG5FQ7.lazyload, #hodGmtpGzlGbg3GmIOPv4HlXwJgG5FQ7.lazyloading { background-image: none; }
#aTCuivzz10tBcJTtmIRU3wUkIrzAezXJ { color:rgba(var(--color-primary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:61.75rem;left:37.3125rem;height:3.8997375rem;display:block; }
#bJUw5leDmK96WyITHlmroZ3Si9TCiMTr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:60.4375rem;left:37.3125rem;height:0.97485625rem;font-style:normal;display:block; }
#cGlWZT16RaK3Sxk6ghaZtK0xHXIhmV5H { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4853515625rem;left:13.34375rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/287869f9-8317-43f5-9081-a2a797e2b160/session7.png");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; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC.adaptive-delivery-prevent-bg, #vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC.lazyload, #vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC.lazyloading { background-image: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container { background-color: transparent; background-image: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container > .video-iframe-container { display: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row > .video-iframe-container { display: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .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); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container { border-width: 0; border-radius: 0; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container { font-size:0.875rem;font-family:arial;height:70.375rem;width:75rem;position:relative;display:block; }#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .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:transparent;background-image:none;vertical-align:top; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .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; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;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_c02548329ca9d7dbbe4211a457089919fe216f3b.svg");background-size:contain !important; }#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-trigger.adaptive-delivery-prevent-bg, #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-trigger.lazyload, #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-trigger.lazyloading { background-image: none; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 { box-sizing:content-box;height:auto;width:57rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:23.69921875rem;left:8.2490234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #ISE3zeDOide2csHuGfuesaZh0IFARtB4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #WiUpmL7QeNeydVSwBtisTBG5Cl1whmw9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #RVQvdOzGpPlm4kRdpivUgbnNnxglgg9u { display:block;position:relative; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #wiac1l6V9yyeWSZDdnzKcpCaTT6fHGX6 {  }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #TQH50FRm8n3grCe8tC1XFUAGIKggpg30 {  }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #uakZJwTk96EqlpEKdTqo3Zv2uBNQkGyz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #MrkRqR7mvtZuef8vNfoIUzi42wXal7ZM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #Lu1AgVE4a1iWO8TXf8dlQMudMtgTNR1B { display:block;position:relative; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #tGTCL2h2z1aQHO2y9g4x9o7c0QxaQI3v {  }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #BAycyxGClVtw8EWFcDyrtM2PwL8KOthQ { display:none; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #tSG7TwRgweEZDDAJTX34QiTEyr3lSaV5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #OG2EyIk5nWTvbP279Wcbd1c2gefLDkuH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #LHTRRO7xS8l8KhvUsQm4v1tZnkCyRa3d { display:block;position:relative; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #PMTgPHlpkev6ggFyTaK9H4sisFdhOJgl {  }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #GTLxaBRPpCVUn9XUCD5CZRDGpwabVoDd { display:none; }
#r8JGILoUIqfOxzInZSlMkr5WDoABMSL8 { color:rgba(var(--color-primary-2),1);display:block;width:17.2480625rem;position:absolute;font-family:caveat;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:53.5625rem;left:9.8427734375rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GE1FCXgUcvVsL0SFgsUv24ibNb7fZLks { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:54.624755859375rem;left:26.5927734375rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vvT4c89VPkCFl81mDFGEVAzZkDqkdElW { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:5.49951171875rem;left:11.2177734375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#WvgQFTQV1XmlMUWEFB6ROgNfVfVOs1L3 { color:rgba(var(--color-tertiary-0),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.875rem;left:4.5302734375rem;height:6.29956875rem;text-align:center;text-align-last:center;display:block; }
#TdPBSdE2HbJ5bZHl0gwVqvQ4sgsl2NZ0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:62.5625rem;left:39.1875rem;display:block; }
#XCK6wHkVi9BKfDxvpTl6UbyabtmlwFCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfOkK2aVWLPyrte6htTxFk5xTh7srauU { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:62.5625rem;left:18.6875rem;display:block; }
#qkJqkkoqJNh4s6OLiNckKpW62VoaB2nh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lsBxJk7tV503uGJFZJKPbqZph375cuee { color:rgba(var(--color-tertiary-0),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.875rem;left:4.5302734375rem;height:6.2988375rem;text-align:center;text-align-last:center;display:none; }
#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/fd0598cd-e948-45d0-8a57-3aadfd6a3486/session6.png");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; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa.adaptive-delivery-prevent-bg, #g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa.lazyload, #g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa.lazyloading { background-image: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container { background-color: transparent; background-image: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container > .video-iframe-container { display: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row > .video-iframe-container { display: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .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); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container { border-width: 0; border-radius: 0; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#cZEAWI4Cs0qHQkR8hMpLLbsKTguwOGTy { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:37.5rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dHLXBEUV1Bn9UvFTRboCz8Wf7Tlxndzn { color:rgba(var(--color-tertiary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.611328125rem;left:37.5rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXL45GRpmnTqnzq3op3plHo9LMrDJ16P { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.5rem;left:37.5rem;height:9.3354375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qXL45GRpmnTqnzq3op3plHo9LMrDJ16P li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#qXL45GRpmnTqnzq3op3plHo9LMrDJ16P li:before{  }
#ONvH02vhWRFMzMUsTs4ZPwVCbtKLsX5T { 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:31.8125rem;width:31.8125rem;display:none; }
#gFTONSHZHnrovKsoJE8rUTflC213xmnb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:3.375rem;left:0rem;display:none; }
#Ffy8zoDLtEmFeZOUORcz2PBTl0ssoMag { 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:52.0625rem;width:75rem;display:none; }
#x04FLLgp1gHQRRJKT2GOtmwCZTwkaU6T { box-sizing:content-box;height:33.6875rem;width:31.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0f50253d-6b76-4ed4-8aad-b815a0aee482/20250902AIAL2135.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.28125rem;left:5.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }#x04FLLgp1gHQRRJKT2GOtmwCZTwkaU6T.adaptive-delivery-prevent-bg, #x04FLLgp1gHQRRJKT2GOtmwCZTwkaU6T.lazyload, #x04FLLgp1gHQRRJKT2GOtmwCZTwkaU6T.lazyloading { background-image: none; }
#wUwslNfGrcSBks78PKDvpr920a8UvJ2P { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:28.125rem;top:18.625rem;left:37.1875rem;overflow:hidden;display:block; }
#KKKoEJK6TyC6L54x1dsdFyTutzTQJv1y { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.375rem;top:25.6875rem;left:37.5rem;overflow:hidden;display:block; }
#mCHgTQgP4zzgQJHWSKhxVg0VhfwDH5Zu { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.8125rem;top:25.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#a10Th0bVWmsyEKP9ePO4CSkbei58MHpT { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.6875rem;top:25.6875rem;left:53.8125rem;overflow:hidden;display:block; }
#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU { 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/uc/31537878-068b-4efa-a50a-8a6993135c14/Section9.png");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; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU.adaptive-delivery-prevent-bg, #GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU.lazyload, #GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU.lazyloading { background-image: none; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container { background-color: transparent; background-image: none; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container > .video-iframe-container { display: none; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row > .video-iframe-container { display: none; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .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); }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container { border-width: 0; border-radius: 0; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#RDm0tko74T7pAxTAERHS9X0Ltc1XcyMO { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:4.93115234375rem;left:11.03125rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#i5NkZf2ybp4l9pil4HrfJCuAHUR71hM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.36865234375rem;left:21.125rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnROpZORUft7itspmyOBvKMknVOzDumB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:20rem;top:20.5625rem;left:27.5rem;overflow:hidden;display:block; }
#GD1ewZ5Gyuiwhr9d3W6ADsPQSgfGJke0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:19.8125rem;top:20.5625rem;left:48.875rem;overflow:hidden;display:block; }
#IuW2RmtxXAPnwBlvRh8TwgwIJBQTkiyX { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:19.8125rem;top:20.5625rem;left:6.3125rem;overflow:hidden;display:block; }
#TWuXs4m0pDPF122WWmn8hde7dxm7BEvA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.5625rem;left:13.75rem;overflow:hidden;display:block; }
#kvERQIPfR5ImzgLvWH9cVohyrMsBDt2E { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:18rem;left:33.75rem;overflow:hidden;display:block; }
#e0iwTZTlu366FD8URtXZRrxmiO9gHgTL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5rem;top:19.25rem;left:56.9375rem;overflow:hidden;display:block; }
#px9hNPTwnv2QhEvSZTumo2a52QKom2s6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:27.3125rem;left:9.125rem;height:7.35205rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v2Sfc0TdT9rn9vVbglLoBkizMzr3ipSp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:28.5625rem;left:30.375rem;height:4.90136875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiXixXaTIN5WfzT30V1yToKWxfaGwPgW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:27.92431640625rem;left:51.625rem;height:6.12670625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6IgRaxU0Bci1kpzs8GmsbRB2bfar5wp { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.9375rem;top:24.625rem;left:11.03125rem;overflow:hidden;display:block; }
#z47pBW1iDQq7zqfzbkLmlFPVKTo5Egdh { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.6875rem;top:24.46240234375rem;left:31.65625rem;overflow:hidden;display:block; }
#VOfxw0CMo3UQMkkFFDpTG1MF6bTtSulE { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.9375rem;top:24.625rem;left:54.8125rem;overflow:hidden;display:block; }
#gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 > .row .container { border-width: 0; border-radius: 0; }#gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:none; }#us4e8soG4wl6tdivy3cR8TEJyCSTTDqB { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SmK44dq7TwPWemcXae77exatxde331kk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.9375rem;width:37.4375rem;top:6.2734375rem;left:37.5625rem;display:block; }
#dVEhWFTpbASgmn2wazDhwmkysigthc3f { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.5rem;left:27.75rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J22C3ibAnDTMNOHOh1PBXFTe3cFu52nS { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:34.03125rem;left:12.21875rem;overflow:hidden;display:block; }
#TIWJLydAINZKyoTQ3RPso4e1gMpzaKk7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.3125rem;left:4.4375rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nKfm2G6z9RTN3cLL4rgg727ZD8BslCTW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:34.03125rem;left:36.09375rem;overflow:hidden;display:block; }
#tKuMxQFfFyXMTB7ZPa0HsvsyiI3bk1ds { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.3125rem;left:28.25rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LB2INVb9KhZVWP1EGgGzyl9dbwlFgbDn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:34.03125rem;left:60.03125rem;overflow:hidden;display:block; }
#qRIR2VRhDP9UfzzJAz5T3ZpTqFP4UUH5 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.3125rem;left:53.6875rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nBHhROTneMwD9M46PdEi4Bwmx2ZaLpbx { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mvgug3a0oVdEkcxzcX5d1O2b3poUZzmZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.1875rem;left:1.25rem; }
#LqwscglUixiTXfiiFulaBtIgABAhDOOD { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.23828125rem;left:3.5625rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9aTZdfA8qq0gAVM200uofEAtCMAtqew { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.30078125rem;left:3.5625rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NLwOf1Z1FCIMEAd6sT9cb5UFLTGSwodi { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.25rem;left:3.5625rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxpuDPvzgJH2EdWCBRhFW80mpbBT8c4g { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.125rem;left:1.25rem; }
#orMfqJfyU0NViizrDGC0Kado04royf8k { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1875rem;left:3.5625rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JKEFrazvA7ddwHTxX9IUfr5HLs89Af5l { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.4375rem;left:2.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#I4UfwhTR75A1ZUxx87MbOy4T4DpdSGHe { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.4375rem;left:26.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Z7NGp1nyXKH6GUiCMLZOBMLaOJTOgHmp { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.4375rem;left:50rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/732b45c7-7eaa-4a38-9cd3-d1b3f72b80ba/Alumnibg.png");background-position:center !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; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu.adaptive-delivery-prevent-bg, #OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu.lazyload, #OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu.lazyloading { background-image: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container { background-color: transparent; background-image: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container > .video-iframe-container { display: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row > .video-iframe-container { display: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .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); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container { border-width: 0; border-radius: 0; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#vKW1b2OqzBlOdBTE8EDSC15uhx07wGOf { box-sizing:content-box;height:22.0625rem;width:33.9375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;top:1.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#dt1Hp90NnxXDmom76bfwSn15KRwOw2sT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.625rem;height:3.249025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fT9mnik2EJKaPPZla1u8kwo9DJXDyw8K { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:15.875rem;left:24.1875rem;display:none; }
#WKThLkVmoqRIMow51pNhpGKeZfizr1ZN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:15.5rem;left:3.5625rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#czrCPfAH9tPTc3ofqpmRnOJHQqb8UQST { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:18.5rem;left:3.5625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OoFTaugePNn4lUvA6wVDByqlQ4BN1ITL { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.5rem;left:14rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HAL439GiiiLV3Fd5T2BQpJoGuMpTzyIr { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:18.5rem;left:14rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sJ4T4uO2otZNUpHAHMTPVoT3WOTl5mBx { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:18.5rem;left:25.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IJNbmqWr9y5qo1pfeTHyfNT40ntVvpbL { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:15.5rem;left:25.125rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tpBhftE6EPAffwHAtc9Jsy9UvM4p8aQr { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:15.875rem;left:13.0625rem;display:block; }
#ekIJ0fUN2hTwozvF2g81rkzKhAd4aMft { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;top:15.6875rem;left:2.625rem;display:block; }
#LyZuacU6TiMvsJB0JoTAGlUUZcwlztve { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.5625rem;height:10.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#O3pMEKoRxVzdOmErL9trvKVb69ZiA89x { box-sizing:content-box;height:22.0625rem;width:39.1875rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:35.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EaSHPkn5Giq38lwHAeGsFelwG9JD3CSA { position:absolute;display:block;z-index:15043;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.4375rem;width:36.3125rem;top:3.1875rem;left:37.25rem;overflow:hidden;display:block; }
#nIrhSirXd3NhQdBZq5OOEDK5mTnHtqXZ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9rem;left:2.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lHxzQAteii3bNdDpHC6s9mznD0qeyDBl { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.5625rem;height:10.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m4yeHeXruXg7XizrrNw16Hqbw277yrMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/0fb3ab16-aea7-43a1-8fa5-041a7bcc3f87/session10.png");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:block; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb.adaptive-delivery-prevent-bg, #m4yeHeXruXg7XizrrNw16Hqbw277yrMb.lazyload, #m4yeHeXruXg7XizrrNw16Hqbw277yrMb.lazyloading { background-image: none; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container { background-color: transparent; background-image: none; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container > .video-iframe-container { display: none; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row > .video-iframe-container { display: none; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .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); }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container { border-width: 0; border-radius: 0; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#IcDX458aozTIa18MroMLTv7QfZUeQyqA { position:absolute;display:block;z-index:15000;height:35.125rem;width:62.875rem;top:15.875rem;left:6.0625rem;display:block; }
#Xqu01lEAsIpp4G8BVIrpKdxx6McQ9d5g { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:22.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#a8lHSu0J3eomlRWR5mDMcn3vtnxZSPE6 { color:rgba(var(--color-primary-3),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:13.375rem;height:6.4980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH > .row .container { border-width: 0; border-radius: 0; }#cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#Dl2v0NeGtyDUqqchT40XBiskSNmNMLT1 { position:absolute;display:block;z-index:15020;height:29.3125rem;width:75rem;top:7.25rem;left:0rem;display:block; }
#s5FQnSJDq1zQTNPq0BcKpJvSOOIuhbJR { color:rgba(var(--color-tertiary-2),1);display:block;width:61.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG { 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/uc/24174fc1-d0e5-4938-aeb8-6db27305ef08/session11.png");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; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG.adaptive-delivery-prevent-bg, #X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG.lazyload, #X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG.lazyloading { background-image: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container { background-color: transparent; background-image: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container > .video-iframe-container { display: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row > .video-iframe-container { display: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .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); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container { border-width: 0; border-radius: 0; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;position:relative;display:block; }#O6U5lzGJw405OcwSJM1Hefnktlu2qQyX { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.5625rem;left:13.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tq57kJs9Ern8LV7Tpc1JcRgcIDzEQU9u { box-sizing:content-box;height:18.1875rem;width:39.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.625rem;left:17.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#lIzZlT84nSMIqOci1T64l7AlmFR39uNK { box-sizing:content-box;height:17.5rem;width:30.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.3125rem;left:38.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#JG8ReIrAz5DH9bOt80Ww4qnVNJThHnzn { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.375rem;top:38.4375rem;left:19.9375rem;overflow:hidden;display:block; }
#KTS37rtLdQiNosd36OblPLL6iS8NsLQQ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.5rem;top:13.125rem;left:40.625rem;overflow:hidden;display:none; }
#dTrnbEzTiK1JboqKGTGnksR1e8BmNiRI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -moz-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -ms-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -o-linear-gradient(90deg, #e80000, #ff6e1b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#ff6e1b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#ff6e1b' );";background-image: linear-gradient(90deg, #e80000, #ff6e1b);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.625rem;left:19.75rem;display:block; }
#xDuMgnaqW7liUU4goCIq7Gh5JTGxhtw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rc6xe98bRgJEJt3uyvNXCP2zsK0XQ3My { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.4375rem;left:40.625rem;display:none; }
#DzCZ4M3KvrvyItOAzoimqW9oBX2VyAPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nULfSm2wuX2B95qVI80qo9qqXnbRGPwV { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:13.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZhLoUco9p70u4U02R8NQQ5tBcTRsBoo { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:20rem;top:12rem;left:27.25rem;overflow:hidden;display:block; }
#SOH8pu8eg987wCoUqVziTgWnm27ysyt8 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:22.25rem;top:10.25rem;left:50rem;overflow:hidden;display:block; }
#QHZeWcaVMwDBeXd0iEOmTFxHAqTCRgS3 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:59.1875rem;left:5.75rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kl6vLlsuce9aFFy0Xdtt9IgzzanTZmXT { color:#ff6e1b;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:62.25rem;left:19.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyiMvyB6w492UfDAwlbeIpqHT1i29RNx { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:79.75rem;left:38.75rem;display:none; }
#OMuQKNrV7yiEfkolgfgT6p2BboRuNepp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zix9lnLFLT5OTi6Oxs6NRht6O3Vhf3Ti { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.5rem;left:31.25rem; }
#qiBoFsqDyWJtvT3CR3GNIxN1ZG9Zcti6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:42.375rem;left:31.1875rem; }
#U2rAOQkDhVTVwkHaUKpA64VUhlxCFafR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:44.875rem;left:31.1875rem; }
#Lb9K20WdIPwcr4fsKqvRTPUeyqS2P9w7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.125rem;left:50.6875rem;display:none; }
#IJ6s6WhgPR5vCttAfrdyMHG9sdTFZT85 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.5rem;left:50.6875rem;display:none; }
#GTmizZKQMqrmNI1R9FDximrJfdDm1Muv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.125rem;left:50.8125rem;display:none; }
#eHo9Q42C8bU2Lh6toDNGeGK4Z7lGqCiP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:39.6875rem;left:34.3125rem;height:1.94970625rem;display:block; }
#CzkNGBv8BSGLmxlX7fxo8Kbe9FOGcqVH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:42.5625rem;left:34.3125rem;height:1.94970625rem;display:block; }
#HlDfb5fC42Gh0I5pns39So5LtO8XDR1f { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:45.125rem;left:34.3125rem;height:1.94970625rem;display:block; }
#Fk1amI0K4IzM573aVZTNIVPBZH4WpTyB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.25rem;left:53.3125rem;height:1.4619125rem;display:none; }
#nem3eM7cp6K4AMEAw5gFaWTDEKp1au7L { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.25rem;left:53.3125rem;height:1.4619125rem;display:none; }
#MGlfIWqmy3ElvBx8bnN9P7z5TI3F9Q6a { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.625rem;left:53.3125rem;height:1.4619125rem;display:none; }
#p4VTvZkO9Eu2I6uwTytlOXRyzgLXVRqa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:24.75rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NB39va2DLrZeURyBn8K1EnmeT8Gx4aCd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.75rem;left:53.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pJTtKIc7odWfcI4FUJZhFoS6sCNuoCsk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.1875rem;left:31rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1LudoTpZCptqfPThzeZrDPOtgapydrJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13.1875rem;left:53.375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3V4mQA61IVrKLLhcBb88JTbQ0k1Vwz7 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:20rem;top:12rem;left:5.0625rem;overflow:hidden;display:block; }
#RWGf8OdF193hB2W61DON8TkTJpTxWyDN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ttaed4WrPfPakGnwDas1950spg5Fvh1M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.75rem;left:8.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Cs9VK3OVKb7M1TSdNFC5Nkew6FHNgtUJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #e80000;border-left:0.125rem solid #e80000;border-right:0.125rem solid #e80000;border-bottom:0.125rem solid #e80000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.625rem;left:37.875rem;display:block; }
#sBZn6XfLtEUZinlAyxABJWmr59MQlGZh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GL7mOZKclkcebIio0kxuE4s3ygqXvNVV { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.4375rem;top:58.75rem;left:23.375rem;overflow:hidden;display:block; }
#w5nvVUgeEzn4xloFsnXuUcP6nDpankqa { color:#ffffff;display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59.1875rem;left:32.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEDyClTVrQo2kIeJy4OWLKkndbac7AxF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72.875rem;width:66.25rem;display:none; }
#uGefQfMmyOTJMUWTVIvTVTTtKtdPUcSd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:16.1875rem;display:none; }
#x0s7Aq1fovpmoA1roOSeOfkpGJiyCLI8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:15.9375rem;display:none; }
#lrfoy1EIhli26wwcZTWTKfCbTN7AwIrN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.9375rem;display:none; }
#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd { 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/uc/24174fc1-d0e5-4938-aeb8-6db27305ef08/session11.png");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:none; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd.adaptive-delivery-prevent-bg, #HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd.lazyload, #HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd.lazyloading { background-image: none; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd > .row .container { border-width: 0; border-radius: 0; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd > .row .container { font-size:0.875rem;font-family:arial;height:89.8125rem;width:75rem;position:relative;display:none; }#mnToxPMDrIKTCPuUiAmACpi6shm6b9Rk { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:13.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4BdG3tA17nEPsCfCOQgkNCFDwwN8019 { box-sizing:content-box;height:17.5rem;width:30.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.375rem;left:22.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#XaQJqPSfCsA0uZTLBA3QvEoXmeidnoMc { box-sizing:content-box;height:17.5rem;width:30.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.3125rem;left:38.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#QrtCnISkTN16KowB0ygPPlE3FtCHmfz1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.5rem;top:14.1875rem;left:24.0625rem;overflow:hidden;display:block; }
#xTI49eQcpdIu8ZULpLSuE0cKUbD9vIOp { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.5rem;top:13.125rem;left:40.625rem;overflow:hidden;display:none; }
#t5izODGH0G2Kduyth0cySJZaACJXLrGE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -moz-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -ms-linear-gradient(90deg, #e80000, #ff6e1b);background-image: -o-linear-gradient(90deg, #e80000, #ff6e1b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#ff6e1b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#ff6e1b' );";background-image: linear-gradient(90deg, #e80000, #ff6e1b);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.5rem;left:24.0625rem;display:block; }
#l4fzKOW48n1neoEfaRhLtLcyOWKTQaDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTOp69AWZK3gNuBwPKXrlrK8D06g7JBE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.4375rem;left:40.625rem;display:none; }
#sPTgsH8sosmyBbU4XBQgxTPCHlwkrr5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouvTLzy0fEa5MonlbtxNBScTI0RTNoH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.625rem;left:13.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtKTeld9i9QBtINDEmH4F6aGt9xgtXFd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:20rem;top:40.8125rem;left:5rem;overflow:hidden;display:block; }
#NrHBBDJf8SumJawV7UTVGtNaCzXTET6I { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:20rem;top:40.8125rem;left:27.25rem;overflow:hidden;display:block; }
#tRoxkTeLlZP3X0CG6GNoENIW5eh6v4nG { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:20rem;top:40.8125rem;left:49.4375rem;overflow:hidden;display:block; }
#M1tMeMLOtlUgJl6L7COhegDfPvlJRkI8 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:61.75rem;left:13.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZISSxhKqOBEcQawPzTLryBWGtFD1ztMa { color:#ff6e1b;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:68.5625rem;left:13.375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3UzDuOwmR9vBrssBEXOiOv0uvB2DFwt { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:71.9375rem;left:13.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEDSw1GvAs71ZsGiOLgrtdiBDyhcL2yR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:79.8125rem;left:26.0625rem;display:block; }
#mBounLCGC2EDMKyXBRwagFG8gomDBen7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3wyXhfg1n0AUJCqmeTdITIhzvW3E8DN { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:79.75rem;left:38.75rem;display:none; }
#BzoNT5QuVED4UCm0PLTtROsBUzMRHeyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f92EVOXMChOOomS1ptuU9iXBMnlUFTJE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.3125rem;left:34rem; }
#iKaCtGueFQchkSXs7fcFXF2IBuagXcuh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.6875rem;left:33.875rem; }
#ObL5kA0vTvwb8SfPRwMuR8wVKnvoQaVp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.3125rem;left:33.875rem; }
#VtGtMl3oVgAfU2fXSTgh9Z8XFT8HbAeG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.125rem;left:50.6875rem;display:none; }
#b2rw8fog2gmrxtJ3UuqNGrfJCzlc6K1D { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.5rem;left:50.6875rem;display:none; }
#bNlU3C2m1o88RCXqQm8SPVZErwMh52wO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.125rem;left:50.8125rem;display:none; }
#ZTfJMZyood7s7baXCt6SI6Dru2olytVC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.4375rem;left:36.4375rem;height:1.4624rem;display:block; }
#F243REdG2822cs1etKK902yETFJvzQfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.8125rem;left:36.4375rem;height:1.4624rem;display:block; }
#Npss0QKLixMHeymb4QCKEqOxISI5KHH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.375rem;left:36.4375rem;height:1.4624rem;display:block; }
#y70crP5JEg7chty4rGzumSfo5TyGqTEV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.25rem;left:53.3125rem;height:1.4619125rem;display:none; }
#hosSPrLIIFg03xK2rSRFVB1KoLDkJ7oo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.25rem;left:53.3125rem;height:1.4619125rem;display:none; }
#vIX9XOZJ0ATe6Bpwfrd9cT6WCkyfOtCK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.625rem;left:53.3125rem;height:1.4619125rem;display:none; }
#K84pHpQ2fLgsyRhGfPmH5SEAUqhFRV9y { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:49.875rem;left:31.5625rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkZTSGGA5UTvLqaXkw6Bw9IhKumSTQvg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:56.125rem;left:31rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aFgS2TlpTkrhVSq0QsMZWdf0HUtXhURz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:56.125rem;left:54.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gTeAG5RVBKUmSBzgZzOhKgsONibmd8Ww { color:rgba(var(--color-tertiary-4),0.3);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.3125rem;left:31.5625rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#gHOMvDfFTLL7x8QLHD1TbTpCZqvMK0pZ { color:rgba(var(--color-tertiary-4),0.3);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:48.375rem;left:54.4375rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#TfIT9qivGZHCOgtPkeaQFETGVmus4HsX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:49.9375rem;left:54.4375rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQfpMQASie345JfMMOJH7bzXvbM0u3a1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:43.5625rem;left:27.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3w7JKd2fkRcTL92ZTWaCrCxPLtBATVH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:43.5625rem;left:52.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QZ3Mh3Pki8k1nmSF3qwTFdDUkQPfGwyV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:10.75rem;display:none; }
#ocL885MkuwuPgkGH3d360rf26zLg19cU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:10.6875rem;display:none; }
#TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o > .row .container { border-width: 0; border-radius: 0; }#TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:none; }#F0NRFi8kka76cwZFraTyE8Fot1hR3CRn { color:rgba(var(--color-tertiary-2),1);display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0625rem;left:17.6875rem;height:3.41235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sw9xZr4a1D4IQs46VTpewb9KtE4Tm89P { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:38.875rem;left:38.4375rem;display:block; }
#UBvL7gZZCssa0ot2nocuw1CsAMcuDWtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMsUmbR3D1SIwyVCPS7ghyfS6Wo2k3wp { background-color:transparent;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:38.875rem;left:24.0625rem;display:block; }
#dD3cf5TtTec6BJgKN4O8s1NGGzTdrcN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:43.6875rem;left:20.0625rem;height:4.5625rem;text-align:left;text-align-last:left;display:block; }#sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss li:before{  }
#r7iyR0mDf8W7gxiwCm8v2kbRCeIbkxqT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:15.8125rem;left:9.25rem;overflow:hidden;display:block; }
#O3FEmdX1cGDy9FztcXiG61r2sXIs2oeK { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:15.8125rem;left:27.6875rem;overflow:hidden;display:block; }
#VpeZH5qTlmRdEKZTZL1XJaR31UnA5Wfs { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:15.8125rem;left:46.25rem;overflow:hidden;display:block; }
#IF6LwKVNXdJ3TH1VkGI6eirx2Wfdp1IM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.75rem;left:13.125rem;display:block; }
#G81DB8mnu5axbsFkaP6mVTDN8q5413nx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJ40nSkHMzhW0SxmwTXPOxa2bxfleoc5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:30.75rem;left:50.125rem;display:block; }
#S0eMkXhZd9fN8AHHMXCv2Wqd8MeUy7Ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CKLGVbAD696GDqbsUHnkJO2xwoxMXzGW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.75rem;left:31.5625rem;display:block; }
#KZMnNdNA6utsb9m8FEw2haA6ulTkwpf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwGmDCZLeIFZ15L9XpfxKBxM583pnBJr { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:10.96875rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNOraQ5HbkfiTmxaK8WiEc5cC2d6KfCV { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:10.96875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V > .row .container { border-width: 0; border-radius: 0; }#EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:none; }#NO4qM6TirFSC3dJaUPduANJtGsWPAD6B { color:rgba(var(--color-tertiary-2),1);display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0625rem;left:17.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDRaJQCbdgcWBVK2SKoy4pbfPgRX6i2d { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:38.875rem;left:38.4375rem;display:block; }
#DnrXUeTQG1s1FFiyBg43rwc7x74mJ2x2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxRyLHOu2ABOKx8JHbXJGvbM3dyKiyQW { background-color:transparent;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:38.875rem;left:24.0625rem;display:block; }
#xFh4Nv6CUibv7DtQwsnx6KEXGw3iBJx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:43.6875rem;left:20.0625rem;height:4.5625rem;text-align:left;text-align-last:left;display:block; }#PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 li:before{  }
#rvuK3EfFTnnLG2ZM7eRJl9JNNPVm6nyG { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:16.125rem;left:0rem;overflow:hidden;display:block; }
#JoIDt7xhOolrK0uvMXtGyaHdE58hl0gL { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:16.125rem;left:18.4375rem;overflow:hidden;display:block; }
#vu4aiBbVgUweBk6PPd6GFH2Tm3gE6rfT { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:16.125rem;left:37rem;overflow:hidden;display:block; }
#mAnNNqWgJcEpPt1e5zhNitiMfw9aFuok { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:19.6875rem;top:16.125rem;left:55.3125rem;overflow:hidden;display:block; }
#EoqlH6itZh2xfHeZOPztfDHAVTwFgvog { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:31.0625rem;left:3.875rem;display:block; }
#vtkaiDzX5lfAzqBBHxHLteusg2rffb0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qg4bwfVTNzX80uuXfo46XlwpvDuVa7dB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:31.0625rem;left:40.875rem;display:block; }
#xBb5QHsN5EuQrpkJtsAv17vl7xeqvrQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UH2Mtvuk8NcJ0m05chl2rdGZVukqCDPX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:31.0625rem;left:59.1875rem;display:block; }
#JSoBk2uxBMUxX1XQhQ9piyGhfL1Ue89T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9X54d6PxgcbIBbyN51VBt6NxWawkUTQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:31.0625rem;left:22.3125rem;display:block; }
#plOcFIUQQeznp02OzpvaKXtEmAZeU0ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTv2no0Hz1yvuOqSBMc4ZGbz73TiTEx0 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:10.96875rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZgJqDXEW8d9ROXeSCkJaPXzKg6FBrHq { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:10.96875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF { 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/uc/0fd02b38-d4ef-4d96-a975-dab78548e3bb/ContactUsBg.png");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; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF.adaptive-delivery-prevent-bg, #seBLAdLPeeCKu35fhtwNs3ph5pASWwoF.lazyload, #seBLAdLPeeCKu35fhtwNs3ph5pASWwoF.lazyloading { background-image: none; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container { background-color: transparent; background-image: none; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container > .video-iframe-container { display: none; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row > .video-iframe-container { display: none; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .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); }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container { border-width: 0; border-radius: 0; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#bcFJsfT3RkSdy1i604qJoM8DXFc7MnuA { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.125rem;left:2.875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1enTT35Ms9uT5JsaTvFohorEdPRf2qa { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:12rem;left:2.875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r1OqgsC39mTTga4qHauZ66bIgpFCzeQk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:19.6875rem;left:13rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Isq30o6IZXvx8EeVgk65uG3quUqxDTml { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:21.8125rem;left:13rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FDs1TmfP71QwHbPzAISaMULdKvtTr3pJ { position:absolute;display:block;z-index:15035;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.875rem;width:1.875rem;top:19.625rem;left:10.3125rem;overflow:hidden;display:block; }
#FevkOXQ7Xl9qBqJ3KCLaRlq1pRDE5wGT { position:absolute;display:block;z-index:15036;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.875rem;width:1.875rem;top:21.6875rem;left:10.3125rem;overflow:hidden;display:block; }
#Ri9wmTZGXB6SrXvzeZsm90OORcl69VCt { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:17.4375rem;left:10.312499046326rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lElLbhVNLQJN7sSFdLSSN6BdTqv1Tv2l { position:absolute;display:block;z-index:15037;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.625rem;width:6.125rem;top:16.3125rem;left:2.875rem;overflow:hidden;display:block; }
#TUWRoZM1oxEVPhoCgCNb1CGOQd8x1JiO { box-sizing:content-box;height:23.125rem;width:37.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;top:3.75rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#oG10qcxk3Q8eGydGx94BnlUxKTl4sOqp { box-sizing:content-box;height:18rem;width:37.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;top:28.060546875rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#XbN8qTkBiWcmTwWhPL5dOf98vynT0LSW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.6875rem;left:2.15625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sDqFTNKp6DQ7LCrPNTAhQ5GcoU2TipyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.3125rem;left:2.15625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o3DxOnsXNCeNWoPTLWTQW7HPTLHg4NB7 { position:absolute;display:block;z-index:15038;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.875rem;width:1.875rem;top:38.5rem;left:2.1875rem;overflow:hidden;display:block; }
#r8OaTOwUPq3EZZtENnB1JQlSEI6WZrVa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:38.625rem;left:4.875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zJDhhSBsHo6sOeTi1gOShGfuspqzgHaG { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.8125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:41.375rem;left:2.15625rem;display:block; }
#ToyNt1bn7BzAnoLUTM34zXwmeiAfdvQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKQVsTUwm2Qtef73JSXi9RwrkPnz6eo4 { box-sizing:content-box;height:42.25rem;width:35.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:39.624755859375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-form-header { font-size:0.875rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.5;text-align:left;text-align-last:left;vertical-align:top; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:31.1875rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.5;vertical-align:top; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-text {padding-top: 0; padding-bottom: 0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:31.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.5;vertical-align:top; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .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:31.1875rem;box-sizing:border-box;height:2.5rem;color:#aeaeae;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-select {padding-top: 0; padding-bottom: 0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:initial !important;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:4.8125rem;margin-bottom:0.25rem;margin-left:5.4375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA [class*="-text"]:-moz-placeholder { color:#aeaeae;font-family:var(--paragraphs-font-family);font-size:1rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA [class*="-text"]::-moz-placeholder { color:#aeaeae;font-family:var(--paragraphs-font-family);font-size:1rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA [class*="-text"]:-ms-input-placeholder { color:#aeaeae;font-family:var(--paragraphs-font-family);font-size:1rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA [class*="-text"]::-webkit-input-placeholder { color:#aeaeae;font-family:var(--paragraphs-font-family);font-size:1rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30rem;overflow:hidden;font-style:normal;float:none; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .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; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-container:first-of-type{padding-top:0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-container:last-of-type{padding-bottom:0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15075;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:10.723388671875rem;left:40.4677734375rem;font-size:0.875rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.1875rem;display:block;vertical-align:top; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA {display:block;}#umfq17EvRontaphaCsXRXAfQfVREcFaA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15075;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:10.723388671875rem;left:40.4677734375rem;font-size:0.875rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #l82zNBMrblF3PAOOnW9EHx6nhHE1Oxe4 { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #aBDhtKUykG8mbCDvLXg8BoKC9yWbluvD { position:relative;display:none; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #G0QlPrOi9vWUWQTp0ZJSWhCgt31P5iEf { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #cT4NqgReoHrT14i1iqWHkmGKxCcZvdAD { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #rG5BCTDFhd2DATV1lK8ei24RvUl6xUcD { position:relative;display:none; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #VIX3g5aXdsJ3XULkiFAxIeIBAGXcfsBA { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #nGQZmDxp3LnmrIs3NylSSh6MmeK7R47s { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #n47BC2dlFXmRmwNkaB48NeeHbGSD6u7O { position:relative;display:none; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #z304a9TtKRR20ekdryhUO93sOz5P2VAK { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #cAMzd0nzLg0TN3KdJLnPQV3TsyIkyUGd { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #cAMzd0nzLg0TN3KdJLnPQV3TsyIkyUGd .container-column{width:50%;}#umfq17EvRontaphaCsXRXAfQfVREcFaA #fHZlBN8qJmF146hyTHC89vSMXWosC53d { position:relative;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #TTDsWIpMJamRXcluI9TNzDLiTiDkBUV9 { position:relative;z-index:2; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #l2TDF4HiGN9TsT1SiUc7b9uJlDKTP4DX { position:relative;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #WVQE9tD7bnhzGu09etRn4he5XWlvKo8u { position:relative;z-index:2; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #peGGM4mprp3uSghWiPztKz6OUbSRD7kb { position:relative;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #qOkTrIDPTBtiW26oMNSw32aMM3xxwDvS { position:relative;display:block;z-index:15000; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #qAXpakrDk3W0OI9chbKJXyzPXcRiheZr { position:relative;display:block;z-index:15000; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #vkrM8LoH5J6riX1d1vSX3RMrbmLs59OU { position:relative;display:block;z-index:15000; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #OT8gJqEmuyBuSR6NEnELXsp24tbFk97g { position:relative;display:block;z-index:15000; }
#E40Ze6CRZWASecHSpwOcXg99u9nVxspk { position:relative;display:block; }
#QZdprOL5wGSsskJXQ5b5EuNTSeaiZAt4 { position:relative;display:block; }
#zJirnKDz7ntxMUmagfiv5u3xtvBsUtAO { position:relative;display:block; }
#CwQ598w6fuvhSugcD2lpl3IU4vw8mhIb { position:relative;display:block; }
#FCfZl00eTGrwUwmqnubeputvVEnu5bBu { position:relative;display:block; }
#e6nosIyd94WchgpAukxKHLxJifdqSTPS { position:relative;display:block; }
#vxQV08pFJpowNOVm44PQHwx312ZDPWAM { position:relative;display:block; }
#E3uxdow7rZxdnUI7rwFU5ccZBXlTS4lP { position:relative;display:block; }
#XGT15ocnBbDqREnO41pRNTKugNd0vPfi { position:relative;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #zfqWElUUgArwLQ8RQtRJ1EACB94ODumm { position:relative; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #rN4l2RXwh61sUtkE3bICGiFvqN5N2HWq { position:relative; }
#WT7hvKd1mSi9l5a890dcRhMJ9EmH43ZJ { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:31.5625rem;top:7.4248046875rem;left:41.5302734375rem;overflow:hidden;display:block; }
#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container { background-color: transparent; background-image: none; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container > .video-iframe-container { display: none; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row > .video-iframe-container { display: none; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .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); }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container { border-width: 0; border-radius: 0; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#fohJGEsbP5I4AtqugviX1t8aBHIJkHz5 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:1.13745rem;font-style:normal;display:block; }
#ZK7KSeB62PJgFhAsogJr1oVpE45x5puD { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:1.13745rem;font-style:normal;display:block; }
#QmyWUVhuSmTGIvOJJceEArWMkDiB6TUh { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#eCJGCdeHu42cMNrW19CIsGxvWkmASEzd { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:1.13745rem;font-style:normal;display:block; }
#aIuRS859EVZTcGreKUKQ1osoN7KMHPJR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:1.29980625rem;font-style:normal;display:block; }
#NRZReRQku07uKNmuioilwmSvHefw7114 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:4.34375rem;left:54.125rem; }
#NRZReRQku07uKNmuioilwmSvHefw7114 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#NRhv9CkeEThz18t7Hzzg5LcrCFPO0uy1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:4.28125rem;left:59.0625rem; }
#NRhv9CkeEThz18t7Hzzg5LcrCFPO0uy1 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#qLy7MZiUPoK9OsVTcTVHnopibbwzQDLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:4.1875rem;left:56.5rem; }
#qLy7MZiUPoK9OsVTcTVHnopibbwzQDLD > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#QDHZZ1ebFq5mB9fyGKxI6TzTSpNkS7a2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:4.28125rem;left:61.5rem; }
#QDHZZ1ebFq5mB9fyGKxI6TzTSpNkS7a2 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb { display:block; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOhNcbnVICL6yMcc5AuhOKSmeJ5UQ7bD { width:6.25rem;height:2.1875rem;top:1.25rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrxiPNgHHNTOlmZ33K2LQZXv9oUJo6T6 { display:block; }
 }@media only screen and (max-width: 763px) { #x9Plw10CxncuKH2X8VT6y0XulFVsklJf { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4vGeqcIv1OPpTwraFyC02zQfJSCHzyo { display:block; }
 }@media only screen and (max-width: 763px) { #hTfULrvWTcguTAkApIsTG0FCP414UCpq { width:8.625rem;height:2.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PykOg6GgNNaLTTJ70gmeXk8i8PEix7eH { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7EoG9H6rMD9p8FOiD3UmtxM51hICzw { display:block; }
 }@media only screen and (max-width: 763px) { #J1mG33F44zTMN0AkGC5l3F6efIV43HeO { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPLl5COEcEAlCi2WxC0IwPzU87fmqCeX { display:block; }
 }@media only screen and (max-width: 763px) { #se23KfC2b0qn7c8N4dizTZoreL89KAcO { width:6.25rem;height:2.1875rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmqQz7JuWC6rXADAo6DJWIIXF3QrKVMf { display:block; }
 }@media only screen and (max-width: 763px) { #RS8cKMtd2OVDqm7xKhH0Qkeox30Gy2vi { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK4QAPwdyPrh2FZtGGvM7i2mcQXVkmuR { display:block; }
 }@media only screen and (max-width: 763px) { #dswl5VEcClCp0uPVKc9Folh5TLfWKGPK { width:14.375rem;height:2.8125rem;top:0.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXb56M0lNVxzSEqbT68uBChzOQxz4NQr { display:block; }
 }@media only screen and (max-width: 763px) { #B3gmKGv2DRoVO37PDyqJT9MHiUiA9ISo { width:14.375rem;height:2.8125rem;top:0.75rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHc7hHss4PTguipE4eyfrSPbuVSdlId { display:block; }
 }@media only screen and (max-width: 763px) { #EwTr8miEwOLaHvut1m9TcUwyIUB46oAc { display:block; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfOVzIhE5e3zqwrPqGIK5LwUUUJcp4Xx { top:33.5rem;left:0rem;width:37.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiIfymQ41PFW4GNBgpieRXyOC689g1C { top:30.3125rem;left:16.875rem;width:6.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91DtuPwhXoUScoczNiUDr19IaBXbRaD { top:30.25rem;left:22.4375rem;width:8.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApZm0PsW37SIUTq4KqSp9K0ArzTZOq9r { top:30.5625rem;left:22.3125rem;width:8.5rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anvb4N0zbD0EPCqVRTUDTKy11WkH2mvz { top:28.125rem;left:0rem;width:43.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi { display:none; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #taxLerV6zTlNPfTvxeVIf4XGvmkT5UpN { top:5.125rem;left:0rem;width:29.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6xgMB7eWbfiLTEmZrrWxegcPZZBAvHO { top:23.875rem;left:0rem;width:18.8125rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXwpmty9m4OL9J7h5IAqwmKOLTlGMLTH { width:20rem;height:55.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUNq2Ourgl4LqQOxOaTw0Hr1qH1wdZQB { top:9.875rem;left:0rem;width:27.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTTZICNRHmitqaiSCScy8tgBi9Hr3MNS { top:6.1875rem;left:13.875rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0sGkXx3K7yqeQ6ZSyuzOW5r9qIPbao { top:14.4375rem;left:0rem;width:39.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibDdGmryKDJEKxsxBcmcq0lgqTNUqoWf { top:31.375rem;left:0rem;width:29.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueLRSyhIObdNuxLZZct0ZLns8Me1Ns7 { top:35.1875rem;left:0rem;width:39rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USEMEvrBQH7cMtbLfE9xHRT5p5BWZSPZ { width:34.6875rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1U13BMuPqNt3TEnIEIDwt8fvCh8Xk7w { width:47.75rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z { display:block; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL0KwHmyQKU0z1gQAi8S5TVP4TkbVnCM { top:0.8125rem;left:0rem;width:21.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpNrnJu1FSpxuNRobyWWqKaz63mLG8ZJ { top:0.8125rem;left:22.25rem;width:13.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QoTmqiS9IuDkclPy822iIHhoKMn4sa { top:1rem;left:20.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgxPX3w2G6W6fVW3Akx6G7ZHZqCLBsdl { top:0.875rem;left:37.5rem;width:10.25rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgUWhhb3fuUO4nbOGApaqWRI5OFVA7My { top:1rem;left:37.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IigwpxphZTTLKPPd30iFQGaldRIsCvz2 { display:block; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2rORhAbQa7To0A5dMbFVuF3A14VggLx { top:5.25rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhVNchSP0MUKwAKHDLPhUPUAVnyX0sB { top:10.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVV6P3SwcaklTRyf2ONO3cSH86PKxEl5 { top:13.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAwWfSpFwv9MORaTTkBecF7TWS2ZF9T8 { top:20.8125rem;left:0rem;width:20rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyzzrWq1K5I0tWSCSK5zXG04swsL45d { top:20.5625rem;left:11.75rem;width:20rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZwu9Id5SPlgK7ZAO9LwUXFtZtTENXP { top:20.5625rem;left:11.75rem;width:20rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv89zIJNvVsrgB9tKTgwhCnekt62CWtv { top:21.9375rem;left:5.25rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uaZUVqr1UWFwC7O1cLJfabgxTuZWgs { top:22.0625rem;left:18.5rem;width:10.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnDgr6plr7n5XxplXnNaVAIEbMki6T1 { top:22.875rem;left:31.75rem;width:10.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAZVhXkz5iwpx17bd4WkryxNAMTspolX { top:35.6875rem;left:1.125rem;width:14.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDhy3ZODgaekDc7gSh5AJf9w0zzQNt5M { top:35.6875rem;left:16.65625rem;width:14.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFtMLyIFwwxGZ3askSKRDhAAl9WTkwQz { top:35.6875rem;left:31.75rem;width:15.25rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duWIRGiMbPShBdTHxOCU2pCdyrzC8WaM { top:31.9375rem;left:1.875rem;width:14rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK1GdtrUNq9SNM1PexN2UBiI3so3XFdS { top:31.625rem;left:16.8125rem;width:14rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgTqC4iATAHzXifC45LSP7NV6OU0P5K { top:31.625rem;left:31.75rem;width:14rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNWx121cZFZDHnb7wLDnqk92u7slSEym { width:17.5rem;height:3.4375rem;top:33rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #phPUP5VhN7J6ATRbS7SJuH8HMV8i0uwE { display:block; }
 }@media only screen and (max-width: 763px) { #iCgWqTdIB60iTwuBP0cqg7pe0s4OtGLt { width:17.5rem;height:3.4375rem;top:33rem;left:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKbf72K40wXui5H4yfohdtKMD8XoCuDw { display:block; }
 }@media only screen and (max-width: 763px) { #HeN7pB0lmn8SW40FRXM2oQJpN6156908 { display:block; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRmUylS9NRLXoDc7XRkx0UZT9pFT1kWa { width:15rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPxc5L8fLOBQVgEtL54oT9Z68TsTcJs { display:block; }
 }@media only screen and (max-width: 763px) { #VzNZSqZ6KfBV3HlHwNrBM3V6GRXv9GhM { width:13.0625rem;height:3.4375rem;top:0rem;left:8.623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdLVe19BvHISet0aICTcnRAGCZDWLrwT { display:block; }
 }@media only screen and (max-width: 763px) { #SldUhnDUvAluqhf4p4OLSSS3AW9y8F5Q { width:17.4375rem;height:3.375rem;top:0rem;left:21.68505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTtVThNeJmUuJSyFF9mGciqKPuvXIE9h { display:block; }
 }@media only screen and (max-width: 763px) { #D6AtS67FpLlgiNSrQpTGR1fEbW4rN9Si { width:12.9375rem;height:3.375rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a3lw2xHlePfi8ZWLmsuKKLKqVmgFFx { display:block; }
 }@media only screen and (max-width: 763px) { #a2S96NowUR7mgznrf0DtViiJLlFsCROK { display:none; }
 }@media only screen and (max-width: 763px) { #twF8JdkX6L6NgvMXESzfIWATGLU9WgAU { display:none; }
 }@media only screen and (max-width: 763px) { #A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT { display:none; }#A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXRycymF8MrTu36T4Nx205R8pUMQtmF9 { top:0.8125rem;left:0rem;width:15.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhPB3i3mKKrMU8VeRxdlDQLioCfIwtX { top:0.8125rem;left:8.125rem;width:15.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9FFk0qIlTKRDiMPwRK6bONltRgQv1W { top:0.8125rem;left:23.875rem;width:15.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bocb39CSfBZ5IvhGh7kRv1ToroVpv04M { top:0.8125rem;left:32rem;width:15.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EryPNNozxOh9mgCEtLagobQtz2v0vbRW { display:none; }
 }@media only screen and (max-width: 763px) { #ney2MK5EkROGmroDvKiwLTQqBm2owQqm { display:none; }
 }@media only screen and (max-width: 763px) { #g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo { display:block; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcfJEPIRDia8Pl4JCrswpyWfX8SxTcL4 { top:5.125rem;left:0rem;width:29.6875rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxF2yqhNtnJSZHL4f4Oz9PFuU1BKAaL5 { top:23.8125rem;left:0rem;width:43.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztm74Si6L5dTkp3i4zvLPWvKImfnrGTS { width:20rem;height:55.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSTdTyTMpLe705QlQpPJiQKTVcGtxk95 { top:9.875rem;left:0rem;width:29.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TCE4NfQX9vgnXNRRnxTx1GMwTbcqHh { top:6.1875rem;left:13.875rem;width:9.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCnlZJUE6TNTiwxfBvnWTbAlgvowP6W { top:14.4375rem;left:0rem;width:39.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI7mnLBL9phgTc387EA42B7HKWqZ3urM { top:31.375rem;left:0rem;width:29.6875rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwmDRysyuqq6mxRcSwAOuOAIoXm3Gf14 { top:35.1875rem;left:0rem;width:39rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTASWuPAyTk45DSsIyOwf0DnI60eIed9 { display:block; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8QIqDERnqSdBO61lBtDoN2WCEoCq6bS { top:5.25rem;left:21.625rem;width:26.125rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOFqXszTg5bVtg2CKaFuAoWK0LQMOB2r { width:20rem;height:55.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #omyrooZJk51MChkLq57lMwxBM6rDib6g { top:11.625rem;left:16.1875rem;width:31.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpvT1y7wrUFJt3X74oTlW7D2Ori2eT54 { top:16.625rem;left:19.0625rem;width:28.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfCBZZlr5sXCo11Q2AqSr6tPlffkGHgx { top:21.625rem;left:19.0625rem;width:28.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1PUHwfCAAuLsTUaTlW5haibQFrLG7Cy { top:27.875rem;left:26.625rem;width:21.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8lOqlxmkzyPCAScLbKgLt274lwhdrFr { width:17.5rem;height:3.4375rem;top:33rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oozKs6bQEeS3z3w9KI50VFn4c52J64Tg { display:block; }
 }@media only screen and (max-width: 763px) { #eA3QeJxk2yCJWRWFEPNXlD2pMrwQ5qgg { width:17.5rem;height:3.4375rem;top:33rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9KGDlfDTGGkPcvqSoCW9DIixKE4Lon { display:block; }
 }@media only screen and (max-width: 763px) { #Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 { display:block; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh48xxDXyxKMneBA792J6ogngL46MVcv { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguTc8rl1K7mNwhec2UZXdcT9TKelnI0 { top:15rem;left:0rem;width:47.75rem;height:21.474867724868rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX0R5yQwMtZv5cye1L2UlttCFQrZ3lSW { width:14.3125rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwdJtnwTwHGrBW4V3sFdJyizWSupIzX4 { top:8.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo60bmflObpWxmThwic41u8ZOgQXf7gJ { width:17.5rem;height:3.4375rem;top:45.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBKRnZiqzETsAkhWzgHfldqFKK7Lvo2h { display:block; }
 }@media only screen and (max-width: 763px) { #wxrTgtmosr1dh7dBEJb8bQrHnbe2tUuU { width:17.5rem;height:3.4375rem;top:45.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzTi5QA8mzf1IhPqchWe7MGRbTTV9Zmg { display:block; }
 }@media only screen and (max-width: 763px) { #L3dGmMemk0gTvt8GulzlfQKs5PZWptLX { top:53.0625rem;left:0rem;width:47.75rem;height:26.750852272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny { display:block; }#qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqEIZVoXt9aHJ3vBFGWinFkBkddmzJDF { top:12.8125rem;left:0rem;width:34.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeOEMR8NM9Er0Dqo6VTmHJQneeg3phos { top:12.8125rem;left:13.375rem;width:34.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VLOVk8W89zeM2Sc7llzrTOtPz55xtr { top:12.8125rem;left:23.875rem;width:15.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdohUbOBq3WxRyLWSV97aPz2AeGRrvDS { top:14.625rem;left:12.625rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dREyuv978cX87J59vS3bBbu7Pkf6ksld { top:15.9375rem;left:11.625rem;width:12.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJs2byTx64ap4rmoNlHcIfFn0AXEghs { top:20.8125rem;left:8.9375rem;width:14.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTy3IutQFvFyPrTEFVHkurL0Xqr5JSo7 { top:22.9375rem;left:32.8125rem;width:14.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFz0bEcQrsMU4JyehbJKKTQJUBeb92Ct { top:15.9375rem;left:35.5rem;width:12.25rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRgP9EhCkySFfRxOWbBQziP8PTtdaniF { top:14.625rem;left:36.375rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAHVUk9Amhr7ALTGkKTvJp98Viwipdt { top:35.5625rem;left:0rem;width:34.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNbwhEE4eiT7phbqIH5kWyOUw3yLiika { top:45.625rem;left:9.0625rem;width:14.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvdZXcEbdm1Eb2LdEbVQVuozdnVhGUD { top:35.5625rem;left:0rem;width:15.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g41xqwHpCQp8SwM4q6QKBF6BKrhvk4AF { top:38.6875rem;left:11.625rem;width:12.25rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5EPQxiy5V3mMpEtaQbJeUKT1piprGV { top:37.375rem;left:12.625rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WpDa2cI1WP0QQTIZPiVp4aP8ETVPSd { top:12.8125rem;left:0rem;width:15.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9HctNxoMQQDITmZTy4kJsrytidKQO8 { top:35.5625rem;left:13.375rem;width:34.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5uOGkpJ0uqq8VMhIMxgp3sLS5FV4z9 { top:45.625rem;left:32.8125rem;width:14.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWb8dzXrZaMRvFqRGmUDgNEpgTBeJzgh { top:35.5625rem;left:23.875rem;width:15.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TREhA28TyOQuTAQBPCIig9rml2GKz6wT { top:38.6875rem;left:33.25rem;width:14.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTT0THRKIdQ7e9fvK3Z6awIEZH2BL9CH { top:37.375rem;left:36.5rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJxpKcFBUV3aqQg6XaLuF9ZG3HosoPMD { top:58.625rem;left:0rem;width:34.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DhU0AnP3cKV0lfhcVQVsAc7qOTcTVI { top:67rem;left:8.9375rem;width:14.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hodGmtpGzlGbg3GmIOPv4HlXwJgG5FQ7 { top:58.625rem;left:8.25rem;width:15.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCuivzz10tBcJTtmIRU3wUkIrzAezXJ { top:61.75rem;left:8.5625rem;width:15.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUw5leDmK96WyITHlmroZ3Si9TCiMTr { top:60.4375rem;left:12.8125rem;width:11.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGlWZT16RaK3Sxk6ghaZtK0xHXIhmV5H { top:3.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC { display:block; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 { display:flex;height:auto;width:27.8125rem;top:30.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #ISE3zeDOide2csHuGfuesaZh0IFARtB4 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #WiUpmL7QeNeydVSwBtisTBG5Cl1whmw9 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #RVQvdOzGpPlm4kRdpivUgbnNnxglgg9u {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #wiac1l6V9yyeWSZDdnzKcpCaTT6fHGX6 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #TQH50FRm8n3grCe8tC1XFUAGIKggpg30 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #uakZJwTk96EqlpEKdTqo3Zv2uBNQkGyz {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #MrkRqR7mvtZuef8vNfoIUzi42wXal7ZM {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #Lu1AgVE4a1iWO8TXf8dlQMudMtgTNR1B {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #tGTCL2h2z1aQHO2y9g4x9o7c0QxaQI3v {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #BAycyxGClVtw8EWFcDyrtM2PwL8KOthQ {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #tSG7TwRgweEZDDAJTX34QiTEyr3lSaV5 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #OG2EyIk5nWTvbP279Wcbd1c2gefLDkuH {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #LHTRRO7xS8l8KhvUsQm4v1tZnkCyRa3d {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #PMTgPHlpkev6ggFyTaK9H4sisFdhOJgl {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #GTLxaBRPpCVUn9XUCD5CZRDGpwabVoDd {  }
 }@media only screen and (max-width: 763px) { #r8JGILoUIqfOxzInZSlMkr5WDoABMSL8 { top:53.5625rem;left:3.0302734375rem;width:17.1875rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE1FCXgUcvVsL0SFgsUv24ibNb7fZLks { top:54.5625rem;left:0rem;width:43.125rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvT4c89VPkCFl81mDFGEVAzZkDqkdElW { top:5.4375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvgQFTQV1XmlMUWEFB6ROgNfVfVOs1L3 { top:14.8125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdPBSdE2HbJ5bZHl0gwVqvQ4sgsl2NZ0 { width:17.5rem;height:3.4375rem;top:62.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCK6wHkVi9BKfDxvpTl6UbyabtmlwFCf { display:block; }
 }@media only screen and (max-width: 763px) { #ZfOkK2aVWLPyrte6htTxFk5xTh7srauU { width:17.5rem;height:3.4375rem;top:62.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJqkkoqJNh4s6OLiNckKpW62VoaB2nh { display:block; }
 }@media only screen and (max-width: 763px) { #lsBxJk7tV503uGJFZJKPbqZph375cuee { top:36.375rem;left:0rem;width:17.5625rem;height:6.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa { display:block; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZEAWI4Cs0qHQkR8hMpLLbsKTguwOGTy { top:5rem;left:10.25rem;width:37.5rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHLXBEUV1Bn9UvFTRboCz8Wf7Tlxndzn { top:12.5625rem;left:18.4375rem;width:29.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXL45GRpmnTqnzq3op3plHo9LMrDJ16P { top:30.5rem;left:10.25rem;width:37.5rem;height:9.3125rem;font-size:1rem;display:block; }#qXL45GRpmnTqnzq3op3plHo9LMrDJ16P li:before{  }
 }@media only screen and (max-width: 763px) { #ONvH02vhWRFMzMUsTs4ZPwVCbtKLsX5T { width:31.8125rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFTONSHZHnrovKsoJE8rUTflC213xmnb { top:3.375rem;left:0rem;width:19.9375rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ffy8zoDLtEmFeZOUORcz2PBTl0ssoMag { width:47.75rem;height:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x04FLLgp1gHQRRJKT2GOtmwCZTwkaU6T { top:1.25rem;left:0rem;width:31.1875rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUwslNfGrcSBks78PKDvpr920a8UvJ2P { top:18.625rem;left:0rem;width:28.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKKoEJK6TyC6L54x1dsdFyTutzTQJv1y { top:25.6875rem;left:23.875rem;width:9.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHgTQgP4zzgQJHWSKhxVg0VhfwDH5Zu { top:25.6875rem;left:28.375rem;width:2.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10Th0bVWmsyEKP9ePO4CSkbei58MHpT { top:25.6875rem;left:33.375rem;width:6.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU { display:block; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDm0tko74T7pAxTAERHS9X0Ltc1XcyMO { top:4.875rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5NkZf2ybp4l9pil4HrfJCuAHUR71hM6 { top:13.3125rem;left:0rem;width:32.6875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnROpZORUft7itspmyOBvKMknVOzDumB { top:20.5625rem;left:11.75rem;width:20rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1ewZ5Gyuiwhr9d3W6ADsPQSgfGJke0 { top:20.5625rem;left:11.9375rem;width:19.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuW2RmtxXAPnwBlvRh8TwgwIJBQTkiyX { top:20.5625rem;left:0rem;width:19.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuXs4m0pDPF122WWmn8hde7dxm7BEvA { top:18.5625rem;left:9.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvERQIPfR5ImzgLvWH9cVohyrMsBDt2E { top:18rem;left:20.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0iwTZTlu366FD8URtXZRrxmiO9gHgTL { top:19.25rem;left:34.125rem;width:5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px9hNPTwnv2QhEvSZTumo2a52QKom2s6 { top:27.3125rem;left:1.6875rem;width:14.1875rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Sfc0TdT9rn9vVbglLoBkizMzr3ipSp { top:28.5625rem;left:16.6875rem;width:14.1875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiXixXaTIN5WfzT30V1yToKWxfaGwPgW { top:27.875rem;left:31.75rem;width:14.3125rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6IgRaxU0Bci1kpzs8GmsbRB2bfar5wp { top:24.625rem;left:5.9375rem;width:9.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47pBW1iDQq7zqfzbkLmlFPVKTo5Egdh { top:24.4375rem;left:17.96875rem;width:11.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfxw0CMo3UQMkkFFDpTG1MF6bTtSulE { top:24.625rem;left:32rem;width:7.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 { display:block; }#gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #us4e8soG4wl6tdivy3cR8TEJyCSTTDqB { top:3.3125rem;left:0rem;width:37rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmK44dq7TwPWemcXae77exatxde331kk { top:6.25rem;left:10.3125rem;width:37.4375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVEhWFTpbASgmn2wazDhwmkysigthc3f { top:30.5rem;left:14.125rem;width:19.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J22C3ibAnDTMNOHOh1PBXFTe3cFu52nS { top:34rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWJLydAINZKyoTQ3RPso4e1gMpzaKk7 { top:39.3125rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKfm2G6z9RTN3cLL4rgg727ZD8BslCTW { top:34rem;left:22.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKuMxQFfFyXMTB7ZPa0HsvsyiI3bk1ds { top:39.3125rem;left:14.625rem;width:18.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB2INVb9KhZVWP1EGgGzyl9dbwlFgbDn { top:34rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRIR2VRhDP9UfzzJAz5T3ZpTqFP4UUH5 { top:39.3125rem;left:32.25rem;width:15.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBHhROTneMwD9M46PdEi4Bwmx2ZaLpbx { top:10.625rem;left:0rem;width:37rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvgug3a0oVdEkcxzcX5d1O2b3poUZzmZ { top:14.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqwscglUixiTXfiiFulaBtIgABAhDOOD { top:14.1875rem;left:0rem;width:31.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9aTZdfA8qq0gAVM200uofEAtCMAtqew { top:16.25rem;left:0rem;width:31.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLwOf1Z1FCIMEAd6sT9cb5UFLTGSwodi { top:23.25rem;left:0rem;width:31.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxpuDPvzgJH2EdWCBRhFW80mpbBT8c4g { top:21.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orMfqJfyU0NViizrDGC0Kado04royf8k { top:21.1875rem;left:0rem;width:31.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKEFrazvA7ddwHTxX9IUfr5HLs89Af5l { top:35.4375rem;left:0rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4UfwhTR75A1ZUxx87MbOy4T4DpdSGHe { top:35.4375rem;left:12.4375rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NGp1nyXKH6GUiCMLZOBMLaOJTOgHmp { top:35.4375rem;left:22.75rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu { display:block; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKW1b2OqzBlOdBTE8EDSC15uhx07wGOf { top:1.875rem;left:0rem;width:33.9375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1Hp90NnxXDmom76bfwSn15KRwOw2sT { top:5.625rem;left:0rem;width:28.5625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT9mnik2EJKaPPZla1u8kwo9DJXDyw8K { top:15.875rem;left:15.6875rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKThLkVmoqRIMow51pNhpGKeZfizr1ZN { top:15.5rem;left:0rem;width:7.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czrCPfAH9tPTc3ofqpmRnOJHQqb8UQST { top:18.5rem;left:0rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFTaugePNn4lUvA6wVDByqlQ4BN1ITL { top:15.5rem;left:8.9375rem;width:6.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAL439GiiiLV3Fd5T2BQpJoGuMpTzyIr { top:18.5rem;left:8.9375rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4T4uO2otZNUpHAHMTPVoT3WOTl5mBx { top:18.5rem;left:15.875rem;width:6.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNbmqWr9y5qo1pfeTHyfNT40ntVvpbL { top:15.5rem;left:15.875rem;width:6.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpBhftE6EPAffwHAtc9Jsy9UvM4p8aQr { top:15.875rem;left:8.5rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIJ0fUN2hTwozvF2g81rkzKhAd4aMft { top:15.6875rem;left:0rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyZuacU6TiMvsJB0JoTAGlUUZcwlztve { top:4.125rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3pMEKoRxVzdOmErL9trvKVb69ZiA89x { top:1.875rem;left:0rem;width:39.1875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaSHPkn5Giq38lwHAeGsFelwG9JD3CSA { top:3.1875rem;left:0rem;width:36.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrhSirXd3NhQdBZq5OOEDK5mTnHtqXZ { top:9rem;left:0rem;width:28.5625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxzQAteii3bNdDpHC6s9mznD0qeyDBl { top:4.0625rem;left:0rem;width:19.9375rem;height:3.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4yeHeXruXg7XizrrNw16Hqbw277yrMb { display:block; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcDX458aozTIa18MroMLTv7QfZUeQyqA { top:15.875rem;left:0rem;width:47.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqu01lEAsIpp4G8BVIrpKdxx6McQ9d5g { top:4.9375rem;left:0rem;width:30.4375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8lHSu0J3eomlRWR5mDMcn3vtnxZSPE6 { top:7.9375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH { display:block; }#cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl2v0NeGtyDUqqchT40XBiskSNmNMLT1 { top:7.25rem;left:0rem;width:47.75rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5FQnSJDq1zQTNPq0BcKpJvSOOIuhbJR { top:2.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG { display:block; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6U5lzGJw405OcwSJM1Hefnktlu2qQyX { top:30.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq57kJs9Ern8LV7Tpc1JcRgcIDzEQU9u { top:36.625rem;left:0rem;width:39.375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzZlT84nSMIqOci1T64l7AlmFR39uNK { top:11.3125rem;left:1.125rem;width:30.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG8ReIrAz5DH9bOt80Ww4qnVNJThHnzn { top:38.4375rem;left:6.5rem;width:9.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTS37rtLdQiNosd36OblPLL6iS8NsLQQ { top:13.125rem;left:23.25rem;width:8.5rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTrnbEzTiK1JboqKGTGnksR1e8BmNiRI { width:16.875rem;height:3.4375rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuMgnaqW7liUU4goCIq7Gh5JTGxhtw7 { display:block; }
 }@media only screen and (max-width: 763px) { #rc6xe98bRgJEJt3uyvNXCP2zsK0XQ3My { width:26.875rem;height:3.4375rem;top:23.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzCZ4M3KvrvyItOAzoimqW9oBX2VyAPB { display:block; }
 }@media only screen and (max-width: 763px) { #nULfSm2wuX2B95qVI80qo9qqXnbRGPwV { top:6rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZhLoUco9p70u4U02R8NQQ5tBcTRsBoo { top:12rem;left:11.75rem;width:20rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOH8pu8eg987wCoUqVziTgWnm27ysyt8 { top:10.25rem;left:25.375rem;width:22.25rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHZeWcaVMwDBeXd0iEOmTFxHAqTCRgS3 { top:59.1875rem;left:0rem;width:21.25rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6vLlsuce9aFFy0Xdtt9IgzzanTZmXT { top:62.25rem;left:0rem;width:35.5rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyiMvyB6w492UfDAwlbeIpqHT1i29RNx { width:17.375rem;height:3.3125rem;top:79.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMuQKNrV7yiEfkolgfgT6p2BboRuNepp { display:block; }
 }@media only screen and (max-width: 763px) { #Zix9lnLFLT5OTi6Oxs6NRht6O3Vhf3Ti { top:39.5rem;left:17.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiBoFsqDyWJtvT3CR3GNIxN1ZG9Zcti6 { top:42.375rem;left:17.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2rAOQkDhVTVwkHaUKpA64VUhlxCFafR { top:44.875rem;left:17.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb9K20WdIPwcr4fsKqvRTPUeyqS2P9w7 { top:19.125rem;left:31.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ6s6WhgPR5vCttAfrdyMHG9sdTFZT85 { top:16.5rem;left:31.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTmizZKQMqrmNI1R9FDximrJfdDm1Muv { top:14.125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHo9Q42C8bU2Lh6toDNGeGK4Z7lGqCiP { top:39.6875rem;left:16.875rem;width:14.875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzkNGBv8BSGLmxlX7fxo8Kbe9FOGcqVH { top:42.5625rem;left:17.1875rem;width:14.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlDfb5fC42Gh0I5pns39So5LtO8XDR1f { top:45.125rem;left:10.125rem;width:21.625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk1amI0K4IzM573aVZTNIVPBZH4WpTyB { top:19.25rem;left:31.75rem;width:14.5625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nem3eM7cp6K4AMEAw5gFaWTDEKp1au7L { top:14.25rem;left:31.75rem;width:14.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGlfIWqmy3ElvBx8bnN9P7z5TI3F9Q6a { top:16.625rem;left:31.75rem;width:14.5625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4VTvZkO9Eu2I6uwTytlOXRyzgLXVRqa { top:24.75rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB39va2DLrZeURyBn8K1EnmeT8Gx4aCd { top:24.75rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTtKIc7odWfcI4FUJZhFoS6sCNuoCsk { top:13.1875rem;left:17.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1LudoTpZCptqfPThzeZrDPOtgapydrJ { top:13.1875rem;left:31.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3V4mQA61IVrKLLhcBb88JTbQ0k1Vwz7 { top:12rem;left:0rem;width:20rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGf8OdF193hB2W61DON8TkTJpTxWyDN { top:13.1875rem;left:3.375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttaed4WrPfPakGnwDas1950spg5Fvh1M { top:24.75rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9VK3OVKb7M1TSdNFC5Nkew6FHNgtUJ { width:16.875rem;height:3.4375rem;top:49.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZn6XfLtEUZinlAyxABJWmr59MQlGZh { display:block; }
 }@media only screen and (max-width: 763px) { #GL7mOZKclkcebIio0kxuE4s3ygqXvNVV { top:58.75rem;left:7.4375rem;width:8.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nvVUgeEzn4xloFsnXuUcP6nDpankqa { top:59.1875rem;left:0rem;width:37rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEDyClTVrQo2kIeJy4OWLKkndbac7AxF { width:47.6875rem;height:52.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGefQfMmyOTJMUWTVIvTVTTtKtdPUcSd { width:16.1875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0s7Aq1fovpmoA1roOSeOfkpGJiyCLI8 { width:15.9375rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrfoy1EIhli26wwcZTWTKfCbTN7AwIrN { width:15.9375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd { display:block; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnToxPMDrIKTCPuUiAmACpi6shm6b9Rk { top:5.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4BdG3tA17nEPsCfCOQgkNCFDwwN8019 { top:12.375rem;left:0rem;width:30.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaQJqPSfCsA0uZTLBA3QvEoXmeidnoMc { top:11.3125rem;left:1.125rem;width:30.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrtCnISkTN16KowB0ygPPlE3FtCHmfz1 { top:14.1875rem;left:7.375rem;width:8.5rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTI49eQcpdIu8ZULpLSuE0cKUbD9vIOp { top:13.125rem;left:23.25rem;width:8.5rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5izODGH0G2Kduyth0cySJZaACJXLrGE { width:26.875rem;height:3.4375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fzKOW48n1neoEfaRhLtLcyOWKTQaDA { display:block; }
 }@media only screen and (max-width: 763px) { #uTOp69AWZK3gNuBwPKXrlrK8D06g7JBE { width:26.875rem;height:3.4375rem;top:23.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTgsH8sosmyBbU4XBQgxTPCHlwkrr5I { display:block; }
 }@media only screen and (max-width: 763px) { #ouvTLzy0fEa5MonlbtxNBScTI0RTNoH9 { top:33.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtKTeld9i9QBtINDEmH4F6aGt9xgtXFd { top:40.8125rem;left:0rem;width:19.9375rem;height:18.1306640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrHBBDJf8SumJawV7UTVGtNaCzXTET6I { top:40.8125rem;left:11.8125rem;width:19.9375rem;height:18.1306640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoxkTeLlZP3X0CG6GNoENIW5eh6v4nG { top:40.8125rem;left:11.8125rem;width:19.9375rem;height:18.1306640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1tMeMLOtlUgJl6L7COhegDfPvlJRkI8 { top:61.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZISSxhKqOBEcQawPzTLryBWGtFD1ztMa { top:68.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3UzDuOwmR9vBrssBEXOiOv0uvB2DFwt { top:71.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDSw1GvAs71ZsGiOLgrtdiBDyhcL2yR { width:22.875rem;height:3.4375rem;top:79.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBounLCGC2EDMKyXBRwagFG8gomDBen7 { display:block; }
 }@media only screen and (max-width: 763px) { #h3wyXhfg1n0AUJCqmeTdITIhzvW3E8DN { width:17.375rem;height:3.3125rem;top:79.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzoNT5QuVED4UCm0PLTtROsBUzMRHeyO { display:block; }
 }@media only screen and (max-width: 763px) { #f92EVOXMChOOomS1ptuU9iXBMnlUFTJE { top:15.3125rem;left:20.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKaCtGueFQchkSXs7fcFXF2IBuagXcuh { top:17.6875rem;left:20.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObL5kA0vTvwb8SfPRwMuR8wVKnvoQaVp { top:20.3125rem;left:20.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGtMl3oVgAfU2fXSTgh9Z8XFT8HbAeG { top:19.125rem;left:31.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2rw8fog2gmrxtJ3UuqNGrfJCzlc6K1D { top:16.5rem;left:31.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNlU3C2m1o88RCXqQm8SPVZErwMh52wO { top:14.125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfJMZyood7s7baXCt6SI6Dru2olytVC { top:15.4375rem;left:16.875rem;width:14.875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F243REdG2822cs1etKK902yETFJvzQfJ { top:17.8125rem;left:17.1875rem;width:14.5625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npss0QKLixMHeymb4QCKEqOxISI5KHH1 { top:20.375rem;left:17.1875rem;width:14.5625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y70crP5JEg7chty4rGzumSfo5TyGqTEV { top:19.25rem;left:31.75rem;width:14.5625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hosSPrLIIFg03xK2rSRFVB1KoLDkJ7oo { top:14.25rem;left:31.75rem;width:14.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIX9XOZJ0ATe6Bpwfrd9cT6WCkyfOtCK { top:16.625rem;left:31.75rem;width:14.5625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K84pHpQ2fLgsyRhGfPmH5SEAUqhFRV9y { top:49.875rem;left:17.875rem;width:12.4375rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkZTSGGA5UTvLqaXkw6Bw9IhKumSTQvg { top:56.125rem;left:17.3125rem;width:12.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFgS2TlpTkrhVSq0QsMZWdf0HUtXhURz { top:56.125rem;left:31.75rem;width:12.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTeAG5RVBKUmSBzgZzOhKgsONibmd8Ww { top:48.3125rem;left:17.875rem;width:12.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHOMvDfFTLL7x8QLHD1TbTpCZqvMK0pZ { top:48.375rem;left:31.75rem;width:12.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIT9qivGZHCOgtPkeaQFETGVmus4HsX { top:49.9375rem;left:31.75rem;width:12.4375rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfpMQASie345JfMMOJH7bzXvbM0u3a1 { top:43.5625rem;left:15.875rem;width:12.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3w7JKd2fkRcTL92ZTWaCrCxPLtBATVH { top:43.5625rem;left:31.75rem;width:12.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3Mh3Pki8k1nmSF3qwTFdDUkQPfGwyV { width:10.75rem;height:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocL885MkuwuPgkGH3d360rf26zLg19cU { width:10.6875rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o { display:block; }#TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0NRFi8kka76cwZFraTyE8Fot1hR3CRn { top:4.0625rem;left:0rem;width:39.8125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9xZr4a1D4IQs46VTpewb9KtE4Tm89P { width:11.9375rem;height:2.8125rem;top:38.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvL7gZZCssa0ot2nocuw1CsAMcuDWtu { display:block; }
 }@media only screen and (max-width: 763px) { #kMsUmbR3D1SIwyVCPS7ghyfS6Wo2k3wp { width:11.9375rem;height:2.8125rem;top:38.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD3cf5TtTec6BJgKN4O8s1NGGzTdrcN7 { display:block; }
 }@media only screen and (max-width: 763px) { #sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss { top:43.6875rem;left:0rem;width:35.0625rem;height:4.5625rem;font-size:0.75rem;display:block; }#sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss li:before{  }
 }@media only screen and (max-width: 763px) { #r7iyR0mDf8W7gxiwCm8v2kbRCeIbkxqT { top:15.8125rem;left:2.4375rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3FEmdX1cGDy9FztcXiG61r2sXIs2oeK { top:15.8125rem;left:4.1875rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeZH5qTlmRdEKZTZL1XJaR31UnA5Wfs { top:15.8125rem;left:25.8125rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF6LwKVNXdJ3TH1VkGI6eirx2Wfdp1IM { width:11.9375rem;height:2.8125rem;top:30.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81DB8mnu5axbsFkaP6mVTDN8q5413nx { display:block; }
 }@media only screen and (max-width: 763px) { #tJ40nSkHMzhW0SxmwTXPOxa2bxfleoc5 { width:11.9375rem;height:2.8125rem;top:30.75rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eMkXhZd9fN8AHHMXCv2Wqd8MeUy7Ue { display:block; }
 }@media only screen and (max-width: 763px) { #CKLGVbAD696GDqbsUHnkJO2xwoxMXzGW { width:11.9375rem;height:2.8125rem;top:30.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZMnNdNA6utsb9m8FEw2haA6ulTkwpf2 { display:block; }
 }@media only screen and (max-width: 763px) { #kwGmDCZLeIFZ15L9XpfxKBxM583pnBJr { top:10.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOraQ5HbkfiTmxaK8WiEc5cC2d6KfCV { top:7.1875rem;left:0rem;width:18.6875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V { display:block; }#EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NO4qM6TirFSC3dJaUPduANJtGsWPAD6B { top:4.0625rem;left:0rem;width:39.8125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDRaJQCbdgcWBVK2SKoy4pbfPgRX6i2d { width:11.9375rem;height:2.8125rem;top:38.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrXUeTQG1s1FFiyBg43rwc7x74mJ2x2 { display:block; }
 }@media only screen and (max-width: 763px) { #KxRyLHOu2ABOKx8JHbXJGvbM3dyKiyQW { width:11.9375rem;height:2.8125rem;top:38.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFh4Nv6CUibv7DtQwsnx6KEXGw3iBJx7 { display:block; }
 }@media only screen and (max-width: 763px) { #PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 { top:43.6875rem;left:0rem;width:35.0625rem;height:4.5625rem;font-size:0.75rem;display:block; }#PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 li:before{  }
 }@media only screen and (max-width: 763px) { #rvuK3EfFTnnLG2ZM7eRJl9JNNPVm6nyG { top:16.125rem;left:0rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoIDt7xhOolrK0uvMXtGyaHdE58hl0gL { top:16.125rem;left:4.1875rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4aiBbVgUweBk6PPd6GFH2Tm3gE6rfT { top:16.125rem;left:4.1875rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAnNNqWgJcEpPt1e5zhNitiMfw9aFuok { top:16.125rem;left:28.0625rem;width:19.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoqlH6itZh2xfHeZOPztfDHAVTwFgvog { width:11.9375rem;height:2.8125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkaiDzX5lfAzqBBHxHLteusg2rffb0c { display:block; }
 }@media only screen and (max-width: 763px) { #qg4bwfVTNzX80uuXfo46XlwpvDuVa7dB { width:11.9375rem;height:2.8125rem;top:31.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBb5QHsN5EuQrpkJtsAv17vl7xeqvrQp { display:block; }
 }@media only screen and (max-width: 763px) { #UH2Mtvuk8NcJ0m05chl2rdGZVukqCDPX { width:11.9375rem;height:2.8125rem;top:31.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSoBk2uxBMUxX1XQhQ9piyGhfL1Ue89T { display:block; }
 }@media only screen and (max-width: 763px) { #L9X54d6PxgcbIBbyN51VBt6NxWawkUTQ { width:11.9375rem;height:2.8125rem;top:31.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plOcFIUQQeznp02OzpvaKXtEmAZeU0ou { display:block; }
 }@media only screen and (max-width: 763px) { #ZTv2no0Hz1yvuOqSBMc4ZGbz73TiTEx0 { top:10.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZgJqDXEW8d9ROXeSCkJaPXzKg6FBrHq { top:7.1875rem;left:0rem;width:18.6875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #seBLAdLPeeCKu35fhtwNs3ph5pASWwoF { display:block; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcFJsfT3RkSdy1i604qJoM8DXFc7MnuA { top:7.125rem;left:0rem;width:33.1875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1enTT35Ms9uT5JsaTvFohorEdPRf2qa { top:12rem;left:0rem;width:24.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1OqgsC39mTTga4qHauZ66bIgpFCzeQk { top:19.6875rem;left:6.1875rem;width:16.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isq30o6IZXvx8EeVgk65uG3quUqxDTml { top:21.8125rem;left:6.1875rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDs1TmfP71QwHbPzAISaMULdKvtTr3pJ { top:19.625rem;left:3.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FevkOXQ7Xl9qBqJ3KCLaRlq1pRDE5wGT { top:21.6875rem;left:3.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri9wmTZGXB6SrXvzeZsm90OORcl69VCt { top:17.4375rem;left:3.4990234375rem;width:5.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lElLbhVNLQJN7sSFdLSSN6BdTqv1Tv2l { top:16.3125rem;left:0rem;width:6.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUWRoZM1oxEVPhoCgCNb1CGOQd8x1JiO { top:3.75rem;left:0rem;width:37.5625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG10qcxk3Q8eGydGx94BnlUxKTl4sOqp { top:28rem;left:0rem;width:37.4375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbN8qTkBiWcmTwWhPL5dOf98vynT0LSW { top:30.6875rem;left:0rem;width:33.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqFTNKp6DQ7LCrPNTAhQ5GcoU2TipyJ { top:34.3125rem;left:0rem;width:31.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3DxOnsXNCeNWoPTLWTQW7HPTLHg4NB7 { top:38.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8OaTOwUPq3EZZtENnB1JQlSEI6WZrVa { top:38.625rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJDhhSBsHo6sOeTi1gOShGfuspqzgHaG { width:13.875rem;height:2.8125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToyNt1bn7BzAnoLUTM34zXwmeiAfdvQM { display:block; }
 }@media only screen and (max-width: 763px) { #wKQVsTUwm2Qtef73JSXi9RwrkPnz6eo4 { top:3.75rem;left:12.375rem;width:35.375rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-regular-label { width:31.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-text { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-text {padding-top: 0; padding-bottom: 0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-textarea { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-select { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-select {padding-top: 0; padding-bottom: 0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-button { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-checkbox-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA  { width:31.1875rem;height:auto;top:10.6875rem;left:14.0625rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .radio-container { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA {display:block;}#umfq17EvRontaphaCsXRXAfQfVREcFaA { width:31.1875rem;height:auto;top:10.6875rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #l82zNBMrblF3PAOOnW9EHx6nhHE1Oxe4 {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #aBDhtKUykG8mbCDvLXg8BoKC9yWbluvD { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #G0QlPrOi9vWUWQTp0ZJSWhCgt31P5iEf {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #cT4NqgReoHrT14i1iqWHkmGKxCcZvdAD {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #rG5BCTDFhd2DATV1lK8ei24RvUl6xUcD { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #VIX3g5aXdsJ3XULkiFAxIeIBAGXcfsBA {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #nGQZmDxp3LnmrIs3NylSSh6MmeK7R47s {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #n47BC2dlFXmRmwNkaB48NeeHbGSD6u7O { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #z304a9TtKRR20ekdryhUO93sOz5P2VAK {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #cAMzd0nzLg0TN3KdJLnPQV3TsyIkyUGd {  }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #cAMzd0nzLg0TN3KdJLnPQV3TsyIkyUGd .container-column{width:50%;} }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #fHZlBN8qJmF146hyTHC89vSMXWosC53d { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #TTDsWIpMJamRXcluI9TNzDLiTiDkBUV9 {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #l2TDF4HiGN9TsT1SiUc7b9uJlDKTP4DX { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #WVQE9tD7bnhzGu09etRn4he5XWlvKo8u {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #peGGM4mprp3uSghWiPztKz6OUbSRD7kb { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #qOkTrIDPTBtiW26oMNSw32aMM3xxwDvS {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #qAXpakrDk3W0OI9chbKJXyzPXcRiheZr {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #vkrM8LoH5J6riX1d1vSX3RMrbmLs59OU {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #OT8gJqEmuyBuSR6NEnELXsp24tbFk97g {  }
 }@media only screen and (max-width: 763px) { #E40Ze6CRZWASecHSpwOcXg99u9nVxspk { display:block; }
 }@media only screen and (max-width: 763px) { #QZdprOL5wGSsskJXQ5b5EuNTSeaiZAt4 { display:block; }
 }@media only screen and (max-width: 763px) { #zJirnKDz7ntxMUmagfiv5u3xtvBsUtAO { display:block; }
 }@media only screen and (max-width: 763px) { #CwQ598w6fuvhSugcD2lpl3IU4vw8mhIb { display:block; }
 }@media only screen and (max-width: 763px) { #FCfZl00eTGrwUwmqnubeputvVEnu5bBu { display:block; }
 }@media only screen and (max-width: 763px) { #e6nosIyd94WchgpAukxKHLxJifdqSTPS { display:block; }
 }@media only screen and (max-width: 763px) { #vxQV08pFJpowNOVm44PQHwx312ZDPWAM { display:block; }
 }@media only screen and (max-width: 763px) { #E3uxdow7rZxdnUI7rwFU5ccZBXlTS4lP { display:block; }
 }@media only screen and (max-width: 763px) { #XGT15ocnBbDqREnO41pRNTKugNd0vPfi { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #zfqWElUUgArwLQ8RQtRJ1EACB94ODumm {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #rN4l2RXwh61sUtkE3bICGiFvqN5N2HWq {  }
 }@media only screen and (max-width: 763px) { #WT7hvKd1mSi9l5a890dcRhMJ9EmH43ZJ { top:7.375rem;left:16.1875rem;width:31.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb { display:block; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fohJGEsbP5I4AtqugviX1t8aBHIJkHz5 { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK7KSeB62PJgFhAsogJr1oVpE45x5puD { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmyWUVhuSmTGIvOJJceEArWMkDiB6TUh { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJGCdeHu42cMNrW19CIsGxvWkmASEzd { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIuRS859EVZTcGreKUKQ1osoN7KMHPJR { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZReRQku07uKNmuioilwmSvHefw7114 { top:4.3125rem;left:33.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
#NRZReRQku07uKNmuioilwmSvHefw7114 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #NRhv9CkeEThz18t7Hzzg5LcrCFPO0uy1 { top:4.25rem;left:38.625rem;width:1.8125rem;height:1.8125rem;display:block; }
#NRhv9CkeEThz18t7Hzzg5LcrCFPO0uy1 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #qLy7MZiUPoK9OsVTcTVHnopibbwzQDLD { top:4.1875rem;left:36.0625rem;width:2rem;height:2rem;display:block; }
#qLy7MZiUPoK9OsVTcTVHnopibbwzQDLD > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #QDHZZ1ebFq5mB9fyGKxI6TzTSpNkS7a2 { top:4.25rem;left:41.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
#QDHZZ1ebFq5mB9fyGKxI6TzTSpNkS7a2 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#000000;background-image:none;display:block; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container { background-color: transparent; background-image: none; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container > .video-iframe-container { display: none; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row > .video-iframe-container { display: none; }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .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); }#zA3FiL30RKHIxZZTBnUu1Duv0cOPhueb > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOhNcbnVICL6yMcc5AuhOKSmeJ5UQ7bD { width:6.25rem;height:2.1875rem;top:3.5rem;left:6.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrxiPNgHHNTOlmZ33K2LQZXv9oUJo6T6 { display:block; }
 }@media only screen and (max-width: 763px) { #x9Plw10CxncuKH2X8VT6y0XulFVsklJf { width:6.25rem;height:2.1875rem;top:5.6875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4vGeqcIv1OPpTwraFyC02zQfJSCHzyo { display:block; }
 }@media only screen and (max-width: 763px) { #hTfULrvWTcguTAkApIsTG0FCP414UCpq { width:4.9375rem;height:1.625rem;top:0.96875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PykOg6GgNNaLTTJ70gmeXk8i8PEix7eH { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aB7EoG9H6rMD9p8FOiD3UmtxM51hICzw { display:block; }
 }@media only screen and (max-width: 763px) { #J1mG33F44zTMN0AkGC5l3F6efIV43HeO { width:6.25rem;height:2.1875rem;top:5.6875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPLl5COEcEAlCi2WxC0IwPzU87fmqCeX { display:block; }
 }@media only screen and (max-width: 763px) { #se23KfC2b0qn7c8N4dizTZoreL89KAcO { width:6.25rem;height:2.25rem;top:3.5rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmqQz7JuWC6rXADAo6DJWIIXF3QrKVMf { display:block; }
 }@media only screen and (max-width: 763px) { #RS8cKMtd2OVDqm7xKhH0Qkeox30Gy2vi { width:6.25rem;height:2.25rem;top:3.5rem;left:13.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK4QAPwdyPrh2FZtGGvM7i2mcQXVkmuR { display:block; }
 }@media only screen and (max-width: 763px) { #dswl5VEcClCp0uPVKc9Folh5TLfWKGPK { width:9.875rem;height:2.5rem;top:3.6875rem;left:10.125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #aXb56M0lNVxzSEqbT68uBChzOQxz4NQr { display:block; }
 }@media only screen and (max-width: 763px) { #B3gmKGv2DRoVO37PDyqJT9MHiUiA9ISo { width:9.375rem;height:2.25rem;top:3.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHc7hHss4PTguipE4eyfrSPbuVSdlId { display:block; }
 }@media only screen and (max-width: 763px) { #EwTr8miEwOLaHvut1m9TcUwyIUB46oAc { background-color:rgba(0,0,0,0.34);background-image:none;display:none; }#EwTr8miEwOLaHvut1m9TcUwyIUB46oAc > .row .container { width:20rem;height:34rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfOVzIhE5e3zqwrPqGIK5LwUUUJcp4Xx { width:17.0625rem;height:2.9375rem;top:30.125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiIfymQ41PFW4GNBgpieRXyOC689g1C { width:6.7485625rem;height:1.05615rem;top:28.25rem;left:1.5rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #V91DtuPwhXoUScoczNiUDr19IaBXbRaD { width:5.5rem;height:1.5625rem;top:28rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApZm0PsW37SIUTq4KqSp9K0ArzTZOq9r { width:5rem;height:0.97485625rem;top:28.3125rem;left:8.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Anvb4N0zbD0EPCqVRTUDTKy11WkH2mvz { width:20rem;height:7.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/9202f62b-7e6c-4a27-b610-ab54a2e987b7/Slide16_96.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi.adaptive-delivery-prevent-bg, #qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi.lazyload, #qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi.lazyloading { background-image: none; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container { background-color: transparent; background-image: none; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container > .video-iframe-container { display: none; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row > .video-iframe-container { display: none; }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .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); }#qzBAqFkd4OeZTzJ2isIXlfoTSLUgqBzi > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taxLerV6zTlNPfTvxeVIf4XGvmkT5UpN { width:20rem;height:1.29980625rem;top:15.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #o6xgMB7eWbfiLTEmZrrWxegcPZZBAvHO { width:18.8125rem;height:3.41015625rem;top:28.75rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rXwpmty9m4OL9J7h5IAqwmKOLTlGMLTH { top:7.8125rem;left:0rem;width:20rem;height:55.5rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xUNq2Ourgl4LqQOxOaTw0Hr1qH1wdZQB { width:12.9375rem;height:1.6875rem;top:17.8125rem;left:3.53125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OTTZICNRHmitqaiSCScy8tgBi9Hr3MNS { width:5.5rem;height:5.4375rem;top:18.40625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ0sGkXx3K7yqeQ6ZSyuzOW5r9qIPbao { width:20rem;height:1.62524375rem;top:24.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ibDdGmryKDJEKxsxBcmcq0lgqTNUqoWf { width:20rem;height:1.4624rem;top:32.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zueLRSyhIObdNuxLZZct0ZLns8Me1Ns7 { width:20rem;height:1.13745rem;top:34.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #USEMEvrBQH7cMtbLfE9xHRT5p5BWZSPZ { top:18.4375rem;left:3.8125rem;width:12.375rem;height:5.625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w1U13BMuPqNt3TEnIEIDwt8fvCh8Xk7w { top:1.6875rem;left:5.25rem;width:9.5rem;height:1.5rem;z-index:15012;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z { display:block; }#Ji02d4HchTWXkbLxixV6W7V0xwv0oX7z > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL0KwHmyQKU0z1gQAi8S5TVP4TkbVnCM { width:14.6875rem;height:0.97485625rem;top:0.9375rem;left:2.65625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpNrnJu1FSpxuNRobyWWqKaz63mLG8ZJ { width:10.1875rem;height:1.13745rem;top:2.4375rem;left:5.6875rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E7QoTmqiS9IuDkclPy822iIHhoKMn4sa { display:flex;width:1rem;height:1rem;top:2.4375rem;left:3.625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #bgxPX3w2G6W6fVW3Akx6G7ZHZqCLBsdl { width:10.25rem;height:1.13745rem;top:3.625rem;left:5.6875rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgUWhhb3fuUO4nbOGApaqWRI5OFVA7My { display:flex;width:1rem;height:1rem;top:3.5625rem;left:3.625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IigwpxphZTTLKPPd30iFQGaldRIsCvz2 { display:block; }#IigwpxphZTTLKPPd30iFQGaldRIsCvz2 > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2rORhAbQa7To0A5dMbFVuF3A14VggLx { width:12.375rem;height:3.8994125rem;top:13.2490234375rem;left:3.8115234375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OLhVNchSP0MUKwAKHDLPhUPUAVnyX0sB { width:20rem;height:1.29980625rem;top:17.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FVV6P3SwcaklTRyf2ONO3cSH86PKxEl5 { width:20rem;height:1.29980625rem;top:18.8623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wAwWfSpFwv9MORaTTkBecF7TWS2ZF9T8 { width:20rem;height:20.625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyzzrWq1K5I0tWSCSK5zXG04swsL45d { width:20rem;height:22.3125rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZwu9Id5SPlgK7ZAO9LwUXFtZtTENXP { width:20rem;height:22.3125rem;top:62.478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv89zIJNvVsrgB9tKTgwhCnekt62CWtv { width:10rem;height:10rem;top:22.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uaZUVqr1UWFwC7O1cLJfabgxTuZWgs { width:9.8125rem;height:9.5rem;top:42.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnDgr6plr7n5XxplXnNaVAIEbMki6T1 { width:10rem;height:8.1875rem;top:63.9599609375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAZVhXkz5iwpx17bd4WkryxNAMTspolX { width:14.75rem;height:2.2749rem;top:36.3125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDhy3ZODgaekDc7gSh5AJf9w0zzQNt5M { width:12.4375rem;height:3.41235625rem;top:56.375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFtMLyIFwwxGZ3askSKRDhAAl9WTkwQz { width:14.75rem;height:4.54980625rem;top:76.7099609375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duWIRGiMbPShBdTHxOCU2pCdyrzC8WaM { width:14rem;height:2.59863125rem;top:32.625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK1GdtrUNq9SNM1PexN2UBiI3so3XFdS { width:14rem;height:2.5986375rem;top:52.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgTqC4iATAHzXifC45LSP7NV6OU0P5K { width:14rem;height:2.5986375rem;top:72.8974609375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNWx121cZFZDHnb7wLDnqk92u7slSEym { width:17.437rem;height:3.3745125rem;top:3.12451171875rem;left:1.28125rem;z-index:15015;font-size:1.125rem;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #phPUP5VhN7J6ATRbS7SJuH8HMV8i0uwE { display:block; }
 }@media only screen and (max-width: 763px) { #iCgWqTdIB60iTwuBP0cqg7pe0s4OtGLt { width:17.5rem;height:3.4375rem;top:7.6240234375rem;left:1.25rem;z-index:15014;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKbf72K40wXui5H4yfohdtKMD8XoCuDw { display:block; }
 }@media only screen and (max-width: 763px) { #HeN7pB0lmn8SW40FRXM2oQJpN6156908 { display:block; }#HeN7pB0lmn8SW40FRXM2oQJpN6156908 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRmUylS9NRLXoDc7XRkx0UZT9pFT1kWa { width:9.6875rem;height:3.375rem;top:0.875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DTPxc5L8fLOBQVgEtL54oT9Z68TsTcJs { display:block; }
 }@media only screen and (max-width: 763px) { #VzNZSqZ6KfBV3HlHwNrBM3V6GRXv9GhM { width:9.8745rem;height:3.43725625rem;top:0.8125rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdLVe19BvHISet0aICTcnRAGCZDWLrwT { display:block; }
 }@media only screen and (max-width: 763px) { #SldUhnDUvAluqhf4p4OLSSS3AW9y8F5Q { width:9.81225rem;height:3.375rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTtVThNeJmUuJSyFF9mGciqKPuvXIE9h { display:block; }
 }@media only screen and (max-width: 763px) { #D6AtS67FpLlgiNSrQpTGR1fEbW4rN9Si { width:9.375rem;height:3.375rem;top:4.25rem;left:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a3lw2xHlePfi8ZWLmsuKKLKqVmgFFx { display:block; }
 }@media only screen and (max-width: 763px) { #a2S96NowUR7mgznrf0DtViiJLlFsCROK { top:0.968505859375rem;left:10.21826171875rem;width:0.062255875rem;height:6.24975625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #twF8JdkX6L6NgvMXESzfIWATGLU9WgAU { top:4.25rem;left:0rem;width:19.9995rem;height:0.062255875rem;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT { display:none; }#A8RVOmWE7wnGmTwiN6bEIdUN6Kse3CXT > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RXRycymF8MrTu36T4Nx205R8pUMQtmF9 { width:8.4375rem;height:1.13745rem;top:2.25rem;left:0.8125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pZhPB3i3mKKrMU8VeRxdlDQLioCfIwtX { width:9.3125rem;height:1.13745rem;top:2.25rem;left:10.0625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9FFk0qIlTKRDiMPwRK6bONltRgQv1W { width:9.3125rem;height:1.13745rem;top:6.3857421875rem;left:0.25rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bocb39CSfBZ5IvhGh7kRv1ToroVpv04M { width:8.0625rem;height:1.13745rem;top:6.3857421875rem;left:10.6875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EryPNNozxOh9mgCEtLagobQtz2v0vbRW { top:4.8125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ney2MK5EkROGmroDvKiwLTQqBm2owQqm { top:0.71875rem;left:9.9375rem;width:0.0625rem;height:8.125rem;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo { display:none; }#g8lcF5CTQJmTTeqkCGc1sZNvHKTxHreo > .row .container { width:20rem;height:101.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HcfJEPIRDia8Pl4JCrswpyWfX8SxTcL4 { width:20rem;height:1.62524375rem;top:3.2373046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LxF2yqhNtnJSZHL4f4Oz9PFuU1BKAaL5 { width:19.5rem;height:6.499rem;top:1.625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ztm74Si6L5dTkp3i4zvLPWvKImfnrGTS { top:7.8125rem;left:0rem;width:20rem;height:55.5rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FSTdTyTMpLe705QlQpPJiQKTVcGtxk95 { width:20rem;height:2.7837259100642rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TCE4NfQX9vgnXNRRnxTx1GMwTbcqHh { width:9.375rem;height:9.3125rem;top:75.04491875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmCnlZJUE6TNTiwxfBvnWTbAlgvowP6W { width:20rem;height:5.19921875rem;top:68.5957rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kI7mnLBL9phgTc387EA42B7HKWqZ3urM { width:20rem;height:5.19921875rem;top:85.60741875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hwmDRysyuqq6mxRcSwAOuOAIoXm3Gf14 { width:20rem;height:4.875rem;top:92.0566375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HTASWuPAyTk45DSsIyOwf0DnI60eIed9 { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3bbc9978-8a92-412f-81e9-f31599c27064/Slide16_92.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9.adaptive-delivery-prevent-bg, #HTASWuPAyTk45DSsIyOwf0DnI60eIed9.lazyload, #HTASWuPAyTk45DSsIyOwf0DnI60eIed9.lazyloading { background-image: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container { background-color: transparent; background-image: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container > .video-iframe-container { display: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row > .video-iframe-container { display: none; }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .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); }#HTASWuPAyTk45DSsIyOwf0DnI60eIed9 > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8QIqDERnqSdBO61lBtDoN2WCEoCq6bS { width:20rem;height:1.62524375rem;top:3.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bOFqXszTg5bVtg2CKaFuAoWK0LQMOB2r { top:7.8125rem;left:0rem;width:20rem;height:55.5rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #omyrooZJk51MChkLq57lMwxBM6rDib6g { width:20rem;height:2.3762376237624rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpvT1y7wrUFJt3X74oTlW7D2Ori2eT54 { width:20rem;height:2.6143790849673rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfCBZZlr5sXCo11Q2AqSr6tPlffkGHgx { width:20rem;height:2.6143790849673rem;top:12.30078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1PUHwfCAAuLsTUaTlW5haibQFrLG7Cy { width:15.375rem;height:2.375rem;top:34.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8lOqlxmkzyPCAScLbKgLt274lwhdrFr { width:17.5rem;height:3.4375rem;top:42.2177734375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oozKs6bQEeS3z3w9KI50VFn4c52J64Tg { display:block; }
 }@media only screen and (max-width: 763px) { #eA3QeJxk2yCJWRWFEPNXlD2pMrwQ5qgg { width:17.437rem;height:3.3745125rem;top:37.96826171875rem;left:1.2802734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9KGDlfDTGGkPcvqSoCW9DIixKE4Lon { display:block; }
 }@media only screen and (max-width: 763px) { #Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 { display:block; }#Dqd0PnT0SRZoR5Ur7nWluaeDcMQ506F7 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh48xxDXyxKMneBA792J6ogngL46MVcv { width:14.3115rem;height:4.06055rem;top:2.6103515625rem;left:2.84326171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KguTc8rl1K7mNwhec2UZXdcT9TKelnI0 { width:15.9375rem;height:7.1875rem;top:8.6611328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX0R5yQwMtZv5cye1L2UlttCFQrZ3lSW { top:9.8125rem;left:0rem;width:20rem;height:12.4375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RwdJtnwTwHGrBW4V3sFdJyizWSupIzX4 { width:19.1875rem;height:1.3999rem;top:7.3125rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zo60bmflObpWxmThwic41u8ZOgQXf7gJ { width:17.5rem;height:3.4375rem;top:30rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBKRnZiqzETsAkhWzgHfldqFKK7Lvo2h { display:block; }
 }@media only screen and (max-width: 763px) { #wxrTgtmosr1dh7dBEJb8bQrHnbe2tUuU { width:17.437rem;height:3.3745125rem;top:25.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzTi5QA8mzf1IhPqchWe7MGRbTTV9Zmg { display:block; }
 }@media only screen and (max-width: 763px) { #L3dGmMemk0gTvt8GulzlfQKs5PZWptLX { height:11.204545454545rem;width:20rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny { display:none; }#qZ1vJOTXNSMqx3CZvxACAJZRKNTazZny > .row .container { width:20rem;height:111.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KqEIZVoXt9aHJ3vBFGWinFkBkddmzJDF { width:20rem;height:16.3125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeOEMR8NM9Er0Dqo6VTmHJQneeg3phos { width:20rem;height:17.5625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VLOVk8W89zeM2Sc7llzrTOtPz55xtr { width:15.625rem;height:20.875rem;top:81.8730625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdohUbOBq3WxRyLWSV97aPz2AeGRrvDS { width:3.625rem;height:0.97485625rem;top:12.9375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dREyuv978cX87J59vS3bBbu7Pkf6ksld { width:16.3125rem;height:1.62524375rem;top:14.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJs2byTx64ap4rmoNlHcIfFn0AXEghs { width:14.9375rem;height:9.098625rem;top:17.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTy3IutQFvFyPrTEFVHkurL0Xqr5JSo7 { width:14.9375rem;height:7.7988125rem;top:37.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFz0bEcQrsMU4JyehbJKKTQJUBeb92Ct { width:13.625rem;height:3.2504875rem;top:32.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRgP9EhCkySFfRxOWbBQziP8PTtdaniF { width:11.0625rem;height:0.97485625rem;top:31.25rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAHVUk9Amhr7ALTGkKTvJp98Viwipdt { width:20rem;height:16.0625rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNbwhEE4eiT7phbqIH5kWyOUw3yLiika { width:14.8125rem;height:6.499rem;top:56.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvdZXcEbdm1Eb2LdEbVQVuozdnVhGUD { width:15.625rem;height:20.875rem;top:37.6230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g41xqwHpCQp8SwM4q6QKBF6BKrhvk4AF { width:14.4375rem;height:3.2504875rem;top:52.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ5EPQxiy5V3mMpEtaQbJeUKT1piprGV { width:11.0625rem;height:0.97485625rem;top:50.875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WpDa2cI1WP0QQTIZPiVp4aP8ETVPSd { width:8.0625rem;height:10.8125rem;top:28.685546875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad9HctNxoMQQDITmZTy4kJsrytidKQO8 { width:20rem;height:19.375rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5uOGkpJ0uqq8VMhIMxgp3sLS5FV4z9 { width:14.9375rem;height:9.098625rem;top:75.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWb8dzXrZaMRvFqRGmUDgNEpgTBeJzgh { width:15.625rem;height:20.875rem;top:103.9980625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TREhA28TyOQuTAQBPCIig9rml2GKz6wT { width:14.5rem;height:3.2504875rem;top:71.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTT0THRKIdQ7e9fvK3Z6awIEZH2BL9CH { width:11.0625rem;height:0.97485625rem;top:69.5625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJxpKcFBUV3aqQg6XaLuF9ZG3HosoPMD { width:20rem;height:19.5625rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DhU0AnP3cKV0lfhcVQVsAc7qOTcTVI { width:14.9375rem;height:9.098625rem;top:98.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hodGmtpGzlGbg3GmIOPv4HlXwJgG5FQ7 { width:15.625rem;height:20.875rem;top:59.7480625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTCuivzz10tBcJTtmIRU3wUkIrzAezXJ { width:15.3125rem;height:3.2504875rem;top:93.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUw5leDmK96WyITHlmroZ3Si9TCiMTr { width:11.0625rem;height:0.97485625rem;top:91.625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGlWZT16RaK3Sxk6ghaZtK0xHXIhmV5H { width:16.5625rem;height:7.796875rem;top:1.25rem;left:1.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC { background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/9ab0c45e-d258-4d64-bee5-5b3f68efc69f/Slide16_93.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC.adaptive-delivery-prevent-bg, #vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC.lazyload, #vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC.lazyloading { background-image: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container { background-color: transparent; background-image: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container > .video-iframe-container { display: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row > .video-iframe-container { display: none; }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .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); }#vaKn8eyoyJtBRAcqNZLIPtRgz9F9NLgC > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-heading-text { font-size:1rem;height:auto; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 .accordion-desc-text { line-height:1.4;overflow:hidden;height:auto;font-size:0.75rem;font-weight:300;font-style:normal; }
#O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 { display:flex;height:auto;width:18.375rem;top:19.5625rem;left:0rem;gap:1.25rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #ISE3zeDOide2csHuGfuesaZh0IFARtB4 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #WiUpmL7QeNeydVSwBtisTBG5Cl1whmw9 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #RVQvdOzGpPlm4kRdpivUgbnNnxglgg9u {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #wiac1l6V9yyeWSZDdnzKcpCaTT6fHGX6 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #TQH50FRm8n3grCe8tC1XFUAGIKggpg30 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #uakZJwTk96EqlpEKdTqo3Zv2uBNQkGyz {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #MrkRqR7mvtZuef8vNfoIUzi42wXal7ZM {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #Lu1AgVE4a1iWO8TXf8dlQMudMtgTNR1B {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #tGTCL2h2z1aQHO2y9g4x9o7c0QxaQI3v {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #BAycyxGClVtw8EWFcDyrtM2PwL8KOthQ {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #tSG7TwRgweEZDDAJTX34QiTEyr3lSaV5 {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #OG2EyIk5nWTvbP279Wcbd1c2gefLDkuH {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #LHTRRO7xS8l8KhvUsQm4v1tZnkCyRa3d {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #PMTgPHlpkev6ggFyTaK9H4sisFdhOJgl {  }
 }@media only screen and (max-width: 763px) { #O2sgtvRbJ5KnPABd7KhWzpu956UoH7a6 #GTLxaBRPpCVUn9XUCD5CZRDGpwabVoDd {  }
 }@media only screen and (max-width: 763px) { #r8JGILoUIqfOxzInZSlMkr5WDoABMSL8 { width:17.1875rem;height:2.09985625rem;top:48.5625rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GE1FCXgUcvVsL0SFgsUv24ibNb7fZLks { width:20rem;height:1.92480625rem;top:50.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvT4c89VPkCFl81mDFGEVAzZkDqkdElW { width:17.1875rem;height:5.24926875rem;top:4.375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvgQFTQV1XmlMUWEFB6ROgNfVfVOs1L3 { width:17.5625rem;height:7.34765625rem;top:27.8779296875rem;left:1.21875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdPBSdE2HbJ5bZHl0gwVqvQ4sgsl2NZ0 { width:17.5rem;height:3.4375rem;top:59.46728515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCK6wHkVi9BKfDxvpTl6UbyabtmlwFCf { display:block; }
 }@media only screen and (max-width: 763px) { #ZfOkK2aVWLPyrte6htTxFk5xTh7srauU { width:17.437rem;height:3.3745125rem;top:55.2490234375rem;left:1.2802734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJqkkoqJNh4s6OLiNckKpW62VoaB2nh { display:block; }
 }@media only screen and (max-width: 763px) { #lsBxJk7tV503uGJFZJKPbqZph375cuee { width:17.5625rem;height:6.12670625rem;top:11.0625rem;left:1.21875rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3957aa6e-f6ba-4114-9b77-698341036d46/Slide16_94.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa.adaptive-delivery-prevent-bg, #g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa.lazyload, #g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa.lazyloading { background-image: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container { background-color: transparent; background-image: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container > .video-iframe-container { display: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row > .video-iframe-container { display: none; }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .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); }#g1kz2WKIfO4vaOBGogXNAI5uAF0RKWsa > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZEAWI4Cs0qHQkR8hMpLLbsKTguwOGTy { width:17.875rem;height:0;top:2.0625rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dHLXBEUV1Bn9UvFTRboCz8Wf7Tlxndzn { width:15.9375rem;height:0;top:11.38671875rem;left:2.03125rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qXL45GRpmnTqnzq3op3plHo9LMrDJ16P { width:17.3125rem;height:9.334rem;top:33rem;left:1.34375rem;font-size:0.75rem;color:rgba(var(--color-tertiary-2),1);display:block; }#qXL45GRpmnTqnzq3op3plHo9LMrDJ16P li:before{  }
 }@media only screen and (max-width: 763px) { #ONvH02vhWRFMzMUsTs4ZPwVCbtKLsX5T { top:11.38671875rem;left:0rem;width:20rem;height:20rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gFTONSHZHnrovKsoJE8rUTflC213xmnb { top:3.812255859375rem;left:0rem;width:19.9995rem;height:1.94970625rem;z-index:15000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ffy8zoDLtEmFeZOUORcz2PBTl0ssoMag { top:7.25rem;left:0rem;width:20rem;height:13.875rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #x04FLLgp1gHQRRJKT2GOtmwCZTwkaU6T { width:20rem;height:33.6875rem;top:40.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUwslNfGrcSBks78PKDvpr920a8UvJ2P { width:19.3125rem;height:3.4375rem;top:24.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKKoEJK6TyC6L54x1dsdFyTutzTQJv1y { width:6.125rem;height:2rem;top:29.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHgTQgP4zzgQJHWSKhxVg0VhfwDH5Zu { width:1.8120125rem;height:2.0625rem;top:29.343017578125rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10Th0bVWmsyEKP9ePO4CSkbei58MHpT { width:4.25rem;height:2rem;top:29.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU { display:block; }#GAFqm0RMRRABXDmvh6tZgKydbWTO3GJU > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDm0tko74T7pAxTAERHS9X0Ltc1XcyMO { width:20rem;height:4.0253875rem;top:2.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5NkZf2ybp4l9pil4HrfJCuAHUR71hM6 { width:20rem;height:1.39965625rem;top:6.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mnROpZORUft7itspmyOBvKMknVOzDumB { width:20rem;height:17.375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1ewZ5Gyuiwhr9d3W6ADsPQSgfGJke0 { width:19.8125rem;height:17.375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuW2RmtxXAPnwBlvRh8TwgwIJBQTkiyX { width:19.8125rem;height:17.375rem;top:10.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuXs4m0pDPF122WWmn8hde7dxm7BEvA { width:5rem;height:5rem;top:8.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvERQIPfR5ImzgLvWH9cVohyrMsBDt2E { width:5.625rem;height:5.625rem;top:25.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0iwTZTlu366FD8URtXZRrxmiO9gHgTL { width:5rem;height:3.625rem;top:44.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px9hNPTwnv2QhEvSZTumo2a52QKom2s6 { width:14.1875rem;height:7.35205rem;top:17.1875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2Sfc0TdT9rn9vVbglLoBkizMzr3ipSp { width:14.1875rem;height:4.90136875rem;top:35.875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiXixXaTIN5WfzT30V1yToKWxfaGwPgW { width:14.625rem;height:6.12670625rem;top:52.75rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6IgRaxU0Bci1kpzs8GmsbRB2bfar5wp { width:9.9375rem;height:1.875rem;top:14.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47pBW1iDQq7zqfzbkLmlFPVKTo5Egdh { width:11.6875rem;height:2.875rem;top:31.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfxw0CMo3UQMkkFFDpTG1MF6bTtSulE { width:7.9375rem;height:1.875rem;top:49.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 { display:none; }#gFU8wZ7KEoTM9ENErRSh7eA8Xr0ErAH4 > .row .container { width:20rem;height:72.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #us4e8soG4wl6tdivy3cR8TEJyCSTTDqB { width:15.5rem;height:5.84765625rem;top:2.0625rem;left:2.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmK44dq7TwPWemcXae77exatxde331kk { height:11.1845625rem;width:20rem;top:37.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVEhWFTpbASgmn2wazDhwmkysigthc3f { width:19.5rem;height:1.4624rem;top:50.5263671875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J22C3ibAnDTMNOHOh1PBXFTe3cFu52nS { width:1.5625rem;height:1.5625rem;top:54.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWJLydAINZKyoTQ3RPso4e1gMpzaKk7 { width:14.8125rem;height:2.5996125rem;top:54.625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nKfm2G6z9RTN3cLL4rgg727ZD8BslCTW { width:1.5625rem;height:1.5625rem;top:60.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKuMxQFfFyXMTB7ZPa0HsvsyiI3bk1ds { width:14.875rem;height:3.8994125rem;top:60.5625rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LB2INVb9KhZVWP1EGgGzyl9dbwlFgbDn { width:1.5625rem;height:1.5625rem;top:67.3193359375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRIR2VRhDP9UfzzJAz5T3ZpTqFP4UUH5 { width:15.5rem;height:2.5996125rem;top:67.3193359375rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBHhROTneMwD9M46PdEi4Bwmx2ZaLpbx { width:20rem;height:1.4624rem;top:9.1484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mvgug3a0oVdEkcxzcX5d1O2b3poUZzmZ { display:flex;width:2.1875rem;height:2.1875rem;top:12rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LqwscglUixiTXfiiFulaBtIgABAhDOOD { width:12.1875rem;height:2.923825rem;top:12rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9aTZdfA8qq0gAVM200uofEAtCMAtqew { width:16.6875rem;height:6.499rem;top:15.8125rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLwOf1Z1FCIMEAd6sT9cb5UFLTGSwodi { width:17.3125rem;height:7.7988125rem;top:27.15625rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxpuDPvzgJH2EdWCBRhFW80mpbBT8c4g { display:flex;width:2.1875rem;height:2.1875rem;top:23.3203125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #orMfqJfyU0NViizrDGC0Kado04royf8k { width:13.1875rem;height:2.923825rem;top:23.3203125rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKEFrazvA7ddwHTxX9IUfr5HLs89Af5l { width:20rem;height:5.1875rem;top:53.3505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4UfwhTR75A1ZUxx87MbOy4T4DpdSGHe { width:20rem;height:6.3125rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NGp1nyXKH6GUiCMLZOBMLaOJTOgHmp { width:20rem;height:4.875rem;top:66.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #00091e);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #00091e);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #00091e);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #00091e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00091e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00091e' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #00091e);background-size:cover !important;display:block; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container { background-color: transparent; background-image: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container > .video-iframe-container { display: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row > .video-iframe-container { display: none; }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .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); }#OApQS6IUSC8AtZx2tUcKU0OiKzqIaGyu > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKW1b2OqzBlOdBTE8EDSC15uhx07wGOf { width:20rem;height:13.375rem;top:2.18701171875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1Hp90NnxXDmom76bfwSn15KRwOw2sT { width:20rem;height:5.8463625rem;top:3.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fT9mnik2EJKaPPZla1u8kwo9DJXDyw8K { width:0.1875rem;height:4.0625rem;top:16.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKThLkVmoqRIMow51pNhpGKeZfizr1ZN { width:7rem;height:2.6001rem;top:8.6875rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #czrCPfAH9tPTc3ofqpmRnOJHQqb8UQST { width:7rem;height:1.62524375rem;top:11.5625rem;left:2.625rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #OoFTaugePNn4lUvA6wVDByqlQ4BN1ITL { width:7rem;height:2.6001rem;top:8.6875rem;left:11.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAL439GiiiLV3Fd5T2BQpJoGuMpTzyIr { width:7rem;height:1.62524375rem;top:11.5625rem;left:11.375rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #sJ4T4uO2otZNUpHAHMTPVoT3WOTl5mBx { width:7rem;height:0;top:23.1875rem;left:3.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJNbmqWr9y5qo1pfeTHyfNT40ntVvpbL { width:7rem;height:0;top:20.3125rem;left:3.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpBhftE6EPAffwHAtc9Jsy9UvM4p8aQr { width:0.1875rem;height:4.0625rem;top:9rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIJ0fUN2hTwozvF2g81rkzKhAd4aMft { width:0.186631875rem;height:4.0625rem;top:9rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyZuacU6TiMvsJB0JoTAGlUUZcwlztve { width:20rem;height:1.94970625rem;top:4.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #O3pMEKoRxVzdOmErL9trvKVb69ZiA89x { width:20rem;height:12.75rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaSHPkn5Giq38lwHAeGsFelwG9JD3CSA { width:18.3125rem;height:9.6875rem;top:18.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrhSirXd3NhQdBZq5OOEDK5mTnHtqXZ { width:20rem;height:auto;top:9rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lHxzQAteii3bNdDpHC6s9mznD0qeyDBl { width:19.9995rem;height:1.38135rem;top:6.073974609375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #m4yeHeXruXg7XizrrNw16Hqbw277yrMb { display:block; }#m4yeHeXruXg7XizrrNw16Hqbw277yrMb > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcDX458aozTIa18MroMLTv7QfZUeQyqA { width:20rem;height:24.5625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqu01lEAsIpp4G8BVIrpKdxx6McQ9d5g { width:20rem;height:1.4624rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8lHSu0J3eomlRWR5mDMcn3vtnxZSPE6 { width:19.8125rem;height:5.361325rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH { display:none; }#cN5sdJb5A1CfTIfBtTKlTal3VGUwrHeH > .row .container { width:20rem;height:47.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dl2v0NeGtyDUqqchT40XBiskSNmNMLT1 { width:20rem;height:21.75rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5FQnSJDq1zQTNPq0BcKpJvSOOIuhbJR { width:14.375rem;height:5.19921875rem;top:3.75rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9ab0c45e-d258-4d64-bee5-5b3f68efc69f/Slide16_93.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG.adaptive-delivery-prevent-bg, #X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG.lazyload, #X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG.lazyloading { background-image: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container { background-color: transparent; background-image: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container > .video-iframe-container { display: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row > .video-iframe-container { display: none; }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .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); }#X151HQyuhGGfOdIAHk4PIm4Udc9uTGDG > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6U5lzGJw405OcwSJM1Hefnktlu2qQyX { width:12.6875rem;height:3.84814375rem;top:29.05078125rem;left:3.65625rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tq57kJs9Ern8LV7Tpc1JcRgcIDzEQU9u { width:20rem;height:16.25rem;top:34.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzZlT84nSMIqOci1T64l7AlmFR39uNK { width:20rem;height:10.5625rem;top:18.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG8ReIrAz5DH9bOt80Ww4qnVNJThHnzn { width:4.25rem;height:4.375rem;top:35.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTS37rtLdQiNosd36OblPLL6iS8NsLQQ { width:3.8125rem;height:3.875rem;top:19.8125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTrnbEzTiK1JboqKGTGnksR1e8BmNiRI { width:17.5rem;height:3.25rem;top:41.875rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuMgnaqW7liUU4goCIq7Gh5JTGxhtw7 { display:block; }
 }@media only screen and (max-width: 763px) { #rc6xe98bRgJEJt3uyvNXCP2zsK0XQ3My { width:17.5rem;height:3.25rem;top:25.0625rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzCZ4M3KvrvyItOAzoimqW9oBX2VyAPB { display:block; }
 }@media only screen and (max-width: 763px) { #nULfSm2wuX2B95qVI80qo9qqXnbRGPwV { width:20rem;height:1.7871125rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZhLoUco9p70u4U02R8NQQ5tBcTRsBoo { width:17.5rem;height:13.4375rem;top:49.625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOH8pu8eg987wCoUqVziTgWnm27ysyt8 { width:17.5rem;height:13.5625rem;top:66.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHZeWcaVMwDBeXd0iEOmTFxHAqTCRgS3 { width:10.5625rem;height:1.13745rem;top:53.5rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6vLlsuce9aFFy0Xdtt9IgzzanTZmXT { width:14.5625rem;height:1.96875rem;top:56.2685546875rem;left:5.125rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TyiMvyB6w492UfDAwlbeIpqHT1i29RNx { width:17.5rem;height:3.4375rem;top:61.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMuQKNrV7yiEfkolgfgT6p2BboRuNepp { display:block; }
 }@media only screen and (max-width: 763px) { #Zix9lnLFLT5OTi6Oxs6NRht6O3Vhf3Ti { display:flex;width:0.9375rem;height:0.9375rem;top:36.1875rem;left:6.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #qiBoFsqDyWJtvT3CR3GNIxN1ZG9Zcti6 { display:flex;width:1.0625rem;height:1.0625rem;top:37.5rem;left:6.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #U2rAOQkDhVTVwkHaUKpA64VUhlxCFafR { display:flex;width:1.0625rem;height:1.0625rem;top:38.8125rem;left:6.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Lb9K20WdIPwcr4fsKqvRTPUeyqS2P9w7 { display:flex;width:1.0625rem;height:1.0625rem;top:22.4375rem;left:6.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJ6s6WhgPR5vCttAfrdyMHG9sdTFZT85 { display:flex;width:1.0625rem;height:1.0625rem;top:21.1875rem;left:6.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTmizZKQMqrmNI1R9FDximrJfdDm1Muv { display:flex;width:0.9375rem;height:0.9375rem;top:20rem;left:6.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHo9Q42C8bU2Lh6toDNGeGK4Z7lGqCiP { width:10.625rem;height:1.13745rem;top:36.25rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzkNGBv8BSGLmxlX7fxo8Kbe9FOGcqVH { width:8.6875rem;height:1.13745rem;top:37.5625rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlDfb5fC42Gh0I5pns39So5LtO8XDR1f { width:11.375rem;height:1.13745rem;top:38.875rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk1amI0K4IzM573aVZTNIVPBZH4WpTyB { width:8.4375rem;height:1.0556625rem;top:22.625rem;left:8rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nem3eM7cp6K4AMEAw5gFaWTDEKp1au7L { width:10.9375rem;height:1.0556625rem;top:20.125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGlfIWqmy3ElvBx8bnN9P7z5TI3F9Q6a { width:8.5625rem;height:1.0556625rem;top:21.4375rem;left:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4VTvZkO9Eu2I6uwTytlOXRyzgLXVRqa { width:6.5625rem;height:1.05615rem;top:11rem;left:6.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB39va2DLrZeURyBn8K1EnmeT8Gx4aCd { width:6.4375rem;height:1.05615rem;top:18.125rem;left:6.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTtKIc7odWfcI4FUJZhFoS6sCNuoCsk { width:7.6875rem;height:1.29980625rem;top:13.8125rem;left:6.15625rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #J1LudoTpZCptqfPThzeZrDPOtgapydrJ { width:9.1875rem;height:1.29980625rem;top:21rem;left:5.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3V4mQA61IVrKLLhcBb88JTbQ0k1Vwz7 { width:20rem;height:15.375rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWGf8OdF193hB2W61DON8TkTJpTxWyDN { width:12.5rem;height:1.29980625rem;top:6.6875rem;left:3.75rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Ttaed4WrPfPakGnwDas1950spg5Fvh1M { width:12.5rem;height:1.05615rem;top:25.1875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9VK3OVKb7M1TSdNFC5Nkew6FHNgtUJ { width:16.875rem;height:3.4375rem;top:45.75rem;left:1.5625rem;font-weight:400;font-style:normal;font-size:1.125rem;border-top:0.125rem solid #e80000;border-left:0.125rem solid #e80000;border-right:0.125rem solid #e80000;border-bottom:0.125rem solid #e80000;display:block; }
 }@media only screen and (max-width: 763px) { #sBZn6XfLtEUZinlAyxABJWmr59MQlGZh { display:block; }
 }@media only screen and (max-width: 763px) { #GL7mOZKclkcebIio0kxuE4s3ygqXvNVV { width:4.875rem;height:1.625rem;top:53.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nvVUgeEzn4xloFsnXuUcP6nDpankqa { width:17.5rem;height:3.15088125rem;top:54.9013671875rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #eEDyClTVrQo2kIeJy4OWLKkndbac7AxF { top:6.0625rem;left:-0.4375rem;width:19.375rem;height:21.375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uGefQfMmyOTJMUWTVIvTVTTtKtdPUcSd { top:8.4248046875rem;left:5.125rem;width:9.875rem;height:2rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x0s7Aq1fovpmoA1roOSeOfkpGJiyCLI8 { top:15.6123046875rem;left:5.125rem;width:9.875rem;height:2rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lrfoy1EIhli26wwcZTWTKfCbTN7AwIrN { top:22.75rem;left:5.1875rem;width:9.875rem;height:1.9375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9ab0c45e-d258-4d64-bee5-5b3f68efc69f/Slide16_93.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd.adaptive-delivery-prevent-bg, #HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd.lazyload, #HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd.lazyloading { background-image: none; }#HJ0PfnRnKzzvwrfiMWb3l2Gdyku7qdyd > .row .container { width:20rem;height:52.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mnToxPMDrIKTCPuUiAmACpi6shm6b9Rk { width:12.6875rem;height:3.8994125rem;top:2.4375rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4BdG3tA17nEPsCfCOQgkNCFDwwN8019 { width:20rem;height:10.5625rem;top:7.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaQJqPSfCsA0uZTLBA3QvEoXmeidnoMc { width:20rem;height:10.5625rem;top:18.8125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrtCnISkTN16KowB0ygPPlE3FtCHmfz1 { width:3.8125rem;height:3.9375rem;top:8.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTI49eQcpdIu8ZULpLSuE0cKUbD9vIOp { width:3.8125rem;height:3.875rem;top:19.8125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5izODGH0G2Kduyth0cySJZaACJXLrGE { width:17.5rem;height:3.25rem;top:13.75rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fzKOW48n1neoEfaRhLtLcyOWKTQaDA { display:block; }
 }@media only screen and (max-width: 763px) { #uTOp69AWZK3gNuBwPKXrlrK8D06g7JBE { width:17.5rem;height:3.25rem;top:25.0625rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPTgsH8sosmyBbU4XBQgxTPCHlwkrr5I { display:block; }
 }@media only screen and (max-width: 763px) { #ouvTLzy0fEa5MonlbtxNBScTI0RTNoH9 { width:20rem;height:1.7871125rem;top:20.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtKTeld9i9QBtINDEmH4F6aGt9xgtXFd { width:17.5rem;height:15.875rem;top:49.6748046875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrHBBDJf8SumJawV7UTVGtNaCzXTET6I { width:17.5rem;height:15.875rem;top:49.625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRoxkTeLlZP3X0CG6GNoENIW5eh6v4nG { width:17.5rem;height:15.875rem;top:66.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1tMeMLOtlUgJl6L7COhegDfPvlJRkI8 { width:20rem;height:1.29980625rem;top:37.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZISSxhKqOBEcQawPzTLryBWGtFD1ztMa { width:20rem;height:1.29980625rem;top:40rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3UzDuOwmR9vBrssBEXOiOv0uvB2DFwt { width:20rem;height:1.625rem;top:41.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDSw1GvAs71ZsGiOLgrtdiBDyhcL2yR { width:17.5rem;height:3.4375rem;top:45.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBounLCGC2EDMKyXBRwagFG8gomDBen7 { display:block; }
 }@media only screen and (max-width: 763px) { #h3wyXhfg1n0AUJCqmeTdITIhzvW3E8DN { width:17.5rem;height:3.4375rem;top:61.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzoNT5QuVED4UCm0PLTtROsBUzMRHeyO { display:block; }
 }@media only screen and (max-width: 763px) { #f92EVOXMChOOomS1ptuU9iXBMnlUFTJE { display:flex;width:0.9375rem;height:0.9375rem;top:8.8125rem;left:6.4375rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #iKaCtGueFQchkSXs7fcFXF2IBuagXcuh { display:flex;width:1.0625rem;height:1.0625rem;top:10rem;left:6.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ObL5kA0vTvwb8SfPRwMuR8wVKnvoQaVp { display:flex;width:1.0625rem;height:1.0625rem;top:11.25rem;left:6.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #VtGtMl3oVgAfU2fXSTgh9Z8XFT8HbAeG { display:flex;width:1.0625rem;height:1.0625rem;top:22.4375rem;left:6.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2rw8fog2gmrxtJ3UuqNGrfJCzlc6K1D { display:flex;width:1.0625rem;height:1.0625rem;top:21.1875rem;left:6.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNlU3C2m1o88RCXqQm8SPVZErwMh52wO { display:flex;width:0.9375rem;height:0.9375rem;top:20rem;left:6.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTfJMZyood7s7baXCt6SI6Dru2olytVC { width:10.625rem;height:1.05615rem;top:8.875rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F243REdG2822cs1etKK902yETFJvzQfJ { width:8.6875rem;height:1.05615rem;top:10.0625rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npss0QKLixMHeymb4QCKEqOxISI5KHH1 { width:10.5625rem;height:1.05615rem;top:11.4375rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y70crP5JEg7chty4rGzumSfo5TyGqTEV { width:8.4375rem;height:1.0556625rem;top:22.625rem;left:8rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hosSPrLIIFg03xK2rSRFVB1KoLDkJ7oo { width:10.9375rem;height:1.0556625rem;top:20.125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIX9XOZJ0ATe6Bpwfrd9cT6WCkyfOtCK { width:8.5625rem;height:1.0556625rem;top:21.4375rem;left:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K84pHpQ2fLgsyRhGfPmH5SEAUqhFRV9y { width:8.1875rem;height:1.94970625rem;top:29.5rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkZTSGGA5UTvLqaXkw6Bw9IhKumSTQvg { width:6.5625rem;height:1.13720625rem;top:33.4375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFgS2TlpTkrhVSq0QsMZWdf0HUtXhURz { width:6.4375rem;height:1.13720625rem;top:33.4375rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTeAG5RVBKUmSBzgZzOhKgsONibmd8Ww { width:5.75rem;height:1.29931875rem;top:39.5751953125rem;left:2.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHOMvDfFTLL7x8QLHD1TbTpCZqvMK0pZ { width:6.75rem;height:1.29931875rem;top:39.5751953125rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfIT9qivGZHCOgtPkeaQFETGVmus4HsX { width:6.25rem;height:1.94970625rem;top:29.5rem;left:12.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfpMQASie345JfMMOJH7bzXvbM0u3a1 { width:7.6875rem;height:1.29980625rem;top:25.5625rem;left:0.3125rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #P3w7JKd2fkRcTL92ZTWaCrCxPLtBATVH { width:9.1875rem;height:1.29980625rem;top:25.5rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3Mh3Pki8k1nmSF3qwTFdDUkQPfGwyV { top:23.75rem;left:0rem;width:9.25rem;height:12.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ocL885MkuwuPgkGH3d360rf26zLg19cU { top:23.6875rem;left:10.1875rem;width:9.8125rem;height:12.0625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o { display:none; }#TFW7JsXK7MmSaxGux9HUQpoXRPuN3b3o > .row .container { width:20rem;height:88.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F0NRFi8kka76cwZFraTyE8Fot1hR3CRn { width:12.4375rem;height:3.8984375rem;top:1.9375rem;left:3.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9xZr4a1D4IQs46VTpewb9KtE4Tm89P { width:11.9375rem;height:2.8125rem;top:71.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvL7gZZCssa0ot2nocuw1CsAMcuDWtu { display:block; }
 }@media only screen and (max-width: 763px) { #kMsUmbR3D1SIwyVCPS7ghyfS6Wo2k3wp { width:11.9375rem;height:2.8125rem;top:75.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD3cf5TtTec6BJgKN4O8s1NGGzTdrcN7 { display:block; }
 }@media only screen and (max-width: 763px) { #sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss { width:18.625rem;height:6.473125rem;top:79.966796875rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.3;display:block; }#sdKH2gnQyRQEpNTCthscaNu3ZIKRZ7ss li:before{  }
 }@media only screen and (max-width: 763px) { #r7iyR0mDf8W7gxiwCm8v2kbRCeIbkxqT { width:19.6875rem;height:20.75rem;top:11.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3FEmdX1cGDy9FztcXiG61r2sXIs2oeK { width:19.6875rem;height:20.75rem;top:30.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeZH5qTlmRdEKZTZL1XJaR31UnA5Wfs { width:19.6875rem;height:20.75rem;top:49.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF6LwKVNXdJ3TH1VkGI6eirx2Wfdp1IM { width:11.9375rem;height:2.8125rem;top:26rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81DB8mnu5axbsFkaP6mVTDN8q5413nx { display:block; }
 }@media only screen and (max-width: 763px) { #tJ40nSkHMzhW0SxmwTXPOxa2bxfleoc5 { width:11.9375rem;height:2.8125rem;top:64.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eMkXhZd9fN8AHHMXCv2Wqd8MeUy7Ue { display:block; }
 }@media only screen and (max-width: 763px) { #CKLGVbAD696GDqbsUHnkJO2xwoxMXzGW { width:11.9375rem;height:2.8125rem;top:45.875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZMnNdNA6utsb9m8FEw2haA6ulTkwpf2 { display:block; }
 }@media only screen and (max-width: 763px) { #kwGmDCZLeIFZ15L9XpfxKBxM583pnBJr { width:18.6875rem;height:0;top:11.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FNOraQ5HbkfiTmxaK8WiEc5cC2d6KfCV { width:18.6875rem;height:2.5996125rem;top:7.1875rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V { display:none; }#EQZaWSsN8g5OzklXUdeq7TKmhPAI8C9V > .row .container { width:20rem;height:88.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NO4qM6TirFSC3dJaUPduANJtGsWPAD6B { width:12.4375rem;height:3.8997375rem;top:1.9375rem;left:3.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDRaJQCbdgcWBVK2SKoy4pbfPgRX6i2d { width:11.9375rem;height:2.8125rem;top:71.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrXUeTQG1s1FFiyBg43rwc7x74mJ2x2 { display:block; }
 }@media only screen and (max-width: 763px) { #KxRyLHOu2ABOKx8JHbXJGvbM3dyKiyQW { width:11.9375rem;height:2.8125rem;top:75.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFh4Nv6CUibv7DtQwsnx6KEXGw3iBJx7 { display:block; }
 }@media only screen and (max-width: 763px) { #PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 { width:18.625rem;height:6.472625rem;top:79.966796875rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.3;display:block; }#PCaEFqL0dkeV4BmRHg6UCkvwVTGWPas5 li:before{  }
 }@media only screen and (max-width: 763px) { #rvuK3EfFTnnLG2ZM7eRJl9JNNPVm6nyG { width:19.6875rem;height:20.75rem;top:11.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoIDt7xhOolrK0uvMXtGyaHdE58hl0gL { width:19.6875rem;height:20.75rem;top:30.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu4aiBbVgUweBk6PPd6GFH2Tm3gE6rfT { width:19.6875rem;height:20.75rem;top:49.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAnNNqWgJcEpPt1e5zhNitiMfw9aFuok { width:19.6875rem;height:20.75rem;top:166.72265625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoqlH6itZh2xfHeZOPztfDHAVTwFgvog { width:11.9375rem;height:2.8125rem;top:26rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkaiDzX5lfAzqBBHxHLteusg2rffb0c { display:block; }
 }@media only screen and (max-width: 763px) { #qg4bwfVTNzX80uuXfo46XlwpvDuVa7dB { width:11.9375rem;height:2.8125rem;top:64.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBb5QHsN5EuQrpkJtsAv17vl7xeqvrQp { display:block; }
 }@media only screen and (max-width: 763px) { #UH2Mtvuk8NcJ0m05chl2rdGZVukqCDPX { width:11.9375rem;height:2.8125rem;top:181.66015625rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSoBk2uxBMUxX1XQhQ9piyGhfL1Ue89T { display:block; }
 }@media only screen and (max-width: 763px) { #L9X54d6PxgcbIBbyN51VBt6NxWawkUTQ { width:11.9375rem;height:2.8125rem;top:45.875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plOcFIUQQeznp02OzpvaKXtEmAZeU0ou { display:block; }
 }@media only screen and (max-width: 763px) { #ZTv2no0Hz1yvuOqSBMc4ZGbz73TiTEx0 { width:18.6875rem;height:0;top:11.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IZgJqDXEW8d9ROXeSCkJaPXzKg6FBrHq { width:18.6875rem;height:3.89844375rem;top:7.1875rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #seBLAdLPeeCKu35fhtwNs3ph5pASWwoF { display:block; }#seBLAdLPeeCKu35fhtwNs3ph5pASWwoF > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcFJsfT3RkSdy1i604qJoM8DXFc7MnuA { width:15.375rem;height:1.94970625rem;top:3.6875rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1enTT35Ms9uT5JsaTvFohorEdPRf2qa { width:15.9375rem;height:2.5986375rem;top:6.3125rem;left:2.0625rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1OqgsC39mTTga4qHauZ66bIgpFCzeQk { width:6.875rem;height:1.21801875rem;top:12.3125rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isq30o6IZXvx8EeVgk65uG3quUqxDTml { width:7.1875rem;height:1.21801875rem;top:14.0625rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDs1TmfP71QwHbPzAISaMULdKvtTr3pJ { width:1.5625rem;height:1.5625rem;top:12.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FevkOXQ7Xl9qBqJ3KCLaRlq1pRDE5wGT { width:1.5625rem;height:1.5625rem;top:13.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri9wmTZGXB6SrXvzeZsm90OORcl69VCt { width:5.125rem;height:1.49926875rem;top:10.25rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lElLbhVNLQJN7sSFdLSSN6BdTqv1Tv2l { width:5.0625rem;height:6.3125rem;top:9.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUWRoZM1oxEVPhoCgCNb1CGOQd8x1JiO { width:20rem;height:16.625rem;top:1.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG10qcxk3Q8eGydGx94BnlUxKTl4sOqp { width:20rem;height:18rem;top:58.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbN8qTkBiWcmTwWhPL5dOf98vynT0LSW { width:20rem;height:1.62524375rem;top:61.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDqFTNKp6DQ7LCrPNTAhQ5GcoU2TipyJ { width:18.1875rem;height:3.89795rem;top:63.875rem;left:0.9375rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3DxOnsXNCeNWoPTLWTQW7HPTLHg4NB7 { width:1.8125rem;height:1.8125rem;top:69rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8OaTOwUPq3EZZtENnB1JQlSEI6WZrVa { width:7.375rem;height:1.21801875rem;top:69.3125rem;left:7.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJDhhSBsHo6sOeTi1gOShGfuspqzgHaG { width:15.3125rem;height:3.125rem;top:71.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToyNt1bn7BzAnoLUTM34zXwmeiAfdvQM { display:block; }
 }@media only screen and (max-width: 763px) { #wKQVsTUwm2Qtef73JSXi9RwrkPnz6eo4 { width:20rem;height:39.375rem;top:18.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.4375rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-text {padding-top: 0; padding-bottom: 0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-select {padding-top: 0; padding-bottom: 0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;font-size:0.875rem;overflow:hidden;line-height:1.1;height:3.0625rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-container:first-of-type{padding-top:0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA .widget-container:last-of-type{padding-bottom:0;}#umfq17EvRontaphaCsXRXAfQfVREcFaA  { width:17.5rem;height:auto;top:21.375rem;left:0rem; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#umfq17EvRontaphaCsXRXAfQfVREcFaA {display:block;}#umfq17EvRontaphaCsXRXAfQfVREcFaA { width:17.5rem;height:auto;top:21.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #l82zNBMrblF3PAOOnW9EHx6nhHE1Oxe4 {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #aBDhtKUykG8mbCDvLXg8BoKC9yWbluvD { display:none; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #G0QlPrOi9vWUWQTp0ZJSWhCgt31P5iEf {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #cT4NqgReoHrT14i1iqWHkmGKxCcZvdAD {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #rG5BCTDFhd2DATV1lK8ei24RvUl6xUcD { display:none; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #VIX3g5aXdsJ3XULkiFAxIeIBAGXcfsBA {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #nGQZmDxp3LnmrIs3NylSSh6MmeK7R47s {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #n47BC2dlFXmRmwNkaB48NeeHbGSD6u7O { display:none; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #z304a9TtKRR20ekdryhUO93sOz5P2VAK {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #cAMzd0nzLg0TN3KdJLnPQV3TsyIkyUGd {  }
#umfq17EvRontaphaCsXRXAfQfVREcFaA #cAMzd0nzLg0TN3KdJLnPQV3TsyIkyUGd .container-column{width:50%;} }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #fHZlBN8qJmF146hyTHC89vSMXWosC53d { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #TTDsWIpMJamRXcluI9TNzDLiTiDkBUV9 {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #l2TDF4HiGN9TsT1SiUc7b9uJlDKTP4DX { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #WVQE9tD7bnhzGu09etRn4he5XWlvKo8u {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #peGGM4mprp3uSghWiPztKz6OUbSRD7kb { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #qOkTrIDPTBtiW26oMNSw32aMM3xxwDvS {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #qAXpakrDk3W0OI9chbKJXyzPXcRiheZr {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #vkrM8LoH5J6riX1d1vSX3RMrbmLs59OU {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #OT8gJqEmuyBuSR6NEnELXsp24tbFk97g {  }
 }@media only screen and (max-width: 763px) { #E40Ze6CRZWASecHSpwOcXg99u9nVxspk { display:block; }
 }@media only screen and (max-width: 763px) { #QZdprOL5wGSsskJXQ5b5EuNTSeaiZAt4 { display:block; }
 }@media only screen and (max-width: 763px) { #zJirnKDz7ntxMUmagfiv5u3xtvBsUtAO { display:block; }
 }@media only screen and (max-width: 763px) { #CwQ598w6fuvhSugcD2lpl3IU4vw8mhIb { display:block; }
 }@media only screen and (max-width: 763px) { #FCfZl00eTGrwUwmqnubeputvVEnu5bBu { display:block; }
 }@media only screen and (max-width: 763px) { #e6nosIyd94WchgpAukxKHLxJifdqSTPS { display:block; }
 }@media only screen and (max-width: 763px) { #vxQV08pFJpowNOVm44PQHwx312ZDPWAM { display:block; }
 }@media only screen and (max-width: 763px) { #E3uxdow7rZxdnUI7rwFU5ccZBXlTS4lP { display:block; }
 }@media only screen and (max-width: 763px) { #XGT15ocnBbDqREnO41pRNTKugNd0vPfi { display:block; }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #zfqWElUUgArwLQ8RQtRJ1EACB94ODumm {  }
 }@media only screen and (max-width: 763px) { #umfq17EvRontaphaCsXRXAfQfVREcFaA #rN4l2RXwh61sUtkE3bICGiFvqN5N2HWq {  }
 }@media only screen and (max-width: 763px) { #WT7hvKd1mSi9l5a890dcRhMJ9EmH43ZJ { width:20rem;height:1.75rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb { display:block; }#AF2GQSaoXzpDpr6VPNX2qrTHThHLCoMb > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fohJGEsbP5I4AtqugviX1t8aBHIJkHz5 { width:10rem;height:0.97485625rem;top:8.5625rem;left:8.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK7KSeB62PJgFhAsogJr1oVpE45x5puD { width:6.375rem;height:0.97485625rem;top:8.5625rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmyWUVhuSmTGIvOJJceEArWMkDiB6TUh { width:8.8125rem;height:2.8125rem;top:1.9375rem;left:5.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eCJGCdeHu42cMNrW19CIsGxvWkmASEzd { width:6.5rem;height:0.97485625rem;top:6.0625rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIuRS859EVZTcGreKUKQ1osoN7KMHPJR { width:12.75rem;height:1.29980625rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NRZReRQku07uKNmuioilwmSvHefw7114 { display:flex;width:1.6875rem;height:1.6875rem;top:10.9375rem;left:4.1875rem; }
#NRZReRQku07uKNmuioilwmSvHefw7114 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #NRhv9CkeEThz18t7Hzzg5LcrCFPO0uy1 { display:flex;width:1.8125rem;height:1.8125rem;top:10.875rem;left:10.625rem; }
#NRhv9CkeEThz18t7Hzzg5LcrCFPO0uy1 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #qLy7MZiUPoK9OsVTcTVHnopibbwzQDLD { display:flex;width:2rem;height:2rem;top:10.75rem;left:7.125rem; }
#qLy7MZiUPoK9OsVTcTVHnopibbwzQDLD > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #QDHZZ1ebFq5mB9fyGKxI6TzTSpNkS7a2 { display:flex;width:1.8125rem;height:1.8125rem;top:10.875rem;left:13.875rem; }
#QDHZZ1ebFq5mB9fyGKxI6TzTSpNkS7a2 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }