.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:254,237,221;--color-primary-1:250,194,143;--color-primary-2:245,132,31;--color-primary-3:123,66,16;--color-primary-4:37,20,5;--color-secondary-0:220,233,244;--color-secondary-1:208,227,242;--color-secondary-2:82,147,198;--color-secondary-3:39,120,184;--color-secondary-4:16,29,40;--color-tertiary-0:254,237,221;--color-tertiary-1:250,194,143;--color-tertiary-2:245,132,31;--color-tertiary-3:123,66,16;--color-tertiary-4:37,20,5;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#PxqBHTl7LHS7f7B1KTtJgaTcohcHS407::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxqBHTl7LHS7f7B1KTtJgaTcohcHS407 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxqBHTl7LHS7f7B1KTtJgaTcohcHS407 > .row > .video-iframe-container { display: none; }#PxqBHTl7LHS7f7B1KTtJgaTcohcHS407 > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { background-color: transparent; background-image: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { border-width: 0; border-radius: 0; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:60rem;height:29.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { color:#16254c;display:block;width:38.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.436401367188rem;left:0rem;height:6.7785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v4RZO2is6UHF6nAg69W0y5uUqceay0tf { 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:4.5rem;width:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EFzAtEe7WnQy0Hm402DtWu8fR3IJmECU { position:absolute;display:block;z-index:15004;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:28.75rem;width:23.18725rem;top:1.08154296875rem;left:36.813354492188rem;overflow:hidden;display:block; }
#zt9nPiCWEnaeZbuAR1vZQlH76FbnXkkg { background-color:rgba(var(--color-secondary-3),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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.312rem;height:4.12475625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.310791015625rem;left:0rem;display:block; }
#nuWg4D0ZmT2e1eGwON8eJFVwEo8LVJEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbfb;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; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container { background-color: transparent; background-image: none; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container > .video-iframe-container { display: none; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row > .video-iframe-container { display: none; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .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); }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container { border-width: 0; border-radius: 0; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#X6BADTdWVDGAA8Vinns7kBeG2AwcMv1l { color:rgba(var(--color-secondary-3),1);display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.608154296875rem;left:7.7801513671875rem;height:5.84350625rem;text-align:center;text-align-last:center;display:block; }
#ByTtW6DsqMuFqvekUgi6wAQSVyia7FV1 { color:#f61067;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0338544845581rem;left:10.280382156372rem;height:3.57483125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmBha4dkHBmxTkMetS84B72TEludwbVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container { background-color: transparent; background-image: none; }#RmBha4dkHBmxTkMetS84B72TEludwbVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container > .video-iframe-container { display: none; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row > .video-iframe-container { display: none; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .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); }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container { border-width: 0; border-radius: 0; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#XgdgQop26yxTo1NbalPpQQ3XeJdsgWeK { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:37.8125rem;top:0rem;left:11.09375rem;overflow:hidden;display:block; }
#vDQIguWQ2iG1wTVJPk259Vp1TZekwOgM { color:#f61067;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.302490234375rem;left:1.875rem;height:4.8266625rem;text-align:center;text-align-last:center;display:block; }
#vaxk0RWsvBqoSPeqIDT8PP6oi43wPwc8 { background-color:#ff1e1e;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.9995rem;height:4.93713125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.591186523438rem;left:8.9996337890625rem;display:block; }
#oAbIN3ThAlCoAuhMXWARcpqECvwMQBGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V31OTQKz3SfKuARJtGa8bh09q9inSs6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbfb;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; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container { background-color: transparent; background-image: none; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container > .video-iframe-container { display: none; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row > .video-iframe-container { display: none; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .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); }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container { border-width: 0; border-radius: 0; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo { color:#16254c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.31494140625rem;left:0rem;height:21.98730625rem;text-align:left;text-align-last:left;display:block; }#UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo li:before{  }
#xGgZQ1piDa9h2DXwTDSZmQ0WT9dxZuoT { color:#16254c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.01123046875rem;left:0rem;height:3.49181875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx { position:relative;display:block; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx { background-color: transparent; background-image: none; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row .container > .video-iframe-container { display: none; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row > .video-iframe-container { display: none; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .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); }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx { border-width: 0; border-radius: 0; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .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; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-4),1); }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.9;overflow:hidden;height:auto; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-trigger.adaptive-delivery-prevent-bg, #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-trigger.lazyload, #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-trigger.lazyloading { background-image: none; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.498779296875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #ZmtSdl9npmcbH2E2RcFM0Q3vAWmHSyXf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #AH1LTT537gZVIScSNuP1ShLruAAZzZB9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #aFOLOsJm3QFcZDOHboBI7rH6Er2nbkqp { display:block;position:relative; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #CATl6htS2DBI0ckc2tLZTc7RgudvhWxM {  }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #I4x6oUFZTgbDGixGDnWDmXsAqCSO3tVT {  }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #vWqeIzo5eHKQNTJhxoKEzlhcLOJ5KfQc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #DnHvBm3tTlrqI3q691uzHF9thsVgPXZq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #UzTMhxk0d4r7nObHmiJoJ9p1wSRmDzCp { display:block;position:relative; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #Pmz3d6oHuoU24JEHVRaklSyPoXM8FaLK {  }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #O9d6OfLNkuhPP7urqteN0TOookB7r5bX { display:none; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #GlTkztGtM83xPTbFvc9NpSZqVoKZpVKU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #t7sxten7VxtnLS2M3JWfpQaODCyCnaGE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #FKuHFIXVNQNsmBcALL2R4ypmE4IBDdwP { display:block;position:relative; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #zOCGuG8tlqu95ZlLfUDb35o1RVTzwCsm {  }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #NzMa7MI0k0UbHfuhhGagUbzd6KNE13Rw { display:none; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #EUrMTLpEv06tZQIMAhUniCqaaHH8ma5p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #uIrHv8ZtLTok2b13pZuCp2Mm0R5uH47R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #OC6yGdCkxkQ65MdG9JSIrk5cT4LgHLI6 { display:block;position:relative; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #Ub0coe5Q1Ik6OTfknGhUZaiVZ1XcHHKJ {  }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #GBVbFTGvROr0QeKpzNb882R6E0lxL3nN { display:none; }
#ndbCTe7ZVmNTLnwXfWi7QdvGxP2NPNwD { color:#16254c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:2.6165771484375rem;left:0rem;height:3.49181875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov { position:relative;display:block; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov { background-color: transparent; background-image: none; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row .container > .video-iframe-container { display: none; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row > .video-iframe-container { display: none; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .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); }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov { border-width: 0; border-radius: 0; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .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; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gtTzhfqHM0FiOfvHb4D2b2LZDHhGEO2K { background-color:#ff1e1e;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.9983125rem;height:4.936525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.888916015625rem;left:15.812377929688rem;display:block; }
#Hf1Ey9qw4Cc5aaEImTb0VApSpQylV391 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l26VNTJoZC79SdJx4BTFq5kVCg6z9u1y { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2);top:7.0928955078125rem;left:2.6531982421875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#A65KOXbAEbSL8Iu9aTiUfS3Z6bWEdUdx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.687375rem;width:12.687375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:1.011962890625rem;left:0.6854248046875rem; }
#r8BvM3Th5pnDr40M2Ur6zO0BdydUvbkT { color:#ffffff;display:block;width:10.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2);top:4.3695068359375rem;left:1.80908203125rem;height:2.8796375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:38.3125rem;height:6.625rem;top:10.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4RZO2is6UHF6nAg69W0y5uUqceay0tf { top:0rem;left:0rem;width:10.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzAtEe7WnQy0Hm402DtWu8fR3IJmECU { top:1.0625rem;left:24.625rem;width:23.125rem;height:28.672815879416rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9nPiCWEnaeZbuAR1vZQlH76FbnXkkg { width:32.25rem;height:4.0625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWg4D0ZmT2e1eGwON8eJFVwEo8LVJEJ { display:block; }
 }@media only screen and (max-width: 763px) { #B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 { display:block; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6BADTdWVDGAA8Vinns7kBeG2AwcMv1l { top:4.5625rem;left:1.5rem;width:46.25rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTtW6DsqMuFqvekUgi6wAQSVyia7FV1 { top:1rem;left:4.1553821563721rem;width:41.25rem;height:3.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmBha4dkHBmxTkMetS84B72TEludwbVX { display:block; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgdgQop26yxTo1NbalPpQQ3XeJdsgWeK { top:0rem;left:4.96875rem;width:37.8125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDQIguWQ2iG1wTVJPk259Vp1TZekwOgM { top:1.25rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaxk0RWsvBqoSPeqIDT8PP6oi43wPwc8 { width:41.9375rem;height:4.875rem;top:36.5625rem;left:2.8746337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAbIN3ThAlCoAuhMXWARcpqECvwMQBGL { display:block; }
 }@media only screen and (max-width: 763px) { #V31OTQKz3SfKuARJtGa8bh09q9inSs6n { display:block; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo { top:10.3125rem;left:0rem;width:47.75rem;height:21.75rem;font-size:1.25rem;display:block; }#UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo li:before{  }
 }@media only screen and (max-width: 763px) { #xGgZQ1piDa9h2DXwTDSZmQ0WT9dxZuoT { top:4rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx { display:block; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt { display:flex;height:auto;width:27.8125rem;top:3.375rem;left:7.460205078125rem; }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #ZmtSdl9npmcbH2E2RcFM0Q3vAWmHSyXf {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #AH1LTT537gZVIScSNuP1ShLruAAZzZB9 {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #aFOLOsJm3QFcZDOHboBI7rH6Er2nbkqp {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #CATl6htS2DBI0ckc2tLZTc7RgudvhWxM {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #I4x6oUFZTgbDGixGDnWDmXsAqCSO3tVT {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #vWqeIzo5eHKQNTJhxoKEzlhcLOJ5KfQc {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #DnHvBm3tTlrqI3q691uzHF9thsVgPXZq {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #UzTMhxk0d4r7nObHmiJoJ9p1wSRmDzCp {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #Pmz3d6oHuoU24JEHVRaklSyPoXM8FaLK {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #O9d6OfLNkuhPP7urqteN0TOookB7r5bX {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #GlTkztGtM83xPTbFvc9NpSZqVoKZpVKU {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #t7sxten7VxtnLS2M3JWfpQaODCyCnaGE {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #FKuHFIXVNQNsmBcALL2R4ypmE4IBDdwP {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #zOCGuG8tlqu95ZlLfUDb35o1RVTzwCsm {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #NzMa7MI0k0UbHfuhhGagUbzd6KNE13Rw {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #EUrMTLpEv06tZQIMAhUniCqaaHH8ma5p {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #uIrHv8ZtLTok2b13pZuCp2Mm0R5uH47R {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #OC6yGdCkxkQ65MdG9JSIrk5cT4LgHLI6 {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #Ub0coe5Q1Ik6OTfknGhUZaiVZ1XcHHKJ {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #GBVbFTGvROr0QeKpzNb882R6E0lxL3nN {  }
 }@media only screen and (max-width: 763px) { #ndbCTe7ZVmNTLnwXfWi7QdvGxP2NPNwD { top:2.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov { display:block; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtTzhfqHM0FiOfvHb4D2b2LZDHhGEO2K { width:41.9375rem;height:4.875rem;top:4.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1Ey9qw4Cc5aaEImTb0VApSpQylV391 { display:block; }
 }@media only screen and (max-width: 763px) { #l26VNTJoZC79SdJx4BTFq5kVCg6z9u1y { top:7.0625rem;left:0rem;width:8.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65KOXbAEbSL8Iu9aTiUfS3Z6bWEdUdx { top:1rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BvM3Th5pnDr40M2Ur6zO0BdydUvbkT { top:4.3125rem;left:0rem;width:10.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:20rem;height:5.85021875rem;top:3.0380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4RZO2is6UHF6nAg69W0y5uUqceay0tf { width:5.75rem;height:2.25rem;top:0.7880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzAtEe7WnQy0Hm402DtWu8fR3IJmECU { width:16.1245rem;height:20rem;top:9.74853515625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9nPiCWEnaeZbuAR1vZQlH76FbnXkkg { width:19rem;height:4rem;top:29.1875rem;left:0.5rem;font-size:1.4375rem;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWg4D0ZmT2e1eGwON8eJFVwEo8LVJEJ { display:block; }
 }@media only screen and (max-width: 763px) { #B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 { display:block; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6BADTdWVDGAA8Vinns7kBeG2AwcMv1l { width:20rem;height:3.25rem;top:3.91162109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByTtW6DsqMuFqvekUgi6wAQSVyia7FV1 { width:20rem;height:2.51855625rem;top:0.62451171875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmBha4dkHBmxTkMetS84B72TEludwbVX { display:block; }#RmBha4dkHBmxTkMetS84B72TEludwbVX > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgdgQop26yxTo1NbalPpQQ3XeJdsgWeK { width:20rem;height:20rem;top:4.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDQIguWQ2iG1wTVJPk259Vp1TZekwOgM { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaxk0RWsvBqoSPeqIDT8PP6oi43wPwc8 { width:19rem;height:4rem;top:23.53759765625rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAbIN3ThAlCoAuhMXWARcpqECvwMQBGL { display:block; }
 }@media only screen and (max-width: 763px) { #V31OTQKz3SfKuARJtGa8bh09q9inSs6n { display:block; }#V31OTQKz3SfKuARJtGa8bh09q9inSs6n > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo { width:19.125rem;height:28.125rem;top:6.81103515625rem;left:0.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#UC2DEvuxuiC5oZnVSsTBdh8Qlt7rlDgo li:before{  }
 }@media only screen and (max-width: 763px) { #xGgZQ1piDa9h2DXwTDSZmQ0WT9dxZuoT { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx { display:block; }#Q8IB1mk7TlWsxaOPe5T0to1B48ZSFCvx > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-heading-text { line-height:1.2;overflow:hidden;height:auto; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt .accordion-desc-text { line-height:1.7;overflow:hidden;height:auto; }
#p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt { display:flex;height:auto;width:17.5rem;top:6.81982421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #ZmtSdl9npmcbH2E2RcFM0Q3vAWmHSyXf {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #AH1LTT537gZVIScSNuP1ShLruAAZzZB9 {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #aFOLOsJm3QFcZDOHboBI7rH6Er2nbkqp {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #CATl6htS2DBI0ckc2tLZTc7RgudvhWxM {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #I4x6oUFZTgbDGixGDnWDmXsAqCSO3tVT {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #vWqeIzo5eHKQNTJhxoKEzlhcLOJ5KfQc {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #DnHvBm3tTlrqI3q691uzHF9thsVgPXZq {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #UzTMhxk0d4r7nObHmiJoJ9p1wSRmDzCp {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #Pmz3d6oHuoU24JEHVRaklSyPoXM8FaLK {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #O9d6OfLNkuhPP7urqteN0TOookB7r5bX {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #GlTkztGtM83xPTbFvc9NpSZqVoKZpVKU {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #t7sxten7VxtnLS2M3JWfpQaODCyCnaGE {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #FKuHFIXVNQNsmBcALL2R4ypmE4IBDdwP {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #zOCGuG8tlqu95ZlLfUDb35o1RVTzwCsm {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #NzMa7MI0k0UbHfuhhGagUbzd6KNE13Rw {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #EUrMTLpEv06tZQIMAhUniCqaaHH8ma5p {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #uIrHv8ZtLTok2b13pZuCp2Mm0R5uH47R {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #OC6yGdCkxkQ65MdG9JSIrk5cT4LgHLI6 {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #Ub0coe5Q1Ik6OTfknGhUZaiVZ1XcHHKJ {  }
 }@media only screen and (max-width: 763px) { #p8aUE0BmW0qs0FvCBAShgA6CvlEwSewt #GBVbFTGvROr0QeKpzNb882R6E0lxL3nN {  }
 }@media only screen and (max-width: 763px) { #ndbCTe7ZVmNTLnwXfWi7QdvGxP2NPNwD { width:20rem;height:3.736575rem;top:2.25732421875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov { display:block; }#T1q0K3Xgu9Qtp2veA2olT6nPzPQa8Oov > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtTzhfqHM0FiOfvHb4D2b2LZDHhGEO2K { width:19rem;height:4rem;top:12.8125rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf1Ey9qw4Cc5aaEImTb0VApSpQylV391 { display:block; }
 }@media only screen and (max-width: 763px) { #l26VNTJoZC79SdJx4BTFq5kVCg6z9u1y { width:8.75rem;height:2.6001rem;top:6.037109375rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65KOXbAEbSL8Iu9aTiUfS3Z6bWEdUdx { display:flex;width:9.4375rem;height:9.4375rem;top:1.3125rem;left:5.28125rem; }
 }@media only screen and (max-width: 763px) { #r8BvM3Th5pnDr40M2Ur6zO0BdydUvbkT { width:10.3745rem;height:2.6001rem;top:3.4375rem;left:4.8115234375rem;font-size:2rem;display:block; }
 }