.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:225,243,254;--color-primary-1:157,215,252;--color-primary-2:58,174,248;--color-primary-3:29,87,124;--color-primary-4:9,26,37;--color-secondary-0:234,233,250;--color-secondary-1:129,119,240;--color-secondary-2:77,71,144;--color-secondary-3:46,43,86;--color-secondary-4:15,14,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:lato;--paragraphs-font-family:lato; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { position:relative;display:block; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { background-color: transparent; background-image: none; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container > .video-iframe-container { display: none; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row > .video-iframe-container { display: none; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .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); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { border-width: 0; border-radius: 0; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .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; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .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.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; }#x65O6EPZIGQFX8aIu1cqI4MRssX0ISnu { position:absolute;display:block;z-index:15034;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.2495125rem;width:17.1875rem;top:1.5rem;left:19.3125rem;overflow:hidden;display:block; }
#dr9IacS4QFxXJlTEQb0Cif7aL7SW7XrP { 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:3.3728rem;width:15.5603125rem;top:1.75rem;left:2.125rem;overflow:hidden;display:block; }
#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#335ea5;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; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { background-color: transparent; background-image: none; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container > .video-iframe-container { display: none; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row > .video-iframe-container { display: none; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .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); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { border-width: 0; border-radius: 0; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#iFVo8zC5KMJl7WEZ7yocygMcxt8LJ6vz { color:#ffffff;display:block;width:42.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.62451171875rem;left:2.562255859375rem;height:8.9355625rem;font-style:normal;display:block; }
#cLi18PyEwTll2x4kFt30Th0C7GokTWaT { color:#ffffff;display:block;width:46.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.985595703125rem;left:2.562255859375rem;height:3.2495125rem;font-style:normal;display:block; }
#UUcu6zGrirIWPBEQLrcuGVfQ8FUpTJkE { position:absolute;display:block;z-index:15003;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:16.12425rem;width:16.12425rem;top:2.62451171875rem;left:53.153076171875rem;overflow:hidden;display:block; }
#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { position:relative;display:block; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { background-color: transparent; background-image: none; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container > .video-iframe-container { display: none; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row > .video-iframe-container { display: none; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .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); }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { border-width: 0; border-radius: 0; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .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; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.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; }#XWkTSG5orwl8ioifAMdZOiiwKck1gSBR { color:#111111;display:block;width:38.81225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.96728515625rem;left:2.62451171875rem;height:2.99926875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#ztm9h3FvL0CFBXLIoAirgy1ZQXZQOcGz { color:#111111;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.638916015625rem;left:2.62451171875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#eb8HTXSgmeTTXosN0mIofawfJwf3Ktxk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0620125rem;width:6.0620125rem;top:7.24853515625rem;left:53.4375rem;overflow:hidden;display:block; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.499rem;width:6.499rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.8896484375rem;left:63.0615234375rem; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U > img { max-width: 100%;max-height:100%; width:6.499rem; height:6.499rem; }#XyZ8QC5XH2N1TTxeEWJQUFmFvxFWXwuu { position:absolute;display:block;z-index:15003;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:19.5605625rem;width:19.5605625rem;top:8.638916015625rem;left:40.577392578125rem;overflow:hidden;display:block; }
#PBUvP8adKXkA0aTTALgIA5daNRHT8QwF { position:absolute;display:block;z-index:15034;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.2495125rem;width:17.1875rem;top:1.5rem;left:19.3125rem;overflow:hidden;display:none; }
#iWGbhdrWzyJrTnd98DVpE5InbspPPQxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iWGbhdrWzyJrTnd98DVpE5InbspPPQxX > .row .container { border-width: 0; border-radius: 0; }#iWGbhdrWzyJrTnd98DVpE5InbspPPQxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWGbhdrWzyJrTnd98DVpE5InbspPPQxX > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#Mr4UfHAHhFQ1LBIg17xGTh3UJuiJIFsM { color:#111111;display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.625rem;left:8.90625rem;height:4.50073125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH > .row .container { border-width: 0; border-radius: 0; }#M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH > .row .container { font-size:0.875rem;font-family:arial;height:77.5625rem;width:75rem;position:relative;display:none; }#M4WlneTpcVQiUnqTwIyU1b7X27grxoKU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:69.9375rem;width:34.625rem;top:1.8125rem;left:1.4375rem;display:block; }
#zTGiapRu72P40120lMtNrq6anzWJ9R4N { color:#111111;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:3.71875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ve5CulT8n9mO6zAdtHGT2ZWfrKAmPtoe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:20.625rem;top:12.1875rem;left:8.4375rem;overflow:hidden;display:block; }
#CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:46.8125rem;left:4.0625rem;height:9rem;overflow:hidden;display:block; }#CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e075a7d3-d8e7-4d6a-b972-46303f9a7d2f/Group10674_2.png); }
#qOlUTMfOadeJqTwVVTIbtarcOrqTTch1 { background-color:#ff0606;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:4.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:61.25rem;left:7.375rem;display:block; }
#nTxym0nZ3ks1Eug7yiCuKPGvWt6DNOGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykLpBX44L4zGDoJDBkBkoD3F80ZRzZ0P { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:69.9375rem;width:34.625rem;top:1.8125rem;left:38.9375rem;display:block; }
#mcwVTzwAdVvghFxu1R4X1p5qLsRuFANc { color:#111111;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.25rem;left:41.21875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AhGzvBQZlv3Czm6aTHJ5lsXTuoM4E65f { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:20.375rem;top:12.1875rem;left:45.9375rem;overflow:hidden;display:block; }
#PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.8125rem;left:41.5625rem;height:;overflow:hidden;display:block; }#PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c6dc4b4-69e3-4136-b563-71d56d61c51f/Group10674_3.png); }
#f8ThQBLNLXxhKd4eCMmUQOuvClXJgmyZ { background-color:rgba(var(--color-primary-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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:4.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:61.25rem;left:44.875rem;display:block; }
#VWIdWKzczyR2TE7KlqPWrpobqqpocORc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#444444;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; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { background-color: transparent; background-image: none; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container > .video-iframe-container { display: none; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row > .video-iframe-container { display: none; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .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); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { border-width: 0; border-radius: 0; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#xKodG6i14ylrGRoR3KswfTfo7OipzQNm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.4375rem;left:21.875rem;height:7.30591875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { display:block; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x65O6EPZIGQFX8aIu1cqI4MRssX0ISnu { width:17.1875rem;height:3.2495125rem;top:1.68701171875rem;left:29.896240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dr9IacS4QFxXJlTEQb0Cif7aL7SW7XrP { width:15.49925rem;height:3.359375rem;top:1.632080078125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH { display:block; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iFVo8zC5KMJl7WEZ7yocygMcxt8LJ6vz { width:27.5625rem;height:4.87305rem;top:1.6875rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLi18PyEwTll2x4kFt30Th0C7GokTWaT { width:26.4375rem;height:8.9294375rem;top:7.83749961853rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UUcu6zGrirIWPBEQLrcuGVfQ8FUpTJkE { width:15.25rem;height:15.25rem;top:2.75rem;left:30.25625038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { display:block; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XWkTSG5orwl8ioifAMdZOiiwKck1gSBR { width:21.5625rem;height:2.436525rem;top:2.56103515625rem;left:1.43798828125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztm9h3FvL0CFBXLIoAirgy1ZQXZQOcGz { width:44.56175rem;height:7.5rem;top:7.685546875rem;left:1.43798828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eb8HTXSgmeTTXosN0mIofawfJwf3Ktxk { width:6.0625rem;height:6.0625rem;top:18.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U { width:6.0625rem;height:6.0625rem;top:18.8125rem;left:24.6875rem;display:block; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U > img { max-width: 100%;max-height:100%; width:6.0625rem; height:6.0625rem; } }@media only screen and (max-width: 1199px) { #XyZ8QC5XH2N1TTxeEWJQUFmFvxFWXwuu { width:19.5rem;height:19.5rem;top:8.625rem;left:26.952392578125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PBUvP8adKXkA0aTTALgIA5daNRHT8QwF { width:17.1875rem;height:3.2495125rem;top:1.68701171875rem;left:29.896240234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iWGbhdrWzyJrTnd98DVpE5InbspPPQxX { display:none; }#iWGbhdrWzyJrTnd98DVpE5InbspPPQxX > .row .container { width:47.75rem;height:5.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Mr4UfHAHhFQ1LBIg17xGTh3UJuiJIFsM { width:47.75rem;height:1.875rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH { display:none; }#M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH > .row .container { width:47.75rem;height:67.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #M4WlneTpcVQiUnqTwIyU1b7X27grxoKU { width:23.0625rem;height:62.8125rem;top:1.8125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTGiapRu72P40120lMtNrq6anzWJ9R4N { width:22.0625rem;height:1.875rem;top:3.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ve5CulT8n9mO6zAdtHGT2ZWfrKAmPtoe { width:20.625rem;height:30.1875rem;top:7.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v { width:21.875rem;height:12.25rem;top:38.5rem;left:1rem;font-size:1.25rem;display:block; }#CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e075a7d3-d8e7-4d6a-b972-46303f9a7d2f/Group10674_2.png); }
 }@media only screen and (max-width: 1199px) { #qOlUTMfOadeJqTwVVTIbtarcOrqTTch1 { width:22.75rem;height:4.5rem;top:55.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTxym0nZ3ks1Eug7yiCuKPGvWt6DNOGG { display:block; }
 }@media only screen and (max-width: 1199px) { #ykLpBX44L4zGDoJDBkBkoD3F80ZRzZ0P { width:23.1875rem;height:62.875rem;top:1.8125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcwVTzwAdVvghFxu1R4X1p5qLsRuFANc { width:21.8125rem;height:1.875rem;top:3.4375rem;left:24.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhGzvBQZlv3Czm6aTHJ5lsXTuoM4E65f { width:20.375rem;height:29.8125rem;top:7.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz { width:21.9375rem;height:15.5rem;top:38.5rem;left:24.9375rem;font-size:1.25rem;display:block; }#PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c6dc4b4-69e3-4136-b563-71d56d61c51f/Group10674_3.png); }
 }@media only screen and (max-width: 1199px) { #f8ThQBLNLXxhKd4eCMmUQOuvClXJgmyZ { width:22.75rem;height:4.5rem;top:55.75rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VWIdWKzczyR2TE7KlqPWrpobqqpocORc { display:block; }
 }@media only screen and (max-width: 1199px) { #EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq { display:block; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xKodG6i14ylrGRoR3KswfTfo7OipzQNm { width:31.3125rem;height:7.30591875rem;top:9.4375rem;left:8.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { display:block; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x65O6EPZIGQFX8aIu1cqI4MRssX0ISnu { width:17.1875rem;height:3.2495125rem;top:5.85815625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dr9IacS4QFxXJlTEQb0Cif7aL7SW7XrP { width:15.5rem;height:3.3585128431707rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH { display:block; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFVo8zC5KMJl7WEZ7yocygMcxt8LJ6vz { width:18.75rem;height:11.7004375rem;top:13rem;left:0.625rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLi18PyEwTll2x4kFt30Th0C7GokTWaT { width:18.75rem;height:9.7485625rem;top:25.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUcu6zGrirIWPBEQLrcuGVfQ8FUpTJkE { width:10rem;height:10rem;top:1.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { display:block; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWkTSG5orwl8ioifAMdZOiiwKck1gSBR { width:18.75rem;height:2.436525rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztm9h3FvL0CFBXLIoAirgy1ZQXZQOcGz { width:18.75rem;height:20.625rem;top:11.121826171875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb8HTXSgmeTTXosN0mIofawfJwf3Ktxk { width:6.0625rem;height:6.0625rem;top:34.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U { display:flex;width:6.0625rem;height:6.0625rem;top:34.875rem;left:9.8125rem; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U > img { max-width: 100%;max-height:100%; width:6.0625rem; height:6.0625rem; } }@media only screen and (max-width: 763px) { #XyZ8QC5XH2N1TTxeEWJQUFmFvxFWXwuu { width:19.5rem;height:19.5rem;top:77.0732421875rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBUvP8adKXkA0aTTALgIA5daNRHT8QwF { width:17.1875rem;height:3.2495125rem;top:5.99853515625rem;left:1.40625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #iWGbhdrWzyJrTnd98DVpE5InbspPPQxX { display:none; }#iWGbhdrWzyJrTnd98DVpE5InbspPPQxX > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mr4UfHAHhFQ1LBIg17xGTh3UJuiJIFsM { width:20rem;height:13.5rem;top:1.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH { display:none; }#M1ZafJbmehDxJyucvb7KGp2kf7oTpVJH > .row .container { width:20rem;height:121.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4WlneTpcVQiUnqTwIyU1b7X27grxoKU { width:20rem;height:57.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGiapRu72P40120lMtNrq6anzWJ9R4N { width:20rem;height:6rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve5CulT8n9mO6zAdtHGT2ZWfrKAmPtoe { width:18.9375rem;height:27.6875rem;top:8.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v { width:18.75rem;height:12.25rem;top:37.9375rem;left:0.625rem;font-size:1.25rem;display:block; }#CiRPW8P43ZJIfQA0zHfpPwH7mkpya55v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e075a7d3-d8e7-4d6a-b972-46303f9a7d2f/Group10674_2.png); }
 }@media only screen and (max-width: 763px) { #qOlUTMfOadeJqTwVVTIbtarcOrqTTch1 { width:19rem;height:4.5rem;top:51.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxym0nZ3ks1Eug7yiCuKPGvWt6DNOGG { display:block; }
 }@media only screen and (max-width: 763px) { #ykLpBX44L4zGDoJDBkBkoD3F80ZRzZ0P { width:20rem;height:59.125rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcwVTzwAdVvghFxu1R4X1p5qLsRuFANc { width:20rem;height:3rem;top:61.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGzvBQZlv3Czm6aTHJ5lsXTuoM4E65f { width:18.9375rem;height:27.6875rem;top:65.75rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz { width:18.75rem;height:15.5rem;top:94.75rem;left:0.625rem;font-size:1.25rem;display:block; }#PTrGfANktLmdl9W4rUN5Q49uuc1a4hUz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c6dc4b4-69e3-4136-b563-71d56d61c51f/Group10674_3.png); }
 }@media only screen and (max-width: 763px) { #f8ThQBLNLXxhKd4eCMmUQOuvClXJgmyZ { width:19rem;height:4.5rem;top:112.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIdWKzczyR2TE7KlqPWrpobqqpocORc { display:block; }
 }@media only screen and (max-width: 763px) { #EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq { display:block; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKodG6i14ylrGRoR3KswfTfo7OipzQNm { width:20rem;height:8.1176875rem;top:5.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }