.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { 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;z-index:auto;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { 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:3.5rem;width:9.0625rem;top:0.25rem;left:2.625rem;overflow:hidden;display:block; }
#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE { position:relative;display:block; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE { background-color: transparent; background-image: none; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .row .container > .video-iframe-container { display: none; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .row > .video-iframe-container { display: none; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .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); }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE { border-width: 0; border-radius: 0; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .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; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .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:33.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; }#JHVFw7VBFlvyvItODtvtCBIgZb1qQfaV { color:#323637;display:block;width:28.5rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.8125rem;height:3.25rem;font-style:normal;display:block; }
#Pc65F2lFLeIL7yEn8SqM6vndDiAr6nUb { color:#323637;display:block;width:26.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:12.0625rem;left:3.8125rem;height:6rem;display:block; }
#DSNnyWzUF6JSSh3HOqxaTCxLT4afLJ5P { background-color:#177fa4;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:13.996875rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.0625rem;left:3.8125rem;display:block; }
#fpbIzHWvE5bGC07KyDHsdXTt86poH40m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oO6X7Wl48KDMyVvrJmnE75wUMS6faI6n { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: none;height:30.1875rem;width:16.875rem;top:1.40625rem;left:39.20263671875rem;display:block; }
#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f5;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; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container { background-color: transparent; background-image: none; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container > .video-iframe-container { display: none; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row > .video-iframe-container { display: none; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .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); }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container { border-width: 0; border-radius: 0; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#l767B3U1QCQcFMCDZ5fIe9TLyUcTgEO0 { color:#323637;display:block;width:23.125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.5625rem;left:3.8125rem;height:2.3997375rem;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; }
#fITcXRg2kK4WUK0r7ly5XDS636dfFNG4 { color:#323637;display:block;width:26.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.0625rem;left:3.5625rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#horCDCn13iOOVsdUBz3GzxtsNRowm2Z3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.25rem;width:27.6875rem;top:9rem;left:31.75rem;overflow:hidden;display:block; }
#Cx3sPyswr22MRXZJXPsfZbyadd9qQzUM { position:absolute;display:block;z-index:15002;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-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:29.6875rem;width:60rem;top:4.625rem;left:0rem;display:block; }
#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ { 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; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container { background-color: transparent; background-image: none; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container > .video-iframe-container { display: none; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row > .video-iframe-container { display: none; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .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); }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container { border-width: 0; border-radius: 0; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#NbQOLWtgPfaMtSakxe4JRM2TUvMTxnPg { color:#323637;display:block;width:27.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12rem;left:2.8125rem;height:1.94986875rem;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; }
#EpEByqDiTSmVCuSZvLIsS1fAS1KCNGTa { color:#323637;display:block;width:26.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:16.125rem;left:2.8125rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fAhoRBCtRGRxBiMTl3R3eNoz95XuTqMz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.875rem;width:13.25rem;top:5.875rem;left:40.03125rem;overflow:hidden;display:block; }
#hDm9TQRBwv5Au7bDRVwnB9bwnrINpEmA { position:absolute;display:block;z-index:14999;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-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: -0.125rem -0.125rem 2rem rgba(0,0,0,0.1) ;height:29.6875rem;width:60rem;top:4.46875rem;left:0rem;display:block; }
#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,244,253,0.5);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; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container { background-color: transparent; background-image: none; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container > .video-iframe-container { display: none; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row > .video-iframe-container { display: none; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .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); }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container { border-width: 0; border-radius: 0; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#mqSusenSGMHFiCJMF1pyNLgvAhbKVtlQ { color:#323637;display:block;width:18.125rem;position:absolute;font-family:"san fransisco pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.25rem;left:1.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#AP16IxEo2t7TlgkpoASLzrITHeXdJ36D { color:#323637;display:block;width:26.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:5.5625rem;left:3.375rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWLTCKxi0fQAxbrVy3TV4Uo8C7zrokst { color:#323637;display:block;width:25.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:8.6875rem;left:3.375rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JU8grq3VXpekUaaLLDiomgwSnEWSJ6T4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.375rem;width:18rem;top:2.375rem;left:37.9375rem;overflow:hidden;display:block; }
#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn { 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; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container { background-color: transparent; background-image: none; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container > .video-iframe-container { display: none; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row > .video-iframe-container { display: none; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .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); }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container { border-width: 0; border-radius: 0; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#K83IMbHVzTHRrTbdx49Vbirfcnk10OCM { color:#323637;display:block;width:23.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:27.625rem;left:2.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AoHI6sHZyGuQA7sSfJ9ZbZTXHuT3qOTZ { color:#323637;display:block;width:23.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:30.6875rem;left:2.3125rem;height:6.799475rem;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; }
#e0yXZJWEh2lM74vO8XEvFDFU7rXxsW2s { position:absolute;display:block;z-index:15002;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-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:34.5625rem;width:28.75rem;top:5.0625rem;left:31.25rem;display:block; }
#psTlL5FrG6EZy36nqeTN4PDP7nm6VvNe { color:#323637;display:block;width:23.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:30.5625rem;left:33.6875rem;height:8.49934375rem;text-align:left;text-align-last:left;display:block; }
#S8Lfv4t33CAwu08EEZulwoZ9lTxshufP { color:#323637;display:block;width:24.8125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.5rem;left:33.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JiyfQmqGvoJAvzgMVRO2wDKWDPVoEF51 { position:absolute;display:block;z-index:15001;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-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:34.8125rem;width:28.625rem;top:5.0625rem;left:0rem;display:block; }
#Pl0ltRMmbVFeSvUZWGP2MJGyi69AIBvm { position:absolute;display:block;z-index:15005;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:18.25rem;width:9.5rem;top:7.125rem;left:2.5rem;overflow:hidden;display:block; }
#GD1TDsNuhUep02lI6eToTf4Vl3fS4yvI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Lc9P9a5qwOW0gy77B9ekwK9XwKMecBbl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#f4ad0VHXznXkHEhbo12foUmMLZiGMvz1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:9.5rem;top:7rem;left:33.75rem;overflow:hidden;display:block; }
#EbekWRcIhIbvQnT4TmxdloXTIlRoy9PX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:9.5rem;top:7.125rem;left:13.0625rem;overflow:hidden;display:block; }
#EKEZAlWVfEeLFeX1OBJycX0OZ11bLT1N { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:9.5rem;top:7rem;left:44.375rem;overflow:hidden;display:block; }
#o7LlAyR6CgxKFle3623VAm8UaDQZ8GSr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:9.5rem;top:4.25rem;left:33.75rem;overflow:hidden;display:none; }
#Sn55OoKDzWIc9tZg90AW734dWS2k8OMc { position:absolute;display:block;z-index:15005;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:18.25rem;width:9.5rem;top:4.25rem;left:2.5rem;overflow:hidden;display:none; }
#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.2), #e6f4fd);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.2), #e6f4fd);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.2), #e6f4fd);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.2), #e6f4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#e6f4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#e6f4fd' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.2), #e6f4fd);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container { background-color: transparent; background-image: none; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container > .video-iframe-container { display: none; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row > .video-iframe-container { display: none; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .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); }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container { border-width: 0; border-radius: 0; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#a2gERal5i2yl5Iib2peqNPOffE8udATA { box-sizing:content-box;height:23.3125rem;width:29.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:4.8125rem;left:16.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#watOM7c53l1MkpkabHArgWAJq8ZI7Max { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.25rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3qEKOlpp7Ra5xtffoINWDsXkX9WGosx { color:#323637;display:block;width:24.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:13.0625rem;left:18.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#bTRIqrFfod9oPavKNttEPLgmrM1TbGqg { position:absolute;display:block;z-index:15012;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:7.5625rem;width:7.4375rem;top:17.875rem;left:21rem;overflow:hidden;display:block; }
#s3dXhsnFUO1iC9XRBmfnbgecVJDDBabZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.75rem;top:18.0625rem;left:29.8125rem;overflow:hidden;display:block; }
#C4U6V6QeOITDGLNaSNoWlzWOfE9LXFVS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.75rem;top:22.25rem;left:29.875rem;overflow:hidden;display:block; }
#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6f4fd;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; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container { background-color: transparent; background-image: none; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container > .video-iframe-container { display: none; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row > .video-iframe-container { display: none; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .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); }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container { border-width: 0; border-radius: 0; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:60rem;position:relative;display:block; }#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .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; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:arial;color:#323637; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .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:arial;line-height:1.5;overflow:hidden;height:auto;color:#323637; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .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_92fb36a08f2a606033b02102234df2b01cb4bbce.svg");background-size:contain !important; }#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-trigger.adaptive-delivery-prevent-bg, #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-trigger.lazyload, #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-trigger.lazyloading { background-image: none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:10.65625rem;left:4.6875rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #ByFfQFiHF9gTX2ElQFs5p69yNHGVf3Ks { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #dw0rIx1mFWxvtOQs4epE7hJRtW7P0mfl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #mh7kunDnpWWwTBISAShLuWlBU3moFkmW { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Kq1pDcHiOhbI5y1gAgdMZl4dc2aVkALL {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #R6P78oJusUUMxl6q0EmVDlixg4Ul3KFX {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #F1vQELx7SQwEZaJTa27PLFNKnTIqrTT1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #l7ucRC6xzdoBaVgcsU636gzn8IdiLSHd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #oKTekyO7xf6d4bDBcTw1rD30fC1czuiN { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #iOfrqOyF5kpvIfRKiIwmsEaRxPv8N00Q {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #GVKinTlHai5Uxy1yiIf2n2sccnygC3sZ { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #eNierSqaFxEHtsmf0TR6I6U81ObCNpNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #L9rAgTStogsikGPkt7lh6K4tbntbfEiN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #IcLdiooc7nR6EUsHprQFOqDDAMT1pZQ6 { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Fck6pvV2sLdyh4pHe5eiybLTDXmSoQTP {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #uXx6r5ITy5kR3XyWqNzXwOI7S7mIqMEU { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #WsSu7nzZ5UwPin6H421TyX4m8CeVwMVu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Ubbw6cDrt5XouSrZNp8yyNWr0HaTDITL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #HXGnhfp3NR7WkN17BLnnvaqtDGJDBBXQ { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #RJghbK8V5r3vqEfTihKK9FkHMbtXpXgz {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #V44Rw6DwfVn6edCNq0sEmKMyTwgxzDuT { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #yyPnqRgMEJKvZBmER8gyFkMu3KePu4uE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #wyr78KAbq3wtsWxgDAegDrc22RhnWeaD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #wIFdSFEZGMGkyIbTe6lCDuTb3wpp1yV7 { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FPl7hiimmUQlAHJQtv8IfuOSWkVziL5N {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FBlboXJvdRTNaSpGHIC0208HFmTPE4xA { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #G01xMRiqQUXdpOuMgi583xhksZnKcB23 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #mKtSHGPVTCDVbTqBwchkBgmBGqLnJ67M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #bFRvUkhL1EUJOcnD2Jx5fHdqoEOUvqQo { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #d96FqfPOvDtlQRGJQpz4kOXvWCKwxAA4 {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #p7EZETPI9UBbUQbWf8DvF631pQLAeqHH { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #fMQRFE7uNqQIdSm4upxtpTm5Zsugward { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #OJmE8hw34SFaBUarInKuzMRXH1Rn8SRA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #xSKxgDeGmXqH6MMdCCfmZiEyvZ0g2L8P { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #yTucNPznR8Qg3GNNpsnQWOUFXG7HLu2K {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #zJRwBHQx8IMwZKZqk3pOWvQdcFlbKKg4 { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #iUDGR5PO5nIJhglUNvXIfclieDl2NEOs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FJh1WQ96unbhaBEusGMzlBw7FfCsIbcV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #F4kHODlS2dzbMVKeBx1puRMIn7GQlC10 { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #n7m3X2MeMVTDz9WPhF4LIZhNI4EP4TD1 {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #AtupbGWsKsTLkwJ8OT55kXJcRTtUV6VR { display:none; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #vBB8Q9wsA1XqvKvrnQ54EIALANlErn1v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #D87BdZx8myUaTMW7J5PHdHxEMHMTGKSf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #xNAneUCPqrDBXlC8F0JiUaSSW1k1CVWR { display:block;position:relative; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #ngsWaKH2IgiIRhhhTuognyx6CRQmwQoN {  }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #uOMeoS2lvCt57GkuqtAoWhdVEhssS6e0 { display:none; }
#JFlZP98pauVRkgQlttwgKfPBkk6FOKR4 { color:#003a4d;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -moz-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -ms-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -o-linear-gradient(180deg, #e6f4fd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6f4fd, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { background-color: transparent; background-image: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .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); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { border-width: 0; border-radius: 0; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#d0oIeB0MG1riFmAzi7a111fPyA7k3iEZ { 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:1.9375rem;width:10.75rem;top:4.3125rem;left:24.9375rem;overflow:hidden;display:block; }
#pBBAOrXnmbzqdpW3XKOiy9DTmzZhNZbQ { color:#003a4d;display:block;width:23.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:8.1875rem;left:18.5rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#h0ZaQwFZ4LF2utFT5bZlt86iDeQ6nauu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:10.5rem;left:19.9375rem;overflow:hidden;display:block; }
#A41UXMvRypgZSNCOhTEuad16LwxyNFvF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:10.5rem;left:24.1875rem;overflow:hidden;display:block; }
#na5Jq4RhUsyVimG2B9C4cwXbha4aTCFQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:10.5rem;left:28.25rem;overflow:hidden;display:block; }
#DFsLVrIZVSvITIAUGOVdP8MUTUZZsFzd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:10.5rem;left:32.4375rem;overflow:hidden;display:block; }
#NmRZZKKek7Gv6MqP88GIFyCtqLI9AiFq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:10.5rem;left:36.625rem;overflow:hidden;display:block; }
#yaPQwUWWRPC6AXS4VoSzrZ9klcSzfqnw { color:#003a4d;display:block;width:23.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.25rem;left:18.4375rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:9.0625rem;height:3.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE { display:block; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHVFw7VBFlvyvItODtvtCBIgZb1qQfaV { top:7.375rem;left:0rem;width:28.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc65F2lFLeIL7yEn8SqM6vndDiAr6nUb { top:12.0625rem;left:0rem;width:26.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSNnyWzUF6JSSh3HOqxaTCxLT4afLJ5P { width:13.9375rem;height:2.9375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpbIzHWvE5bGC07KyDHsdXTt86poH40m { display:block; }
 }@media only screen and (max-width: 763px) { #oO6X7Wl48KDMyVvrJmnE75wUMS6faI6n { top:1.375rem;left:30.875rem;width:16.875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV { display:block; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l767B3U1QCQcFMCDZ5fIe9TLyUcTgEO0 { width:23.125rem;height:2.375rem;top:9.5625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fITcXRg2kK4WUK0r7ly5XDS636dfFNG4 { width:26.5rem;height:13.5rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #horCDCn13iOOVsdUBz3GzxtsNRowm2Z3 { top:9rem;left:20.0625rem;width:27.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3sPyswr22MRXZJXPsfZbyadd9qQzUM { width:47.75rem;height:29.6875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ { display:block; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbQOLWtgPfaMtSakxe4JRM2TUvMTxnPg { width:27.625rem;height:1.9375rem;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEByqDiTSmVCuSZvLIsS1fAS1KCNGTa { width:26.9375rem;height:10.5rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhoRBCtRGRxBiMTl3R3eNoz95XuTqMz { top:5.875rem;left:33.90625rem;width:13.25rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDm9TQRBwv5Au7bDRVwnB9bwnrINpEmA { width:47.75rem;height:29.6875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m { display:block; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqSusenSGMHFiCJMF1pyNLgvAhbKVtlQ { top:11.25rem;left:0rem;width:18.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP16IxEo2t7TlgkpoASLzrITHeXdJ36D { width:26.625rem;height:2.375rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLTCKxi0fQAxbrVy3TV4Uo8C7zrokst { width:25.9375rem;height:16.5rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU8grq3VXpekUaaLLDiomgwSnEWSJ6T4 { top:2.375rem;left:28.75rem;width:18rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn { display:block; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K83IMbHVzTHRrTbdx49Vbirfcnk10OCM { top:27.625rem;left:0rem;width:23.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoHI6sHZyGuQA7sSfJ9ZbZTXHuT3qOTZ { top:30.6875rem;left:0rem;width:23.875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0yXZJWEh2lM74vO8XEvFDFU7rXxsW2s { width:28.75rem;height:34.5625rem;top:5.0625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTlL5FrG6EZy36nqeTN4PDP7nm6VvNe { top:30.5625rem;left:23.8125rem;width:23.9375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Lfv4t33CAwu08EEZulwoZ9lTxshufP { top:27.5rem;left:22.9375rem;width:24.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiyfQmqGvoJAvzgMVRO2wDKWDPVoEF51 { width:28.625rem;height:34.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl0ltRMmbVFeSvUZWGP2MJGyi69AIBvm { top:7.125rem;left:0rem;width:9.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1TDsNuhUep02lI6eToTf4Vl3fS4yvI { display:none; }
 }@media only screen and (max-width: 763px) { #Lc9P9a5qwOW0gy77B9ekwK9XwKMecBbl { display:none; }
 }@media only screen and (max-width: 763px) { #f4ad0VHXznXkHEhbo12foUmMLZiGMvz1 { top:7rem;left:24.5625rem;width:9.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbekWRcIhIbvQnT4TmxdloXTIlRoy9PX { top:7.125rem;left:10rem;width:9.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKEZAlWVfEeLFeX1OBJycX0OZ11bLT1N { top:7rem;left:35.1875rem;width:9.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7LlAyR6CgxKFle3623VAm8UaDQZ8GSr { top:4.25rem;left:24.5625rem;width:9.5rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sn55OoKDzWIc9tZg90AW734dWS2k8OMc { top:4.25rem;left:0rem;width:9.5rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu { display:block; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2gERal5i2yl5Iib2peqNPOffE8udATA { top:4.8125rem;left:0rem;width:29.0625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #watOM7c53l1MkpkabHArgWAJq8ZI7Max { top:7.375rem;left:0rem;width:25.0625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3qEKOlpp7Ra5xtffoINWDsXkX9WGosx { top:13.0625rem;left:0rem;width:24.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTRIqrFfod9oPavKNttEPLgmrM1TbGqg { top:17.875rem;left:16.4375rem;width:7.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3dXhsnFUO1iC9XRBmfnbgecVJDDBabZ { top:18.0625rem;left:13.125rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4U6V6QeOITDGLNaSNoWlzWOfE9LXFVS { top:22.25rem;left:13.125rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL { display:block; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH { display:flex;height:auto;width:27.8125rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #ByFfQFiHF9gTX2ElQFs5p69yNHGVf3Ks {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #dw0rIx1mFWxvtOQs4epE7hJRtW7P0mfl {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #mh7kunDnpWWwTBISAShLuWlBU3moFkmW {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Kq1pDcHiOhbI5y1gAgdMZl4dc2aVkALL {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #R6P78oJusUUMxl6q0EmVDlixg4Ul3KFX {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #F1vQELx7SQwEZaJTa27PLFNKnTIqrTT1 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #l7ucRC6xzdoBaVgcsU636gzn8IdiLSHd {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #oKTekyO7xf6d4bDBcTw1rD30fC1czuiN {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #iOfrqOyF5kpvIfRKiIwmsEaRxPv8N00Q {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #GVKinTlHai5Uxy1yiIf2n2sccnygC3sZ {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #eNierSqaFxEHtsmf0TR6I6U81ObCNpNd {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #L9rAgTStogsikGPkt7lh6K4tbntbfEiN {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #IcLdiooc7nR6EUsHprQFOqDDAMT1pZQ6 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Fck6pvV2sLdyh4pHe5eiybLTDXmSoQTP {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #uXx6r5ITy5kR3XyWqNzXwOI7S7mIqMEU {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #WsSu7nzZ5UwPin6H421TyX4m8CeVwMVu {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Ubbw6cDrt5XouSrZNp8yyNWr0HaTDITL {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #HXGnhfp3NR7WkN17BLnnvaqtDGJDBBXQ {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #RJghbK8V5r3vqEfTihKK9FkHMbtXpXgz {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #V44Rw6DwfVn6edCNq0sEmKMyTwgxzDuT {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #yyPnqRgMEJKvZBmER8gyFkMu3KePu4uE {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #wyr78KAbq3wtsWxgDAegDrc22RhnWeaD {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #wIFdSFEZGMGkyIbTe6lCDuTb3wpp1yV7 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FPl7hiimmUQlAHJQtv8IfuOSWkVziL5N {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FBlboXJvdRTNaSpGHIC0208HFmTPE4xA {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #G01xMRiqQUXdpOuMgi583xhksZnKcB23 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #mKtSHGPVTCDVbTqBwchkBgmBGqLnJ67M {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #bFRvUkhL1EUJOcnD2Jx5fHdqoEOUvqQo {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #d96FqfPOvDtlQRGJQpz4kOXvWCKwxAA4 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #p7EZETPI9UBbUQbWf8DvF631pQLAeqHH {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #fMQRFE7uNqQIdSm4upxtpTm5Zsugward {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #OJmE8hw34SFaBUarInKuzMRXH1Rn8SRA {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #xSKxgDeGmXqH6MMdCCfmZiEyvZ0g2L8P {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #yTucNPznR8Qg3GNNpsnQWOUFXG7HLu2K {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #zJRwBHQx8IMwZKZqk3pOWvQdcFlbKKg4 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #iUDGR5PO5nIJhglUNvXIfclieDl2NEOs {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FJh1WQ96unbhaBEusGMzlBw7FfCsIbcV {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #F4kHODlS2dzbMVKeBx1puRMIn7GQlC10 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #n7m3X2MeMVTDz9WPhF4LIZhNI4EP4TD1 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #AtupbGWsKsTLkwJ8OT55kXJcRTtUV6VR {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #vBB8Q9wsA1XqvKvrnQ54EIALANlErn1v {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #D87BdZx8myUaTMW7J5PHdHxEMHMTGKSf {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #xNAneUCPqrDBXlC8F0JiUaSSW1k1CVWR {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #ngsWaKH2IgiIRhhhTuognyx6CRQmwQoN {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #uOMeoS2lvCt57GkuqtAoWhdVEhssS6e0 {  }
 }@media only screen and (max-width: 763px) { #JFlZP98pauVRkgQlttwgKfPBkk6FOKR4 { width:47.75rem;height:3.25rem;top:5.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS { display:block; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0oIeB0MG1riFmAzi7a111fPyA7k3iEZ { width:10.75rem;height:1.9375rem;top:4.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBAOrXnmbzqdpW3XKOiy9DTmzZhNZbQ { top:8.1875rem;left:12.375rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZaQwFZ4LF2utFT5bZlt86iDeQ6nauu { top:10.5rem;left:13.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41UXMvRypgZSNCOhTEuad16LwxyNFvF { top:10.5rem;left:18.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5Jq4RhUsyVimG2B9C4cwXbha4aTCFQ { top:10.5rem;left:22.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFsLVrIZVSvITIAUGOVdP8MUTUZZsFzd { top:10.5rem;left:26.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmRZZKKek7Gv6MqP88GIFyCtqLI9AiFq { top:10.5rem;left:30.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPQwUWWRPC6AXS4VoSzrZ9klcSzfqnw { top:15.25rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:7.5rem;height:2.9375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE { display:block; }#sfG9HDT2Nm3eEXMFsQaFRHCcgDFuvldE > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHVFw7VBFlvyvItODtvtCBIgZb1qQfaV { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pc65F2lFLeIL7yEn8SqM6vndDiAr6nUb { width:20rem;height:6rem;top:4.474609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSNnyWzUF6JSSh3HOqxaTCxLT4afLJ5P { width:13.9375rem;height:2.9375rem;top:14.099609375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpbIzHWvE5bGC07KyDHsdXTt86poH40m { display:block; }
 }@media only screen and (max-width: 763px) { #oO6X7Wl48KDMyVvrJmnE75wUMS6faI6n { width:16.875rem;height:30rem;top:19.5371125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV { display:block; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Gzi3rx5AyrSu8BdPvBKwCiyPaqe0kwLV > .row .container { width:20rem;height:45.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l767B3U1QCQcFMCDZ5fIe9TLyUcTgEO0 { width:20rem;height:2rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fITcXRg2kK4WUK0r7ly5XDS636dfFNG4 { width:20rem;height:19.19531875rem;top:6.5546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #horCDCn13iOOVsdUBz3GzxtsNRowm2Z3 { width:20rem;height:13.9048125rem;top:28.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3sPyswr22MRXZJXPsfZbyadd9qQzUM { width:20rem;height:29.6875rem;top:4.625rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ { display:block; }#GubdJMwf7pzCpwiK8P6PzJFlekGslJGJ > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbQOLWtgPfaMtSakxe4JRM2TUvMTxnPg { width:20rem;height:1.625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEByqDiTSmVCuSZvLIsS1fAS1KCNGTa { width:20rem;height:15rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fAhoRBCtRGRxBiMTl3R3eNoz95XuTqMz { width:13.4375rem;height:27.25rem;top:24.25rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDm9TQRBwv5Au7bDRVwnB9bwnrINpEmA { width:20rem;height:29.6875rem;top:4.4375rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m { display:block; }#cAQBbKrGuzgf5QuqBzLtMORMXIW8Fl6m > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqSusenSGMHFiCJMF1pyNLgvAhbKVtlQ { width:18.125rem;height:1.5rem;top:9.75rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AP16IxEo2t7TlgkpoASLzrITHeXdJ36D { width:20rem;height:2rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLTCKxi0fQAxbrVy3TV4Uo8C7zrokst { width:20rem;height:19.5rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU8grq3VXpekUaaLLDiomgwSnEWSJ6T4 { width:14.375rem;height:22.625rem;top:33.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn { display:block; }#kxicZTT0I9BUcrxEulhCTXOtUuwKZvQn > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K83IMbHVzTHRrTbdx49Vbirfcnk10OCM { width:16.6875rem;height:1.875rem;top:22.5rem;left:1.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoHI6sHZyGuQA7sSfJ9ZbZTXHuT3qOTZ { width:17rem;height:6.375rem;top:24.9375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0yXZJWEh2lM74vO8XEvFDFU7rXxsW2s { width:20rem;height:34.5625rem;top:5.0625rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #psTlL5FrG6EZy36nqeTN4PDP7nm6VvNe { width:16.3125rem;height:5.09960625rem;top:56.1875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8Lfv4t33CAwu08EEZulwoZ9lTxshufP { width:17.3125rem;height:1.875rem;top:53.375rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JiyfQmqGvoJAvzgMVRO2wDKWDPVoEF51 { width:20rem;height:34.8125rem;top:5.0625rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Pl0ltRMmbVFeSvUZWGP2MJGyi69AIBvm { width:7.25rem;height:14.125rem;top:6.1875rem;left:9.8125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1TDsNuhUep02lI6eToTf4Vl3fS4yvI { top:4.25rem;left:0rem;width:20rem;height:28.875rem;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9P9a5qwOW0gy77B9ekwK9XwKMecBbl { top:34.8125rem;left:0rem;width:20rem;height:28.875rem;z-index:14997;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ad0VHXznXkHEhbo12foUmMLZiGMvz1 { width:7.25rem;height:14.125rem;top:37.0625rem;left:9.8125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbekWRcIhIbvQnT4TmxdloXTIlRoy9PX { width:9.5rem;height:18.25rem;top:7.125rem;left:5.25rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKEZAlWVfEeLFeX1OBJycX0OZ11bLT1N { width:9.5rem;height:18.25rem;top:7rem;left:5.25rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7LlAyR6CgxKFle3623VAm8UaDQZ8GSr { width:7.375rem;height:14.125rem;top:37.0625rem;left:1.625rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sn55OoKDzWIc9tZg90AW734dWS2k8OMc { width:7.25rem;height:14rem;top:6.25rem;left:1.625rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu { display:block; }#LOya6ayqUkT8iSqoKdPEM3aIAkprz5Fu > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2gERal5i2yl5Iib2peqNPOffE8udATA { width:20rem;height:21.3125rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #watOM7c53l1MkpkabHArgWAJq8ZI7Max { width:18.8125rem;height:3.8997375rem;top:2.1875rem;left:0.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3qEKOlpp7Ra5xtffoINWDsXkX9WGosx { width:18.3125rem;height:4.5rem;top:6.875rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTRIqrFfod9oPavKNttEPLgmrM1TbGqg { width:7.4375rem;height:7.5625rem;top:14.3125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3dXhsnFUO1iC9XRBmfnbgecVJDDBabZ { width:10.75rem;height:2.9375rem;top:12.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4U6V6QeOITDGLNaSNoWlzWOfE9LXFVS { width:10.75rem;height:2.9375rem;top:16.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL { display:block; }#aSvT9FhCbEXGfpXSD8eJk9tSKs1m4bgL > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH .accordion-heading-text { font-size:1.125rem;height:auto; }
#r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH { display:flex;height:auto;width:19.375rem;top:7.04980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #ByFfQFiHF9gTX2ElQFs5p69yNHGVf3Ks {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #dw0rIx1mFWxvtOQs4epE7hJRtW7P0mfl {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #mh7kunDnpWWwTBISAShLuWlBU3moFkmW {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Kq1pDcHiOhbI5y1gAgdMZl4dc2aVkALL {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #R6P78oJusUUMxl6q0EmVDlixg4Ul3KFX {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #F1vQELx7SQwEZaJTa27PLFNKnTIqrTT1 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #l7ucRC6xzdoBaVgcsU636gzn8IdiLSHd {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #oKTekyO7xf6d4bDBcTw1rD30fC1czuiN {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #iOfrqOyF5kpvIfRKiIwmsEaRxPv8N00Q {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #GVKinTlHai5Uxy1yiIf2n2sccnygC3sZ {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #eNierSqaFxEHtsmf0TR6I6U81ObCNpNd {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #L9rAgTStogsikGPkt7lh6K4tbntbfEiN {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #IcLdiooc7nR6EUsHprQFOqDDAMT1pZQ6 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Fck6pvV2sLdyh4pHe5eiybLTDXmSoQTP {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #uXx6r5ITy5kR3XyWqNzXwOI7S7mIqMEU {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #WsSu7nzZ5UwPin6H421TyX4m8CeVwMVu {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #Ubbw6cDrt5XouSrZNp8yyNWr0HaTDITL {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #HXGnhfp3NR7WkN17BLnnvaqtDGJDBBXQ {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #RJghbK8V5r3vqEfTihKK9FkHMbtXpXgz {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #V44Rw6DwfVn6edCNq0sEmKMyTwgxzDuT {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #yyPnqRgMEJKvZBmER8gyFkMu3KePu4uE {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #wyr78KAbq3wtsWxgDAegDrc22RhnWeaD {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #wIFdSFEZGMGkyIbTe6lCDuTb3wpp1yV7 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FPl7hiimmUQlAHJQtv8IfuOSWkVziL5N {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FBlboXJvdRTNaSpGHIC0208HFmTPE4xA {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #G01xMRiqQUXdpOuMgi583xhksZnKcB23 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #mKtSHGPVTCDVbTqBwchkBgmBGqLnJ67M {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #bFRvUkhL1EUJOcnD2Jx5fHdqoEOUvqQo {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #d96FqfPOvDtlQRGJQpz4kOXvWCKwxAA4 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #p7EZETPI9UBbUQbWf8DvF631pQLAeqHH {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #fMQRFE7uNqQIdSm4upxtpTm5Zsugward {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #OJmE8hw34SFaBUarInKuzMRXH1Rn8SRA {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #xSKxgDeGmXqH6MMdCCfmZiEyvZ0g2L8P {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #yTucNPznR8Qg3GNNpsnQWOUFXG7HLu2K {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #zJRwBHQx8IMwZKZqk3pOWvQdcFlbKKg4 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #iUDGR5PO5nIJhglUNvXIfclieDl2NEOs {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #FJh1WQ96unbhaBEusGMzlBw7FfCsIbcV {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #F4kHODlS2dzbMVKeBx1puRMIn7GQlC10 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #n7m3X2MeMVTDz9WPhF4LIZhNI4EP4TD1 {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #AtupbGWsKsTLkwJ8OT55kXJcRTtUV6VR {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #vBB8Q9wsA1XqvKvrnQ54EIALANlErn1v {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #D87BdZx8myUaTMW7J5PHdHxEMHMTGKSf {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #xNAneUCPqrDBXlC8F0JiUaSSW1k1CVWR {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #ngsWaKH2IgiIRhhhTuognyx6CRQmwQoN {  }
 }@media only screen and (max-width: 763px) { #r0uwtrD0ufqTDS5wFWJPmHXGP9QgbSIH #uOMeoS2lvCt57GkuqtAoWhdVEhssS6e0 {  }
 }@media only screen and (max-width: 763px) { #JFlZP98pauVRkgQlttwgKfPBkk6FOKR4 { width:20rem;height:4.54948125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -moz-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -ms-linear-gradient(180deg, #e6f4fd, #ffffff);background-image: -o-linear-gradient(180deg, #e6f4fd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6f4fd, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { background-color: transparent; background-image: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { display: none; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .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); }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { border-width: 0; border-radius: 0; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDTfMzvzNucUqRIUvwReSEz9dW5WAJDS > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0oIeB0MG1riFmAzi7a111fPyA7k3iEZ { width:8.75rem;height:1.5625rem;top:1.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBAOrXnmbzqdpW3XKOiy9DTmzZhNZbQ { width:20rem;height:1.5996125rem;top:4.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZaQwFZ4LF2utFT5bZlt86iDeQ6nauu { width:3.5rem;height:3.5rem;top:7.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41UXMvRypgZSNCOhTEuad16LwxyNFvF { width:3.5rem;height:3.5rem;top:7.099609375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5Jq4RhUsyVimG2B9C4cwXbha4aTCFQ { width:3.5rem;height:3.5rem;top:7.099609375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFsLVrIZVSvITIAUGOVdP8MUTUZZsFzd { width:3.5rem;height:3.5rem;top:7.099609375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmRZZKKek7Gv6MqP88GIFyCtqLI9AiFq { width:3.5rem;height:3.5rem;top:7.099609375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaPQwUWWRPC6AXS4VoSzrZ9klcSzfqnw { width:20rem;height:1.3999rem;top:13.037109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }