.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:239,223,238;--color-primary-1:200,147,199;--color-primary-2:145,39,143;--color-primary-3:73,20,72;--color-primary-4:22,6,21;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:204,204,204;--color-secondary-3:88,88,88;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:26,26,26;--color-tertiary-3:13,13,13;--color-tertiary-4:3,3,3;--headlines-font-family:"Poppins";--paragraphs-font-family:"Work Sans"; }body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#HxMIlHJ5dSmGqpTFridlySub8COvMlym { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container { background-color: transparent; background-image: none; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container > .video-iframe-container { display: none; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row > .video-iframe-container { display: none; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .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); }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container { border-width: 0; border-radius: 0; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#rbdbxMMQprJck8G50UZpANld26xH3EmH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.125rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#VNbUDrbcwTZQmCxf35K0mU73xwhMh62n { background-color:#91278f;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-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.0625rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:62.9375rem;display:block; }
#qZ90BiERT2ER3PAHrdq3CEAMR9t8wCg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XerFnDKITfPcJLSOiy9qMCu3JG0hWVXy { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1.662109375rem;left:28.40625rem;height:1.5rem;display:block; }
#Fr0ABvQ9vbTL9TgudgoqRxWCntacooVu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:1.662109375rem;left:35.40625rem;height:1.5rem;display:block; }
#mADDZZqmSodR72KOFmn5GZKDKIb4NCIb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.662109375rem;left:44.34375rem;height:1.5rem;display:block; }
#Qt8WOOJnSXwpcN1HaXdZENHmWTGPpbkq { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:1.662109375rem;left:55.96875rem;height:1.5rem;display:block; }
#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:75rem;height:44.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8rem;left:1.3125rem;height:5.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4X2NV8xaC8hfnGergDUys9BagfQy4be { box-sizing:content-box;height:20.625rem;width:46.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:10.3125rem;left:0.0625rem;display:block; }
#uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.25rem;left:1.3125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { background-color:#91278f;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-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.0625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.5625rem;left:0.0625rem;display:block; }
#LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mb0fww1FGewOKlc0Rg41zcysQKNRfNfe { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.125rem;left:1.3125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nS72zT7VNVhVuq0vGJ4ThFzcuZfCfiXF { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:36.125rem;top:5.2373046875rem;left:38.875rem;overflow:hidden;display:block; }
#qm6s9OEVtsnIFN2BOKQkHAri1xf1893P { box-sizing:content-box;height:0.1875rem;width:47.125rem;position:absolute;display:block;z-index:15038;background-color:#50a6ca;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0625rem;left:0.0625rem;display:block; }
#HWhOsIPn4pPwtxwx2OQZS9Tayz8LHJq6 { box-sizing:content-box;height:4.4375rem;width:28.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:1.0625rem;display:block; }
#bLdWMiKHldp1vbDtI2UAm8Avd3Sh5hXu { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:41.25rem;left:2.4375rem;height:1.29980625rem;display:block; }
#bfWpMGxf1q7cFCEQSV02Eat0BOKm7BKd { color:rgba(var(--color-tertiary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:43.1875rem;left:2.4375rem;height:1.29980625rem;display:block; }
#k81MPatLwwUgaON1h5DdrHEIGM187MyH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:41.125rem;left:0.0625rem; }
#HL49SaN6pqJIft9fCSyqLLrlBPfT9nke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:43.0625rem;left:0.0625rem; }
#V97a75guKmvgdLD8W099DNalPquB3lSs { position:relative;display:block; }#V97a75guKmvgdLD8W099DNalPquB3lSs { background-color: transparent; background-image: none; }#V97a75guKmvgdLD8W099DNalPquB3lSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row .container > .video-iframe-container { display: none; }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row > .video-iframe-container { display: none; }#V97a75guKmvgdLD8W099DNalPquB3lSs > .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); }#V97a75guKmvgdLD8W099DNalPquB3lSs { border-width: 0; border-radius: 0; }#V97a75guKmvgdLD8W099DNalPquB3lSs > .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; }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#koOkfKTQKGQTfdmCN730EABml7bTCNNw { box-sizing:content-box;height:3.125rem;width:16.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:1.0625rem;display:block; }
#IwFE124NTFLCfB1F8EAgsNQMFUZ9uWKP { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.25rem solid #50a6ca;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:21.25rem;top:4.875rem;left:0.0625rem;display:block; }
#e0IhDfKKP5iQuJDL02Iu9rT5zIrRwTmK { 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:3rem;width:3.0625rem;top:3.4375rem;left:1.0625rem;overflow:hidden;display:block; }
#bRSCO7cAeQLR8Z2TvlLWi6ILNSXCGhTP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:7.75rem;left:1.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o2t0mmTshf0mGODGlId3Gex7Audpacsa { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:4.1875rem;left:4.75rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jw5iGUHflJHaAcAT7I1Thrb36Rvsu3nm { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:15rem;left:1.125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G0CCuJZTTe9zWBoaW572WB7bdhou3i8J { box-sizing:content-box;height:3.125rem;width:12.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:27.6875rem;display:block; }
#zlyPwdXAbsim6BfyN8GOzl6svE1xGPdd { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.25rem solid #50a6ca;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:21.25rem;top:4.875rem;left:26.75rem;display:block; }
#kllua74yBHtpEKHI6J5HnTpq5EvzkCJw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:8.1875rem;left:27.6875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USMbLOcpfJPxqAZywPT8G3tc3LDShTrX { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.875rem;top:3.4375rem;left:27.75rem;overflow:hidden;display:block; }
#iven3lqCUQWRFd4q98TTpF59bvN8hx6Z { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:4.1875rem;left:31.5rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqohNEtkOl6EVtdCCtZgLfaHyBQ8EH0b { box-sizing:content-box;height:3.0625rem;width:13.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:54.4375rem;display:block; }
#zPHl7i1oGBg1IxRSywyVOLBvzcIfvs4C { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:21.25rem;top:5rem;left:53.5rem;display:block; }
#VzlN11wLnNxvXx8MwxbGdirW4lDSOG9g { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:3.5rem;left:54.4375rem;overflow:hidden;display:block; }
#DNWwxBlrLgNB2a0dxLEftRVfc8KP1xAT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.3125rem;left:54.5rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KE824bID32mDGKOCXJ0DTq334wkGnK86 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:4.375rem;left:57.6875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg { position:relative;display:block; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg { background-color: transparent; background-image: none; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row .container > .video-iframe-container { display: none; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row > .video-iframe-container { display: none; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .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); }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg { border-width: 0; border-radius: 0; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .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; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:95.125rem;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; }#wrL0acsOmCAvxgJKZHGbCOlfzmnuq8od { position:absolute;display:block;z-index:15000;height:80.3125rem;width:20.9375rem;top:1.9375rem;left:54.0625rem;display:block; }
#rLmPu3l7NekudssULVFpU0AWArk3Uts1 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.9375rem;left:0.0625rem;height:2.8125rem;display:block; }
#Fxiv7X7XSXXVc3Zdnebf3XJBksEfdWNX { color:rgba(var(--color-tertiary-2),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.375rem;left:0rem;height:3rem;display:block; }
#caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.0625rem;left:0rem;height:6.625rem;display:block; }#caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
#feCD5c4niBRl2FgpN9Ohnc2JtVTaqCFe { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:17.75rem;left:0rem;height:2.8125rem;display:block; }
#p8RdhgiDXb8e5lUDx5y5Cucixd383t6x { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:4.8125rem;display:block; }#p8RdhgiDXb8e5lUDx5y5Cucixd383t6x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p8RdhgiDXb8e5lUDx5y5Cucixd383t6x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
#oyKPpwmOStunDcIvmebmH7u0KEJUPkuW { color:rgba(var(--color-tertiary-2),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27rem;left:0rem;height:1.5rem;display:block; }
#XRZLxr93zFom9bkRMM5kGWF1nBTU81ZO { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:45.6875rem;left:0rem;height:2.8125rem;display:block; }
#bTWT63GATUtyE93b6sJiei4qXlQPbSt4 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:48.875rem;left:0rem;height:3rem;display:block; }
#CBZcXU9neyRU971GJxqGInrnx7ntapd1 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:52.3125rem;left:0rem;height:5.125rem;display:block; }#CBZcXU9neyRU971GJxqGInrnx7ntapd1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CBZcXU9neyRU971GJxqGInrnx7ntapd1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
#uRtXJq1E2FadxWHHfitip9r2bVfn4C1V { background-color:#f8f9fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3b7e9b;border-left:0.0625rem solid #3b7e9b;border-right:0.0625rem solid #3b7e9b;border-bottom:0.0625rem solid #3b7e9b;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#3b7e9b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:58.6875rem;left:0rem;display:block; }
#rgqp5r5EFko6aBT3AE3W3JlR0Xwi769x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9n6Eweea6deJ9muPsTFGVgChtAGRlFp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:65.1875rem;left:0rem;height:2.4375rem;display:block; }
#hqS71fREtpaApqv1xmEUenv0PywkAD7f { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:68.46875rem;left:0rem;height:6.5625rem;font-style:italic;display:block; }
#KsKvpmOclDBMSTfx0UlK0wk2hc8Up03u { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.375rem;left:0rem;height:0.89355625rem;display:block; }
#Ek72VWGna3Chl0dJDCgXUGp5zRO9gegw { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:31.25rem;left:0rem;height:2.8125rem;display:block; }
#HC0MSGIco5bf3zMbsISA0EMiyOTR8Bva { color:rgba(var(--color-tertiary-2),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:34.5625rem;left:0rem;height:7.5rem;display:block; }
#fAOTvJngKx5c9Bp3tldRKmKULRLcMCWH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.8125rem;width:26.4375rem;top:77.5625rem;left:0rem;display:block; }
#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 { position:relative;display:block; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 { background-color: transparent; background-image: none; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row .container > .video-iframe-container { display: none; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row > .video-iframe-container { display: none; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .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); }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 { border-width: 0; border-radius: 0; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006987;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#afiT7oW9LtPCXTsmx6QPTSlhd2yEFv6A { color:rgba(var(--color-secondary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:2.5rem;left:1.6875rem;height:3.28125rem;display:block; }
#GS9gD44ie3Q7eHvVt7FgPhliITVbJ1kt { color:rgba(var(--color-secondary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.625rem;left:1.6875rem;height:1.6875rem;display:block; }
#QuMvP7ry7nDupAHOHOQASckAeAFCf8vG { color:rgba(var(--color-secondary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.1875rem;left:1.6875rem;height:7.5rem;display:block; }
#GcVRrJao53vsbCzDoc5VXx6skbPZJ2LB { color:rgba(var(--color-secondary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.625rem;left:1.6875rem;height:3.375rem;display:block; }
#kyeC6ifWJofDxrnfWgyOxEx7Q3unOJLa { color:rgba(var(--color-secondary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.625rem;left:20rem;height:1.6875rem;display:block; }
#hJbKXGGGbGKuJbFM6eT0J8dZ3FDt8ZcS { color:rgba(var(--color-secondary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:37.6875rem;height:1.6875rem;display:block; }
#xUuWOMHDiLuPbMX3qBu3SmagJ7pP3rvA { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.1875rem;left:19.9375rem;height:6.75rem;display:block; }
#VyPDIHSCm74tmB7nbrPzH0MtvMav2iO2 { color:rgba(var(--color-secondary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.1875rem;left:37.6875rem;height:8.4375rem;display:block; }
#MPFcA4rOcJMV3qTckOJ1XdaQdi35CFr3 { color:rgba(var(--color-secondary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.5rem;left:55.40625rem;height:3.28125rem;display:block; }
#uB6VqAEuWZNJisccd41GTkeaQ3QbGpVx { color:rgba(var(--color-secondary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:6.462890625rem;left:55.40625rem;height:10.5rem;display:block; }
#DTRTEJl4Sax4Ve2VEWs8LvTAbG1o5IcW { box-sizing:content-box;height:23rem;width:19.0625rem;position:absolute;display:block;z-index:15010;background-color:#0084a9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:54.34375rem;display:block; }
#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg { position:relative;display:block; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg { background-color: transparent; background-image: none; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row .container > .video-iframe-container { display: none; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row > .video-iframe-container { display: none; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .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); }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg { border-width: 0; border-radius: 0; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .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; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#I6ZQpPaeA1GmLo6vvor3aTaxB2KvS0sr { color:rgba(var(--color-tertiary-2),1);display:block;width:45.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.4375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#pKE0QeIACVf2VUmErr8ypd8CrL2OM9l1 { color:rgba(var(--color-tertiary-2),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.90625rem;left:11.75rem;height:1.5rem;display:block; }
#mP51UCC70SL40Sa6T9dsaOVVueOp7b1Z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.8125rem;left:30.3125rem;display:block; }
#ZtNvo2Q9q3odcvq9cDCNWHTcVRgJzVC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container { background-color: transparent; background-image: none; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container > .video-iframe-container { display: none; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row > .video-iframe-container { display: none; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .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); }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container { border-width: 0; border-radius: 0; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#TU1tKQs3dGVw7wnfmrnM7NoOUri6yITt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:5rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#h3BdkZJWUUQ2Z96dAFR1lV33NeFVgiaJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.125rem;left:0rem;height:0.9746125rem;font-style:normal;display:block; }
#g9sMg1kmG1e5OXild5KHHEQ1hXAzhpv4 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:61.75rem;height:0.9746125rem;font-style:normal;display:block; }
#LrgNafKOTk3rqMmEZKg4F5dwcQmIZB4p { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.0625rem;left:66.25rem; }
#LrgNafKOTk3rqMmEZKg4F5dwcQmIZB4p > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#G56aCQnTJJyTJUh2KM7eMdUNoC1bnhy5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.0625rem;left:60.1875rem; }
#G56aCQnTJJyTJUh2KM7eMdUNoC1bnhy5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#qoCOJJ14I5FlHDr3Qn4SqRHQEJePal8W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.0625rem;left:69.375rem; }
#qoCOJJ14I5FlHDr3Qn4SqRHQEJePal8W > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#kVcMMmgGceVAlDnpFZwhiLCbT8IdEZLO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.0625rem;left:72.375rem; }
#kVcMMmgGceVAlDnpFZwhiLCbT8IdEZLO > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#AIGMqtkpDF1hwaqU5AARiMa1rTzAHd2f { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.0625rem;left:63.3125rem; }
#AIGMqtkpDF1hwaqU5AARiMa1rTzAHd2f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#iaQwXuBcA8r3bKJLRaW7J8VQPMSXoqT7 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:0rem;display:block; }
#oAouc3r78p8QZhppOWyvO8LBLn5JetpL { color:rgba(var(--color-primary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.65625rem;height:1.625rem;display:block; }
#O5cRyhGB7CuGWrTmQmtV1sLDyA7QoPTr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:4.5rem;left:17.65625rem;height:4.5rem;display:block; }
#uAwBSlk4vQvZ2tsybrxu5eHlkNAKf0aD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.4375rem;left:32.40625rem;height:4.5rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #HxMIlHJ5dSmGqpTFridlySub8COvMlym { display:block; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rbdbxMMQprJck8G50UZpANld26xH3EmH { width:5.125rem;height:3.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNbUDrbcwTZQmCxf35K0mU73xwhMh62n { width:12.0625rem;height:3.375rem;top:0.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZ90BiERT2ER3PAHrdq3CEAMR9t8wCg4 { display:block; }
 }@media only screen and (max-width: 1199px) { #XerFnDKITfPcJLSOiy9qMCu3JG0hWVXy { width:5.8125rem;height:1.5rem;top:1.625rem;left:14.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fr0ABvQ9vbTL9TgudgoqRxWCntacooVu { width:7.5rem;height:1.5rem;top:1.625rem;left:21.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mADDZZqmSodR72KOFmn5GZKDKIb4NCIb { width:10.25rem;height:1.5rem;top:1.625rem;left:30.71875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qt8WOOJnSXwpcN1HaXdZENHmWTGPpbkq { width:4.4375rem;height:1.5rem;top:1.625rem;left:42.34375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:31.75rem;height:5.15625rem;top:9.75rem;left:1.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4X2NV8xaC8hfnGergDUys9BagfQy4be { width:33.125rem;height:26.375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:30.5625rem;height:9.84375rem;top:20.3125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:12.0625rem;height:3.375rem;top:32.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 1199px) { #Mb0fww1FGewOKlc0Rg41zcysQKNRfNfe { width:30.5625rem;height:4.125rem;top:15.03125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nS72zT7VNVhVuq0vGJ4ThFzcuZfCfiXF { width:31.0625rem;height:31.0625rem;top:5.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qm6s9OEVtsnIFN2BOKQkHAri1xf1893P { width:33.375rem;height:0.125rem;top:41.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HWhOsIPn4pPwtxwx2OQZS9Tayz8LHJq6 { width:33.25rem;height:3.75rem;top:5.875rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #bLdWMiKHldp1vbDtI2UAm8Avd3Sh5hXu { width:29.5rem;height:1.21875rem;top:38.5rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfWpMGxf1q7cFCEQSV02Eat0BOKm7BKd { width:21.3125rem;height:1.21875rem;top:40.4375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k81MPatLwwUgaON1h5DdrHEIGM187MyH { width:1.5rem;height:1.5rem;top:38.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL49SaN6pqJIft9fCSyqLLrlBPfT9nke { width:1.5rem;height:1.5rem;top:40.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V97a75guKmvgdLD8W099DNalPquB3lSs { display:block; }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row .container { width:47.75rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #koOkfKTQKGQTfdmCN730EABml7bTCNNw { width:17.4375rem;height:3rem;top:2.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwFE124NTFLCfB1F8EAgsNQMFUZ9uWKP { width:21.25rem;height:15.5rem;top:3.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0IhDfKKP5iQuJDL02Iu9rT5zIrRwTmK { width:3.0625rem;height:3rem;top:2.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRSCO7cAeQLR8Z2TvlLWi6ILNSXCGhTP { width:18.75rem;height:5.625rem;top:7rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2t0mmTshf0mGODGlId3Gex7Audpacsa { width:13.75rem;height:1.78125rem;top:3.0625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jw5iGUHflJHaAcAT7I1Thrb36Rvsu3nm { width:18.75rem;height:3.375rem;top:14.125rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0CCuJZTTe9zWBoaW572WB7bdhou3i8J { width:18.3125rem;height:3rem;top:2.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlyPwdXAbsim6BfyN8GOzl6svE1xGPdd { width:21.25rem;height:15.5rem;top:4.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kllua74yBHtpEKHI6J5HnTpq5EvzkCJw { width:18.75rem;height:7.03125rem;top:7.125rem;left:26.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USMbLOcpfJPxqAZywPT8G3tc3LDShTrX { width:2.875rem;height:3rem;top:2.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iven3lqCUQWRFd4q98TTpF59bvN8hx6Z { width:9rem;height:1.78125rem;top:3.25rem;left:30.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqohNEtkOl6EVtdCCtZgLfaHyBQ8EH0b { width:13.75rem;height:3rem;top:20.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPHl7i1oGBg1IxRSywyVOLBvzcIfvs4C { width:45.8125rem;height:10.6875rem;top:22.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VzlN11wLnNxvXx8MwxbGdirW4lDSOG9g { width:3rem;height:3rem;top:20.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNWwxBlrLgNB2a0dxLEftRVfc8KP1xAT { width:43.875rem;height:2.8125rem;top:26.5rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KE824bID32mDGKOCXJ0DTq334wkGnK86 { width:10rem;height:1.78125rem;top:21.375rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg { display:block; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row .container { width:47.75rem;height:130.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wrL0acsOmCAvxgJKZHGbCOlfzmnuq8od { width:20.9375rem;height:80.9375rem;top:2.5rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLmPu3l7NekudssULVFpU0AWArk3Uts1 { width:25rem;height:2.625rem;top:2.5rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fxiv7X7XSXXVc3Zdnebf3XJBksEfdWNX { width:25rem;height:4.21875rem;top:5.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K { width:25rem;height:10.46875rem;top:10.875rem;left:0.625rem;font-size:0.9375rem;display:block; }#caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
 }@media only screen and (max-width: 1199px) { #feCD5c4niBRl2FgpN9Ohnc2JtVTaqCFe { width:25.1875rem;height:5.25rem;top:23.875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8RdhgiDXb8e5lUDx5y5Cucixd383t6x { width:25rem;height:7.34375rem;top:30.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }#p8RdhgiDXb8e5lUDx5y5Cucixd383t6x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
 }@media only screen and (max-width: 1199px) { #oyKPpwmOStunDcIvmebmH7u0KEJUPkuW { width:25rem;height:2.8125rem;top:37.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRZLxr93zFom9bkRMM5kGWF1nBTU81ZO { width:25rem;height:2.625rem;top:65.375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTWT63GATUtyE93b6sJiei4qXlQPbSt4 { width:25rem;height:4.21875rem;top:68.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBZcXU9neyRU971GJxqGInrnx7ntapd1 { width:25rem;height:9.0625rem;top:74.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }#CBZcXU9neyRU971GJxqGInrnx7ntapd1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
 }@media only screen and (max-width: 1199px) { #uRtXJq1E2FadxWHHfitip9r2bVfn4C1V { width:13.125rem;height:3.4375rem;top:84.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgqp5r5EFko6aBT3AE3W3JlR0Xwi769x { display:block; }
 }@media only screen and (max-width: 1199px) { #C9n6Eweea6deJ9muPsTFGVgChtAGRlFp { width:26.5625rem;height:2.2744125rem;top:91.1875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqS71fREtpaApqv1xmEUenv0PywkAD7f { width:45.8125rem;height:5.25rem;top:94.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsKvpmOclDBMSTfx0UlK0wk2hc8Up03u { width:19.4375rem;height:0.89355625rem;top:61.9375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ek72VWGna3Chl0dJDCgXUGp5zRO9gegw { width:25rem;height:5.25rem;top:42.78125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HC0MSGIco5bf3zMbsISA0EMiyOTR8Bva { width:25rem;height:12.65625rem;top:48.7939453125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAOTvJngKx5c9Bp3tldRKmKULRLcMCWH { width:46.4375rem;height:26.0625rem;top:101.4375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 { display:block; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #afiT7oW9LtPCXTsmx6QPTSlhd2yEFv6A { width:21.5625rem;height:3.28125rem;top:2.5rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GS9gD44ie3Q7eHvVt7FgPhliITVbJ1kt { width:21.5rem;height:1.6875rem;top:6.625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuMvP7ry7nDupAHOHOQASckAeAFCf8vG { width:17.1875rem;height:7.5rem;top:10.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GcVRrJao53vsbCzDoc5VXx6skbPZJ2LB { width:17.1875rem;height:3.375rem;top:18.875rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kyeC6ifWJofDxrnfWgyOxEx7Q3unOJLa { width:17.1875rem;height:1.6875rem;top:6.625rem;left:27.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJbKXGGGbGKuJbFM6eT0J8dZ3FDt8ZcS { width:17.1875rem;height:1.6875rem;top:25.125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUuWOMHDiLuPbMX3qBu3SmagJ7pP3rvA { width:17.375rem;height:4.5rem;top:10.0625rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyPDIHSCm74tmB7nbrPzH0MtvMav2iO2 { width:20.5rem;height:7.5rem;top:28rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPFcA4rOcJMV3qTckOJ1XdaQdi35CFr3 { width:15.875rem;height:3.28125rem;top:21.875rem;left:28.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uB6VqAEuWZNJisccd41GTkeaQ3QbGpVx { width:16.6875rem;height:10.5rem;top:25.4375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTRTEJl4Sax4Ve2VEWs8LvTAbG1o5IcW { width:18.625rem;height:19.6875rem;top:19.6875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg { display:block; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row .container { width:47.75rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I6ZQpPaeA1GmLo6vvor3aTaxB2KvS0sr { width:46.125rem;height:2.84375rem;top:2.5rem;left:0.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pKE0QeIACVf2VUmErr8ypd8CrL2OM9l1 { width:36.375rem;height:2.8125rem;top:6.8125rem;left:5.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mP51UCC70SL40Sa6T9dsaOVVueOp7b1Z { width:12.0625rem;height:3.4375rem;top:11.375rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtNvo2Q9q3odcvq9cDCNWHTcVRgJzVC3 { display:block; }
 }@media only screen and (max-width: 1199px) { #qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS { display:block; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TU1tKQs3dGVw7wnfmrnM7NoOUri6yITt { width:5rem;height:4rem;top:2.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3BdkZJWUUQ2Z96dAFR1lV33NeFVgiaJ { width:22.5625rem;height:0.9746125rem;top:17.1875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9sMg1kmG1e5OXild5KHHEQ1hXAzhpv4 { width:12.0625rem;height:1.94921875rem;top:17.1875rem;left:34.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrgNafKOTk3rqMmEZKg4F5dwcQmIZB4p { width:2.5rem;height:2.5rem;top:12.0625rem;left:36.375rem;font-size:1.75rem;display:block; }
#LrgNafKOTk3rqMmEZKg4F5dwcQmIZB4p > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #G56aCQnTJJyTJUh2KM7eMdUNoC1bnhy5 { width:2.5rem;height:2.5rem;top:12.0625rem;left:28.75rem;font-size:1.75rem;display:block; }
#G56aCQnTJJyTJUh2KM7eMdUNoC1bnhy5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #qoCOJJ14I5FlHDr3Qn4SqRHQEJePal8W { width:2.5rem;height:2.5rem;top:12rem;left:39.8125rem;font-size:1.75rem;display:block; }
#qoCOJJ14I5FlHDr3Qn4SqRHQEJePal8W > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #kVcMMmgGceVAlDnpFZwhiLCbT8IdEZLO { width:2.5rem;height:2.5rem;top:12rem;left:43.75rem;font-size:1.75rem;display:block; }
#kVcMMmgGceVAlDnpFZwhiLCbT8IdEZLO > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #AIGMqtkpDF1hwaqU5AARiMa1rTzAHd2f { width:2.5rem;height:2.5rem;top:12.0625rem;left:32.3125rem;font-size:1.75rem;display:block; }
#AIGMqtkpDF1hwaqU5AARiMa1rTzAHd2f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #iaQwXuBcA8r3bKJLRaW7J8VQPMSXoqT7 { width:47.75rem;height:0.0625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAouc3r78p8QZhppOWyvO8LBLn5JetpL { width:7.6875rem;height:1.625rem;top:2.125rem;left:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5cRyhGB7CuGWrTmQmtV1sLDyA7QoPTr { width:12.5rem;height:4.5rem;top:4.9375rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uAwBSlk4vQvZ2tsybrxu5eHlkNAKf0aD { width:12.5rem;height:4.5rem;top:4.875rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HxMIlHJ5dSmGqpTFridlySub8COvMlym { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#HxMIlHJ5dSmGqpTFridlySub8COvMlym > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbdbxMMQprJck8G50UZpANld26xH3EmH { width:3.875rem;height:3rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNbUDrbcwTZQmCxf35K0mU73xwhMh62n { width:9.0625rem;height:2.375rem;top:0.78125rem;left:10.838414634146rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ90BiERT2ER3PAHrdq3CEAMR9t8wCg4 { display:block; }
 }@media only screen and (max-width: 763px) { #XerFnDKITfPcJLSOiy9qMCu3JG0hWVXy { width:5.8125rem;height:auto;top:1.625rem;left:7.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fr0ABvQ9vbTL9TgudgoqRxWCntacooVu { width:7.5rem;height:auto;top:1.625rem;left:6.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mADDZZqmSodR72KOFmn5GZKDKIb4NCIb { width:10.25rem;height:auto;top:1.625rem;left:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt8WOOJnSXwpcN1HaXdZENHmWTGPpbkq { width:4.4375rem;height:auto;top:1.625rem;left:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev0CIJ6sVW0QPafIFU7R4Zqxd23ocE93 { width:20rem;height:3rem;top:11.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4X2NV8xaC8hfnGergDUys9BagfQy4be { width:17.5rem;height:29.5625rem;top:9.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:15.3125rem;height:13.125rem;top:22.875rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV0KfiVNzQMynnNN6DhyPikpXg6381V7 { width:10rem;height:2.6875rem;top:38.1875rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlBQuJHS8GZOdWO2JqPHh33QJbkTCJZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #Mb0fww1FGewOKlc0Rg41zcysQKNRfNfe { width:16.4375rem;height:5.625rem;top:15.6875rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS72zT7VNVhVuq0vGJ4ThFzcuZfCfiXF { width:20rem;height:20rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm6s9OEVtsnIFN2BOKQkHAri1xf1893P { width:20rem;height:0.1875rem;top:46.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWhOsIPn4pPwtxwx2OQZS9Tayz8LHJq6 { width:12.3125rem;height:4.4375rem;top:34.0625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLdWMiKHldp1vbDtI2UAm8Avd3Sh5hXu { width:15.4375rem;height:2.2734375rem;top:42.375rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfWpMGxf1q7cFCEQSV02Eat0BOKm7BKd { width:15rem;height:2.2734375rem;top:45.5625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k81MPatLwwUgaON1h5DdrHEIGM187MyH { display:flex;width:1.5rem;height:1.5rem;top:42.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #HL49SaN6pqJIft9fCSyqLLrlBPfT9nke { display:flex;width:1.5rem;height:1.5rem;top:45.375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #V97a75guKmvgdLD8W099DNalPquB3lSs { display:block; }#V97a75guKmvgdLD8W099DNalPquB3lSs > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koOkfKTQKGQTfdmCN730EABml7bTCNNw { width:16.25rem;height:3.125rem;top:2.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwFE124NTFLCfB1F8EAgsNQMFUZ9uWKP { width:17.875rem;height:15.5rem;top:3.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0IhDfKKP5iQuJDL02Iu9rT5zIrRwTmK { width:3.0625rem;height:3rem;top:2.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRSCO7cAeQLR8Z2TvlLWi6ILNSXCGhTP { width:16.5rem;height:5.25rem;top:6.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2t0mmTshf0mGODGlId3Gex7Audpacsa { width:13.75rem;height:1.59375rem;top:3.0625rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw5iGUHflJHaAcAT7I1Thrb36Rvsu3nm { width:16.875rem;height:4.5rem;top:13.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0CCuJZTTe9zWBoaW572WB7bdhou3i8J { width:12.75rem;height:3.125rem;top:21.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlyPwdXAbsim6BfyN8GOzl6svE1xGPdd { width:17.9375rem;height:11.9375rem;top:23.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kllua74yBHtpEKHI6J5HnTpq5EvzkCJw { width:16.25rem;height:6.5625rem;top:26.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMbLOcpfJPxqAZywPT8G3tc3LDShTrX { width:2.875rem;height:3rem;top:21.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iven3lqCUQWRFd4q98TTpF59bvN8hx6Z { width:8.4375rem;height:1.59375rem;top:22.25rem;left:5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqohNEtkOl6EVtdCCtZgLfaHyBQ8EH0b { width:13.75rem;height:3.0625rem;top:40.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPHl7i1oGBg1IxRSywyVOLBvzcIfvs4C { width:17.8125rem;height:12.1875rem;top:38.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzlN11wLnNxvXx8MwxbGdirW4lDSOG9g { width:3rem;height:3rem;top:37.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNWwxBlrLgNB2a0dxLEftRVfc8KP1xAT { width:15.9375rem;height:6.5625rem;top:42.1875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE824bID32mDGKOCXJ0DTq334wkGnK86 { width:9.3125rem;height:1.59375rem;top:38.3125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg { display:block; }#nBR7lTiWtETo8bn5NJkguf5fx5rzx1Rg > .row .container { width:20rem;height:212.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrL0acsOmCAvxgJKZHGbCOlfzmnuq8od { width:18.5625rem;height:80.9375rem;top:2.1875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmPu3l7NekudssULVFpU0AWArk3Uts1 { width:19rem;height:2.0625rem;top:85.6875rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxiv7X7XSXXVc3Zdnebf3XJBksEfdWNX { width:18.1875rem;height:3.9375rem;top:88.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K { width:17.875rem;height:12.4375rem;top:94.4375rem;left:1rem;font-size:0.875rem;display:block; }#caJpGxHwCaFUAwkJvR6wiq4Buc4Qzm5K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
 }@media only screen and (max-width: 763px) { #feCD5c4niBRl2FgpN9Ohnc2JtVTaqCFe { width:18.3125rem;height:4.125rem;top:109.125rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8RdhgiDXb8e5lUDx5y5Cucixd383t6x { width:18.125rem;height:9.5rem;top:113.875rem;left:0.9375rem;font-size:0.875rem;display:block; }#p8RdhgiDXb8e5lUDx5y5Cucixd383t6x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
 }@media only screen and (max-width: 763px) { #oyKPpwmOStunDcIvmebmH7u0KEJUPkuW { width:18rem;height:3.9375rem;top:123.6875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZLxr93zFom9bkRMM5kGWF1nBTU81ZO { width:19.0625rem;height:2.0625rem;top:156.1875rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTWT63GATUtyE93b6sJiei4qXlQPbSt4 { width:17.6875rem;height:5.25rem;top:159.1875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBZcXU9neyRU971GJxqGInrnx7ntapd1 { width:17.75rem;height:8.5rem;top:165.375rem;left:1.1875rem;font-size:0.875rem;display:block; }#CBZcXU9neyRU971GJxqGInrnx7ntapd1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46532574a92412b7ae4523118ec28069ab20361.svg); }
 }@media only screen and (max-width: 763px) { #uRtXJq1E2FadxWHHfitip9r2bVfn4C1V { width:13.125rem;height:3.4375rem;top:175.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgqp5r5EFko6aBT3AE3W3JlR0Xwi769x { display:block; }
 }@media only screen and (max-width: 763px) { #C9n6Eweea6deJ9muPsTFGVgChtAGRlFp { width:19.125rem;height:1.7871125rem;top:181.375rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqS71fREtpaApqv1xmEUenv0PywkAD7f { width:18.3125rem;height:11.8125rem;top:184.375rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKvpmOclDBMSTfx0UlK0wk2hc8Up03u { width:16.9375rem;height:1.7871125rem;top:151.9375rem;left:0.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek72VWGna3Chl0dJDCgXUGp5zRO9gegw { width:18.125rem;height:4.125rem;top:130.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0MSGIco5bf3zMbsISA0EMiyOTR8Bva { width:18rem;height:15.75rem;top:135.375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAOTvJngKx5c9Bp3tldRKmKULRLcMCWH { height:11.25rem;width:20rem;top:198.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 { display:block; }#ORTKnQVPNyT3CNzIF9DUgCf6t91V0rW2 > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afiT7oW9LtPCXTsmx6QPTSlhd2yEFv6A { width:17.1875rem;height:2.4375rem;top:2.5rem;left:1.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS9gD44ie3Q7eHvVt7FgPhliITVbJ1kt { width:17.1875rem;height:1.78125rem;top:6.26171875rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuMvP7ry7nDupAHOHOQASckAeAFCf8vG { width:17.1875rem;height:6.5625rem;top:8.798828125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcVRrJao53vsbCzDoc5VXx6skbPZJ2LB { width:17.1875rem;height:3.375rem;top:16.3125rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyeC6ifWJofDxrnfWgyOxEx7Q3unOJLa { width:17.1875rem;height:1.78125rem;top:21.9375rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJbKXGGGbGKuJbFM6eT0J8dZ3FDt8ZcS { width:17.1875rem;height:1.6875rem;top:30.8623046875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUuWOMHDiLuPbMX3qBu3SmagJ7pP3rvA { width:17.375rem;height:3.9375rem;top:24.5625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyPDIHSCm74tmB7nbrPzH0MtvMav2iO2 { width:17.1875rem;height:6.5625rem;top:33.724609375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFcA4rOcJMV3qTckOJ1XdaQdi35CFr3 { width:15.875rem;height:2.4375rem;top:45.1875rem;left:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB6VqAEuWZNJisccd41GTkeaQ3QbGpVx { width:15.8125rem;height:9.1875rem;top:48.75rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRTEJl4Sax4Ve2VEWs8LvTAbG1o5IcW { width:18.625rem;height:18.6875rem;top:43rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg { display:block; }#ITWkXil7WAtGqXvk5nM9cfLBcDzo1MIg > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6ZQpPaeA1GmLo6vvor3aTaxB2KvS0sr { width:20rem;height:3.57421875rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKE0QeIACVf2VUmErr8ypd8CrL2OM9l1 { width:17.9375rem;height:3.9375rem;top:8.19921875rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP51UCC70SL40Sa6T9dsaOVVueOp7b1Z { width:12.5rem;height:3.4375rem;top:13.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtNvo2Q9q3odcvq9cDCNWHTcVRgJzVC3 { display:block; }
 }@media only screen and (max-width: 763px) { #qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS { position:relative;z-index:auto;display:block; }#qaTMm0c4WqaLMSESkXNxL3MKFS8J85fS > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU1tKQs3dGVw7wnfmrnM7NoOUri6yITt { width:5rem;height:4rem;top:2.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3BdkZJWUUQ2Z96dAFR1lV33NeFVgiaJ { width:20rem;height:0.9746125rem;top:31.5498046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9sMg1kmG1e5OXild5KHHEQ1hXAzhpv4 { width:20rem;height:0.9746125rem;top:29.6337890625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrgNafKOTk3rqMmEZKg4F5dwcQmIZB4p { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:8.4375rem;font-size:1.75rem; }
#LrgNafKOTk3rqMmEZKg4F5dwcQmIZB4p > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #G56aCQnTJJyTJUh2KM7eMdUNoC1bnhy5 { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:1.125rem;font-size:1.75rem; }
#G56aCQnTJJyTJUh2KM7eMdUNoC1bnhy5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #qoCOJJ14I5FlHDr3Qn4SqRHQEJePal8W { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:12.125rem;font-size:1.75rem; }
#qoCOJJ14I5FlHDr3Qn4SqRHQEJePal8W > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #kVcMMmgGceVAlDnpFZwhiLCbT8IdEZLO { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:16rem;font-size:1.75rem; }
#kVcMMmgGceVAlDnpFZwhiLCbT8IdEZLO > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #AIGMqtkpDF1hwaqU5AARiMa1rTzAHd2f { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:4.8125rem;font-size:1.75rem; }
#AIGMqtkpDF1hwaqU5AARiMa1rTzAHd2f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #iaQwXuBcA8r3bKJLRaW7J8VQPMSXoqT7 { width:20rem;height:0.0625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAouc3r78p8QZhppOWyvO8LBLn5JetpL { width:7.6875rem;height:1.625rem;top:8.3125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5cRyhGB7CuGWrTmQmtV1sLDyA7QoPTr { width:12.5rem;height:4.5rem;top:10.75rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAwBSlk4vQvZ2tsybrxu5eHlkNAKf0aD { width:12.5rem;height:4.5rem;top:17.4375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }