.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,96,171;--color-secondary-0:252,245,217;--color-secondary-1:245,222,128;--color-secondary-2:235,189,0;--color-secondary-3:118,95,0;--color-secondary-4:35,28,0;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Manrope";--paragraphs-font-family:"manrope"; }@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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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;z-index:auto;display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { background-color: transparent; background-image: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { border-width: 0; border-radius: 0; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:75rem;top:0rem;left:0rem;display:block; }
#NZxim9UN80ndOaibfR3zJ1so49yTxSll { color:rgba(var(--color-primary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.125rem;left:50.75rem;height:1.21875rem;font-style:normal;display:block; }
#zXpPS9P7hDTWnZCwberbTiMRkTExG0Vf { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.3125rem;left:49.375rem;display:block; }#zXpPS9P7hDTWnZCwberbTiMRkTExG0Vf.adaptive-delivery-prevent-bg, #zXpPS9P7hDTWnZCwberbTiMRkTExG0Vf.lazyload, #zXpPS9P7hDTWnZCwberbTiMRkTExG0Vf.lazyloading { background-image: none; }
#aCA3ZEzSJOoWGegKyispoaH5u5HWT8ta { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.4375rem;left:60.75rem;display:block; }
#UK5ewiaxxsfl8nqOGplFTl7dsMzLzvAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNrECWpcc0hJ0T8t9cSKNLJTTrhFEVch { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:10.3125rem;top:0.8740234375rem;left:0rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/096ca305-b86d-4b4b-96f7-832f51e78149/AdobeStock_9367778271.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.59); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.59); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::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; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:4.3740234375rem;left:0rem;height:9.800375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:23.94140625rem;left:0rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Al1Z1mmoqdG9EXN5xkT26PPR7NSrSV6s { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.8125rem;width:8.8125rem;top:15.43359375rem;left:20.75rem;overflow:hidden;display:block; }
#RMf8k2BJGh9TQEO7G188PHHNUzTNHPQL { color:#f2f5f8;display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.90625rem;left:0rem;height:1.86889375rem;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; }
#V0sPpt2xweiRzZK3kqTtTTAa9TSMHzCP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.8125rem;left:0rem;display:none; }
#KuHl4p2HSInn6mFyUaV7ruc6kg25R6Op { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.125rem;left:1.25rem;height:1.40625rem;font-style:normal;display:none; }
#ibTJHWCXiWUv5nc01TbeVO2TpEcfOuDE { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7rem;left:3.75rem;height:1.31303125rem;font-style:normal;display:none; }
#bvtDUTa6T87VhPE1pegp1V38yUGqOIWk { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:none; }
#heRFDBIc93cfGcwSu30Gn0T40ztHtCm1 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7rem;left:19.0625rem;height:1.31303125rem;font-style:normal;display:none; }
#Cqt3PUCtwnyi6e2EMitKAxZ8woJDy4Pe { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:none; }
#hlZXHPkpfwQiBxOedpOMK2dVk7f8yqcz { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7rem;left:12rem;height:1.31303125rem;font-style:normal;display:none; }
#TGgsICCDwabl6NyAUq2woPGII0A2hnEX { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7rem;left:27.9375rem;height:1.31303125rem;font-style:normal;display:none; }
#ECZ7qRHTgUxhVrVgJKSAASk6IWxC6Uso { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:none; }
#tVCZIZrnuvRkKDB47R9lwG3u20hHWJU7 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:none; }
#VTK7hQwSNG5ICVf78DkJ97tG2VNHhCE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5073776245117rem;left:10.423610687256rem;height:2.2721375rem;display:none; }
#cDhSVtWuKGzDtbFzOvIMeFnDs2NFyeOM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XOLWWtdTcwCcRqdzJtqUkqczTSr15Q5I { 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:32.5rem;width:62.125rem;display:none; }
#Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:23.6875rem;top:6.75rem;left:50.312500953674rem;display:block; }
#PeDfktaXIHsrZ7hqw8nmac2LBo2yHae3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.934375rem;width:1.934375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.782031059265rem;left:51.500000953674rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.25rem;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.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.25rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.375rem;left:50.3125rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.375rem;left:50.3125rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #WN5tZFk4Cz3xVKFL61bmGLq7BTGMSoe0 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #BAI2NKms6NRk5TwqAtEWnx2SoNzMhnPP { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #iohZbrlrQxTeR2v4Xf7hKlmQ3Kv0CCRy { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#qsR5aTIliDF1nhW9aBTkSA5e4CFCehT4 { position:relative;display:block; }
#cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { position:relative;display:block; }
#OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { position:relative;display:block; }
#N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { position:relative;display:block; }
#HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { position:relative;display:block; }
#mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { position:relative;display:block; }
#mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { position:relative;display:block; }
#oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { position:relative;display:block; }
#TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv { position:relative; }
#nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { position:relative;display:block; }
#blghTGcrhvLGcaegIA7BWBlPzGvktdyi { position:relative;display:block; }
#MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { position:relative;display:block; }
#KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { position:relative;display:block; }
#n4N2THTvyxetHc9fpmFkN443cVkfn46I { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #fAHRer834XwiHabWJy6wGsDZ85IGIExM { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yferwMzTlX78EKgflOi2wXcnAuqqzsCl { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #UOhcL5WynptUNyTQaEHXwxk4rUxe0EFl { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Gmp6Cx60dwyiwuRSMuH0eVD7ZO7wUCqP { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yvzwZSrvdHTLzT5QtimvZmx9gTa8THw5 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #eJcSkXcnM2WwT3kd0tHRZGtRIVfvW1IU { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#ZkhB4KP3KVtfa1a0Tot1msFlGNVQMrbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.6929693222044rem;left:54.623436927796rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#R1ffuScXfSI3rdQqZTRk9yA6uF3ZJoZe { color:rgba(var(--color-tertiary-0),1);display:block;width:15.870125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:54.6240234375rem;height:1.21875rem;font-style:normal;display:block; }
#QAsqi0NfcxM52Tpi45W2CQaRaCOI2hyE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.25rem;width:9.0625rem;top:16.21484375rem;left:19.5rem;display:none; }
#bTti2von70rWHxLbN9k5GsirvmMTkkw9 { position:relative;display:block; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 { background-color: transparent; background-image: none; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row .container > .video-iframe-container { display: none; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row > .video-iframe-container { display: none; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .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); }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 { border-width: 0; border-radius: 0; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GdsURzv2S7qsrFGAbBAMRzHfIk1BXzfv { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:36rem;top:3.812255859375rem;left:0rem;display:block; }
#SvutodiosfHxsxE1o9rLZicB3g2q0J22 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7rem;left:3.75rem;height:1.3125rem;font-style:normal;display:block; }
#voOnZDEzmWyNCcK1ndan6Pew5e88evcd { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#L1mSy6z5nDDBEiTyUpMSicVnI0rPfBtm { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:block; }
#XIdazoFrW1HF1AyxgBJbCN3FhMGotR9k { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7rem;left:12rem;height:1.3125rem;font-style:normal;display:block; }
#DfIZqxk6RzyCIHPiR12af72Pwx22Chgd { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:block; }
#ATrUVsXigGmIiZQxUaIci9kiMlzlwT0x { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7rem;left:19.0625rem;height:1.3125rem;font-style:normal;display:block; }
#xQwmynbFBDeOENyRM6xbt4tgGOTLTpds { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:block; }
#ISaovoFuqG7UZLyWD3eaNUKmK7MtvFet { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7rem;left:27.9375rem;height:1.3125rem;font-style:normal;display:block; }
#PX792h9dgiVdSCgldG6rgMC91CnAxW72 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.014892578125rem;left:3.75rem;height:1.59375rem;font-style:normal;display:block; }
#TkTxwTHQ2xepdD0zzNHHSEGekL8gyBwW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.81787109375rem;left:0.5615234375rem;height:2.275rem;display:block; }
#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy { position:relative;display:block; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy { background-color: transparent; background-image: none; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row .container > .video-iframe-container { display: none; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row > .video-iframe-container { display: none; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .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); }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy { border-width: 0; border-radius: 0; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tk0qzRHatzTtNekpK0kMC6KwR6TaXswX { color:rgba(var(--color-tertiary-3),1);display:block;width:15.746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4539060592651rem;left:0rem;height:2.35625rem;font-style:normal;display:block; }
#VKhPi3ewxlWA41AhS8vXflkOk1qgJP74 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE { position:relative;display:block; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE { background-color: transparent; background-image: none; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row .container > .video-iframe-container { display: none; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row > .video-iframe-container { display: none; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .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); }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE { border-width: 0; border-radius: 0; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GuU53xqrFbkCOMdLD5NtZwkzvu0mTB2Q { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#fFUyiDZXq49ertCAiDhd1Odmk1ZRpcyA { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#SmTe3EhHQE4M3zx1RE07rP4rXEIS2J8W { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#wKpTOQEB9MOhx7XC0ZCrRqpsO2tW9BDm { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#k7GK4kVQJq4e1cKNNLZVkhGMpusC4Ltn { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#gx8AZMDeiUbdPIXdiQEux1utm24y7fRn { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#UPGrCX56SlWL8ZDxCBtII2BFOoImiDNs { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PT5hfnxnJ0w0wJGTmPmEJ7t05tT74yF3 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#wTug5e1HzQUNfARf3ZKQKQNPiTyqEG2K { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD { position:relative;display:block; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD { background-color: transparent; background-image: none; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row .container > .video-iframe-container { display: none; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row > .video-iframe-container { display: none; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .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); }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD { border-width: 0; border-radius: 0; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DzOM0rbqdmXE0R9Z1P2fRSry6m1STngt { color:#004478;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.25rem;left:4.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSoG5GrS7A9OcLFFtMxx61mfzDAZTvbf { color:#004478;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.25rem;left:15.1875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeiIJNd3sJ32Ru1ErydS4GtAJTHMzHPN { color:rgba(var(--color-tertiary-1),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.25rem;left:24.1875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Al1Vr07qg8J8Iwd4DfEiTBaBc4Fyk6OF { color:rgba(var(--color-tertiary-1),1);display:block;width:4.749025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.25rem;left:43.998046875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CniIzTDnzIm2W2RVoabGMHRTg7clGpLr { color:#004478;display:block;width:7.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.25rem;left:32.998046875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtpITaMC22NlhJn2p63LfXx0FVNKfm5e { color:rgba(var(--color-tertiary-1),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.25rem;left:52.873046875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPM5o3SPeVp3ZOmKQhoZbS2seGn6kTk6 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.25rem;left:64.998046875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 { 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; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container { background-color: transparent; background-image: none; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container > .video-iframe-container { display: none; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row > .video-iframe-container { display: none; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .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); }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container { border-width: 0; border-radius: 0; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#dBlCvsDyXm8wTuc0prqZexpHuGXpeCWi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4841585159302rem;left:0.93750190734863rem;height:6.0125rem;font-style:normal;display:block; }
#TnAXDozkyfP62scgIH3ZoUaeEoAS7mMu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3681875rem;height:2.30761875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.46875rem;left:0.9375rem;display:block; }
#LHHoPzgIDe5GPCdhWacz3Cl3vCkP5s6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qsGny8TXyGNFgINgD6Bdc85z44Fs1u7D { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.75rem;left:40.25rem;height:7.03125rem;font-style:normal;display:block; }
#hN8FqKupta0DCHaTDH2X1VUhyS8w7tfu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:6rem;left:40.25rem;height:1.875rem;font-style:normal;display:block; }
#GreyBSpgAXXNf3ftKiOBTEOcAzIqteK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:9.625rem;left:57.375rem;height:4.21875rem;font-style:normal;display:block; }
#IptEinaBIC746OaAnP0TeoST46S3Ax0p { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.875rem;left:57.375rem;height:3.75rem;font-style:normal;display:block; }
#dF7oI8bPZD2iyMboRMD7Z0rXFqQqHZ4k { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.6875rem;left:40.25rem;height:1.875rem;font-style:normal;display:block; }
#nkK6InL4lwhbeceUp4wJsg6TDqadbDRW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.6875rem;left:58.3125rem;height:1.875rem;font-style:normal;display:block; }
#f5SolEdwXSrnSdu0m8Xl67OIDUUWe0u9 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:2.6875rem;left:40.125rem;display:block; }#f5SolEdwXSrnSdu0m8Xl67OIDUUWe0u9.adaptive-delivery-prevent-bg, #f5SolEdwXSrnSdu0m8Xl67OIDUUWe0u9.lazyload, #f5SolEdwXSrnSdu0m8Xl67OIDUUWe0u9.lazyloading { background-image: none; }
#yskAbV3EEta825M424oHoLwx86z6mLSb { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:3.125rem;left:57.375rem;display:block; }#yskAbV3EEta825M424oHoLwx86z6mLSb.adaptive-delivery-prevent-bg, #yskAbV3EEta825M424oHoLwx86z6mLSb.lazyload, #yskAbV3EEta825M424oHoLwx86z6mLSb.lazyloading { background-image: none; }
#EITOe0ESx9DhJiiflLZqOvdVpEtJJ9a0 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.3125rem;left:40.25rem;display:block; }#EITOe0ESx9DhJiiflLZqOvdVpEtJJ9a0.adaptive-delivery-prevent-bg, #EITOe0ESx9DhJiiflLZqOvdVpEtJJ9a0.lazyload, #EITOe0ESx9DhJiiflLZqOvdVpEtJJ9a0.lazyloading { background-image: none; }
#cLn9NhT42TRRSRz1y1zd0QLDFZLTv6Cw { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.5625rem;left:58.1875rem;display:block; }#cLn9NhT42TRRSRz1y1zd0QLDFZLTv6Cw.adaptive-delivery-prevent-bg, #cLn9NhT42TRRSRz1y1zd0QLDFZLTv6Cw.lazyload, #cLn9NhT42TRRSRz1y1zd0QLDFZLTv6Cw.lazyloading { background-image: none; }
#cuLkdzEvllevR8MsurAfCVsCGOJnv5MX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:24.5rem;left:40.25rem;height:4.21875rem;font-style:normal;display:block; }
#ReGhQN7iDTsdCyA7bT6G8GCoe2A6np0K { color:rgba(var(--color-tertiary-0),1);display:block;width:15.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:24.5625rem;left:58.5rem;height:4.21875rem;font-style:normal;display:block; }
#es0y7t2uEOydLLW2kc6rkobzMAbT8Huo { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.21875rem;left:0.9375rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SOET9AJAgf7CArQd6bIMcpH3cAldWzWa { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.1875rem;left:0.9375rem;height:5.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SOET9AJAgf7CArQd6bIMcpH3cAldWzWa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SOET9AJAgf7CArQd6bIMcpH3cAldWzWa li:before{  }
#poOTXql6LqsRSDTksPv9zJk4hWvsKqfc { color:#f5f5f5;display:block;width:11.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.34375rem;left:0.9375rem;height:1.40625rem;font-style:normal;display:block; }
#aQOko4N83h6gO6OSxXlbMKFJphJfUVqg { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.453125rem;left:0.9375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF { position:relative;display:block; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF { background-color: transparent; background-image: none; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row .container > .video-iframe-container { display: none; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row > .video-iframe-container { display: none; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .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); }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF { border-width: 0; border-radius: 0; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MUrsTnHyxD8Ib1a50Ef0DzL1KTg19K2J { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#ggxPWWPaK1UTzF0lcJsZqZAO4Pq6TTQo { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh { position:relative;display:block; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh { background-color: transparent; background-image: none; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row .container > .video-iframe-container { display: none; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row > .video-iframe-container { display: none; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .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); }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh { border-width: 0; border-radius: 0; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EfeDhI1ylG3U3eplnWNalb2zyPaG0VLk { color:rgba(var(--color-primary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#pgrVdRxfMW41nQcFKJOvU1T98qdwou5L { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:5.625rem;font-style:normal;display:block; }
#pPyVpffkgyIUU0NTKQ2gMBwNcfw2DpyF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kuX1k8BeiuKE3L5uyppdbuL4ICyBUG5i { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#eKWyOnbUnnic3TulikhpyeovHcQqW3et { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#agMW0UWx1OVT9FNfTpxNFxAuCg3x9RSo { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#dt9zOZJUhmFudQTaRfQXDWKfQJf6bKMg { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#zeN00NWoB0o3eDoKWePZkO2ZeJDJuTdx { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#ZcsRDZGfFbwTfz3TWQlDu95hFu2MCaLH { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#whHiteGn5sIx0dWEnsvOmSWGsEOqK6ha { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#whHiteGn5sIx0dWEnsvOmSWGsEOqK6ha.adaptive-delivery-prevent-bg, #whHiteGn5sIx0dWEnsvOmSWGsEOqK6ha.lazyload, #whHiteGn5sIx0dWEnsvOmSWGsEOqK6ha.lazyloading { background-image: none; }
#LZgW08hESo0ZiTtWGVzSSsOooOkhFX26 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#LZgW08hESo0ZiTtWGVzSSsOooOkhFX26.adaptive-delivery-prevent-bg, #LZgW08hESo0ZiTtWGVzSSsOooOkhFX26.lazyload, #LZgW08hESo0ZiTtWGVzSSsOooOkhFX26.lazyloading { background-image: none; }
#HWX0FpblD33BfqhxcrENalHMQwOdSeMP { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#HWX0FpblD33BfqhxcrENalHMQwOdSeMP.adaptive-delivery-prevent-bg, #HWX0FpblD33BfqhxcrENalHMQwOdSeMP.lazyload, #HWX0FpblD33BfqhxcrENalHMQwOdSeMP.lazyloading { background-image: none; }
#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ { position:relative;display:block; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ { background-color: transparent; background-image: none; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row .container > .video-iframe-container { display: none; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row > .video-iframe-container { display: none; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .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); }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ { border-width: 0; border-radius: 0; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xuAk7TWFSCZbJkNadFhEtgmlrHHe17PA { color:rgba(var(--color-tertiary-3),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:15.15625rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmRdLpJppMbhFBcLQU9XzAvQcTIXdUNM { position:absolute;display:block;z-index:15015;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:12.75rem;top:6.3125rem;left:8.25rem;display:block; }
#EkpPBuHI6UXC2TW258sXJaCFbLD70ylV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:9.125rem;top:9.28125rem;left:10.0625rem;overflow:hidden;display:block; }
#ekcX7TSg3x2Uk2dE05oz19PuxFdF59Jn { position:absolute;display:block;z-index:15032;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:9.4375rem;width:10.5rem;top:7.0625rem;left:30.125rem;overflow:hidden;display:block; }
#C4Sy63T85m4psFT0wRwqEREewa3fUNTd { position:absolute;display:block;z-index:15016;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:12.75rem;top:6.3125rem;left:29rem;display:block; }
#aomQI0fbGTp27GdsrF4B3Tl4M0ML346F { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:8.4375rem;left:51.8125rem;overflow:hidden;display:block; }
#lJbAt0Fnuo4rH02DH8eNU7TJOHhN2nJD { position:absolute;display:block;z-index:15017;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:12.75rem;top:6.3125rem;left:49.8125rem;display:block; }
#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 { position:relative;display:block; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 { background-color: transparent; background-image: none; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row .container > .video-iframe-container { display: none; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row > .video-iframe-container { display: none; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .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); }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 { border-width: 0; border-radius: 0; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KHgLr8eAHAz5CmQLuHJ4mwzJ9mT3TnW7 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.515625rem;left:1.25rem;height:4.7125rem;font-style:normal;display:block; }
#Elf4GQ6JULyzD9xDbZyIGrWbV5APsCKS { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.4365234375rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#yRp67igPQhH5mmoERsQw5xz696cf7hvo { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.380859375rem;left:1.375rem;height:5.625rem;font-style:normal;display:block; }
#aFIzJlQg7bCmhb1a1J34bKwmbVqSDfyB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:18.3125rem;width:11.25rem;top:1.4366302490234rem;left:37.500003814698rem;display:block; }
#L2Re34qKDxBIpF2rJly47bgraiRE3NR4 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.131715774536rem;left:38.444011688233rem;height:4.5rem;font-style:normal;display:block; }
#x2TJKFfl6wC07CDKwB8p4ShbxGp5cCEU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:18.4375rem;width:11.25rem;top:1.4366302490234rem;left:50.562068939209rem;display:block; }
#kZ9wazrWxTtgwMqFECwIUbJlkTr5JdNq { color:rgba(var(--color-tertiary-3),1);display:block;width:10.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.1644859313962rem;left:51.125217437744rem;height:8.4375rem;font-style:normal;display:block; }
#lmarzAMsgJcX9yVbZ5NHy1XBTzzkSD0u { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:18.4375rem;width:11.25rem;top:1.4366302490234rem;left:63.624134063719rem;display:block; }
#J6tfI7vudKvXqmfxzkUSfGzGfQALHAZR { color:rgba(var(--color-tertiary-3),1);display:block;width:8.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:8.4624462127688rem;left:64.850261688231rem;height:9.84375rem;font-style:normal;display:block; }
#p9BhGtxeOpm9T9FyeggsRx7eZ5DS2dxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12435rem;width:4.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.8125002384186rem;left:41.131732940674rem; }
#WXmHL0Ov0O37NenibTtvi0tbJnJmr35Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.9611546993256rem;left:67.8808631897rem; }
#nok01AX1HC5nWLf1AFkzWArLBmBgDNcg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.4624569416046rem;left:55.062938690186rem; }
#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container { background-color: transparent; background-image: none; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container > .video-iframe-container { display: none; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row > .video-iframe-container { display: none; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .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); }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container { border-width: 0; border-radius: 0; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#GyN6W9RZlpTKUMrnL47OHqGLvXFdZ087 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3681875rem;height:2.30761875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.75390625rem;left:31.3154296875rem;display:block; }
#PhHlSG1vUuRnqInZvguI6Juv5LE9LVgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gly4RCvTMqxV5Nwit0dOUMKZztsq6RPZ { color:rgba(var(--color-tertiary-3),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.625rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJFBh0hOwFQgQzJ4AtTxDdwft0o5MHhl { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:13.5625rem;width:34.125rem;top:6.0625rem;left:1.25rem;display:block; }
#E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:7.71875rem;left:2.15625rem;height:6.375rem;font-style:normal;display:block; }#E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn li:before{  }
#tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.640625rem;left:41.21875rem;height:8.53125rem;font-style:normal;display:block; }#tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_331db0a15a540c74d83a48590a7cb77ab2d008e2.svg); }
#FIP0zwKiO7yQw7abMeEsOZ0k322mlk5L { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.5625rem;top:15.15625rem;left:3.3125rem;overflow:hidden;display:block; }
#ebiitTvnV8M6xDUX3KgE5ATlRzhp7nTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.124025rem;width:4.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:1rem;left:0.5625rem; }
#SBuIvDmB0rB7t6WHG3LGiaL9vvvrity7 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:6.875rem;top:14.90625rem;left:17.1904296875rem;overflow:hidden;display:block; }
#vvTIi8yi8BQamNPyDoAeV9X597fGQtHM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:13.5rem;width:34.125rem;top:6.0625rem;left:39.5rem;display:block; }
#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC.adaptive-delivery-prevent-bg, #x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC.lazyload, #x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC.lazyloading { background-image: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container { background-color: transparent; background-image: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container > .video-iframe-container { display: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row > .video-iframe-container { display: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .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); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container { border-width: 0; border-radius: 0; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eIr1qHUgkKHqL82VtDpUm9H59DEwkFHB { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }
#Tw1TpqhR2U6DSiv37VHWUqVHpns1Qm84 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#vWLbuQMO6gmECTQVxf5Of2iu0bRHUcsn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ruUa7MhqG2wpHT9ahvIkikLCayNsls42 { 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:none; }#ruUa7MhqG2wpHT9ahvIkikLCayNsls42 > .row .container { border-width: 0; border-radius: 0; }#ruUa7MhqG2wpHT9ahvIkikLCayNsls42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruUa7MhqG2wpHT9ahvIkikLCayNsls42 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#QE1ce9sSc7JdkLkig4RxCT13Bnl3HhON { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.71875rem;left:31.3154296875rem;display:block; }
#SV2yTahsHRa8WqX1PKWn6fBElMTlgd6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPRPovIhbVaAVXX879vW45F49cuXsOsX { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.03125rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJVZtJeSyIZHacKqPknt4oyKgwO9REEe { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:14.1875rem;width:34.125rem;top:6.0625rem;left:1.25rem;display:block; }
#P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:7.1875rem;left:2.375rem;height:2.8125rem;font-style:normal;display:block; }#P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 li:before{  }
#kQmy7ZJOIP4qEHsWrk4mHGUKXf83CFch { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.8125rem;left:40.96875rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inZAQTG8EzWONs0EErdPb9AckzRUeMJQ { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.9375rem;left:41.1875rem;height:8.53125rem;font-style:normal;display:block; }#inZAQTG8EzWONs0EErdPb9AckzRUeMJQ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#inZAQTG8EzWONs0EErdPb9AckzRUeMJQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_331db0a15a540c74d83a48590a7cb77ab2d008e2.svg); }
#VW4ACILXnbDceSOW3Cnh1GMVFmCeCc0n { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.4375rem;top:9.9375rem;left:3.25rem;overflow:hidden;display:block; }
#tbrG5JWIwgtvkoccDFFRuuBRSgI49bep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.124025rem;width:4.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:0.927734375rem;left:35.4375rem; }
#Idu8lDBMIg62fuVCreAWnw19hgx3UXVM { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:13.4375rem;left:2.375rem;height:2.8125rem;font-style:normal;display:block; }#Idu8lDBMIg62fuVCreAWnw19hgx3UXVM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Idu8lDBMIg62fuVCreAWnw19hgx3UXVM li:before{  }
#qJmhPhi3DWaLgaL1GMFhA3nnU6osgvJ9 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:6.875rem;top:16.0625rem;left:3.25rem;overflow:hidden;display:block; }
#wnnZrO4dmgOh5T9tc5oPD4DvcQ9nUIbQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:14.1875rem;width:34.125rem;top:6.0625rem;left:39.5rem;display:block; }
#TyABWib6uBGHRX5XcK62WLCG5Pax8xWX { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.2568359375rem;left:15.15625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxKxoeDtGhvxNq2B6wC8TiIhioGRh1z9 { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:12.75rem;top:26.5625rem;left:10.375rem;display:block; }
#CG2KGib1wUIZoCmlmhtPTcKluQXNTal8 { position:absolute;display:block;z-index:15024;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:6.5rem;width:9.125rem;top:28.8125rem;left:12.1875rem;overflow:hidden;display:block; }
#NZf0GkvVpd1PxLH8kTig5ESKaBkSHIVS { position:absolute;display:block;z-index:15025;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:9.4375rem;width:10.5rem;top:27.375rem;left:32.25rem;overflow:hidden;display:block; }
#rWz5zPWLLf2IrXILVecF0qwUtrvSGvck { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:12.75rem;top:26.5625rem;left:31.125rem;display:block; }
#WSR3f3Sne4LlOC9VMXiTcN7T5pRfQyEC { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:12.75rem;top:26.5625rem;left:51.9375rem;display:block; }
#RryTHRikivBWsaOTDlpTEdRwrRVKcTel { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:27.625rem;left:53.9375rem;overflow:hidden;display:block; }
#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 { position:relative;display:block; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 { background-color: transparent; background-image: none; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row .container > .video-iframe-container { display: none; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row > .video-iframe-container { display: none; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .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); }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 { border-width: 0; border-radius: 0; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VrhWgQdJdWJJSdfUkR8PQ28OX9SidJAg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5068359375rem;left:1.1240234375rem;height:4.7125rem;font-style:normal;display:block; }
#KtLgbZwtWR5Teg93bZnGSDK63umU8EXz { color:rgba(var(--color-tertiary-1),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.25rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#NztartfvVENxRumFHmwv6BEUqP6ZX7iR { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.861328125rem;left:1.1240234375rem;height:5.625rem;font-style:normal;display:block; }
#gug623vBJDe2qTPGhB643pMNaLnN7Jde { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.29817375rem;height:2.73568rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.248481750488rem;left:1.1241321563721rem;display:block; }
#nxITDzicTbnsy7yuKLw8ROHwtgtPOrM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIDcBaN3Kkr0K8fH3sylQVa6VUx88Hks { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.25rem;left:14.4375rem;height:0;font-style:normal;display:block; }
#Elfem7oIanUFfnCK1A3hSHyMGyiSsR5W { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.375rem;left:51.375rem;height:5.625rem;font-style:normal;display:block; }
#wIs6U8fLVtHXTRbnak4fURMB0OILwWIw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.890625rem;left:51.375rem;height:4.21875rem;font-style:normal;display:block; }
#PrCqpuh1f0i880kssK6U1pKKPOHTvQVd { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:1.298828125rem;left:37.5rem;display:block; }#PrCqpuh1f0i880kssK6U1pKKPOHTvQVd.adaptive-delivery-prevent-bg, #PrCqpuh1f0i880kssK6U1pKKPOHTvQVd.lazyload, #PrCqpuh1f0i880kssK6U1pKKPOHTvQVd.lazyloading { background-image: none; }
#ZOFuqgAMwBmRAKMN6rE5dJUyEDqziQXO { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0a9e6ee-a0bf-4100-9d31-64861811ba7d/IMG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:11.140625rem;left:37.5rem;display:block; }#ZOFuqgAMwBmRAKMN6rE5dJUyEDqziQXO.adaptive-delivery-prevent-bg, #ZOFuqgAMwBmRAKMN6rE5dJUyEDqziQXO.lazyload, #ZOFuqgAMwBmRAKMN6rE5dJUyEDqziQXO.lazyloading { background-image: none; }
#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV { position:relative;display:block; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV { background-color: transparent; background-image: none; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row .container > .video-iframe-container { display: none; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row > .video-iframe-container { display: none; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .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); }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV { border-width: 0; border-radius: 0; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K5kT5CMzNkNNLBwLQIEFWq7SdyWbn7bE { color:rgba(var(--color-tertiary-3),1);display:block;width:36.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.4970703125rem;left:38.8134765625rem;height:4.2rem;font-style:normal;display:block; }
#nybp8qc3EZUiUx9DJZroNmd8PlVVSHCO { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.3330078125rem;left:38.71875rem;height:2.8125rem;font-style:normal;display:block; }
#UI2U8zTJ2pK8VZ7eLzotVsEXdmBi2QlT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.5625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.0595703125rem;left:39.6865234375rem;display:block; }
#ddKSJho3EXMfV8L6mUxpawQr7pqav7Td { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMhapEasMsNRa944W5bnlhSs5x6oXD4z { color:rgba(var(--color-tertiary-3),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.9052734375rem;left:38.6875rem;height:12.0625rem;font-style:normal;display:block; }#JMhapEasMsNRa944W5bnlhSs5x6oXD4z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JMhapEasMsNRa944W5bnlhSs5x6oXD4z li:before{  }
#egUuMKzwdo9DhVuaqWEzk2Zrtrabu4OD { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.5283203125rem;left:38.8115234375rem;height:1.40625rem;font-style:normal;display:block; }
#XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6 { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e165fcf4-1044-4b3f-a8a4-977345d17b2c/IMG_OPENUAX.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21rem;width:34.375rem;top:4.0595703125rem;left:1.5625rem;display:block; }#XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6.adaptive-delivery-prevent-bg, #XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6.lazyload, #XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6.lazyloading { background-image: none; }
#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container { background-color: transparent; background-image: none; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container > .video-iframe-container { display: none; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row > .video-iframe-container { display: none; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .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); }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container { border-width: 0; border-radius: 0; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#R5Ou9TryC66zfLKV2kauFsHHTzoo4t0S { color:#003f70;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:1.8125rem;height:2.4375rem;text-align:left;text-align-last:left;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; }
#bVOXHUISK9JGBkzWfdXo0lCizu06hv9U { color:rgba(var(--color-tertiary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.96875rem;left:1.8125rem;height:7.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SqTRZTVlhOCznk6Eryw3z0SRQ3PlWFIa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18rem;width:29.625rem;top:1.625rem;left:41.6875rem;overflow:hidden;display:block; }
#TlWQ6DX9XtPQfhZ22Lf9VNG3mZZROITU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.875rem;height:2.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:16.3125rem;left:1.8125rem;display:block; }
#dTzXVeTBF0Kq1aSrztGl4JsnQnd4UEsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezVZv4AxX29nLytX1x66soyXkG8J3IOR { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.0625rem;left:1.8125rem;height:1.40625rem;font-style:normal;display:block; }
#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container { background-color: transparent; background-image: none; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container > .video-iframe-container { display: none; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row > .video-iframe-container { display: none; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .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); }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container { border-width: 0; border-radius: 0; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#LCP600LxzPJSXQTRWFbuiWZderxZ5GgT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:2rem;height:2.4375rem;text-align:left;text-align-last:left;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; }
#CTFgfmzoDk2TDuCQGCATGwl0VaoOTtPP { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.875rem;width:37.125rem;top:6.125rem;left:2rem;display:block; }
#aBcfJ2KwNdwiXR6AXDz4d2333Lk6Etk4 { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.1875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#MrysCwiuiJV8AGnyMutaWgTOCMncx1rT { color:rgba(var(--color-primary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10rem;left:3.1875rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#BJC7MqBUwMoJ6bvgxvNvTG8IZCxp9Fb6 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.1875rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qxOrfLiJyiRascN2eGdL5HcEHpkTk1GD { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.875rem;width:32.5rem;top:6.1240234375rem;left:41.4365234375rem;display:block; }
#nBX6JE1ua1h9b9fIepqdvSKwTTIHpqFS { color:#003f70;display:block;width:27.249625rem;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:7.375rem;left:42.5625rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#PHW8GIkqETZJRJRHUrk9ov4tQFSd4FFG { color:rgba(var(--color-primary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10rem;left:42.375rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#wGeTTGspqoDA72lnwy0B68tJTImmOHKT { color:rgba(var(--color-tertiary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.65625rem;left:42.9990234375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container { background-color: transparent; background-image: none; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container > .video-iframe-container { display: none; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row > .video-iframe-container { display: none; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .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); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container { border-width: 0; border-radius: 0; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#Z9RUnU6pStf4WsqSesrJLrqgaJZ3n7E5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:10.3125rem;top:1.91650390625rem;left:0rem;overflow:hidden;display:block; }
#wsaW6MTbinnw3K248rZBghRO8iqCdDJM { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0.625rem;left:72.0625rem;display:none; }
#P4lkimOVJPAq9JtuS99Vr4iSMBzl91k8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:glober;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.225rem;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:justify;text-align-last:initial;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;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:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZxim9UN80ndOaibfR3zJ1so49yTxSll { top:2.125rem;left:37.125rem;width:8.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpPS9P7hDTWnZCwberbTiMRkTExG0Vf { top:2.3125rem;left:35.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCA3ZEzSJOoWGegKyispoaH5u5HWT8ta { width:12.75rem;height:2.6875rem;top:1.4375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK5ewiaxxsfl8nqOGplFTl7dsMzLzvAq { display:block; }
 }@media only screen and (max-width: 763px) { #oNrECWpcc0hJ0T8t9cSKNLJTTrhFEVch { top:0.8125rem;left:0rem;width:10.3125rem;height:3.81225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:41.25rem;height:9.75rem;top:4.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:40.25rem;height:10.5rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al1Z1mmoqdG9EXN5xkT26PPR7NSrSV6s { top:15.375rem;left:7.125rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMf8k2BJGh9TQEO7G188PHHNUzTNHPQL { top:16.875rem;left:0rem;width:21.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0sPpt2xweiRzZK3kqTtTTAa9TSMHzCP { top:3.8125rem;left:0rem;width:45.125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuHl4p2HSInn6mFyUaV7ruc6kg25R6Op { top:44.5625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibTJHWCXiWUv5nc01TbeVO2TpEcfOuDE { top:7rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvtDUTa6T87VhPE1pegp1V38yUGqOIWk { top:50.0625rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #heRFDBIc93cfGcwSu30Gn0T40ztHtCm1 { top:7rem;left:5.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cqt3PUCtwnyi6e2EMitKAxZ8woJDy4Pe { top:8.5625rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlZXHPkpfwQiBxOedpOMK2dVk7f8yqcz { top:7rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGgsICCDwabl6NyAUq2woPGII0A2hnEX { top:32.6875rem;left:0rem;width:3.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECZ7qRHTgUxhVrVgJKSAASk6IWxC6Uso { top:8.5625rem;left:5.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVCZIZrnuvRkKDB47R9lwG3u20hHWJU7 { top:36.125rem;left:1.3185768723488rem;width:3.75rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTK7hQwSNG5ICVf78DkJ97tG2VNHhCE6 { top:35.75rem;left:0rem;width:20rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDhSVtWuKGzDtbFzOvIMeFnDs2NFyeOM { display:none; }
 }@media only screen and (max-width: 763px) { #XOLWWtdTcwCcRqdzJtqUkqczTSr15Q5I { width:39.5625rem;height:20.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:6.75rem;left:24.0625rem;width:23.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDfktaXIHsrZ7hqw8nmac2LBo2yHae3 { top:7.75rem;left:37.875000953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #WN5tZFk4Cz3xVKFL61bmGLq7BTGMSoe0 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #BAI2NKms6NRk5TwqAtEWnx2SoNzMhnPP { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #iohZbrlrQxTeR2v4Xf7hKlmQ3Kv0CCRy {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #qsR5aTIliDF1nhW9aBTkSA5e4CFCehT4 { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #n4N2THTvyxetHc9fpmFkN443cVkfn46I { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #fAHRer834XwiHabWJy6wGsDZ85IGIExM {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yferwMzTlX78EKgflOi2wXcnAuqqzsCl {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #UOhcL5WynptUNyTQaEHXwxk4rUxe0EFl {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Gmp6Cx60dwyiwuRSMuH0eVD7ZO7wUCqP {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yvzwZSrvdHTLzT5QtimvZmx9gTa8THw5 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #eJcSkXcnM2WwT3kd0tHRZGtRIVfvW1IU {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #ZkhB4KP3KVtfa1a0Tot1msFlGNVQMrbJ { top:7.6875rem;left:28.625rem;width:19.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ffuScXfSI3rdQqZTRk9yA6uF3ZJoZe { top:10.25rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsqi0NfcxM52Tpi45W2CQaRaCOI2hyE { width:9.0625rem;height:3.25rem;top:16.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTti2von70rWHxLbN9k5GsirvmMTkkw9 { display:block; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdsURzv2S7qsrFGAbBAMRzHfIk1BXzfv { top:3.75rem;left:0rem;width:36rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvutodiosfHxsxE1o9rLZicB3g2q0J22 { top:7rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOnZDEzmWyNCcK1ndan6Pew5e88evcd { top:8.5625rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1mSy6z5nDDBEiTyUpMSicVnI0rPfBtm { top:8.5625rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIdazoFrW1HF1AyxgBJbCN3FhMGotR9k { top:7rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfIZqxk6RzyCIHPiR12af72Pwx22Chgd { top:8.5625rem;left:5.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATrUVsXigGmIiZQxUaIci9kiMlzlwT0x { top:7rem;left:5.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQwmynbFBDeOENyRM6xbt4tgGOTLTpds { top:8.5rem;left:14.312286376953rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISaovoFuqG7UZLyWD3eaNUKmK7MtvFet { top:6.9375rem;left:14.312286376953rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX792h9dgiVdSCgldG6rgMC91CnAxW72 { top:4rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTxwTHQ2xepdD0zzNHHSEGekL8gyBwW { top:0.8125rem;left:0rem;width:31.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urnz71uM7MPcADfuGodGXwHhJPqH6zzy { display:block; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk0qzRHatzTtNekpK0kMC6KwR6TaXswX { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhPi3ewxlWA41AhS8vXflkOk1qgJP74 { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE { display:block; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuU53xqrFbkCOMdLD5NtZwkzvu0mTB2Q { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFUyiDZXq49ertCAiDhd1Odmk1ZRpcyA { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTe3EhHQE4M3zx1RE07rP4rXEIS2J8W { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpTOQEB9MOhx7XC0ZCrRqpsO2tW9BDm { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7GK4kVQJq4e1cKNNLZVkhGMpusC4Ltn { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx8AZMDeiUbdPIXdiQEux1utm24y7fRn { top:6.5rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPGrCX56SlWL8ZDxCBtII2BFOoImiDNs { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5hfnxnJ0w0wJGTmPmEJ7t05tT74yF3 { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTug5e1HzQUNfARf3ZKQKQNPiTyqEG2K { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD { display:block; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzOM0rbqdmXE0R9Z1P2fRSry6m1STngt { top:2.25rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSoG5GrS7A9OcLFFtMxx61mfzDAZTvbf { top:2.25rem;left:1.5625rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeiIJNd3sJ32Ru1ErydS4GtAJTHMzHPN { top:2.25rem;left:10.5625rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al1Vr07qg8J8Iwd4DfEiTBaBc4Fyk6OF { top:2.25rem;left:30.373046875rem;width:4.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CniIzTDnzIm2W2RVoabGMHRTg7clGpLr { top:2.25rem;left:19.373046875rem;width:7.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpITaMC22NlhJn2p63LfXx0FVNKfm5e { top:2.25rem;left:39.125rem;width:8.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPM5o3SPeVp3ZOmKQhoZbS2seGn6kTk6 { top:2.25rem;left:39.125rem;width:8.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 { display:block; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBlCvsDyXm8wTuc0prqZexpHuGXpeCWi { top:3.4375rem;left:0rem;width:36.125rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAXDozkyfP62scgIH3ZoUaeEoAS7mMu { width:12.3125rem;height:2.25rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHHoPzgIDe5GPCdhWacz3Cl3vCkP5s6A { display:block; }
 }@media only screen and (max-width: 763px) { #qsGny8TXyGNFgINgD6Bdc85z44Fs1u7D { top:9.75rem;left:26.625rem;width:14.8125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN8FqKupta0DCHaTDH2X1VUhyS8w7tfu { top:6rem;left:26.625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GreyBSpgAXXNf3ftKiOBTEOcAzIqteK7 { top:9.625rem;left:33.25rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IptEinaBIC746OaAnP0TeoST46S3Ax0p { top:5.875rem;left:30.25rem;width:17.0625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF7oI8bPZD2iyMboRMD7Z0rXFqQqHZ4k { top:21.6875rem;left:26.625rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkK6InL4lwhbeceUp4wJsg6TDqadbDRW { top:21.6875rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SolEdwXSrnSdu0m8Xl67OIDUUWe0u9 { top:2.6875rem;left:26.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskAbV3EEta825M424oHoLwx86z6mLSb { top:3.125rem;left:43.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITOe0ESx9DhJiiflLZqOvdVpEtJJ9a0 { top:18.3125rem;left:26.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLn9NhT42TRRSRz1y1zd0QLDFZLTv6Cw { top:18.5625rem;left:44.5625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuLkdzEvllevR8MsurAfCVsCGOJnv5MX { top:24.5rem;left:26.625rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReGhQN7iDTsdCyA7bT6G8GCoe2A6np0K { top:24.5625rem;left:32.75rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es0y7t2uEOydLLW2kc6rkobzMAbT8Huo { top:17.1875rem;left:0rem;width:34.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOET9AJAgf7CArQd6bIMcpH3cAldWzWa { top:20.1875rem;left:0rem;width:33.4375rem;height:5.9375rem;font-size:0.9375rem;display:block; }#SOET9AJAgf7CArQd6bIMcpH3cAldWzWa li:before{  }
 }@media only screen and (max-width: 763px) { #poOTXql6LqsRSDTksPv9zJk4hWvsKqfc { top:1.3125rem;left:0rem;width:11.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOko4N83h6gO6OSxXlbMKFJphJfUVqg { top:10.4375rem;left:0rem;width:34.0625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF { display:block; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUrsTnHyxD8Ib1a50Ef0DzL1KTg19K2J { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxPWWPaK1UTzF0lcJsZqZAO4Pq6TTQo { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh { display:block; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfeDhI1ylG3U3eplnWNalb2zyPaG0VLk { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgrVdRxfMW41nQcFKJOvU1T98qdwou5L { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPyVpffkgyIUU0NTKQ2gMBwNcfw2DpyF { display:none; }
 }@media only screen and (max-width: 763px) { #kuX1k8BeiuKE3L5uyppdbuL4ICyBUG5i { display:none; }
 }@media only screen and (max-width: 763px) { #eKWyOnbUnnic3TulikhpyeovHcQqW3et { display:none; }
 }@media only screen and (max-width: 763px) { #agMW0UWx1OVT9FNfTpxNFxAuCg3x9RSo { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt9zOZJUhmFudQTaRfQXDWKfQJf6bKMg { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeN00NWoB0o3eDoKWePZkO2ZeJDJuTdx { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsRDZGfFbwTfz3TWQlDu95hFu2MCaLH { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whHiteGn5sIx0dWEnsvOmSWGsEOqK6ha { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgW08hESo0ZiTtWGVzSSsOooOkhFX26 { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWX0FpblD33BfqhxcrENalHMQwOdSeMP { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ { display:block; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuAk7TWFSCZbJkNadFhEtgmlrHHe17PA { top:2.0625rem;left:1.53125rem;width:44.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmRdLpJppMbhFBcLQU9XzAvQcTIXdUNM { top:6.3125rem;left:0rem;width:12.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkpPBuHI6UXC2TW258sXJaCFbLD70ylV { top:9.25rem;left:0rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcX7TSg3x2Uk2dE05oz19PuxFdF59Jn { top:7.0625rem;left:16.5rem;width:10.5rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Sy63T85m4psFT0wRwqEREewa3fUNTd { top:6.3125rem;left:15.375rem;width:12.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aomQI0fbGTp27GdsrF4B3Tl4M0ML346F { top:8.4375rem;left:38.1875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbAt0Fnuo4rH02DH8eNU7TJOHhN2nJD { top:6.3125rem;left:35rem;width:12.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 { display:block; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHgLr8eAHAz5CmQLuHJ4mwzJ9mT3TnW7 { top:4.5rem;left:0rem;width:30.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elf4GQ6JULyzD9xDbZyIGrWbV5APsCKS { top:1.375rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp67igPQhH5mmoERsQw5xz696cf7hvo { top:10.375rem;left:0rem;width:28.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFIzJlQg7bCmhb1a1J34bKwmbVqSDfyB { top:1.375rem;left:23.875rem;width:11.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Re34qKDxBIpF2rJly47bgraiRE3NR4 { top:11.125rem;left:23.875rem;width:9.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2TJKFfl6wC07CDKwB8p4ShbxGp5cCEU { top:1.375rem;left:30.124568939209rem;width:11.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9wazrWxTtgwMqFECwIUbJlkTr5JdNq { top:9.125rem;left:30.687717437744rem;width:10.1875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmarzAMsgJcX9yVbZ5NHy1XBTzzkSD0u { top:1.375rem;left:36.375rem;width:11.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6tfI7vudKvXqmfxzkUSfGzGfQALHAZR { top:8.4375rem;left:38.875rem;width:8.875rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9BhGtxeOpm9T9FyeggsRx7eZ5DS2dxs { top:2.8125rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXmHL0Ov0O37NenibTtvi0tbJnJmr35Q { top:2.9375rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nok01AX1HC5nWLf1AFkzWArLBmBgDNcg { top:3.4375rem;left:34.625438690186rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2esOo6hkte5xD3NHml9mEWZbxJsrRtO { display:block; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyN6W9RZlpTKUMrnL47OHqGLvXFdZ087 { width:12.3125rem;height:2.25rem;top:20.75rem;left:17.6904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHlSG1vUuRnqInZvguI6Juv5LE9LVgi { display:block; }
 }@media only screen and (max-width: 763px) { #Gly4RCvTMqxV5Nwit0dOUMKZztsq6RPZ { top:1.875rem;left:0rem;width:26.1875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJFBh0hOwFQgQzJ4AtTxDdwft0o5MHhl { top:6.0625rem;left:0rem;width:34.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn { top:7.6875rem;left:0rem;width:32.4375rem;height:6.375rem;font-size:0.9375rem;display:block; }#E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn li:before{  }
 }@media only screen and (max-width: 763px) { #tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF { top:8.625rem;left:16.9375rem;width:30.8125rem;height:8.5rem;font-size:0.9375rem;display:block; }#tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_331db0a15a540c74d83a48590a7cb77ab2d008e2.svg); }
 }@media only screen and (max-width: 763px) { #FIP0zwKiO7yQw7abMeEsOZ0k322mlk5L { top:15.125rem;left:0rem;width:9.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebiitTvnV8M6xDUX3KgE5ATlRzhp7nTX { top:1rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuIvDmB0rB7t6WHG3LGiaL9vvvrity7 { top:14.875rem;left:3.5654296875rem;width:6.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvTIi8yi8BQamNPyDoAeV9X597fGQtHM { top:6.0625rem;left:13.5rem;width:34.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC { display:block; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIr1qHUgkKHqL82VtDpUm9H59DEwkFHB { top:3.6875rem;left:0rem;width:44.5625rem;height:12.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1TpqhR2U6DSiv37VHWUqVHpns1Qm84 { display:none; }
 }@media only screen and (max-width: 763px) { #vWLbuQMO6gmECTQVxf5Of2iu0bRHUcsn { display:none; }
 }@media only screen and (max-width: 763px) { #ruUa7MhqG2wpHT9ahvIkikLCayNsls42 { display:block; }#ruUa7MhqG2wpHT9ahvIkikLCayNsls42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QE1ce9sSc7JdkLkig4RxCT13Bnl3HhON { width:12.875rem;height:2.3125rem;top:39.6875rem;left:17.6904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV2yTahsHRa8WqX1PKWn6fBElMTlgd6S { display:block; }
 }@media only screen and (max-width: 763px) { #IPRPovIhbVaAVXX879vW45F49cuXsOsX { top:1.8125rem;left:0rem;width:33.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVZtJeSyIZHacKqPknt4oyKgwO9REEe { top:6.0625rem;left:0rem;width:34.125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 { top:7.1875rem;left:0rem;width:32.4375rem;height:2.8125rem;font-size:0.9375rem;display:block; }#P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 li:before{  }
 }@media only screen and (max-width: 763px) { #kQmy7ZJOIP4qEHsWrk4mHGUKXf83CFch { top:1.8125rem;left:15.5rem;width:32.25rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZAQTG8EzWONs0EErdPb9AckzRUeMJQ { top:8.9375rem;left:16.9375rem;width:30.8125rem;height:8.5rem;font-size:0.9375rem;display:block; }#inZAQTG8EzWONs0EErdPb9AckzRUeMJQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_331db0a15a540c74d83a48590a7cb77ab2d008e2.svg); }
 }@media only screen and (max-width: 763px) { #VW4ACILXnbDceSOW3Cnh1GMVFmCeCc0n { top:9.9375rem;left:0rem;width:8.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbrG5JWIwgtvkoccDFFRuuBRSgI49bep { top:0.875rem;left:21.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idu8lDBMIg62fuVCreAWnw19hgx3UXVM { top:13.4375rem;left:0rem;width:33.125rem;height:2.8125rem;font-size:0.9375rem;display:block; }#Idu8lDBMIg62fuVCreAWnw19hgx3UXVM li:before{  }
 }@media only screen and (max-width: 763px) { #qJmhPhi3DWaLgaL1GMFhA3nnU6osgvJ9 { top:16.0625rem;left:0rem;width:6.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnnZrO4dmgOh5T9tc5oPD4DvcQ9nUIbQ { top:6.0625rem;left:13.5rem;width:34.125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyABWib6uBGHRX5XcK62WLCG5Pax8xWX { top:22.25rem;left:1.53125rem;width:44.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxKxoeDtGhvxNq2B6wC8TiIhioGRh1z9 { top:26.5625rem;left:0rem;width:12.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG2KGib1wUIZoCmlmhtPTcKluQXNTal8 { top:28.8125rem;left:0rem;width:9.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZf0GkvVpd1PxLH8kTig5ESKaBkSHIVS { top:27.375rem;left:18.625rem;width:10.5rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWz5zPWLLf2IrXILVecF0qwUtrvSGvck { top:26.5625rem;left:17.5rem;width:12.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSR3f3Sne4LlOC9VMXiTcN7T5pRfQyEC { top:26.5625rem;left:35rem;width:12.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryTHRikivBWsaOTDlpTEdRwrRVKcTel { top:27.625rem;left:38.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 { display:block; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrhWgQdJdWJJSdfUkR8PQ28OX9SidJAg { top:3.5rem;left:0rem;width:28.5625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLgbZwtWR5Teg93bZnGSDK63umU8EXz { top:1.25rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztartfvVENxRumFHmwv6BEUqP6ZX7iR { top:8.8125rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gug623vBJDe2qTPGhB643pMNaLnN7Jde { width:14.25rem;height:2.6875rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxITDzicTbnsy7yuKLw8ROHwtgtPOrM2 { display:block; }
 }@media only screen and (max-width: 763px) { #vIDcBaN3Kkr0K8fH3sylQVa6VUx88Hks { top:1.25rem;left:1.375rem;width:22.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elfem7oIanUFfnCK1A3hSHyMGyiSsR5W { top:2.375rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIs6U8fLVtHXTRbnak4fURMB0OILwWIw { top:11.875rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrCqpuh1f0i880kssK6U1pKKPOHTvQVd { top:1.25rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOFuqgAMwBmRAKMN6rE5dJUyEDqziQXO { top:11.125rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV { display:block; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5kT5CMzNkNNLBwLQIEFWq7SdyWbn7bE { top:3.4375rem;left:11.625rem;width:36.125rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nybp8qc3EZUiUx9DJZroNmd8PlVVSHCO { top:8.3125rem;left:12.6875rem;width:35.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI2U8zTJ2pK8VZ7eLzotVsEXdmBi2QlT { width:14.3125rem;height:2.5625rem;top:25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddKSJho3EXMfV8L6mUxpawQr7pqav7Td { display:block; }
 }@media only screen and (max-width: 763px) { #JMhapEasMsNRa944W5bnlhSs5x6oXD4z { top:11.875rem;left:11.4375rem;width:35.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#JMhapEasMsNRa944W5bnlhSs5x6oXD4z li:before{  }
 }@media only screen and (max-width: 763px) { #egUuMKzwdo9DhVuaqWEzk2Zrtrabu4OD { top:1.5rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6 { top:4rem;left:0rem;width:34.375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn { display:block; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5Ou9TryC66zfLKV2kauFsHHTzoo4t0S { top:3rem;left:0rem;width:35.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOXHUISK9JGBkzWfdXo0lCizu06hv9U { top:6.9375rem;left:0rem;width:34.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTRZTVlhOCznk6Eryw3z0SRQ3PlWFIa { top:1.625rem;left:18.125rem;width:29.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWQ6DX9XtPQfhZ22Lf9VNG3mZZROITU { width:15.875rem;height:2.375rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzXVeTBF0Kq1aSrztGl4JsnQnd4UEsF { display:block; }
 }@media only screen and (max-width: 763px) { #ezVZv4AxX29nLytX1x66soyXkG8J3IOR { top:1.0625rem;left:0rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5JBd0RP584hgbna4lmomRhdpGKF8Lzs { display:block; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCP600LxzPJSXQTRWFbuiWZderxZ5GgT { top:1.75rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFgfmzoDk2TDuCQGCATGwl0VaoOTtPP { top:6.125rem;left:0rem;width:37.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcfJ2KwNdwiXR6AXDz4d2333Lk6Etk4 { top:7.375rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrysCwiuiJV8AGnyMutaWgTOCMncx1rT { top:10rem;left:0rem;width:23.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJC7MqBUwMoJ6bvgxvNvTG8IZCxp9Fb6 { top:12.4375rem;left:0rem;width:34.5rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxOrfLiJyiRascN2eGdL5HcEHpkTk1GD { top:6.0625rem;left:15.25rem;width:32.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBX6JE1ua1h9b9fIepqdvSKwTTIHpqFS { top:7.375rem;left:20.5625rem;width:27.1875rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHW8GIkqETZJRJRHUrk9ov4tQFSd4FFG { top:10rem;left:23.3125rem;width:24.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGeTTGspqoDA72lnwy0B68tJTImmOHKT { top:13.625rem;left:21.375rem;width:26.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh { display:block; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9RUnU6pStf4WsqSesrJLrqgaJZ3n7E5 { width:10.3125rem;height:3.81225625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsaW6MTbinnw3K248rZBghRO8iqCdDJM { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4lkimOVJPAq9JtuS99Vr4iSMBzl91k8 { top:6.875rem;left:0rem;width:31.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { background-color: transparent; background-image: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { width:20rem;height:5.25rem;top:54.6081484375rem;left:0rem;background-color:#414a66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NZxim9UN80ndOaibfR3zJ1so49yTxSll { width:8.25rem;height:auto;top:2.125rem;left:5.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXpPS9P7hDTWnZCwberbTiMRkTExG0Vf { width:0.9375rem;height:0.9375rem;top:2.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCA3ZEzSJOoWGegKyispoaH5u5HWT8ta { width:12.75rem;height:2.6875rem;top:1.4375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UK5ewiaxxsfl8nqOGplFTl7dsMzLzvAq { display:block; }
 }@media only screen and (max-width: 763px) { #oNrECWpcc0hJ0T8t9cSKNLJTTrhFEVch { width:10.3125rem;height:3.811525rem;top:1.21875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color:transparent;background-image:none;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:4.225rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;color:#0060ab;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:13.5rem;top:12.38037109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;color:#161616;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; }
 }@media only screen and (max-width: 763px) { #Al1Z1mmoqdG9EXN5xkT26PPR7NSrSV6s { width:7.3115rem;height:4.124025rem;top:7.2548828125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMf8k2BJGh9TQEO7G188PHHNUzTNHPQL { width:17.249rem;height:1.21875rem;top:5.0673828125rem;left:0rem;font-size:0.9375rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0sPpt2xweiRzZK3kqTtTTAa9TSMHzCP { width:20rem;height:3.4375rem;top:43.625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #KuHl4p2HSInn6mFyUaV7ruc6kg25R6Op { width:20rem;height:1.68823125rem;top:44.49951171875rem;left:0rem;font-size:1.125rem;z-index:15008;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ibTJHWCXiWUv5nc01TbeVO2TpEcfOuDE { width:4.5625rem;height:1.31303125rem;top:48.5rem;left:2.4375rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bvtDUTa6T87VhPE1pegp1V38yUGqOIWk { width:5.5625rem;height:1.40625rem;top:50.0625rem;left:2.4375rem;font-size:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #heRFDBIc93cfGcwSu30Gn0T40ztHtCm1 { width:3.18685rem;height:1.31303125rem;top:52.5625rem;left:2.4375rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Cqt3PUCtwnyi6e2EMitKAxZ8woJDy4Pe { width:6.25rem;height:1.40625rem;top:50.0625rem;left:10.6875rem;font-size:0.9375rem;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlZXHPkpfwQiBxOedpOMK2dVk7f8yqcz { width:5.87456875rem;height:1.31303125rem;top:48.5rem;left:10.875rem;font-size:0.875rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGgsICCDwabl6NyAUq2woPGII0A2hnEX { width:3.81185rem;height:1.31303125rem;top:52.5625rem;left:11.625rem;font-size:0.875rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECZ7qRHTgUxhVrVgJKSAASk6IWxC6Uso { width:3.4375rem;height:1.40625rem;top:53.9375rem;left:2.625rem;font-size:0.9375rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVCZIZrnuvRkKDB47R9lwG3u20hHWJU7 { width:3.75rem;height:1.40625rem;top:53.9375rem;left:11.9375rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VTK7hQwSNG5ICVf78DkJ97tG2VNHhCE6 { width:20rem;height:4.55rem;top:38.123779296875rem;left:0rem;font-size:0.875rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDhSVtWuKGzDtbFzOvIMeFnDs2NFyeOM { top:27.125rem;left:9.75rem;width:10.25rem;height:10.4375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cDhSVtWuKGzDtbFzOvIMeFnDs2NFyeOM.adaptive-delivery-prevent-bg, #cDhSVtWuKGzDtbFzOvIMeFnDs2NFyeOM.lazyload, #cDhSVtWuKGzDtbFzOvIMeFnDs2NFyeOM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XOLWWtdTcwCcRqdzJtqUkqczTSr15Q5I { top:27.125rem;left:0rem;width:20rem;height:10.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { width:20rem;height:5.75rem;top:58.406251907349rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDfktaXIHsrZ7hqw8nmac2LBo2yHae3 { display:flex;width:1.875rem;height:1.875rem;top:59.812501907349rem;left:1.0617187619209rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:64rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:64rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #WN5tZFk4Cz3xVKFL61bmGLq7BTGMSoe0 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #BAI2NKms6NRk5TwqAtEWnx2SoNzMhnPP { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #iohZbrlrQxTeR2v4Xf7hKlmQ3Kv0CCRy {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #qsR5aTIliDF1nhW9aBTkSA5e4CFCehT4 { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #n4N2THTvyxetHc9fpmFkN443cVkfn46I { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #fAHRer834XwiHabWJy6wGsDZ85IGIExM {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yferwMzTlX78EKgflOi2wXcnAuqqzsCl {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #UOhcL5WynptUNyTQaEHXwxk4rUxe0EFl {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Gmp6Cx60dwyiwuRSMuH0eVD7ZO7wUCqP {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yvzwZSrvdHTLzT5QtimvZmx9gTa8THw5 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #eJcSkXcnM2WwT3kd0tHRZGtRIVfvW1IU {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #ZkhB4KP3KVtfa1a0Tot1msFlGNVQMrbJ { width:16.0625rem;height:1.95rem;top:59.812501907349rem;left:3.9375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ffuScXfSI3rdQqZTRk9yA6uF3ZJoZe { width:15.810125rem;height:1.05625rem;top:62.250001907349rem;left:4.1906252503395rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsqi0NfcxM52Tpi45W2CQaRaCOI2hyE { top:7.84765625rem;left:10.6875rem;width:7.9375rem;height:2.9375rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bTti2von70rWHxLbN9k5GsirvmMTkkw9 { display:none; }#bTti2von70rWHxLbN9k5GsirvmMTkkw9 > .row .container { width:20rem;height:22.371447753906rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GdsURzv2S7qsrFGAbBAMRzHfIk1BXzfv { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvutodiosfHxsxE1o9rLZicB3g2q0J22 { width:4.5625rem;height:1.31185rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOnZDEzmWyNCcK1ndan6Pew5e88evcd { width:4.5625rem;height:1.40625rem;top:8.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1mSy6z5nDDBEiTyUpMSicVnI0rPfBtm { width:6.25rem;height:1.40625rem;top:8.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIdazoFrW1HF1AyxgBJbCN3FhMGotR9k { width:5.875rem;height:1.31185rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfIZqxk6RzyCIHPiR12af72Pwx22Chgd { width:8.1875rem;height:1.40625rem;top:12.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATrUVsXigGmIiZQxUaIci9kiMlzlwT0x { width:3.1875rem;height:1.31185rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQwmynbFBDeOENyRM6xbt4tgGOTLTpds { width:3.75rem;height:1.40625rem;top:12.6875rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISaovoFuqG7UZLyWD3eaNUKmK7MtvFet { width:3.8125rem;height:1.31185rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX792h9dgiVdSCgldG6rgMC91CnAxW72 { width:18.75rem;height:1.40625rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTxwTHQ2xepdD0zzNHHSEGekL8gyBwW { width:20rem;height:4.54426875rem;top:17.828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urnz71uM7MPcADfuGodGXwHhJPqH6zzy { display:block; }#Urnz71uM7MPcADfuGodGXwHhJPqH6zzy > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tk0qzRHatzTtNekpK0kMC6KwR6TaXswX { width:15.6875rem;height:1.7875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhPi3ewxlWA41AhS8vXflkOk1qgJP74 { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE { display:block; }#fsIDSm5ZOOWLeLgLPd8HyRZzo84aRwkE > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuU53xqrFbkCOMdLD5NtZwkzvu0mTB2Q { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fFUyiDZXq49ertCAiDhd1Odmk1ZRpcyA { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmTe3EhHQE4M3zx1RE07rP4rXEIS2J8W { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKpTOQEB9MOhx7XC0ZCrRqpsO2tW9BDm { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7GK4kVQJq4e1cKNNLZVkhGMpusC4Ltn { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gx8AZMDeiUbdPIXdiQEux1utm24y7fRn { width:18.75rem;height:auto;top:6.5rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UPGrCX56SlWL8ZDxCBtII2BFOoImiDNs { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PT5hfnxnJ0w0wJGTmPmEJ7t05tT74yF3 { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTug5e1HzQUNfARf3ZKQKQNPiTyqEG2K { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD { display:none; }#nrDbwTwGXqOkRyWOT3HMxySwpWVs1noD > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DzOM0rbqdmXE0R9Z1P2fRSry6m1STngt { width:5.6875rem;height:0;top:-0.9375rem;left:5.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #mSoG5GrS7A9OcLFFtMxx61mfzDAZTvbf { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #oeiIJNd3sJ32Ru1ErydS4GtAJTHMzHPN { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Al1Vr07qg8J8Iwd4DfEiTBaBc4Fyk6OF { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #CniIzTDnzIm2W2RVoabGMHRTg7clGpLr { width:7.0625rem;height:auto;top:2.25rem;left:6.4375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #TtpITaMC22NlhJn2p63LfXx0FVNKfm5e { width:8.625rem;height:auto;top:2.25rem;left:5.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #vPM5o3SPeVp3ZOmKQhoZbS2seGn6kTk6 { width:8.625rem;height:auto;top:2.25rem;left:5.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 { display:block; }#LSAwlgz7fixFU9n2BHHqiMdmpkhCQpJ7 > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBlCvsDyXm8wTuc0prqZexpHuGXpeCWi { width:20rem;height:6.3375rem;top:0.8740234375rem;left:0rem;font-size:1.625rem;line-height:1.3;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnAXDozkyfP62scgIH3ZoUaeEoAS7mMu { width:12.495125rem;height:2.43456875rem;top:22.935546875rem;left:3.751953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHHoPzgIDe5GPCdhWacz3Cl3vCkP5s6A { display:block; }
 }@media only screen and (max-width: 763px) { #qsGny8TXyGNFgINgD6Bdc85z44Fs1u7D { width:20rem;height:5.25rem;top:31.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hN8FqKupta0DCHaTDH2X1VUhyS8w7tfu { width:15.375rem;height:1.40625rem;top:28.6875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GreyBSpgAXXNf3ftKiOBTEOcAzIqteK7 { width:20rem;height:2.625rem;top:43.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IptEinaBIC746OaAnP0TeoST46S3Ax0p { width:15.375rem;height:1.40625rem;top:41.1875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dF7oI8bPZD2iyMboRMD7Z0rXFqQqHZ4k { width:15.375rem;height:1.40625rem;top:50.0625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nkK6InL4lwhbeceUp4wJsg6TDqadbDRW { width:15.375rem;height:1.40625rem;top:60.25rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f5SolEdwXSrnSdu0m8Xl67OIDUUWe0u9 { width:2.8125rem;height:2.8125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskAbV3EEta825M424oHoLwx86z6mLSb { width:2.8125rem;height:2.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITOe0ESx9DhJiiflLZqOvdVpEtJJ9a0 { width:2.8125rem;height:2.8125rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLn9NhT42TRRSRz1y1zd0QLDFZLTv6Cw { width:2.625rem;height:2.625rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuLkdzEvllevR8MsurAfCVsCGOJnv5MX { width:19.75rem;height:2.625rem;top:52.1875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ReGhQN7iDTsdCyA7bT6G8GCoe2A6np0K { width:19.9375rem;height:2.625rem;top:62.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #es0y7t2uEOydLLW2kc6rkobzMAbT8Huo { width:20rem;height:2.625rem;top:8.55859375rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SOET9AJAgf7CArQd6bIMcpH3cAldWzWa { width:20rem;height:9.5rem;top:12.2451171875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#SOET9AJAgf7CArQd6bIMcpH3cAldWzWa li:before{  }
 }@media only screen and (max-width: 763px) { #poOTXql6LqsRSDTksPv9zJk4hWvsKqfc { width:11.25rem;height:0;top:71.935772753906rem;left:4.375rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aQOko4N83h6gO6OSxXlbMKFJphJfUVqg { width:20rem;height:0;top:74.497618127444rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF { display:block; }#gdOTXTXl2Q8XIy0Zn7O4mgmzpiIzRSeF > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUrsTnHyxD8Ib1a50Ef0DzL1KTg19K2J { width:18.375rem;height:1.7875rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxPWWPaK1UTzF0lcJsZqZAO4Pq6TTQo { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh { display:block; }#oqPdb3N2RD7XiQ0aC9Nt7RcLc7d8N5Eh > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfeDhI1ylG3U3eplnWNalb2zyPaG0VLk { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pgrVdRxfMW41nQcFKJOvU1T98qdwou5L { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #pPyVpffkgyIUU0NTKQ2gMBwNcfw2DpyF { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuX1k8BeiuKE3L5uyppdbuL4ICyBUG5i { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKWyOnbUnnic3TulikhpyeovHcQqW3et { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agMW0UWx1OVT9FNfTpxNFxAuCg3x9RSo { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dt9zOZJUhmFudQTaRfQXDWKfQJf6bKMg { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zeN00NWoB0o3eDoKWePZkO2ZeJDJuTdx { width:17.625rem;height:5.25rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsRDZGfFbwTfz3TWQlDu95hFu2MCaLH { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #whHiteGn5sIx0dWEnsvOmSWGsEOqK6ha { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgW08hESo0ZiTtWGVzSSsOooOkhFX26 { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWX0FpblD33BfqhxcrENalHMQwOdSeMP { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ { display:block; }#qQzQBnf6pm9cGp2f3IPZOdovhFic6rWZ > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuAk7TWFSCZbJkNadFhEtgmlrHHe17PA { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GmRdLpJppMbhFBcLQU9XzAvQcTIXdUNM { width:12.75rem;height:10.9375rem;top:6.07421875rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkpPBuHI6UXC2TW258sXJaCFbLD70ylV { width:6.125rem;height:4.25rem;top:6.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcX7TSg3x2Uk2dE05oz19PuxFdF59Jn { width:6.625rem;height:5.875rem;top:5.63671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Sy63T85m4psFT0wRwqEREewa3fUNTd { width:12.75rem;height:10.9375rem;top:18.26171875rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aomQI0fbGTp27GdsrF4B3Tl4M0ML346F { width:5rem;height:5rem;top:6.07421875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbAt0Fnuo4rH02DH8eNU7TJOHhN2nJD { width:12.75rem;height:10.9375rem;top:30.44921875rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 { display:block; }#UxpnZkLZ3zy3Uaar2QRgvzsvKtI8Utc4 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHgLr8eAHAz5CmQLuHJ4mwzJ9mT3TnW7 { width:20rem;height:5.3625rem;top:3.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elf4GQ6JULyzD9xDbZyIGrWbV5APsCKS { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #yRp67igPQhH5mmoERsQw5xz696cf7hvo { width:20rem;height:7.03125rem;top:9.6865234375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #aFIzJlQg7bCmhb1a1J34bKwmbVqSDfyB { width:19.9375rem;height:4.375rem;top:18.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L2Re34qKDxBIpF2rJly47bgraiRE3NR4 { width:14.6875rem;height:2.275rem;top:19.25rem;left:4.3125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x2TJKFfl6wC07CDKwB8p4ShbxGp5cCEU { width:19.9375rem;height:4.1875rem;top:23.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9wazrWxTtgwMqFECwIUbJlkTr5JdNq { width:16.0625rem;height:3.9375rem;top:23.625rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #lmarzAMsgJcX9yVbZ5NHy1XBTzzkSD0u { width:19.9375rem;height:6.8125rem;top:28.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J6tfI7vudKvXqmfxzkUSfGzGfQALHAZR { width:14.6875rem;height:5.25rem;top:29.125rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #p9BhGtxeOpm9T9FyeggsRx7eZ5DS2dxs { display:flex;width:2.24935rem;height:2.24935rem;top:18.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #WXmHL0Ov0O37NenibTtvi0tbJnJmr35Q { display:flex;width:1.875rem;height:1.875rem;top:24.5625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #nok01AX1HC5nWLf1AFkzWArLBmBgDNcg { display:flex;width:2.1875rem;height:2.1875rem;top:29.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #M2esOo6hkte5xD3NHml9mEWZbxJsrRtO { display:none; }#M2esOo6hkte5xD3NHml9mEWZbxJsrRtO > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GyN6W9RZlpTKUMrnL47OHqGLvXFdZ087 { width:12.49586125rem;height:2.43511125rem;top:24.811212539673rem;left:3.7434898018837rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHlSG1vUuRnqInZvguI6Juv5LE9LVgi { display:block; }
 }@media only screen and (max-width: 763px) { #Gly4RCvTMqxV5Nwit0dOUMKZztsq6RPZ { width:20rem;height:0;top:33.807615625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJFBh0hOwFQgQzJ4AtTxDdwft0o5MHhl { width:19.875rem;height:13.5625rem;top:37.370115625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn { width:20rem;height:0;top:39.026365625rem;left:0rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }#E2mZWPw4zy0MrtP5FBmUWCot7bH46kQn li:before{  }
 }@media only screen and (max-width: 763px) { #tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF { width:20rem;height:0;top:54.885740625rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }#tbaToPIDFAHMQKoEapnbHMVaH7a0wEuF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_331db0a15a540c74d83a48590a7cb77ab2d008e2.svg); }
 }@media only screen and (max-width: 763px) { #FIP0zwKiO7yQw7abMeEsOZ0k322mlk5L { width:9.5625rem;height:3.375rem;top:46.463865625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebiitTvnV8M6xDUX3KgE5ATlRzhp7nTX { display:flex;width:4.0625rem;height:4.0625rem;top:28.495115625rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #SBuIvDmB0rB7t6WHG3LGiaL9vvvrity7 { width:6.875rem;height:3.875rem;top:46.213865625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvTIi8yi8BQamNPyDoAeV9X597fGQtHM { width:19.875rem;height:13.5rem;top:52.307615625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC.adaptive-delivery-prevent-bg, #x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC.lazyload, #x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC.lazyloading { background-image: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container { background-color: transparent; background-image: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container > .video-iframe-container { display: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row > .video-iframe-container { display: none; }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .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); }#x0BGVGbvtLkg84MDTPbstlb9uTLE3NLC > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIr1qHUgkKHqL82VtDpUm9H59DEwkFHB { width:20rem;height:9.975rem;top:3.7001953125rem;left:0rem;font-size:1.1875rem;line-height:1.2;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1TpqhR2U6DSiv37VHWUqVHpns1Qm84 { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Tw1TpqhR2U6DSiv37VHWUqVHpns1Qm84.adaptive-delivery-prevent-bg, #Tw1TpqhR2U6DSiv37VHWUqVHpns1Qm84.lazyload, #Tw1TpqhR2U6DSiv37VHWUqVHpns1Qm84.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vWLbuQMO6gmECTQVxf5Of2iu0bRHUcsn { top:14.9375rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vWLbuQMO6gmECTQVxf5Of2iu0bRHUcsn.adaptive-delivery-prevent-bg, #vWLbuQMO6gmECTQVxf5Of2iu0bRHUcsn.lazyload, #vWLbuQMO6gmECTQVxf5Of2iu0bRHUcsn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ruUa7MhqG2wpHT9ahvIkikLCayNsls42 { display:none; }#ruUa7MhqG2wpHT9ahvIkikLCayNsls42 > .row .container { width:20rem;height:104.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QE1ce9sSc7JdkLkig4RxCT13Bnl3HhON { width:12.49586125rem;height:2.43511125rem;top:24.811212539673rem;left:3.7434898018837rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV2yTahsHRa8WqX1PKWn6fBElMTlgd6S { display:block; }
 }@media only screen and (max-width: 763px) { #IPRPovIhbVaAVXX879vW45F49cuXsOsX { width:20rem;height:0;top:28.495115625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVZtJeSyIZHacKqPknt4oyKgwO9REEe { width:19.875rem;height:14.1875rem;top:40.932615625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 { width:20rem;height:0;top:42.057615625rem;left:0rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }#P4mQ0ZTCUWT1i8TKlKDCwHesmr43aDm7 li:before{  }
 }@media only screen and (max-width: 763px) { #kQmy7ZJOIP4qEHsWrk4mHGUKXf83CFch { width:20rem;height:0;top:37.370115625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZAQTG8EzWONs0EErdPb9AckzRUeMJQ { width:20rem;height:0;top:59.370115625rem;left:0rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }#inZAQTG8EzWONs0EErdPb9AckzRUeMJQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_331db0a15a540c74d83a48590a7cb77ab2d008e2.svg); }
 }@media only screen and (max-width: 763px) { #VW4ACILXnbDceSOW3Cnh1GMVFmCeCc0n { width:8.4375rem;height:3.0625rem;top:44.807615625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbrG5JWIwgtvkoccDFFRuuBRSgI49bep { display:flex;width:4.0625rem;height:4.0625rem;top:32.057615625rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #Idu8lDBMIg62fuVCreAWnw19hgx3UXVM { width:20rem;height:0;top:48.307615625rem;left:0rem;font-size:0.9375rem;color:#161616;line-height:1.3;display:block; }#Idu8lDBMIg62fuVCreAWnw19hgx3UXVM li:before{  }
 }@media only screen and (max-width: 763px) { #qJmhPhi3DWaLgaL1GMFhA3nnU6osgvJ9 { width:6.875rem;height:3.875rem;top:50.932615625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnnZrO4dmgOh5T9tc5oPD4DvcQ9nUIbQ { width:19.875rem;height:14.1875rem;top:56.495115625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TyABWib6uBGHRX5XcK62WLCG5Pax8xWX { width:20rem;height:3.57421875rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxKxoeDtGhvxNq2B6wC8TiIhioGRh1z9 { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG2KGib1wUIZoCmlmhtPTcKluQXNTal8 { width:9.125rem;height:6.5rem;top:72.057615625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZf0GkvVpd1PxLH8kTig5ESKaBkSHIVS { width:10.5rem;height:9.4375rem;top:80.620115625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWz5zPWLLf2IrXILVecF0qwUtrvSGvck { width:12.75rem;height:10.9375rem;top:79.807615625rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSR3f3Sne4LlOC9VMXiTcN7T5pRfQyEC { width:12.75rem;height:10.9375rem;top:91.995115625rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryTHRikivBWsaOTDlpTEdRwrRVKcTel { width:8.8125rem;height:8.8125rem;top:93.057615625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 { display:block; }#nLDzdDF14OWVfkcVDV1tgz1JkTV8KxW3 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrhWgQdJdWJJSdfUkR8PQ28OX9SidJAg { width:20rem;height:3.575rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLgbZwtWR5Teg93bZnGSDK63umU8EXz { width:12.0625rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #NztartfvVENxRumFHmwv6BEUqP6ZX7iR { width:20rem;height:7.03125rem;top:7.8828125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #gug623vBJDe2qTPGhB643pMNaLnN7Jde { width:19.8994375rem;height:2.6494125rem;top:16.0390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxITDzicTbnsy7yuKLw8ROHwtgtPOrM2 { display:block; }
 }@media only screen and (max-width: 763px) { #vIDcBaN3Kkr0K8fH3sylQVa6VUx88Hks { width:20rem;height:0;top:41.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Elfem7oIanUFfnCK1A3hSHyMGyiSsR5W { width:20rem;height:5.625rem;top:28.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #wIs6U8fLVtHXTRbnak4fURMB0OILwWIw { width:20rem;height:5.625rem;top:44.953125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PrCqpuh1f0i880kssK6U1pKKPOHTvQVd { width:20rem;height:6.4375rem;top:20rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PrCqpuh1f0i880kssK6U1pKKPOHTvQVd.adaptive-delivery-prevent-bg, #PrCqpuh1f0i880kssK6U1pKKPOHTvQVd.lazyload, #PrCqpuh1f0i880kssK6U1pKKPOHTvQVd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZOFuqgAMwBmRAKMN6rE5dJUyEDqziQXO { width:20rem;height:7.4375rem;top:35.578125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV { display:block; }#lGb4lOZm2uxTr8LVR1ymXB9lFT5ixOTV > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5kT5CMzNkNNLBwLQIEFWq7SdyWbn7bE { width:20rem;height:4.95rem;top:3.3105507493019rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nybp8qc3EZUiUx9DJZroNmd8PlVVSHCO { width:20rem;height:4.21875rem;top:24.921875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #UI2U8zTJ2pK8VZ7eLzotVsEXdmBi2QlT { width:19.8994375rem;height:2.6494125rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddKSJho3EXMfV8L6mUxpawQr7pqav7Td { display:block; }
 }@media only screen and (max-width: 763px) { #JMhapEasMsNRa944W5bnlhSs5x6oXD4z { width:20rem;height:18.625rem;top:29.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#JMhapEasMsNRa944W5bnlhSs5x6oXD4z li:before{  }
 }@media only screen and (max-width: 763px) { #egUuMKzwdo9DhVuaqWEzk2Zrtrabu4OD { width:9.25rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6 { width:20rem;height:14.375rem;top:9.1865234375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e165fcf4-1044-4b3f-a8a4-977345d17b2c/IMG_OPENUAX.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6.adaptive-delivery-prevent-bg, #XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6.lazyload, #XidXhvAIZ7M5zcSzAFFWKUg6OrzMsCH6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn { display:block; }#m2VZc3f5kVzSgyLw5M0XgRgaeVuoHTtn > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5Ou9TryC66zfLKV2kauFsHHTzoo4t0S { width:20rem;height:3.9rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #bVOXHUISK9JGBkzWfdXo0lCizu06hv9U { width:20rem;height:12.1875rem;top:21.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SqTRZTVlhOCznk6Eryw3z0SRQ3PlWFIa { width:20rem;height:12.25rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWQ6DX9XtPQfhZ22Lf9VNG3mZZROITU { width:15.875rem;height:2.375rem;top:34.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzXVeTBF0Kq1aSrztGl4JsnQnd4UEsF { display:block; }
 }@media only screen and (max-width: 763px) { #ezVZv4AxX29nLytX1x66soyXkG8J3IOR { width:11.0625rem;height:1.31303125rem;top:0.6875rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #F5JBd0RP584hgbna4lmomRhdpGKF8Lzs { display:block; }#F5JBd0RP584hgbna4lmomRhdpGKF8Lzs > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCP600LxzPJSXQTRWFbuiWZderxZ5GgT { width:10.9375rem;height:1.9504625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTFgfmzoDk2TDuCQGCATGwl0VaoOTtPP { width:20rem;height:19.875rem;top:4.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aBcfJ2KwNdwiXR6AXDz4d2333Lk6Etk4 { width:18.875rem;height:1.425rem;top:5rem;left:0.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MrysCwiuiJV8AGnyMutaWgTOCMncx1rT { width:17.1875rem;height:2.275rem;top:7.4375rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BJC7MqBUwMoJ6bvgxvNvTG8IZCxp9Fb6 { width:18.9375rem;height:12.5125rem;top:10.375rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qxOrfLiJyiRascN2eGdL5HcEHpkTk1GD { width:20rem;height:14.4375rem;top:25.0625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nBX6JE1ua1h9b9fIepqdvSKwTTIHpqFS { width:16.25rem;height:1.425rem;top:26.375rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PHW8GIkqETZJRJRHUrk9ov4tQFSd4FFG { width:18rem;height:2.275rem;top:29rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGeTTGspqoDA72lnwy0B68tJTImmOHKT { width:18.9375rem;height:5.6875rem;top:32.1875rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh { background-color:#222222;background-image:none;display:block; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container { background-color: transparent; background-image: none; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container > .video-iframe-container { display: none; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row > .video-iframe-container { display: none; }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .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); }#WU9XFgvOkPV2ABM4X6lsx7GuaFmM6vBh > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9RUnU6pStf4WsqSesrJLrqgaJZ3n7E5 { width:11.1875rem;height:4.125rem;top:1.3411445617676rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsaW6MTbinnw3K248rZBghRO8iqCdDJM { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #P4lkimOVJPAq9JtuS99Vr4iSMBzl91k8 { width:20rem;height:5.28125rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.6853675842285rem;left:0rem;width:19.87571025rem;height:3.62571025rem;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:"pt sans";display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }