.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Hind Madurai"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #113893;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#c4d4f8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container { background-color: transparent; background-image: none; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container > .video-iframe-container { display: none; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row > .video-iframe-container { display: none; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .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); }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container { border-width: 0; border-radius: 0; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#zdfvNUSURWxhR8Hk96FUlB2gwhGfAwbe { background-color:#040c21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.71875rem;left:64.125rem;display:block; }
#ZIcm0R4mqmswrhAa2lPgTlFgzkkgTG6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uy4gnd3SGeBAhGSKeSTLh1cuWGs0cZNC { 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:4.1875rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #73d0f8, #c4d4f8);background-image: -moz-linear-gradient(180deg, #73d0f8, #c4d4f8);background-image: -ms-linear-gradient(180deg, #73d0f8, #c4d4f8);background-image: -o-linear-gradient(180deg, #73d0f8, #c4d4f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d0f8', endColorstr='#c4d4f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d0f8', endColorstr='#c4d4f8' );";background-image: linear-gradient(180deg, #73d0f8, #c4d4f8);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #040c21;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#BIruZ1TIPbXFrTXopAOa0tpbRfPtRE1v { background-color:#fff3b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#040c21;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:12.6875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.0625rem;left:4.25rem;display:block; }
#AloBbPrC9Afq3Ww1T2qTQKUiZCHJNkZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACBCF5SOstc6dc1NlpQpMZz63dsC3Ivm { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:15.75rem;left:4.25rem;height:8.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RSdnSJAVITkUWTrn6ZS1iDvfyIrVH5ay { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:26.0625rem;left:4.25rem;height:6.75rem;display:block; }
#lyyJ9KazLxM9MIsAdnUMQNu77ipJSEpE { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#73d0f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:4.25rem;display:block; }
#A7ux2wDkJPDategruoSsyTH72QI2K4fM { background-color:#040c21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.9375rem;left:4.25rem;display:block; }
#cCOOpQFkdeGoT6xaUA4CpZtIqBohkOkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOKrZJ4KzKenJgwTmizWFxCJW5HyTWTM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#040c21;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.9375rem;left:22.8125rem;display:block; }
#ukLLS7lRHPzu75y1wLTcWGCmh7wNdOH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kr6D5F2tiugkTbhd4Tkr42r9UIaegdL8 { box-sizing:content-box;height:34.25rem;width:74.75rem;position:absolute;display:block;z-index:15004;background-color:#ecf9fe;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:10.0625rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#nSUIJBfJ061ornu8bnxIekianssBU8cG { position:absolute;display:block;z-index:15010;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.25rem;width:39.75rem;top:7.0625rem;left:40.8125rem;overflow:hidden;display:block; }
#Ttwkf0vhE6vLFa2UPBg9qeoTEaTXJG43 { position:absolute;display:block;z-index:15011;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.75rem;width:14.1875rem;top:4.0625rem;left:43.6328125rem;overflow:hidden;display:block; }
#B3WiwOswOnRvwcic6Tgl4a2VOPw54Qcz { position:absolute;display:block;z-index:15012;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:2.625rem;width:3rem;top:46rem;left:69.8125rem;overflow:hidden;display:block; }
#sERxTCE2bwU3aZw0aXtNTLqswUoMBVcv { 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:57.25rem;width:57.25rem;top:0rem;left:-14.9375rem;overflow:hidden;display:block; }
#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container { background-color: transparent; background-image: none; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container > .video-iframe-container { display: none; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row > .video-iframe-container { display: none; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .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); }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container { border-width: 0; border-radius: 0; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#KTtuAg8NrNRP5bSUH8DtuzIgGA60hrT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6rem;left:11.375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#aEVyOVGU59KwwMQGUrbGXCOteEerkB1c { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.75rem;left:21.78125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-primary-0),1);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; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container { background-color: transparent; background-image: none; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container > .video-iframe-container { display: none; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row > .video-iframe-container { display: none; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .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); }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container { border-width: 0; border-radius: 0; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#QiHn0lFTzacRzpmQRqnaiLN3dTysUhex { box-sizing:content-box;height:16.75rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wb4p1NHV3rVAFPHGW5J4T1AyP0pqybGu { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:1.5rem;left:1.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#zrIHtUrNMh4Ip6hrugMo0PXmbn6HypfV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.625rem;left:1.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g9gxgHl68XLVqPIvSBX6rdDQ5cbidR0N { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.34375rem;left:1.5rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#oHzdlrPGUA1RTOGfAogpUZsDK82ioxAC { box-sizing:content-box;height:16.75rem;width:23.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:0rem;left:25.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ekyhCN3X00V92i07oVQOkmnoD8NrerhV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:8.375rem;left:27rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#qQFJfNpPoFxThvJArQ1GVamcEa0DJ8kr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:5.625rem;left:27rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ttdeNdJ7688l6Aq9or5pipJc3TG5Smbr { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;display:block;z-index:15006;background-color:#fce9f1;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:1.5rem;left:27rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lPDGTGsX3hIIcxhcrFABWEGaztiGUo90 { box-sizing:content-box;height:16.75rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:0rem;left:51rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Z4I1pS2WV4UILPuZpgD3d3320hlzSlKG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:8.375rem;left:52.5rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#V5rmPCVHkVewl9dk63dWsxo6aJU0pXEA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:5.625rem;left:52.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uLh5ceSPK2kw7TXU9kOofQL2gVuGURwO { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;display:block;z-index:15011;background-color:#fffcec;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:1.5rem;left:52.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TfKMJeAIAQF7Ud8eAJwuwvGy6JoEbT8K { position:absolute;display:block;z-index:15020;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:5.5625rem;width:5.5625rem;top:0.46875rem;left:53.0625rem;overflow:hidden;display:block; }
#gDGkE0m2fZgaC6T6BKPXMsT76HgCoF6T { position:absolute;display:block;z-index:15021;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:5.0625rem;width:5.0625rem;top:0.71875rem;left:27.1875rem;overflow:hidden;display:block; }
#PpSZ9OJAkA17clBHEeo4gJan2M9WPqDA { position:absolute;display:block;z-index:15022;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:5rem;width:5rem;top:0.75rem;left:1.5rem;overflow:hidden;display:block; }
#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa { border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),1);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; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container { background-color: transparent; background-image: none; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container > .video-iframe-container { display: none; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row > .video-iframe-container { display: none; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .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); }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container { border-width: 0; border-radius: 0; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#KkKTT2IEr17AU5KVAaQSadvfXFtnghSu { background-color:#edf2fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#040c21;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:11.625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.8125rem;left:0rem;display:block; }
#S5LsfvJRXO4UWGct88gevfK1dQ1uSf2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Drz36dTUN7AqoDysFdTslcRdId21gKT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:11.5625rem;left:0rem;height:8.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tlH3lMy8xorriSTLTNP61TXLZgEWilmW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.875rem;left:0rem;height:16.875rem;display:block; }
#iSqNdMh33c3pzFMCrPxK5qs7Pps6FD40 { box-sizing:content-box;height:21.25rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#040c21;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:41.5625rem;display:block; }
#UBAIUJ7bbeTrQsz0MyXZSTMrZwlWo941 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:10.3125rem;left:40.875rem;display:block; }
#iwxDfqcuHcxADCNX3tEsB7Ttd5DqNIkL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10.25rem;left:44rem;height:5.0625rem;display:block; }
#E0D4i5Nda3hDcdf47LrNOAHnXooFP4Jm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:17.125rem;left:44rem;height:5.0625rem;display:block; }
#QhzDLaMpNvvrQeb9eGANTbpUdg8dC29q { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:17.1875rem;left:40.875rem;display:block; }
#AeprD1MURXTfrpWJphsIh7DvCZaUBHZo { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24rem;left:44rem;height:5.0625rem;display:block; }
#laRUti5pdehJ8umW20kDpmIlBtecJIPB { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:24.0625rem;left:40.875rem;display:block; }
#PfqvWRDQSdGpI3PlqJJpmxFr4NXervKX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:30.875rem;left:44rem;height:5.0625rem;display:block; }
#sw7a5qU7PhnPonAWy1dB8i0MPnGocnUP { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffe253;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:30.9375rem;left:40.875rem;display:block; }
#QTWzrrhVLxOI7dg4ocllADG5yJF48rNr { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#edf2fc;background-image:none;box-shadow: none;border-top:0.125rem dotted rgba(var(--color-primary-4),1);border-left:0.125rem dotted rgba(var(--color-primary-4),1);border-right:0.125rem dotted rgba(var(--color-primary-4),1);border-bottom:0.125rem dotted rgba(var(--color-primary-4),1);top:30.3125rem;left:40.25rem;display:block; }
#e6I9mTRqS3B6Mke64WMLeyGgCRJ6XqO5 { 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:59rem;width:59rem;top:42.375rem;left:-7.5rem;overflow:hidden;display:block; }
#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:transparent;background-image: -webkit-linear-gradient(101deg, #73d0f8, #c0f6eb);background-image: -moz-linear-gradient(101deg, #73d0f8, #c0f6eb);background-image: -ms-linear-gradient(101deg, #73d0f8, #c0f6eb);background-image: -o-linear-gradient(101deg, #73d0f8, #c0f6eb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d0f8', endColorstr='#c0f6eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d0f8', endColorstr='#c0f6eb' );";background-image: linear-gradient(101deg, #73d0f8, #c0f6eb);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container { background-color: transparent; background-image: none; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container > .video-iframe-container { display: none; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row > .video-iframe-container { display: none; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .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); }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container { border-width: 0; border-radius: 0; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#hPW1JMOlRKpVDp2xSa60J28HNTi4v5AD { background-color:#edf2fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#040c21;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:11.625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.8125rem;left:39.6875rem;display:block; }
#a4IFLgFyzNwfewKmImW0DPLVx4TFOpcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZdVFvGsKuq2J3F4kmVNM2QBNoVDgBsT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:13.1875rem;left:39.6875rem;height:8.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2wz5T2sbXTJ4hqAqAeR7TEQF7IGeLMU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.5rem;left:39.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#po2vd0yv3yiocTtGLrAexNySeRVDzqhf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.6875rem;left:39.625rem;height:11.6875rem;font-style:normal;display:block; }#po2vd0yv3yiocTtGLrAexNySeRVDzqhf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#po2vd0yv3yiocTtGLrAexNySeRVDzqhf li:before{  }
#SmfpgtdOGmF4V7vST1WQiTTNV3xBtox4 { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:40rem;top:2.375rem;left:-5.25rem;overflow:hidden;display:block; }
#IaqnWP1f0iBNQ9TE14VneZSqGbx8Zh9D { position:absolute;display:block;z-index:15014;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.75rem;width:4.75rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-4),1);background-color:#edf2fc;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; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container { background-color: transparent; background-image: none; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container > .video-iframe-container { display: none; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row > .video-iframe-container { display: none; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .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); }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container { border-width: 0; border-radius: 0; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#ZcplhAAxyxyo92z5IL7qUMWIs09KkUsV { color:#000000;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:19.1875rem;height:3.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZOpOkRz1UxCl6wJT0SleUVe94M53Gs0I { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1875rem;left:27.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .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:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .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; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1); }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .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; }#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-trigger.adaptive-delivery-prevent-bg, #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-trigger.lazyload, #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-trigger.lazyloading { background-image: none; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15011;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:15.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #Fyc7Tc73cwTUdgOoJPMdQCsJoNUlqWud { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #FVKwx5mmk8SDfAi7V69T3Pen5XU9kJ4W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #Ca8VFAWy9Z4y964M704MBWcThnerT2HM { display:block;position:relative; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #tOALaSw6wdJW7PIC97u8g1uDNKp9uvyR {  }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #BKRqPwiTcvqV60Xf6Mui7Hfy7vuNSvGB {  }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #CbXWTbxVLVr3Sinh4XnPqZNwWXnOHqz4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #OZedbH1SxLgFGPl532RKC6PpSJHze0VA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #NBOAyHAgq6vAaTqhuQzNnAsNRLn3gtxm { display:block;position:relative; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #U3hsPJkUAm5sR7JRL46iW23a62MRWDEI {  }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #rriz6xgQB35F30HOJcJvN4wDULlElToh { display:none; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #IOA4eASWxxiyxDEcFpRrIbQiG4UBWc3W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #WwGlFWWvCeQIP7RSKbM8r1pBqGvtJ5NE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #rZK9FXzXvbfJxeXOD9D3CacioI25C7pk { display:block;position:relative; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #QzLQl0scCbFZGCvZlNhpIX5xiEaSKTHI {  }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #qgEU1AubEbDpipMsQrHHMfUMRxKtUlg5 { display:none; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #regPbX6yvGPxZHrgCqvKleVrQECyM9Uc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #VARNPUtLVTIoDwpQVwvlrWkKRgksLd4H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #MWNW6a09fhVLC5OXr7ZgcrF3lUCTnpHu { display:block;position:relative; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #n1dK8sZ0MJwv5mSKrqT5tduTw54XICWo {  }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #u8fsJZtDbOGx2IRVrnaL0Na3XGtKzBDm { display:none; }
#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt { 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; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container { background-color: transparent; background-image: none; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container > .video-iframe-container { display: none; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row > .video-iframe-container { display: none; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .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); }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container { border-width: 0; border-radius: 0; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#wNng6ebBQtM787RN95gARwItzVbwNkPI { color:#040c21;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#poZQI0kaDL2UnZ6NhS0ykLiHyuWreWRD { position:absolute;display:block;z-index:15003;border-top:0.125rem solid #040c21;border-left:0.125rem solid #040c21;border-right:0.125rem solid #040c21;border-bottom:0.125rem solid #040c21;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.9375rem;width:4rem;top:23.375rem;left:29.6875rem;overflow:hidden;display:block; }
#qTmQ0mR5Moy4voSeMSmto21Ni9hCdFqs { color:#040c21;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:14rem;height:9.74609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pf7rM8wDUnBET262qgBZq016ZNEKvno1 { 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:2rem;width:2.8125rem;top:12.3125rem;left:9.375rem;overflow:hidden;display:block; }
#U3NEXd0elMPkVPcWbqute1aTvHnJ3xnZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:12.8125rem;left:63.1875rem;overflow:hidden;display:block; }
#oQBW9LrwsTrUru3ByurWPF7dqKUVLsQh { color:#040c21;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:24.25rem;left:35.125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZJxrRCMTmiVlWyONTX31cswUmprNbICk { color:#113893;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:35.125rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container { background-color: transparent; background-image: none; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container > .video-iframe-container { display: none; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row > .video-iframe-container { display: none; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .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); }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container { border-width: 0; border-radius: 0; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ADzoDGIoJ4xLVyRCO1rKIWg4QrCGHnlG { 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:1.75rem;width:5.625rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#Ov9Eh2ZC4GTT7viFEpSsElW9ALCbNnt6 { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:37.5rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNvBQTtDNRzCuf1HEwSLRCtsv3N85IKm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#vN9TEaoz4St9nOmC7PeU0SFTXEto5znF { 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:1.5625rem;width:1.5625rem;top:2.3125rem;left:47.6875rem;overflow:hidden;display:block; }
#WRB4MJLkzx0DN0TfiRHTXWKBwUG43EtM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.9375rem;top:2.21875rem;left:50.5625rem;overflow:hidden;display:block; }
#uu6vB0ia2Tx6b8RDlQN56T3oMS5kfwiv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.25rem;top:2.71875rem;left:54.3125rem;overflow:hidden;display:block; }
#ImLDzyUNll5tpOtNJNwnaK0AWgWDSD5k { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:71.125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0ria8MUs9i7wrTMRTxPzZ2K0pwWKktr { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:63.625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 { display:block; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdfvNUSURWxhR8Hk96FUlB2gwhGfAwbe { width:10.875rem;height:2.75rem;top:0.6875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIcm0R4mqmswrhAa2lPgTlFgzkkgTG6S { display:block; }
 }@media only screen and (max-width: 763px) { #uy4gnd3SGeBAhGSKeSTLh1cuWGs0cZNC { top:0rem;left:0rem;width:8.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIruZ1TIPbXFrTXopAOa0tpbRfPtRE1v { width:12.6875rem;height:2.1875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AloBbPrC9Afq3Ww1T2qTQKUiZCHJNkZk { display:block; }
 }@media only screen and (max-width: 763px) { #ACBCF5SOstc6dc1NlpQpMZz63dsC3Ivm { top:15.75rem;left:0rem;width:32.5rem;height:8.9375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdnSJAVITkUWTrn6ZS1iDvfyIrVH5ay { top:26.0625rem;left:0rem;width:32.3125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyyJ9KazLxM9MIsAdnUMQNu77ipJSEpE { top:26.9375rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ux2wDkJPDategruoSsyTH72QI2K4fM { width:17.375rem;height:3rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCOOpQFkdeGoT6xaUA4CpZtIqBohkOkr { display:block; }
 }@media only screen and (max-width: 763px) { #MOKrZJ4KzKenJgwTmizWFxCJW5HyTWTM { width:14.5625rem;height:3rem;top:35.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukLLS7lRHPzu75y1wLTcWGCmh7wNdOH0 { display:block; }
 }@media only screen and (max-width: 763px) { #Kr6D5F2tiugkTbhd4Tkr42r9UIaegdL8 { top:10.0625rem;left:0rem;width:47.5rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSUIJBfJ061ornu8bnxIekianssBU8cG { top:7.0625rem;left:1.875rem;width:39.75rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttwkf0vhE6vLFa2UPBg9qeoTEaTXJG43 { top:4.0625rem;left:30.0078125rem;width:14.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3WiwOswOnRvwcic6Tgl4a2VOPw54Qcz { top:46rem;left:44.75rem;width:3rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERxTCE2bwU3aZw0aXtNTLqswUoMBVcv { top:0rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB { display:block; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTtuAg8NrNRP5bSUH8DtuzIgGA60hrT6 { top:6rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVyOVGU59KwwMQGUrbGXCOteEerkB1c { top:9.75rem;left:8.15625rem;width:31.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g { display:block; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiHn0lFTzacRzpmQRqnaiLN3dTysUhex { top:0rem;left:0rem;width:23.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb4p1NHV3rVAFPHGW5J4T1AyP0pqybGu { top:1.5rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrIHtUrNMh4Ip6hrugMo0PXmbn6HypfV { top:5.625rem;left:0rem;width:21.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gxgHl68XLVqPIvSBX6rdDQ5cbidR0N { top:8.3125rem;left:0rem;width:20.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHzdlrPGUA1RTOGfAogpUZsDK82ioxAC { top:0rem;left:7.75rem;width:23.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyhCN3X00V92i07oVQOkmnoD8NrerhV { top:8.375rem;left:10.9375rem;width:20.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFJfNpPoFxThvJArQ1GVamcEa0DJ8kr { top:5.625rem;left:9.8125rem;width:21.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttdeNdJ7688l6Aq9or5pipJc3TG5Smbr { top:1.5rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPDGTGsX3hIIcxhcrFABWEGaztiGUo90 { top:0rem;left:23.625rem;width:23.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4I1pS2WV4UILPuZpgD3d3320hlzSlKG { top:8.375rem;left:26.8125rem;width:20.8125rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rmPCVHkVewl9dk63dWsxo6aJU0pXEA { top:5.625rem;left:25.6875rem;width:21.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLh5ceSPK2kw7TXU9kOofQL2gVuGURwO { top:1.5rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfKMJeAIAQF7Ud8eAJwuwvGy6JoEbT8K { top:0.4375rem;left:31.75rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDGkE0m2fZgaC6T6BKPXMsT76HgCoF6T { top:0.6875rem;left:15.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSZ9OJAkA17clBHEeo4gJan2M9WPqDA { top:0.75rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa { display:block; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkKTT2IEr17AU5KVAaQSadvfXFtnghSu { width:11.625rem;height:2.1875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5LsfvJRXO4UWGct88gevfK1dQ1uSf2P { display:block; }
 }@media only screen and (max-width: 763px) { #Drz36dTUN7AqoDysFdTslcRdId21gKT6 { top:11.5625rem;left:0rem;width:32.5rem;height:8.9375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlH3lMy8xorriSTLTNP61TXLZgEWilmW { top:21.875rem;left:0rem;width:37.4375rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqNdMh33c3pzFMCrPxK5qs7Pps6FD40 { top:10.625rem;left:23.875rem;width:0.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAIUJ7bbeTrQsz0MyXZSTMrZwlWo941 { top:10.3125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwxDfqcuHcxADCNX3tEsB7Ttd5DqNIkL { top:10.25rem;left:20.25rem;width:27.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0D4i5Nda3hDcdf47LrNOAHnXooFP4Jm { top:17.125rem;left:16.75rem;width:27.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhzDLaMpNvvrQeb9eGANTbpUdg8dC29q { top:17.1875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeprD1MURXTfrpWJphsIh7DvCZaUBHZo { top:24rem;left:20.25rem;width:27.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laRUti5pdehJ8umW20kDpmIlBtecJIPB { top:24.0625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfqvWRDQSdGpI3PlqJJpmxFr4NXervKX { top:30.875rem;left:20.3125rem;width:27.4375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7a5qU7PhnPonAWy1dB8i0MPnGocnUP { top:30.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTWzrrhVLxOI7dg4ocllADG5yJF48rNr { top:30.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6I9mTRqS3B6Mke64WMLeyGgCRJ6XqO5 { top:42.375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz { display:block; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPW1JMOlRKpVDp2xSa60J28HNTi4v5AD { width:11.625rem;height:2.1875rem;top:7.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4IFLgFyzNwfewKmImW0DPLVx4TFOpcE { display:block; }
 }@media only screen and (max-width: 763px) { #XZdVFvGsKuq2J3F4kmVNM2QBNoVDgBsT { top:13.1875rem;left:15.25rem;width:32.5rem;height:8.9375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2wz5T2sbXTJ4hqAqAeR7TEQF7IGeLMU { top:23.5rem;left:16rem;width:31.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po2vd0yv3yiocTtGLrAexNySeRVDzqhf { top:26.6875rem;left:14.375rem;width:33.375rem;height:11.6875rem;font-size:1.125rem;display:block; }#po2vd0yv3yiocTtGLrAexNySeRVDzqhf li:before{  }
 }@media only screen and (max-width: 763px) { #SmfpgtdOGmF4V7vST1WQiTTNV3xBtox4 { top:2.375rem;left:0rem;width:40rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaqnWP1f0iBNQ9TE14VneZSqGbx8Zh9D { top:0rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE { display:block; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcplhAAxyxyo92z5IL7qUMWIs09KkUsV { top:5.9375rem;left:5.5625rem;width:36.625rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpOkRz1UxCl6wJT0SleUVe94M53Gs0I { top:10.1875rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 { display:flex;height:auto;width:45.25rem;top:23.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #Fyc7Tc73cwTUdgOoJPMdQCsJoNUlqWud {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #FVKwx5mmk8SDfAi7V69T3Pen5XU9kJ4W {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #Ca8VFAWy9Z4y964M704MBWcThnerT2HM {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #tOALaSw6wdJW7PIC97u8g1uDNKp9uvyR {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #BKRqPwiTcvqV60Xf6Mui7Hfy7vuNSvGB {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #CbXWTbxVLVr3Sinh4XnPqZNwWXnOHqz4 {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #OZedbH1SxLgFGPl532RKC6PpSJHze0VA {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #NBOAyHAgq6vAaTqhuQzNnAsNRLn3gtxm {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #U3hsPJkUAm5sR7JRL46iW23a62MRWDEI {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #rriz6xgQB35F30HOJcJvN4wDULlElToh {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #IOA4eASWxxiyxDEcFpRrIbQiG4UBWc3W {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #WwGlFWWvCeQIP7RSKbM8r1pBqGvtJ5NE {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #rZK9FXzXvbfJxeXOD9D3CacioI25C7pk {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #QzLQl0scCbFZGCvZlNhpIX5xiEaSKTHI {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #qgEU1AubEbDpipMsQrHHMfUMRxKtUlg5 {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #regPbX6yvGPxZHrgCqvKleVrQECyM9Uc {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #VARNPUtLVTIoDwpQVwvlrWkKRgksLd4H {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #MWNW6a09fhVLC5OXr7ZgcrF3lUCTnpHu {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #n1dK8sZ0MJwv5mSKrqT5tduTw54XICWo {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #u8fsJZtDbOGx2IRVrnaL0Na3XGtKzBDm {  }
 }@media only screen and (max-width: 763px) { #ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt { display:block; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNng6ebBQtM787RN95gARwItzVbwNkPI { width:47.75rem;height:3.625rem;top:6.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZQI0kaDL2UnZ6NhS0ykLiHyuWreWRD { width:4rem;height:3.9375rem;top:23.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmQ0mR5Moy4voSeMSmto21Ni9hCdFqs { width:46.875rem;height:9.6875rem;top:12.3125rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7rM8wDUnBET262qgBZq016ZNEKvno1 { width:2.8125rem;height:2rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3NEXd0elMPkVPcWbqute1aTvHnJ3xnZ { width:2.8125rem;height:2rem;top:12.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQBW9LrwsTrUru3ByurWPF7dqKUVLsQh { width:19.6875rem;height:1.25rem;top:24.25rem;left:21.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJxrRCMTmiVlWyONTX31cswUmprNbICk { width:20.875rem;height:1.125rem;top:25.75rem;left:21.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4L4faenAaGhxDMevBgT7ES39nkpK1Iq { display:block; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADzoDGIoJ4xLVyRCO1rKIWg4QrCGHnlG { top:2.25rem;left:0rem;width:5.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov9Eh2ZC4GTT7viFEpSsElW9ALCbNnt6 { top:2.5rem;left:23.875rem;width:4.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNvBQTtDNRzCuf1HEwSLRCtsv3N85IKm { top:2.1875rem;left:30.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN9TEaoz4St9nOmC7PeU0SFTXEto5znF { top:2.3125rem;left:34.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRB4MJLkzx0DN0TfiRHTXWKBwUG43EtM { top:2.1875rem;left:36.9375rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu6vB0ia2Tx6b8RDlQN56T3oMS5kfwiv { top:2.6875rem;left:40.6875rem;width:1.25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImLDzyUNll5tpOtNJNwnaK0AWgWDSD5k { top:2.5rem;left:43.875rem;width:3.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ria8MUs9i7wrTMRTxPzZ2K0pwWKktr { top:2.5rem;left:42.25rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 { position:relative;z-index:auto;display:block; }#eueycv23RsdPUxwiwkkKTgDWJHBgUUd1 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdfvNUSURWxhR8Hk96FUlB2gwhGfAwbe { width:10.5625rem;height:2.75rem;top:0.71875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIcm0R4mqmswrhAa2lPgTlFgzkkgTG6S { display:block; }
 }@media only screen and (max-width: 763px) { #uy4gnd3SGeBAhGSKeSTLh1cuWGs0cZNC { width:8.375rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIruZ1TIPbXFrTXopAOa0tpbRfPtRE1v { width:12.6875rem;height:2.1875rem;top:2.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AloBbPrC9Afq3Ww1T2qTQKUiZCHJNkZk { display:block; }
 }@media only screen and (max-width: 763px) { #ACBCF5SOstc6dc1NlpQpMZz63dsC3Ivm { width:20rem;height:4.3984375rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSdnSJAVITkUWTrn6ZS1iDvfyIrVH5ay { width:17.8125rem;height:7.5rem;top:13.25rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyyJ9KazLxM9MIsAdnUMQNu77ipJSEpE { width:18.75rem;height:0.125rem;top:14rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ux2wDkJPDategruoSsyTH72QI2K4fM { width:17.375rem;height:3rem;top:23rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCOOpQFkdeGoT6xaUA4CpZtIqBohkOkr { display:block; }
 }@media only screen and (max-width: 763px) { #MOKrZJ4KzKenJgwTmizWFxCJW5HyTWTM { width:14.5625rem;height:3rem;top:27.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukLLS7lRHPzu75y1wLTcWGCmh7wNdOH0 { display:block; }
 }@media only screen and (max-width: 763px) { #Kr6D5F2tiugkTbhd4Tkr42r9UIaegdL8 { width:19.75rem;height:30.4375rem;top:3.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSUIJBfJ061ornu8bnxIekianssBU8cG { width:19.75rem;height:19.998427672956rem;top:36.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Ttwkf0vhE6vLFa2UPBg9qeoTEaTXJG43 { width:11.25rem;height:6.0625rem;top:34rem;left:4.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #B3WiwOswOnRvwcic6Tgl4a2VOPw54Qcz { width:2.5625rem;height:2.25rem;top:55.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERxTCE2bwU3aZw0aXtNTLqswUoMBVcv { width:20rem;height:20rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB { display:block; }#cXmu8lH0kxDFf2XNTCt3oSQbSBWHEyUB > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTtuAg8NrNRP5bSUH8DtuzIgGA60hrT6 { width:20rem;height:6.597625rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEVyOVGU59KwwMQGUrbGXCOteEerkB1c { width:20rem;height:5.0625rem;top:11.2216875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g { display:block; }#RcQnyZCaNf1EP5UiTRmA9oS4xKsPxX7g > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiHn0lFTzacRzpmQRqnaiLN3dTysUhex { width:19.75rem;height:14.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb4p1NHV3rVAFPHGW5J4T1AyP0pqybGu { width:3.25rem;height:3.25rem;top:2.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrIHtUrNMh4Ip6hrugMo0PXmbn6HypfV { width:14.0625rem;height:2.625rem;top:3.1875rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gxgHl68XLVqPIvSBX6rdDQ5cbidR0N { width:16.875rem;height:7.5rem;top:6.875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHzdlrPGUA1RTOGfAogpUZsDK82ioxAC { width:19.75rem;height:13.4375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyhCN3X00V92i07oVQOkmnoD8NrerhV { width:16.875rem;height:6rem;top:22.78125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFJfNpPoFxThvJArQ1GVamcEa0DJ8kr { width:14.0625rem;height:2.625rem;top:18.9375rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttdeNdJ7688l6Aq9or5pipJc3TG5Smbr { width:3.25rem;height:3.25rem;top:18.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPDGTGsX3hIIcxhcrFABWEGaztiGUo90 { width:19.75rem;height:13.5rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4I1pS2WV4UILPuZpgD3d3320hlzSlKG { width:16.875rem;height:6rem;top:37.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rmPCVHkVewl9dk63dWsxo6aJU0pXEA { width:14.0625rem;height:2.625rem;top:33.625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLh5ceSPK2kw7TXU9kOofQL2gVuGURwO { width:3.25rem;height:3.25rem;top:33.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfKMJeAIAQF7Ud8eAJwuwvGy6JoEbT8K { width:5.5625rem;height:5.5625rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDGkE0m2fZgaC6T6BKPXMsT76HgCoF6T { width:5.0625rem;height:5.0625rem;top:17.71875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSZ9OJAkA17clBHEeo4gJan2M9WPqDA { width:5rem;height:5rem;top:2rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa { display:block; }#Ai4CLiIhLmNH3fL2yCqnP7paT719f4fa > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkKTT2IEr17AU5KVAaQSadvfXFtnghSu { width:11.625rem;height:2.1875rem;top:3.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5LsfvJRXO4UWGct88gevfK1dQ1uSf2P { display:block; }
 }@media only screen and (max-width: 763px) { #Drz36dTUN7AqoDysFdTslcRdId21gKT6 { width:18.3125rem;height:4.3984375rem;top:6.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlH3lMy8xorriSTLTNP61TXLZgEWilmW { width:20rem;height:24rem;top:12.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSqNdMh33c3pzFMCrPxK5qs7Pps6FD40 { width:0.125rem;height:26.25rem;top:40.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAIUJ7bbeTrQsz0MyXZSTMrZwlWo941 { width:1.25rem;height:1.25rem;top:39.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwxDfqcuHcxADCNX3tEsB7Ttd5DqNIkL { width:16.875rem;height:6.75rem;top:39.6875rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0D4i5Nda3hDcdf47LrNOAHnXooFP4Jm { width:16.875rem;height:6.75rem;top:48.5625rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QhzDLaMpNvvrQeb9eGANTbpUdg8dC29q { width:1.25rem;height:1.25rem;top:48.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeprD1MURXTfrpWJphsIh7DvCZaUBHZo { width:16.875rem;height:6.75rem;top:57.375rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #laRUti5pdehJ8umW20kDpmIlBtecJIPB { width:1.25rem;height:1.25rem;top:57.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfqvWRDQSdGpI3PlqJJpmxFr4NXervKX { width:16.875rem;height:6.75rem;top:65.9375rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sw7a5qU7PhnPonAWy1dB8i0MPnGocnUP { width:1.25rem;height:1.25rem;top:65.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTWzrrhVLxOI7dg4ocllADG5yJF48rNr { width:2.5rem;height:2.5rem;top:65.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6I9mTRqS3B6Mke64WMLeyGgCRJ6XqO5 { width:20rem;height:20rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz { display:block; }#AaoxCbiBoTXiT1zh1BOmxfAfAP9oXepz > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPW1JMOlRKpVDp2xSa60J28HNTi4v5AD { width:11.625rem;height:2.1875rem;top:2.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4IFLgFyzNwfewKmImW0DPLVx4TFOpcE { display:block; }
 }@media only screen and (max-width: 763px) { #XZdVFvGsKuq2J3F4kmVNM2QBNoVDgBsT { width:20rem;height:2.19921875rem;top:5.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2wz5T2sbXTJ4hqAqAeR7TEQF7IGeLMU { width:20rem;height:3.375rem;top:9.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #po2vd0yv3yiocTtGLrAexNySeRVDzqhf { width:20rem;height:13.375rem;top:14rem;left:0rem;font-size:1.125rem;display:block; }#po2vd0yv3yiocTtGLrAexNySeRVDzqhf li:before{  }
 }@media only screen and (max-width: 763px) { #SmfpgtdOGmF4V7vST1WQiTTNV3xBtox4 { width:19.75rem;height:19.75rem;top:30.8125rem;left:0rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IaqnWP1f0iBNQ9TE14VneZSqGbx8Zh9D { width:4.75rem;height:4.75rem;top:28.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE { display:block; }#laxb6i9PRiZD0GJqLFL0TDi5QZ7i3HxE > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcplhAAxyxyo92z5IL7qUMWIs09KkUsV { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpOkRz1UxCl6wJT0SleUVe94M53Gs0I { width:20rem;height:1.4619125rem;top:7.599609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-heading-text { font-size:1.125rem;height:auto; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 .accordion-desc-text { font-size:1rem;height:auto; }
#MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 { display:flex;height:auto;width:20rem;top:11.060546875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.25rem; }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #Fyc7Tc73cwTUdgOoJPMdQCsJoNUlqWud {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #FVKwx5mmk8SDfAi7V69T3Pen5XU9kJ4W {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #Ca8VFAWy9Z4y964M704MBWcThnerT2HM {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #tOALaSw6wdJW7PIC97u8g1uDNKp9uvyR {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #BKRqPwiTcvqV60Xf6Mui7Hfy7vuNSvGB {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #CbXWTbxVLVr3Sinh4XnPqZNwWXnOHqz4 {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #OZedbH1SxLgFGPl532RKC6PpSJHze0VA {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #NBOAyHAgq6vAaTqhuQzNnAsNRLn3gtxm {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #U3hsPJkUAm5sR7JRL46iW23a62MRWDEI {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #rriz6xgQB35F30HOJcJvN4wDULlElToh {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #IOA4eASWxxiyxDEcFpRrIbQiG4UBWc3W {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #WwGlFWWvCeQIP7RSKbM8r1pBqGvtJ5NE {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #rZK9FXzXvbfJxeXOD9D3CacioI25C7pk {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #QzLQl0scCbFZGCvZlNhpIX5xiEaSKTHI {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #qgEU1AubEbDpipMsQrHHMfUMRxKtUlg5 {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #regPbX6yvGPxZHrgCqvKleVrQECyM9Uc {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #VARNPUtLVTIoDwpQVwvlrWkKRgksLd4H {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #MWNW6a09fhVLC5OXr7ZgcrF3lUCTnpHu {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #n1dK8sZ0MJwv5mSKrqT5tduTw54XICWo {  }
 }@media only screen and (max-width: 763px) { #MQHRFOxCVT4WHViFHeuCIDrusOJFm4N3 #u8fsJZtDbOGx2IRVrnaL0Na3XGtKzBDm {  }
 }@media only screen and (max-width: 763px) { #ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt { display:block; }#ZohFluG20ivU8m3Q7FWeQWck3SvKBdCt > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNng6ebBQtM787RN95gARwItzVbwNkPI { width:20rem;height:2.2744125rem;top:5.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZQI0kaDL2UnZ6NhS0ykLiHyuWreWRD { width:3.625rem;height:3.5625rem;top:36.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmQ0mR5Moy4voSeMSmto21Ni9hCdFqs { width:20rem;height:21.44534375rem;top:12.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7rM8wDUnBET262qgBZq016ZNEKvno1 { width:2.8125rem;height:2rem;top:6.09375rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3NEXd0elMPkVPcWbqute1aTvHnJ3xnZ { width:2.8125rem;height:2rem;top:9.421875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQBW9LrwsTrUru3ByurWPF7dqKUVLsQh { width:13.625rem;height:1.125rem;top:36.546875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJxrRCMTmiVlWyONTX31cswUmprNbICk { width:14.9375rem;height:2.2734375rem;top:38.1484375rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4L4faenAaGhxDMevBgT7ES39nkpK1Iq { display:block; }#d4L4faenAaGhxDMevBgT7ES39nkpK1Iq > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADzoDGIoJ4xLVyRCO1rKIWg4QrCGHnlG { width:5.625rem;height:1.75rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov9Eh2ZC4GTT7viFEpSsElW9ALCbNnt6 { width:4.625rem;height:1.13671875rem;top:4.25rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNvBQTtDNRzCuf1HEwSLRCtsv3N85IKm { width:1.5625rem;height:1.5625rem;top:6.63671875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN9TEaoz4St9nOmC7PeU0SFTXEto5znF { width:1.5625rem;height:1.5625rem;top:6.76171875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRB4MJLkzx0DN0TfiRHTXWKBwUG43EtM { width:1.9375rem;height:1.8125rem;top:9.57421875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu6vB0ia2Tx6b8RDlQN56T3oMS5kfwiv { width:1.4375rem;height:0.9375rem;top:10.07421875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImLDzyUNll5tpOtNJNwnaK0AWgWDSD5k { width:3.875rem;height:1.13671875rem;top:15.0234375rem;left:8.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0ria8MUs9i7wrTMRTxPzZ2K0pwWKktr { width:5.5rem;height:1.13671875rem;top:12.63671875rem;left:7.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }