.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:240,237,227;--color-primary-1:204,197,161;--color-primary-2:153,138,67;--color-primary-3:77,69,34;--color-primary-4:23,21,10;--color-secondary-0:247,251,255;--color-secondary-1:229,243,255;--color-secondary-2:202,230,255;--color-secondary-3:101,115,128;--color-secondary-4:30,35,38;--color-tertiary-0:255,255,255;--color-tertiary-1:201,210,230;--color-tertiary-2:76,105,171;--color-tertiary-3:38,53,86;--color-tertiary-4:8,10,17;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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; }
#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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { 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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { position:absolute;display:block;z-index:15002;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:26.4375rem;width:30.75rem;top:27.375rem;left:0rem;overflow:hidden;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#002451;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.6875rem;left:0rem;height:6.3984375rem;display:block; }
#ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#002451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.75rem;left:34.4375rem;display:block; }
#snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#002451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.75rem;left:43.3125rem;display:block; }
#nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#002451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.75rem;left:67.75rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbGd8w3q6wqv5WhS0SD4AgmuJkJkN8T3 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.9375rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#KZUWNyPhrHxwQv9Z8itQIk9Vl92u72R3 { box-sizing:content-box;height:36.1875rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#002451;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:51.875rem;display:block; }
#vxdFzzlFwJnOHqVQHqrHpAwpaLFO747B { color:#002451;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#fDIt8K6Dm6cFUwxhWSX7lT38aMrZOGvv { position:absolute;display:block;z-index:15015;height:21.75rem;width:19.8125rem;top:12.037109375rem;left:53.53125rem;display:block; }
#CB8OdDHeVezW9f5WWAi6rBrM34JNs3Ra { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#002451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.75rem;left:22.5rem;display:block; }
#OBci2rCn2Kydao2sRmElgw9RytffUfWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVDLcxos2AmuuyDTGcAOd2POsQXuBUtd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#002451;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.75rem;left:54.375rem;display:block; }
#yyIttOB3K8dnc860BJtmwiAeA62VPsLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qll2cky6F01oDP6IAnlBakrJwT915g4o { position:relative;display:block; }#qll2cky6F01oDP6IAnlBakrJwT915g4o { background-color: transparent; background-image: none; }#qll2cky6F01oDP6IAnlBakrJwT915g4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row .container > .video-iframe-container { display: none; }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row > .video-iframe-container { display: none; }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .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); }#qll2cky6F01oDP6IAnlBakrJwT915g4o { border-width: 0; border-radius: 0; }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .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; }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eLd2gwAuTEieeiSfQOG8FTCCFiPp1ZCW { color:#002451;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:16.65625rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#TyzooHwfNT5ofmNPOKaP1TcKIoOPZPWH { color:#002451;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:5.75rem;height:5.19921875rem;display:block; }
#OOuM2rfFhw2ziOiFdZqyzkwdAcnMxJ9C { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:11.375rem;left:3rem;overflow:hidden;display:block; }
#eTKqf1lvy3S9oHKbunBiwmb6nbHPbxpZ { color:#002451;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.9375rem;left:30.75rem;height:3.8994125rem;display:block; }
#s6OEgAbu08M1KdFregRG9ug6f765OOWO { color:#002451;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.9375rem;left:55.6875rem;height:5.19921875rem;display:block; }
#CaFlzT1wxT8TXwGv5LTq3GqLqMxO7qri { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:11.375rem;left:28.0625rem;overflow:hidden;display:block; }
#QimcsmWR4M2PNm8JEKkORHA5q6vFrtcJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:11.375rem;left:53.0625rem;overflow:hidden;display:block; }
#TZP5Kf2DOtpkQFMHHrAm2fmF5fOp5kPD { color:#002451;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:5.75rem;height:5.19921875rem;display:block; }
#WcJWkrw89AhFkebhZUwLhQFTcTgyDsJk { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:19.5rem;left:3rem;overflow:hidden;display:block; }
#mytMOQmgvTxIryxUwovZpET76zrvBDef { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:19.5rem;left:28.0625rem;overflow:hidden;display:block; }
#TKSBeMP1KA3vL5OXtVKlBXPkTaHF6UoB { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:19.5rem;left:53.0625rem;overflow:hidden;display:block; }
#oXJyNbBOoMlpp7GfmwZGxrHuXwJEwDak { color:#002451;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:30.75rem;height:3.8994125rem;display:block; }
#WtGJLSIcg0P3XTtxEbNR7GBQICEWJ7h6 { color:#002451;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:55.6875rem;height:5.19921875rem;display:block; }
#VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { 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:3.25rem;width:3.25rem;top:28.4375rem;left:60.875rem;overflow:hidden;display:block; }
#d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:28.4375rem;left:35.3125rem;overflow:hidden;display:block; }
#Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { 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.25rem;width:3.25rem;top:28.4375rem;left:10.875rem;overflow:hidden;display:block; }
#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0064ab;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; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container { background-color: transparent; background-image: none; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container > .video-iframe-container { display: none; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row > .video-iframe-container { display: none; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .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); }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container { border-width: 0; border-radius: 0; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#z0GHLsfUA9tCdHGtWwOMzvCcG3mJgO5L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"montserrat semibold";font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.25rem;height:2.5996125rem;font-style:normal;display:block; }
#RryggSaZRA1lPfP3G2i1ymdBqrNDBIXR { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:6.25rem;height:3.8994125rem;display:block; }
#xqTkeHW1X4Hlz4CD8hK5AA9BFGmyaXLB { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"montserrat semibold";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:12.75rem;height:1.3808625rem;font-style:normal;display:block; }
#UvcEiSgW01qnBm6uLxcLLAoOiBae1zly { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"montserrat semibold";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:31.25rem;height:2.599825rem;font-style:normal;display:block; }
#MEeBKr3wLq0kVigcGr1M4AS3wMbmW3f1 { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:31.25rem;height:3.8994125rem;display:block; }
#cRb7to9kTQRfJiUrCc50TnPpvdzburxa { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"montserrat semibold";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.75rem;height:1.3808625rem;font-style:normal;display:block; }
#EmD1frA07WC249werhBHODN0VwXynBaC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"montserrat semibold";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:56.25rem;height:2.599825rem;font-style:normal;display:block; }
#ewTLOTfd9yKgM2Gl3ZwnovTRDvgKSw2R { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:56.25rem;height:2.5996125rem;display:block; }
#RNDUSnCR3za498ZuivMuZNAuwgcQ67rf { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"montserrat semibold";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:62.75rem;height:1.3808625rem;font-style:normal;display:block; }
#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS { position:relative;display:block; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS { background-color: transparent; background-image: none; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row .container > .video-iframe-container { display: none; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row > .video-iframe-container { display: none; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .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); }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS { border-width: 0; border-radius: 0; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d1c8Jo1pqF4qseNcyCm5uhlULHJncUC9 { color:#002451;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.38671875rem;left:15.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 { position:relative;display:block; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 { background-color: transparent; background-image: none; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row .container > .video-iframe-container { display: none; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row > .video-iframe-container { display: none; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .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); }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 { border-width: 0; border-radius: 0; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .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; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Quaah8ZomOt77xi8MeJbfpeyF4rOz53W { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.625rem;top:3.375rem;left:8.6875rem;overflow:hidden;display:block; }
#qR4e7s80VZPRisq5ooRhC7Oz2VmQ37vh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:3.3125rem;left:33.625rem;overflow:hidden;display:block; }
#OIzcVwTU2Dx1Tn6AiXJx6iZV9qUrVLb4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:3.3125rem;left:58.625rem;overflow:hidden;display:block; }
#vpV7aCVgUEEsfUsxDXAbUpC2BNdieaiT { color:#002451;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.9375rem;height:7.7988125rem;font-style:italic;display:block; }
#GZDXhkNzFRtLICC9t3LX2cAeIHUIz7RT { color:#002451;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.9375rem;height:10.3984375rem;font-style:italic;display:block; }
#v0RhWO16mK6TWgaScNiHRQxG2bRx31P3 { color:#002451;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:53.9375rem;height:5.19921875rem;font-style:italic;display:block; }
#O2rR3WTDGgWVnz3lR2eEWpUbnEVoOzsT { color:#002451;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:3.9375rem;height:3.89941875rem;font-style:italic;display:block; }
#mrswAfXlmUi8mdTNTiNvTf83AkrRnKEL { color:#002451;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.375rem;left:28.9375rem;height:3.89941875rem;font-style:italic;display:block; }
#Hy2SvTv4AhTbaI9QyOIOETTwAZL8pimc { color:#002451;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.375rem;left:53.9375rem;height:2.599825rem;font-style:italic;display:block; }
#QlTO4n4OEVaJTFgk9nHHL0ZhLGIbXubE { box-sizing:content-box;height:32.5rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.75rem 0.75rem 0.375rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:2.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#GDZqG85XvM3S0ZSKzEEdZtexhfecXTzI { box-sizing:content-box;height:32.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.75rem 0.75rem 0.375rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:28.125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#tMK0H3dWs8uP5LaMAsdIkPHC09KiXFWM { box-sizing:content-box;height:32.5rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.75rem 0.75rem 0.375rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:53.125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zzRFo4tt8S2cKQTFprm7LsTtahq5frmG { color:#002451;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3125rem;left:9.5rem;height:;display:block; }
#UTpwmCUTcZvW98MNm3XMaq43zseAeWJU { color:#002451;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:10rem;height:2.5996125rem;display:block; }
#QZGSs1d1eDBKemq9I9COtTaTGsQBgpwt { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:26.625rem;top:8.375rem;left:40.875rem;overflow:hidden;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#002451;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:23.9375rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE { position:relative;display:block; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE { background-color: transparent; background-image: none; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row .container > .video-iframe-container { display: none; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row > .video-iframe-container { display: none; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .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); }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE { border-width: 0; border-radius: 0; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .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; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PgmFTgdwSFNpvctbFVddclJTHGmk4FGv { color:#002451;display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0625rem;left:19.75rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .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; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem;color:#002451; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .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:montserrat;color:#002451; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .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; }#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .accordion-trigger.adaptive-delivery-prevent-bg, #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .accordion-trigger.lazyload, #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .accordion-trigger.lazyloading { background-image: none; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO { box-sizing:content-box;height:auto;width:34.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.15625rem;left:0rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #ZNHoJozqSHaAfVCsFKCOuzLJBqvpf8Mb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #OsTilHPzLTnHNBWvHig2uZK7EOlZFX8J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #nWh2g3Z2wr0vZVqdlsVcNrbRNdgVG5k1 { display:block;position:relative; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #npsZS99vJ98vBpBIgikMTLUOvAsLAZdH {  }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #SUh9tr3a42snQ2gRBgIBHXpN2CnAVJAn {  }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #Dhb55qkq9wRAty2aBaseiemkO3Ab8A6c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #ft3uq67s6zqP1cPQUJzNqXtey2mxZ9if { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #iUxdb9ATGxGGpFsXVsV8hLlJnwWJBUEX { display:block;position:relative; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #I68LX5mgWmUopHLvpLvEXMPThDbRXgN7 {  }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #Ao5fwc8SeO7cSVQEJz7qIZl8OdiPlW5m { display:none; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #MzruW6txyVxrwu7xJW4a4ImAWdCr9kxV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #CKDPSdHHMbk8hQ29hEO7iR3zcmIFMcGz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #gwQzG1NX2GNK8kB1cUi6RHIWr7tZw5li { display:block;position:relative; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #fmu4lD7DeO4xEMZWPLsT1L1dsdhllxBs {  }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #s4F1J2S5khq3BN9NkWqPFO0uGXcDuawb { display:none; }
#MDgv17ga5CtQUGOszp6xP1kz8AJdEhv0 { 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:24.6875rem;width:20.875rem;top:7.75rem;left:45.8125rem;overflow:hidden;display:block; }
#ieneUflPtMphpnDhQTZORbePOacL8Bqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0064ab;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; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container { background-color: transparent; background-image: none; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container > .video-iframe-container { display: none; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row > .video-iframe-container { display: none; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .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); }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container { border-width: 0; border-radius: 0; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#lloflzK7y8DZpymKGB4MBegxZP2pToLp { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:6.8246875rem;display:block; }
#BpPk10ekf2MGziRuzBU05ilTmGcNBh2r { color:#ffffff;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:5.19921875rem;display:block; }
#UlqhT4bvOGKuoUywuUso0rrWFyNzmpQF { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:27.875rem;top:1.3935546875rem;left:43.375rem;overflow:hidden;display:block; }
#knMMiwMhae74wKebmey5JqZdvhWVGGl3 { position:relative;display:block; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 { background-color: transparent; background-image: none; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row .container > .video-iframe-container { display: none; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row > .video-iframe-container { display: none; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .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); }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 { border-width: 0; border-radius: 0; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .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; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AUS1UIsGRhdhZU5KgoF2ntBRnr2o3LE0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:75rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0064ab;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; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container { background-color: transparent; background-image: none; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container > .video-iframe-container { display: none; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row > .video-iframe-container { display: none; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .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); }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container { border-width: 0; border-radius: 0; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#ZyfKOu87bEP9XzZq7l0lVXOqtSLBaCFX { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"montserrat semibold";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:2.5625rem;left:47.25rem;height:3.5625rem;font-style:normal;display:block; }
#xhKnDx2nXsZZvp6MoIXrfdwTVKXICe5w { box-sizing:content-box;height:40.8125rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:#002451;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0625rem;left:44.375rem;display:block; }
#MVMRu6QbZ5kMUKwgg2GRAWVBQT3z02Ub { color:#ffffff;display:block;width:31.8120625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.560754776001rem;left:0rem;height:9.099625rem;text-align:left;text-align-last:left;display:block; }
#hSODDQf1JVfIKXBTRcGN5xsXA7UhTTD4 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:31.25rem;top:15.125rem;left:0.0625rem;overflow:hidden;display:block; }
#P2QGJcZcpePM18EsQe7ESNMACxglrp9i { position:absolute;display:block;z-index:15016;height:21.75rem;width:19.8125rem;top:9.0625rem;left:46.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { top:27.375rem;left:0rem;width:30.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:15.6875rem;left:0rem;width:33.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:8.875rem;height:2.625rem;top:2.75rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:11.0625rem;height:2.625rem;top:2.75rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:7.25rem;height:2.625rem;top:2.75rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #nbGd8w3q6wqv5WhS0SD4AgmuJkJkN8T3 { top:1.75rem;left:0rem;width:9.9375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUWNyPhrHxwQv9Z8itQIk9Vl92u72R3 { top:8.9375rem;left:24.625rem;width:23.125rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdFzzlFwJnOHqVQHqrHpAwpaLFO747B { top:8.625rem;left:0rem;width:36.3125rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDIt8K6Dm6cFUwxhWSX7lT38aMrZOGvv { top:12rem;left:27.9375rem;width:19.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8OdDHeVezW9f5WWAi6rBrM34JNs3Ra { width:11.9375rem;height:2.625rem;top:2.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBci2rCn2Kydao2sRmElgw9RytffUfWE { display:block; }
 }@media only screen and (max-width: 763px) { #vVDLcxos2AmuuyDTGcAOd2POsQXuBUtd { width:13.4375rem;height:2.625rem;top:2.75rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyIttOB3K8dnc860BJtmwiAeA62VPsLw { display:block; }
 }@media only screen and (max-width: 763px) { #qll2cky6F01oDP6IAnlBakrJwT915g4o { display:block; }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLd2gwAuTEieeiSfQOG8FTCCFiPp1ZCW { top:1.4375rem;left:0rem;width:40.5625rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyzooHwfNT5ofmNPOKaP1TcKIoOPZPWH { top:10.9375rem;left:0rem;width:16.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOuM2rfFhw2ziOiFdZqyzkwdAcnMxJ9C { top:11.375rem;left:0rem;width:1.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTKqf1lvy3S9oHKbunBiwmb6nbHPbxpZ { top:10.9375rem;left:15rem;width:16.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6OEgAbu08M1KdFregRG9ug6f765OOWO { top:10.9375rem;left:30.875rem;width:16.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaFlzT1wxT8TXwGv5LTq3GqLqMxO7qri { top:11.375rem;left:15.875rem;width:1.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QimcsmWR4M2PNm8JEKkORHA5q6vFrtcJ { top:11.375rem;left:31.75rem;width:1.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZP5Kf2DOtpkQFMHHrAm2fmF5fOp5kPD { top:19.5rem;left:0rem;width:16.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJWkrw89AhFkebhZUwLhQFTcTgyDsJk { top:19.5rem;left:0rem;width:1.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytMOQmgvTxIryxUwovZpET76zrvBDef { top:19.5rem;left:15.875rem;width:1.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSBeMP1KA3vL5OXtVKlBXPkTaHF6UoB { top:19.5rem;left:31.75rem;width:1.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJyNbBOoMlpp7GfmwZGxrHuXwJEwDak { top:19.5rem;left:15rem;width:16.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtGJLSIcg0P3XTtxEbNR7GBQICEWJ7h6 { top:19.5rem;left:30.875rem;width:16.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { top:28.4375rem;left:38.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { top:28.4375rem;left:21.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { top:28.4375rem;left:6.3125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT { display:block; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0GHLsfUA9tCdHGtWwOMzvCcG3mJgO5L { top:2.9375rem;left:1.6875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryggSaZRA1lPfP3G2i1ymdBqrNDBIXR { top:8.1875rem;left:1.6875rem;width:11.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTkeHW1X4Hlz4CD8hK5AA9BFGmyaXLB { top:14.4375rem;left:8.1875rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvcEiSgW01qnBm6uLxcLLAoOiBae1zly { top:2.9375rem;left:17.5625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEeBKr3wLq0kVigcGr1M4AS3wMbmW3f1 { top:8.1875rem;left:17.5625rem;width:11.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRb7to9kTQRfJiUrCc50TnPpvdzburxa { top:14.4375rem;left:24.0625rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmD1frA07WC249werhBHODN0VwXynBaC { top:2.9375rem;left:33.4375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewTLOTfd9yKgM2Gl3ZwnovTRDvgKSw2R { top:8.25rem;left:33.4375rem;width:11.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNDUSnCR3za498ZuivMuZNAuwgcQ67rf { top:14.4375rem;left:39.9375rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS { display:block; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1c8Jo1pqF4qseNcyCm5uhlULHJncUC9 { top:2.375rem;left:1.6875rem;width:44.3125rem;height:5.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 { display:block; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Quaah8ZomOt77xi8MeJbfpeyF4rOz53W { top:3.375rem;left:4.125rem;width:7.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR4e7s80VZPRisq5ooRhC7Oz2VmQ37vh { top:3.3125rem;left:19.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzcVwTU2Dx1Tn6AiXJx6iZV9qUrVLb4 { top:3.3125rem;left:35.8125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpV7aCVgUEEsfUsxDXAbUpC2BNdieaiT { top:13.875rem;left:0rem;width:17.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZDXhkNzFRtLICC9t3LX2cAeIHUIz7RT { top:13.8125rem;left:14.625rem;width:17.125rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0RhWO16mK6TWgaScNiHRQxG2bRx31P3 { top:13.8125rem;left:30.5rem;width:17.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rR3WTDGgWVnz3lR2eEWpUbnEVoOzsT { top:28.375rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrswAfXlmUi8mdTNTiNvTf83AkrRnKEL { top:28.375rem;left:14.625rem;width:17.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2SvTv4AhTbaI9QyOIOETTwAZL8pimc { top:28.375rem;left:30.5rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTO4n4OEVaJTFgk9nHHL0ZhLGIbXubE { top:2.1875rem;left:0rem;width:18.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZqG85XvM3S0ZSKzEEdZtexhfecXTzI { top:2.25rem;left:13rem;width:18.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMK0H3dWs8uP5LaMAsdIkPHC09KiXFWM { top:2.1875rem;left:28.875rem;width:18.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzRFo4tt8S2cKQTFprm7LsTtahq5frmG { top:10.3125rem;left:0rem;width:27rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpwmCUTcZvW98MNm3XMaq43zseAeWJU { top:17.4375rem;left:0rem;width:26rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGSs1d1eDBKemq9I9COtTaTGsQBgpwt { top:8.375rem;left:21.125rem;width:26.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:25.125rem;height:3.9375rem;top:1.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE { display:block; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgmFTgdwSFNpvctbFVddclJTHGmk4FGv { top:1.0625rem;left:0rem;width:34.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO { display:flex;height:auto;width:27.8125rem;top:8.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #ZNHoJozqSHaAfVCsFKCOuzLJBqvpf8Mb {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #OsTilHPzLTnHNBWvHig2uZK7EOlZFX8J {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #nWh2g3Z2wr0vZVqdlsVcNrbRNdgVG5k1 {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #npsZS99vJ98vBpBIgikMTLUOvAsLAZdH {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #SUh9tr3a42snQ2gRBgIBHXpN2CnAVJAn {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #Dhb55qkq9wRAty2aBaseiemkO3Ab8A6c {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #ft3uq67s6zqP1cPQUJzNqXtey2mxZ9if {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #iUxdb9ATGxGGpFsXVsV8hLlJnwWJBUEX {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #I68LX5mgWmUopHLvpLvEXMPThDbRXgN7 {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #Ao5fwc8SeO7cSVQEJz7qIZl8OdiPlW5m {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #MzruW6txyVxrwu7xJW4a4ImAWdCr9kxV {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #CKDPSdHHMbk8hQ29hEO7iR3zcmIFMcGz {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #gwQzG1NX2GNK8kB1cUi6RHIWr7tZw5li {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #fmu4lD7DeO4xEMZWPLsT1L1dsdhllxBs {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #s4F1J2S5khq3BN9NkWqPFO0uGXcDuawb {  }
 }@media only screen and (max-width: 763px) { #MDgv17ga5CtQUGOszp6xP1kz8AJdEhv0 { top:7.75rem;left:25.375rem;width:20.875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieneUflPtMphpnDhQTZORbePOacL8Bqx { display:block; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lloflzK7y8DZpymKGB4MBegxZP2pToLp { top:1.5625rem;left:0rem;width:27.0625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpPk10ekf2MGziRuzBU05ilTmGcNBh2r { top:10.5rem;left:0rem;width:26rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqhT4bvOGKuoUywuUso0rrWFyNzmpQF { top:1.375rem;left:19.875rem;width:27.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMMiwMhae74wKebmey5JqZdvhWVGGl3 { display:block; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUS1UIsGRhdhZU5KgoF2ntBRnr2o3LE0 { top:1.625rem;left:0rem;width:47.75rem;height:7.8389583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ { display:block; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyfKOu87bEP9XzZq7l0lVXOqtSLBaCFX { top:2.5625rem;left:29.8125rem;width:17.9375rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKnDx2nXsZZvp6MoIXrfdwTVKXICe5w { top:1.0625rem;left:24.625rem;width:23.125rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVMRu6QbZ5kMUKwgg2GRAWVBQT3z02Ub { top:2.5rem;left:0rem;width:31.75rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSODDQf1JVfIKXBTRcGN5xsXA7UhTTD4 { top:15.125rem;left:0rem;width:31.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2QGJcZcpePM18EsQe7ESNMACxglrp9i { top:9.0625rem;left:27.9375rem;width:19.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:97.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { width:15.625rem;height:13.4375rem;top:20.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:18.4980625rem;height:12.796875rem;top:35.375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:6.5rem;height:1.8125rem;top:6.75rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:4.125rem;height:1.625rem;top:6.8125rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:5.625rem;height:1.8125rem;top:6.75rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #nbGd8w3q6wqv5WhS0SD4AgmuJkJkN8T3 { width:8.9375rem;height:3.75rem;top:1.8125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUWNyPhrHxwQv9Z8itQIk9Vl92u72R3 { width:20rem;height:36.1875rem;top:51.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdFzzlFwJnOHqVQHqrHpAwpaLFO747B { width:20rem;height:4.38671875rem;top:10.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDIt8K6Dm6cFUwxhWSX7lT38aMrZOGvv { width:19.8125rem;height:21.75rem;top:53.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8OdDHeVezW9f5WWAi6rBrM34JNs3Ra { width:11.9375rem;height:2.625rem;top:89.3984375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBci2rCn2Kydao2sRmElgw9RytffUfWE { display:block; }
 }@media only screen and (max-width: 763px) { #vVDLcxos2AmuuyDTGcAOd2POsQXuBUtd { width:13.4375rem;height:2.625rem;top:93.2734375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyIttOB3K8dnc860BJtmwiAeA62VPsLw { display:block; }
 }@media only screen and (max-width: 763px) { #qll2cky6F01oDP6IAnlBakrJwT915g4o { display:block; }#qll2cky6F01oDP6IAnlBakrJwT915g4o > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLd2gwAuTEieeiSfQOG8FTCCFiPp1ZCW { width:20rem;height:2.5996125rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyzooHwfNT5ofmNPOKaP1TcKIoOPZPWH { width:16.75rem;height:6.499rem;top:7.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOuM2rfFhw2ziOiFdZqyzkwdAcnMxJ9C { width:1.8125rem;height:1.625rem;top:7.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTKqf1lvy3S9oHKbunBiwmb6nbHPbxpZ { width:16.75rem;height:5.19921875rem;top:27.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6OEgAbu08M1KdFregRG9ug6f765OOWO { width:16.75rem;height:5.19921875rem;top:47.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaFlzT1wxT8TXwGv5LTq3GqLqMxO7qri { width:1.8125rem;height:1.625rem;top:27.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QimcsmWR4M2PNm8JEKkORHA5q6vFrtcJ { width:1.8125rem;height:1.625rem;top:47.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZP5Kf2DOtpkQFMHHrAm2fmF5fOp5kPD { width:16.75rem;height:6.499rem;top:14.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcJWkrw89AhFkebhZUwLhQFTcTgyDsJk { width:1.8125rem;height:1.625rem;top:14.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytMOQmgvTxIryxUwovZpET76zrvBDef { width:1.8125rem;height:1.625rem;top:34.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSBeMP1KA3vL5OXtVKlBXPkTaHF6UoB { width:1.8125rem;height:1.625rem;top:53.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJyNbBOoMlpp7GfmwZGxrHuXwJEwDak { width:16.75rem;height:6.499rem;top:34.875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtGJLSIcg0P3XTtxEbNR7GBQICEWJ7h6 { width:16.75rem;height:7.7988125rem;top:53.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { width:3.25rem;height:3.25rem;top:62.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { width:3.25rem;height:3.25rem;top:42.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { width:3.25rem;height:3.25rem;top:23.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT { display:block; }#Mo8IyJwFSl29pgR7ZFKFdNT01hAO0VxT > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0GHLsfUA9tCdHGtWwOMzvCcG3mJgO5L { width:12.125rem;height:3.8994125rem;top:1.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RryggSaZRA1lPfP3G2i1ymdBqrNDBIXR { width:11.4375rem;height:5.19921875rem;top:6.3984375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTkeHW1X4Hlz4CD8hK5AA9BFGmyaXLB { width:5rem;height:1.3808625rem;top:12.47265625rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvcEiSgW01qnBm6uLxcLLAoOiBae1zly { width:12.75rem;height:2.5996125rem;top:17.875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEeBKr3wLq0kVigcGr1M4AS3wMbmW3f1 { width:11.4375rem;height:5.19921875rem;top:21.625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRb7to9kTQRfJiUrCc50TnPpvdzburxa { width:5rem;height:1.3808625rem;top:28.0625rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmD1frA07WC249werhBHODN0VwXynBaC { width:12.5rem;height:2.5996125rem;top:34.25rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewTLOTfd9yKgM2Gl3ZwnovTRDvgKSw2R { width:11.4375rem;height:3.8994125rem;top:38.0625rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNDUSnCR3za498ZuivMuZNAuwgcQ67rf { width:5rem;height:1.3808625rem;top:43.5rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS { display:block; }#sQb33FEt7xNtMLmhnWfuhVLxXmg8ZBJS > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1c8Jo1pqF4qseNcyCm5uhlULHJncUC9 { width:20rem;height:9.599625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 { display:block; }#AUzFJNmCfBZ9vEp3ZK9chGBQKekUtlS6 > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Quaah8ZomOt77xi8MeJbfpeyF4rOz53W { width:7.625rem;height:7.6875rem;top:2.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR4e7s80VZPRisq5ooRhC7Oz2VmQ37vh { width:7.8125rem;height:7.8125rem;top:36.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzcVwTU2Dx1Tn6AiXJx6iZV9qUrVLb4 { width:7.8125rem;height:7.8125rem;top:69.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpV7aCVgUEEsfUsxDXAbUpC2BNdieaiT { width:17.125rem;height:9.098625rem;top:12.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZDXhkNzFRtLICC9t3LX2cAeIHUIz7RT { width:17.125rem;height:11.69825rem;top:46.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0RhWO16mK6TWgaScNiHRQxG2bRx31P3 { width:17.125rem;height:6.499rem;top:80.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rR3WTDGgWVnz3lR2eEWpUbnEVoOzsT { width:17.125rem;height:5.199225rem;top:27.4375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrswAfXlmUi8mdTNTiNvTf83AkrRnKEL { width:17.125rem;height:3.89941875rem;top:61.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2SvTv4AhTbaI9QyOIOETTwAZL8pimc { width:17.125rem;height:2.5996125rem;top:94.9375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTO4n4OEVaJTFgk9nHHL0ZhLGIbXubE { width:18.75rem;height:32.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZqG85XvM3S0ZSKzEEdZtexhfecXTzI { width:18.75rem;height:32.5rem;top:35rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMK0H3dWs8uP5LaMAsdIkPHC09KiXFWM { width:18.75rem;height:32.5rem;top:68.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzRFo4tt8S2cKQTFprm7LsTtahq5frmG { width:16.875rem;height:2.5996125rem;top:7.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpwmCUTcZvW98MNm3XMaq43zseAeWJU { width:17.6875rem;height:5.19921875rem;top:11.6875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGSs1d1eDBKemq9I9COtTaTGsQBgpwt { width:20rem;height:13.333rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:16.3125rem;height:3.625rem;top:1.625rem;left:1.84375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE { display:block; }#pDqgSCADvldmZuJTJXMB7rHh3IiPFUsE > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgmFTgdwSFNpvctbFVddclJTHGmk4FGv { width:20rem;height:9.099625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO { display:flex;height:auto;width:17.5rem;top:11.5966875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #ZNHoJozqSHaAfVCsFKCOuzLJBqvpf8Mb {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #OsTilHPzLTnHNBWvHig2uZK7EOlZFX8J {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #nWh2g3Z2wr0vZVqdlsVcNrbRNdgVG5k1 {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #npsZS99vJ98vBpBIgikMTLUOvAsLAZdH {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #SUh9tr3a42snQ2gRBgIBHXpN2CnAVJAn {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #Dhb55qkq9wRAty2aBaseiemkO3Ab8A6c {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #ft3uq67s6zqP1cPQUJzNqXtey2mxZ9if {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #iUxdb9ATGxGGpFsXVsV8hLlJnwWJBUEX {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #I68LX5mgWmUopHLvpLvEXMPThDbRXgN7 {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #Ao5fwc8SeO7cSVQEJz7qIZl8OdiPlW5m {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #MzruW6txyVxrwu7xJW4a4ImAWdCr9kxV {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #CKDPSdHHMbk8hQ29hEO7iR3zcmIFMcGz {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #gwQzG1NX2GNK8kB1cUi6RHIWr7tZw5li {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #fmu4lD7DeO4xEMZWPLsT1L1dsdhllxBs {  }
 }@media only screen and (max-width: 763px) { #KxdEuNrGxD5ClcrzVHcX5qhpBFX3CFKO #s4F1J2S5khq3BN9NkWqPFO0uGXcDuawb {  }
 }@media only screen and (max-width: 763px) { #MDgv17ga5CtQUGOszp6xP1kz8AJdEhv0 { width:20rem;height:23.652694610778rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieneUflPtMphpnDhQTZORbePOacL8Bqx { display:block; }#ieneUflPtMphpnDhQTZORbePOacL8Bqx > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lloflzK7y8DZpymKGB4MBegxZP2pToLp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpPk10ekf2MGziRuzBU05ilTmGcNBh2r { width:20rem;height:9.098625rem;top:5.0996125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqhT4bvOGKuoUywuUso0rrWFyNzmpQF { width:20rem;height:11.1875rem;top:15.5419921875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #knMMiwMhae74wKebmey5JqZdvhWVGGl3 { display:block; }#knMMiwMhae74wKebmey5JqZdvhWVGGl3 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUS1UIsGRhdhZU5KgoF2ntBRnr2o3LE0 { width:20rem;height:3.3535125rem;top:1.541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ { display:block; }#HQM66kwnLPa5GO2hUS8f6lCoF6RCHJgQ > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyfKOu87bEP9XzZq7l0lVXOqtSLBaCFX { width:17.9375rem;height:4.75rem;top:20.547875rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKnDx2nXsZZvp6MoIXrfdwTVKXICe5w { width:20rem;height:36.1875rem;top:19.047875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVMRu6QbZ5kMUKwgg2GRAWVBQT3z02Ub { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSODDQf1JVfIKXBTRcGN5xsXA7UhTTD4 { width:20rem;height:11.1875rem;top:6.9609375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P2QGJcZcpePM18EsQe7ESNMACxglrp9i { width:19.8125rem;height:21.75rem;top:26.8603515625rem;left:0rem;display:block; }
 }