.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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:#d0e3f2;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:47.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { color:#f5841f;display:block;width:55.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.26953125rem;height:8.77344375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rcgq87bvZlkP6vR2EiCHf5dqc7XTD9JL { z-index:15003;top:13.375rem;left:13.08203125rem;background-color:#2778b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;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:poppins;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:4.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oDzBi4vCWq7TEfx3D2lVxVD3psp6HLQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Me14rwTvBAGTF7GroNpzgUsn9x5z6Isx { position:absolute;display:block;z-index:14999;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.6875rem;width:30.6875rem;top:17.375rem;left:13.08203125rem;overflow:hidden;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:6.1875rem;width:17.5625rem;top:39.89453125rem;left:41.000003814698rem;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:34.9375rem;width:34.9375rem;top:12.625rem;left:12.36328125rem;overflow:hidden;display:block; }
#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 { position:relative;display:block; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 { 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 { border-width: 0; border-radius: 0; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .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; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .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:86.75rem;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; }#X6BADTdWVDGAA8Vinns7kBeG2AwcMv1l { color:#2778b8;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4713554382325rem;left:2.96875rem;height:3.81770625rem;text-align:center;text-align-last:center;display:block; }
#ByTtW6DsqMuFqvekUgi6wAQSVyia7FV1 { color:#f5841f;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5963544845581rem;left:9.375rem;height:4.3059875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xkz1OIrrKeZTBiyp8gKON1f6FCUeylFK { color:#f5841f;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.020835876465rem;left:9.375rem;height:5.03645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sah9B1GIxL6LSxXighKtaKhe8lLwyfwi { color:#2778b8;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.660161972046rem;left:0rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVX5fIrEnc5mOTLyWP3TrUpJ4dBmSJ3u { color:#f5841f;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.488288879394rem;left:6.09375rem;height:8.2864625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5EPpHvIVT7DBuVu0TMLfzIQrCK5hbvJ { color:#2778b8;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:6.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.08464050293rem;left:9.375rem;height:8.3685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fdABg7uTTNeBpbw62FIi2zppv8P5uADt { color:#f5841f;display:block;width:53.1875rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:45.578126907349rem;left:3.40625rem;height:16.5729rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifbTDVDQKf6fmcTKwblx4O1zxF3g76RW { z-index:15006;top:78.291667938231rem;left:11.21875rem;background-color:#2778b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;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:poppins;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5611875rem;height:5.2487rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PgNZWMw9xe1OoS26EolT3TPOgH7xATAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmULt2CsQkhVmVGzC7AD3AvrNsv8LPTr { z-index:15007;top:71.229167938231rem;left:11.21875rem;background-color:#2778b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;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:poppins;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5611875rem;height:5.2487rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#maoW27AmT9KpNlTnJpBaHADvSTI9H8Lr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDDTTnUeHO8yoUBJHokG528JBVPOKVVP { color:#2778b8;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:66.020835876462rem;left:2.96875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN { position:relative;display:block; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN { background-color: transparent; background-image: none; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .row .container > .video-iframe-container { display: none; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .row > .video-iframe-container { display: none; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .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); }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN { border-width: 0; border-radius: 0; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .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; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .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:31.875rem;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; }#fwKbyzfHMyrAvDpBhgzB8bNO6QXIg02f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:60rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d0e3f2;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; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container { background-color: transparent; background-image: none; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container > .video-iframe-container { display: none; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row > .video-iframe-container { display: none; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .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); }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container { border-width: 0; border-radius: 0; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#ZBN63C0q2sSRZJOM7hgnVAylONNKzUBw { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.492187798023rem;left:6.84375rem;height:6.09375rem;display:block; }
#UkSKh969LTTGVCvCvO0aZFDfmezCCbBE { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.457032501698rem;left:21.894535064698rem;height:6.3359375rem;display:block; }
#AtEdxTyA18MJn0KSotBCFTB0o8mwJsIA { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.80729418993rem;left:6.84375rem;height:6.09375rem;display:block; }
#c6vORoxbRMWNKNg1uuoVqnEJBM2sg1To { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:44.71354418993rem;left:21.894535064698rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#zNTIHbVqML7soTeOF13eeFvApOiEeOyX { color:#f5841f;display:block;width:58.6875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.8125rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzM8eaWOhN3A0ZKbIUANiyZ83tnhtE0q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.820312798023rem;left:43.208332061767rem; }
#lLRZNNhnS3c4ZoTQDuBkU0p2CfStZpC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.906253814698rem;left:9.20703125rem; }
#PlEClTSSSUny5J65zQyA56VGPiZkVRCk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33.13541918993rem;left:43.208332061767rem; }
#XR5pvCLyk8uQeyT2wO5OqtKsX2wl1VzO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:45.05729675293rem;left:9.20703125rem; }
#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw { position:relative;display:block; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw { background-color: transparent; background-image: none; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .row .container > .video-iframe-container { display: none; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .row > .video-iframe-container { display: none; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .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); }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw { border-width: 0; border-radius: 0; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .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; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .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:45.8125rem;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; }#lEPTTFma1MKICKmglUe2yuOukC6teOMU { color:#f5841f;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4361982345581rem;left:9.375rem;height:8.612rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7JkhhBm8h0WNy20EldNUL1lK10W0HcU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:12.395833969116rem;left:31.746097564698rem; }
#zwHoUDB9M3OtlQBah2PBwQG7dEiKoiXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:27.78645324707rem;left:32.246097564698rem; }
#KXX0Lk7MEyEEHC1gHiEInWJfwUoho40d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:27.190104961395rem;left:46.811199188233rem; }
#HyKss4mXZPPRmTEhDdUknM0e811WTIIf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.550781726837rem;left:47.061199188233rem; }
#CI7mJPOkR9Biuy0ocuxuPk8eeNZ9zIyt { color:#f5841f;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.282551765442rem;left:28.371097564698rem;height:3.4114625rem;text-align:center;text-align-last:center;display:block; }
#TP5eHWLzUVdTSu8KEGKo4cDTDmAJ9JZB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:27.6875rem;top:10.125rem;left:0rem;overflow:hidden;display:block; }
#ZOE0rhNbQps0LRoKHiLMT5yg0uNsPl0Q { color:#f5841f;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.505208492279rem;left:27.652347564698rem;height:6.82291875rem;text-align:center;text-align-last:center;display:block; }
#RpcfdfBwSg28roQIVllZ4ioFSWyyTmxp { color:#f5841f;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.914058685302rem;left:41.936199188233rem;height:6.82291875rem;text-align:center;text-align-last:center;display:block; }
#fAkBg8h6fT51IaSP8KDWntJ2AzdoTRGT { color:#f5841f;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.19921875rem;left:44.239582061767rem;height:3.4114625rem;text-align:center;text-align-last:center;display:block; }
#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s { position:relative;display:block; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s { background-color: transparent; background-image: none; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .row .container > .video-iframe-container { display: none; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .row > .video-iframe-container { display: none; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .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); }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s { border-width: 0; border-radius: 0; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .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; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .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:62.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; }#Z5n1S42BQgvitcT2ooIQDa23LE9h8GGN { color:#2778b8;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:4.6861991882324rem;height:3.81770625rem;text-align:center;text-align-last:center;display:block; }
#nCvBLfqKZmCmAeg7Fzvh1ChxTCUDWToe { color:#f5841f;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.2109375rem;left:7.8111991882325rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CH3zfMCe5l0p9lTIVAaoRXFZtkp8BeP2 { color:#2778b8;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:5.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.210935592651rem;left:11.092449188233rem;height:7.14975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7qcKOTU1dMuPSkvQP3rEUTmdMWHcpiR { color:#f5841f;display:block;width:53.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.748695373535rem;left:5.1236991882324rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQM9DNIHpwUhM6KwbWtrCeoTx7t1oFTg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:48.937501907349rem;left:25.467449188233rem;height:2.59895625rem;display:block; }
#rv0r5H2HTFSfyKKaWUVuXUiGRVJvGTqG { color:#2778b8;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.239582061767rem;left:10.342449188233rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwmwzwiVlhJLzNHFT9iyTghLs1iSQpMC { z-index:15005;top:53.916683197021rem;left:11.21875rem;background-color:#2778b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;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:poppins;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5611875rem;height:5.2487rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CgBUM8eRRr6Xu5791riNoamALIMxDo0r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR { 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; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container { background-color: transparent; background-image: none; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container > .video-iframe-container { display: none; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row > .video-iframe-container { display: none; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .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); }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container { border-width: 0; border-radius: 0; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#wJgNAbBuA3qrRPO4W5gTiXMOAcy01cPB { color:#f5841f;display:block;width:23.0623125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.4368476867676rem;left:32.154947280884rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGTmWS3Z9sZJM0lx1zNSZdT7DCiV9xgm { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5211582183837rem;left:32.154947280884rem;height:23.90625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTkQwbv43nEd8GNTUsQ0eZIUTOleFws8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:29.75rem;width:25rem;top:2.7498371601105rem;left:3.5514316558838rem;overflow:hidden;display:block; }
#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd { position:relative;display:block; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd { background-color: transparent; background-image: none; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .row .container > .video-iframe-container { display: none; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .row > .video-iframe-container { display: none; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .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); }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd { border-width: 0; border-radius: 0; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .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; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .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:20.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; }#p7H4lcPikXJG4CHx16ugkIrsEiXQsQJo { color:#f5841f;display:block;width:56.6875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.26953125rem;left:1.65625rem;height:5.0364625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VzZdbcfbxQwTDE9xKbZmRllb8LpU1dXx { z-index:15004;top:10.748699188233rem;left:11.21875rem;background-color:#2778b8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #8bb0e5 ;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:poppins;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5611875rem;height:5.2487rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xMsGq0D6Plg7huOn2u2OrmCFDlchk86O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s { position:relative;display:block; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s { background-color: transparent; background-image: none; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .row .container > .video-iframe-container { display: none; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .row > .video-iframe-container { display: none; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .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); }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s { border-width: 0; border-radius: 0; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .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; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .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:54.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; }#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .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:#e3e3e3;background-image:none;vertical-align:top; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .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; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .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; }#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-trigger.adaptive-delivery-prevent-bg, #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-trigger.lazyload, #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-trigger.lazyloading { background-image: none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD { box-sizing:content-box;height:auto;width:51.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.1874923706056rem;left:2.96875rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Hn7tTHGyuOTNaI0Gq4hwL4t9hZ2NabBN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #bLXID2xaZGRpdUdI2vFl2iTg1wZSrs7S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #gxGXkEuqmvtcGkH7uWCBqxBDIGS5rtED { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #C7GnaDCLiLvVmgq7OZh0Ke1Q2f5uBIWK {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #MTVSxyLom4sqpP88lhxMdH1BrH0sXZD5 {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Kv33NwLkvsBW9PZAN4o5guicAK89KvNI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #T0w6ArkngOv7N1TeTDhl8wP8lvXIbgNc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #slPsekVOaeity4wUHLBBG4B3R5wQ52Xl { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #wbHmgnbOihyXDRyl3Nmwh4C5MQrufXqz {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #TtVnryu4A2umaV3MAs4dwUOh3bWVI3yO { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #zSW6b04QA92nx9fy35tWF9vy59HGcUpJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #PNIuLvRWndXGZ2XDNvvUi3dLxPNPHF5z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #IMidNsyQ8emTiLmR33ApoLIVBSX2gzCm { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #RX8UXzqVTgPBJmaHK7Oq6fnDJt25DEiT {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #KiohB5Ia1WdpOrIr9nKSumQ344Vhf308 { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #yFIv8VuoTICyHNX5XgybrkeMJ0hpPfo1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #W8IK0D3GBDt6cEXC067xTKJTxKFqt03W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #vGgTtBr36sZPJ1tCwVIDo4Uk1qpFQzww { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #dsfHmzLNq35bm2tqPBteD0rLwFgn3c5Z {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #riP3mgNlNgv5faQAH2Z02CRR56RNrdCT { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Ve3T8cCkHnozTRsiyQCOdN6bJQys1TBe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #sIiTKusA3POZgQxbgzhznQTkHJ8qTDB6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #oKlXnGGTcaN1KKoS2D1XrTfIiTLZaLvk { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #v4g0IgUZ5qsRcVw4FZnVGBwzyPdpL8Ub {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #r9zxlwIRRP6kKS1Ub7HHQS4mKMVxm0Ft { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #WB3N5hpc19QATebfFT6bxE5TMxEw6uJN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #iOA6L9Fl8DG2LiuaPeDeP7iW2zifqMfN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Qp2EDCm244zurXtsmGsMBOw0zVyLgAz3 { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #lqzuemDroMr2iQpuZfH2G0C5ZN6RCsBp {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #N7nyCRwbi6kL4iCVD83yKXX3lMrkguNg { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #U0JLdBomTAqoP0aFoJSVpiTXyli1EgSI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #tSoU3IbnC9S3M3GUbvpTIsyMlbgThwwT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #DcEZZhg3droCatVxyiyxrSbAZSql9hCm { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #ZDJImTyRRx7b5MrleuLW81zhH0Twur0E {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #ocn2LDmexXF9co8K7k6XRrrIUGsrXBbC { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #qrZh8xtHU53aBKJvqSw4ARUCGTGnMRGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #pNPTWTOqtZ8v7ncgVNmcLawrW0JTFfwD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #isMRi9aP4VugHSEGmiHe6VfPba86QQys { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Jz1vrIun0AVGeSeL8vKqWhZ0DQrMer6T {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #zxQ7H6CmRqNeRtUOisrrC6kSTN0tcf8G { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #kNTPUFX2DuUAMq1fCQ3crTHqxLcVOymt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #BH83h99TRChvSA9Ha9acnBqhIVqOuKyZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #SCvOefpTs002DwQHq1PpFhPrLJ3TKkW3 { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #x9t3E7TkbVwJyi8OiHVXUNWFeHWWXxt3 {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #dGSCByVLbrvPZCRkWpNgqTPKTWEIkGL3 { display:none; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #tv8S6zi8waWUTl3sJxO7PaUsUurtNIQI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #B1r0hycqtgwQtkDROhxnUW1VkxMKqCiN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #T6iTMymcUVrgfefLf5rCebV7v49d6Erf { display:block;position:relative; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #OoXEinRZKUB1VTsyXBAI9epwQENwuz7z {  }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #xWApovr3FfpVwNZJMQAZ92OwqWJJIdye { display:none; }
#J2czJuLBhwrBZ22TzFkvoNsTLlKW4mgF { color:#2778b8;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8515548706055rem;left:2.96875rem;height:3.81770625rem;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:47.75rem;height:8.75rem;top:1.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcgq87bvZlkP6vR2EiCHf5dqc7XTD9JL { top:13.375rem;left:6.95703125rem;width:33.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDzBi4vCWq7TEfx3D2lVxVD3psp6HLQh { display:block; }
 }@media only screen and (max-width: 763px) { #Me14rwTvBAGTF7GroNpzgUsn9x5z6Isx { top:17.375rem;left:6.95703125rem;width:30.6875rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4RZO2is6UHF6nAg69W0y5uUqceay0tf { top:39.875rem;left:30.1875rem;width:17.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzAtEe7WnQy0Hm402DtWu8fR3IJmECU { top:12.625rem;left:6.23828125rem;width:34.9375rem;height:34.9375rem;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:6.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTtW6DsqMuFqvekUgi6wAQSVyia7FV1 { top:1.5625rem;left:3.25rem;width:41.25rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkz1OIrrKeZTBiyp8gKON1f6FCUeylFK { top:11rem;left:3.25rem;width:41.25rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sah9B1GIxL6LSxXighKtaKhe8lLwyfwi { top:17.625rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVX5fIrEnc5mOTLyWP3TrUpJ4dBmSJ3u { top:30.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EPpHvIVT7DBuVu0TMLfzIQrCK5hbvJ { top:38.0625rem;left:3.25rem;width:41.25rem;height:8.3125rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdABg7uTTNeBpbw62FIi2zppv8P5uADt { top:45.5625rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifbTDVDQKf6fmcTKwblx4O1zxF3g76RW { top:78.25rem;left:5.09375rem;width:37.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgNZWMw9xe1OoS26EolT3TPOgH7xATAP { display:block; }
 }@media only screen and (max-width: 763px) { #KmULt2CsQkhVmVGzC7AD3AvrNsv8LPTr { top:71.1875rem;left:5.09375rem;width:37.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maoW27AmT9KpNlTnJpBaHADvSTI9H8Lr { display:block; }
 }@media only screen and (max-width: 763px) { #KDDTTnUeHO8yoUBJHokG528JBVPOKVVP { top:66rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN { display:block; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwKbyzfHMyrAvDpBhgzB8bNO6QXIg02f { top:0.25rem;left:0rem;width:47.75rem;height:24.969270833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD { display:block; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBN63C0q2sSRZJOM7hgnVAylONNKzUBw { top:13.4375rem;left:0.71875rem;width:34.0625rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkSKh969LTTGVCvCvO0aZFDfmezCCbBE { top:23.4375rem;left:15.769535064698rem;width:31.1875rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtEdxTyA18MJn0KSotBCFTB0o8mwJsIA { top:33.75rem;left:0.71875rem;width:31.1875rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6vORoxbRMWNKNg1uuoVqnEJBM2sg1To { top:44.6875rem;left:15.769535064698rem;width:31.1875rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTIHbVqML7soTeOF13eeFvApOiEeOyX { top:1.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzM8eaWOhN3A0ZKbIUANiyZ83tnhtE0q { top:12.8125rem;left:37.083332061767rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLRZNNhnS3c4ZoTQDuBkU0p2CfStZpC1 { top:22.875rem;left:3.08203125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlEClTSSSUny5J65zQyA56VGPiZkVRCk { top:33.125rem;left:37.083332061767rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR5pvCLyk8uQeyT2wO5OqtKsX2wl1VzO { top:45rem;left:3.08203125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw { display:block; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEPTTFma1MKICKmglUe2yuOukC6teOMU { top:1.375rem;left:0rem;width:41.25rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JkhhBm8h0WNy20EldNUL1lK10W0HcU { top:12.375rem;left:23.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwHoUDB9M3OtlQBah2PBwQG7dEiKoiXF { top:27.75rem;left:24.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXX0Lk7MEyEEHC1gHiEInWJfwUoho40d { top:27.1875rem;left:36.498699188233rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyKss4mXZPPRmTEhDdUknM0e811WTIIf { top:12.5rem;left:36.748699188233rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI7mJPOkR9Biuy0ocuxuPk8eeNZ9zIyt { top:21.25rem;left:16.875rem;width:14.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP5eHWLzUVdTSu8KEGKo4cDTDmAJ9JZB { top:10.125rem;left:0rem;width:27.6875rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOE0rhNbQps0LRoKHiLMT5yg0uNsPl0Q { top:35.5rem;left:15.4375rem;width:16.3125rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpcfdfBwSg28roQIVllZ4ioFSWyyTmxp { top:34.875rem;left:29.5625rem;width:18.0625rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAkBg8h6fT51IaSP8KDWntJ2AzdoTRGT { top:21.1875rem;left:32.75rem;width:14.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s { display:block; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5n1S42BQgvitcT2ooIQDa23LE9h8GGN { top:1.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvBLfqKZmCmAeg7Fzvh1ChxTCUDWToe { top:6.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH3zfMCe5l0p9lTIVAaoRXFZtkp8BeP2 { top:19.1875rem;left:4.9674491882324rem;width:41.25rem;height:7.125rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7qcKOTU1dMuPSkvQP3rEUTmdMWHcpiR { top:25.6875rem;left:0rem;width:47.75rem;height:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQM9DNIHpwUhM6KwbWtrCeoTx7t1oFTg { top:48.9375rem;left:19.342449188233rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv0r5H2HTFSfyKKaWUVuXUiGRVJvGTqG { top:40.1875rem;left:4.2174491882324rem;width:41.25rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmwzwiVlhJLzNHFT9iyTghLs1iSQpMC { top:53.875rem;left:5.09375rem;width:37.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBUM8eRRr6Xu5791riNoamALIMxDo0r { display:block; }
 }@media only screen and (max-width: 763px) { #reK6MldDLmTlJITRL7ruHIcqTZyUBFgR { display:block; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJgNAbBuA3qrRPO4W5gTiXMOAcy01cPB { width:23rem;height:2.3125rem;top:4.375rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTmWS3Z9sZJM0lx1zNSZdT7DCiV9xgm { width:26.5625rem;height:23.875rem;top:7.5rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkQwbv43nEd8GNTUsQ0eZIUTOleFws8 { top:2.6875rem;left:0rem;width:25rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd { display:block; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7H4lcPikXJG4CHx16ugkIrsEiXQsQJo { width:47.75rem;height:5rem;top:3.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZdbcfbxQwTDE9xKbZmRllb8LpU1dXx { top:10.6875rem;left:5.09375rem;width:37.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMsGq0D6Plg7huOn2u2OrmCFDlchk86O { display:block; }
 }@media only screen and (max-width: 763px) { #byCCLMXUpiLFEnLpFZs6PJHid3Htl64s { display:block; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Hn7tTHGyuOTNaI0Gq4hwL4t9hZ2NabBN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #bLXID2xaZGRpdUdI2vFl2iTg1wZSrs7S {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #gxGXkEuqmvtcGkH7uWCBqxBDIGS5rtED {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #C7GnaDCLiLvVmgq7OZh0Ke1Q2f5uBIWK {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #MTVSxyLom4sqpP88lhxMdH1BrH0sXZD5 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Kv33NwLkvsBW9PZAN4o5guicAK89KvNI {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #T0w6ArkngOv7N1TeTDhl8wP8lvXIbgNc {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #slPsekVOaeity4wUHLBBG4B3R5wQ52Xl {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #wbHmgnbOihyXDRyl3Nmwh4C5MQrufXqz {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #TtVnryu4A2umaV3MAs4dwUOh3bWVI3yO {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #zSW6b04QA92nx9fy35tWF9vy59HGcUpJ {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #PNIuLvRWndXGZ2XDNvvUi3dLxPNPHF5z {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #IMidNsyQ8emTiLmR33ApoLIVBSX2gzCm {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #RX8UXzqVTgPBJmaHK7Oq6fnDJt25DEiT {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #KiohB5Ia1WdpOrIr9nKSumQ344Vhf308 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #yFIv8VuoTICyHNX5XgybrkeMJ0hpPfo1 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #W8IK0D3GBDt6cEXC067xTKJTxKFqt03W {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #vGgTtBr36sZPJ1tCwVIDo4Uk1qpFQzww {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #dsfHmzLNq35bm2tqPBteD0rLwFgn3c5Z {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #riP3mgNlNgv5faQAH2Z02CRR56RNrdCT {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Ve3T8cCkHnozTRsiyQCOdN6bJQys1TBe {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #sIiTKusA3POZgQxbgzhznQTkHJ8qTDB6 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #oKlXnGGTcaN1KKoS2D1XrTfIiTLZaLvk {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #v4g0IgUZ5qsRcVw4FZnVGBwzyPdpL8Ub {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #r9zxlwIRRP6kKS1Ub7HHQS4mKMVxm0Ft {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #WB3N5hpc19QATebfFT6bxE5TMxEw6uJN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #iOA6L9Fl8DG2LiuaPeDeP7iW2zifqMfN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Qp2EDCm244zurXtsmGsMBOw0zVyLgAz3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #lqzuemDroMr2iQpuZfH2G0C5ZN6RCsBp {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #N7nyCRwbi6kL4iCVD83yKXX3lMrkguNg {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #U0JLdBomTAqoP0aFoJSVpiTXyli1EgSI {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #tSoU3IbnC9S3M3GUbvpTIsyMlbgThwwT {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #DcEZZhg3droCatVxyiyxrSbAZSql9hCm {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #ZDJImTyRRx7b5MrleuLW81zhH0Twur0E {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #ocn2LDmexXF9co8K7k6XRrrIUGsrXBbC {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #qrZh8xtHU53aBKJvqSw4ARUCGTGnMRGQ {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #pNPTWTOqtZ8v7ncgVNmcLawrW0JTFfwD {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #isMRi9aP4VugHSEGmiHe6VfPba86QQys {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Jz1vrIun0AVGeSeL8vKqWhZ0DQrMer6T {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #zxQ7H6CmRqNeRtUOisrrC6kSTN0tcf8G {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #kNTPUFX2DuUAMq1fCQ3crTHqxLcVOymt {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #BH83h99TRChvSA9Ha9acnBqhIVqOuKyZ {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #SCvOefpTs002DwQHq1PpFhPrLJ3TKkW3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #x9t3E7TkbVwJyi8OiHVXUNWFeHWWXxt3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #dGSCByVLbrvPZCRkWpNgqTPKTWEIkGL3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #tv8S6zi8waWUTl3sJxO7PaUsUurtNIQI {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #B1r0hycqtgwQtkDROhxnUW1VkxMKqCiN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #T6iTMymcUVrgfefLf5rCebV7v49d6Erf {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #OoXEinRZKUB1VTsyXBAI9epwQENwuz7z {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #xWApovr3FfpVwNZJMQAZ92OwqWJJIdye {  }
 }@media only screen and (max-width: 763px) { #J2czJuLBhwrBZ22TzFkvoNsTLlKW4mgF { top:1.8125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;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:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIqB4TT7dhd8OgHJbEUARKU4bOTkTnaD { width:20rem;height:14.78385rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcgq87bvZlkP6vR2EiCHf5dqc7XTD9JL { top:18.0325625rem;left:0.71875rem;width:18.996125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDzBi4vCWq7TEfx3D2lVxVD3psp6HLQh { display:block; }
 }@media only screen and (max-width: 763px) { #Me14rwTvBAGTF7GroNpzgUsn9x5z6Isx { width:20rem;height:20rem;top:22.0325625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4RZO2is6UHF6nAg69W0y5uUqceay0tf { width:17.5625rem;height:6.1875rem;top:43.2825625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzAtEe7WnQy0Hm402DtWu8fR3IJmECU { width:20rem;height:20rem;top:17.2825625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 { display:block; }#B2i6lST8Osz8vx9BTC5BDQZcivEPruG6 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6BADTdWVDGAA8Vinns7kBeG2AwcMv1l { width:20rem;height:7.796875rem;top:5.09765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByTtW6DsqMuFqvekUgi6wAQSVyia7FV1 { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xkz1OIrrKeZTBiyp8gKON1f6FCUeylFK { width:20rem;height:2.59895625rem;top:14.14453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sah9B1GIxL6LSxXighKtaKhe8lLwyfwi { width:20rem;height:18.1926875rem;top:17.9921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVX5fIrEnc5mOTLyWP3TrUpJ4dBmSJ3u { width:20rem;height:7.796875rem;top:37.4335625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5EPpHvIVT7DBuVu0TMLfzIQrCK5hbvJ { width:20rem;height:2.59895625rem;top:63.322875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdABg7uTTNeBpbw62FIi2zppv8P5uADt { width:20rem;height:15.593725rem;top:46.4804375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifbTDVDQKf6fmcTKwblx4O1zxF3g76RW { top:78.39709375rem;left:0.5rem;width:19rem;height:5.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgNZWMw9xe1OoS26EolT3TPOgH7xATAP { display:block; }
 }@media only screen and (max-width: 763px) { #KmULt2CsQkhVmVGzC7AD3AvrNsv8LPTr { top:71.95959375rem;left:0.5rem;width:19rem;height:5.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maoW27AmT9KpNlTnJpBaHADvSTI9H8Lr { display:block; }
 }@media only screen and (max-width: 763px) { #KDDTTnUeHO8yoUBJHokG528JBVPOKVVP { width:20rem;height:0;top:67.135375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN { display:block; }#EQttCIJ0XxGBpSh61IaaUBbR1Kd4hkGN > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwKbyzfHMyrAvDpBhgzB8bNO6QXIg02f { width:20rem;height:10.458333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD { display:block; }#lP4HlgKnJheC3X2VDtyEzIGxMMrQVfgD > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBN63C0q2sSRZJOM7hgnVAylONNKzUBw { width:20rem;height:12.1875rem;top:18.609377861023rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkSKh969LTTGVCvCvO0aZFDfmezCCbBE { width:20rem;height:8.4479375rem;top:41.109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtEdxTyA18MJn0KSotBCFTB0o8mwJsIA { width:20rem;height:10.15625rem;top:60.743492126465rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6vORoxbRMWNKNg1uuoVqnEJBM2sg1To { width:20rem;height:12.1875rem;top:81.901042938231rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNTIHbVqML7soTeOF13eeFvApOiEeOyX { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzM8eaWOhN3A0ZKbIUANiyZ83tnhtE0q { display:flex;width:5.9375rem;height:5.9375rem;top:10.734375953674rem;left:7.0312502980231rem; }
 }@media only screen and (max-width: 763px) { #lLRZNNhnS3c4ZoTQDuBkU0p2CfStZpC1 { display:flex;width:6.125rem;height:6.125rem;top:32.671875rem;left:6.9375002980231rem; }
 }@media only screen and (max-width: 763px) { #PlEClTSSSUny5J65zQyA56VGPiZkVRCk { display:flex;width:6.25rem;height:6.25rem;top:52.338542938233rem;left:6.8750002980231rem; }
 }@media only screen and (max-width: 763px) { #XR5pvCLyk8uQeyT2wO5OqtKsX2wl1VzO { display:flex;width:6.3125rem;height:6.3125rem;top:73.795574188231rem;left:6.8437502980231rem; }
 }@media only screen and (max-width: 763px) { #tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw { display:block; }#tRqhkEmtTWNgUPTZHW1xsX2OT27mwOGw > .row .container { width:20rem;height:111.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEPTTFma1MKICKmglUe2yuOukC6teOMU { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7JkhhBm8h0WNy20EldNUL1lK10W0HcU { display:flex;width:8.125rem;height:8.125rem;top:12.027344346046rem;left:5.9375002980232rem; }
 }@media only screen and (max-width: 763px) { #zwHoUDB9M3OtlQBah2PBwQG7dEiKoiXF { display:flex;width:7.125rem;height:7.125rem;top:28.438803315162rem;left:6.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #KXX0Lk7MEyEEHC1gHiEInWJfwUoho40d { display:flex;width:8.3125rem;height:8.3125rem;top:65.933582305906rem;left:5.8437502980232rem; }
 }@media only screen and (max-width: 763px) { #HyKss4mXZPPRmTEhDdUknM0e811WTIIf { display:flex;width:7.8125rem;height:7.8125rem;top:48.574205398559rem;left:6.0937502980232rem; }
 }@media only screen and (max-width: 763px) { #CI7mJPOkR9Biuy0ocuxuPk8eeNZ9zIyt { width:14.875rem;height:3.4114625rem;top:21.777344346046rem;left:2.5625000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP5eHWLzUVdTSu8KEGKo4cDTDmAJ9JZB { width:20rem;height:25.7305rem;top:86.058582305906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOE0rhNbQps0LRoKHiLMT5yg0uNsPl0Q { width:17.8125rem;height:6.82291875rem;top:37.001303672791rem;left:1.0937500596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpcfdfBwSg28roQIVllZ4ioFSWyyTmxp { width:18.0625rem;height:6.82291875rem;top:74.99609565735rem;left:0.96875005960463rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAkBg8h6fT51IaSP8KDWntJ2AzdoTRGT { width:14.875rem;height:3.4114625rem;top:58.199222564698rem;left:2.5625000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s { display:block; }#EupNRUmNp73S7hZaXKu8JE6XrJg7Dm0s > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5n1S42BQgvitcT2ooIQDa23LE9h8GGN { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCvBLfqKZmCmAeg7Fzvh1ChxTCUDWToe { width:20rem;height:0;top:6.31640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CH3zfMCe5l0p9lTIVAaoRXFZtkp8BeP2 { width:20rem;height:0;top:34.81640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7qcKOTU1dMuPSkvQP3rEUTmdMWHcpiR { width:20rem;height:0;top:20.56640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQM9DNIHpwUhM6KwbWtrCeoTx7t1oFTg { width:12.5rem;height:0;top:48.93490625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv0r5H2HTFSfyKKaWUVuXUiGRVJvGTqG { width:20rem;height:0;top:43.21615625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwmwzwiVlhJLzNHFT9iyTghLs1iSQpMC { top:52.7825625rem;left:0.5rem;width:19rem;height:5.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBUM8eRRr6Xu5791riNoamALIMxDo0r { display:block; }
 }@media only screen and (max-width: 763px) { #reK6MldDLmTlJITRL7ruHIcqTZyUBFgR { display:block; }#reK6MldDLmTlJITRL7ruHIcqTZyUBFgR > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJgNAbBuA3qrRPO4W5gTiXMOAcy01cPB { width:20rem;height:1.375rem;top:24.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTmWS3Z9sZJM0lx1zNSZdT7DCiV9xgm { width:20rem;height:21rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkQwbv43nEd8GNTUsQ0eZIUTOleFws8 { width:18.125rem;height:21.5625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd { display:block; }#TbWT64E0G0eX6595ZW4nhEt6cnRAsIRd > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7H4lcPikXJG4CHx16ugkIrsEiXQsQJo { width:20rem;height:12.1875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZdbcfbxQwTDE9xKbZmRllb8LpU1dXx { top:18.375rem;left:0.5rem;width:18.996125rem;height:5.1862rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMsGq0D6Plg7huOn2u2OrmCFDlchk86O { display:block; }
 }@media only screen and (max-width: 763px) { #byCCLMXUpiLFEnLpFZs6PJHid3Htl64s { display:block; }#byCCLMXUpiLFEnLpFZs6PJHid3Htl64s > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD { display:flex;height:auto;width:17.5rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Hn7tTHGyuOTNaI0Gq4hwL4t9hZ2NabBN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #bLXID2xaZGRpdUdI2vFl2iTg1wZSrs7S {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #gxGXkEuqmvtcGkH7uWCBqxBDIGS5rtED {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #C7GnaDCLiLvVmgq7OZh0Ke1Q2f5uBIWK {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #MTVSxyLom4sqpP88lhxMdH1BrH0sXZD5 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Kv33NwLkvsBW9PZAN4o5guicAK89KvNI {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #T0w6ArkngOv7N1TeTDhl8wP8lvXIbgNc {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #slPsekVOaeity4wUHLBBG4B3R5wQ52Xl {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #wbHmgnbOihyXDRyl3Nmwh4C5MQrufXqz {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #TtVnryu4A2umaV3MAs4dwUOh3bWVI3yO {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #zSW6b04QA92nx9fy35tWF9vy59HGcUpJ {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #PNIuLvRWndXGZ2XDNvvUi3dLxPNPHF5z {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #IMidNsyQ8emTiLmR33ApoLIVBSX2gzCm {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #RX8UXzqVTgPBJmaHK7Oq6fnDJt25DEiT {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #KiohB5Ia1WdpOrIr9nKSumQ344Vhf308 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #yFIv8VuoTICyHNX5XgybrkeMJ0hpPfo1 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #W8IK0D3GBDt6cEXC067xTKJTxKFqt03W {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #vGgTtBr36sZPJ1tCwVIDo4Uk1qpFQzww {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #dsfHmzLNq35bm2tqPBteD0rLwFgn3c5Z {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #riP3mgNlNgv5faQAH2Z02CRR56RNrdCT {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Ve3T8cCkHnozTRsiyQCOdN6bJQys1TBe {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #sIiTKusA3POZgQxbgzhznQTkHJ8qTDB6 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #oKlXnGGTcaN1KKoS2D1XrTfIiTLZaLvk {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #v4g0IgUZ5qsRcVw4FZnVGBwzyPdpL8Ub {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #r9zxlwIRRP6kKS1Ub7HHQS4mKMVxm0Ft {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #WB3N5hpc19QATebfFT6bxE5TMxEw6uJN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #iOA6L9Fl8DG2LiuaPeDeP7iW2zifqMfN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Qp2EDCm244zurXtsmGsMBOw0zVyLgAz3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #lqzuemDroMr2iQpuZfH2G0C5ZN6RCsBp {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #N7nyCRwbi6kL4iCVD83yKXX3lMrkguNg {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #U0JLdBomTAqoP0aFoJSVpiTXyli1EgSI {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #tSoU3IbnC9S3M3GUbvpTIsyMlbgThwwT {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #DcEZZhg3droCatVxyiyxrSbAZSql9hCm {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #ZDJImTyRRx7b5MrleuLW81zhH0Twur0E {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #ocn2LDmexXF9co8K7k6XRrrIUGsrXBbC {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #qrZh8xtHU53aBKJvqSw4ARUCGTGnMRGQ {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #pNPTWTOqtZ8v7ncgVNmcLawrW0JTFfwD {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #isMRi9aP4VugHSEGmiHe6VfPba86QQys {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #Jz1vrIun0AVGeSeL8vKqWhZ0DQrMer6T {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #zxQ7H6CmRqNeRtUOisrrC6kSTN0tcf8G {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #kNTPUFX2DuUAMq1fCQ3crTHqxLcVOymt {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #BH83h99TRChvSA9Ha9acnBqhIVqOuKyZ {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #SCvOefpTs002DwQHq1PpFhPrLJ3TKkW3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #x9t3E7TkbVwJyi8OiHVXUNWFeHWWXxt3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #dGSCByVLbrvPZCRkWpNgqTPKTWEIkGL3 {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #tv8S6zi8waWUTl3sJxO7PaUsUurtNIQI {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #B1r0hycqtgwQtkDROhxnUW1VkxMKqCiN {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #T6iTMymcUVrgfefLf5rCebV7v49d6Erf {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #OoXEinRZKUB1VTsyXBAI9epwQENwuz7z {  }
 }@media only screen and (max-width: 763px) { #R2fZhrF53egXOoqdSbFm2p3JLMoRDDmD #xWApovr3FfpVwNZJMQAZ92OwqWJJIdye {  }
 }@media only screen and (max-width: 763px) { #J2czJuLBhwrBZ22TzFkvoNsTLlKW4mgF { width:20rem;height:0;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }